• R/O
  • HTTP
  • SSH
  • HTTPS

pybbs: Commit

無料の掲示板


Commit MetaInfo

Revision3f44828fb2a4c36943d99f0242d8a6f12e7d254c (tree)
Zeit2017-10-02 23:07:25
Autoryamat0jp <yamat0jp@yaho...>
Commiteryamat0jp

Log Message

sizes color count change

Ändern Zusammenfassung

Diff

--- a/static/css/top.css
+++ b/static/css/top.css
@@ -8,6 +8,9 @@
88 }
99 @media only screen and (max-width:899px)
1010 and (min-width:600px){
11+header h1 {
12+ font-size:1em
13+ }
1114 .slideshow .slide img {
1215 display:none
1316 }
@@ -19,6 +22,9 @@ and (min-width:600px){
1922 }
2023 }
2124 @media only screen and (max-width:599px){
25+header h1 {
26+ font-size:1em
27+ }
2228 .slideshow .slide img {
2329 display:none
2430 }
@@ -31,7 +37,7 @@ and (min-width:600px){
3137 }
3238
3339 .slideshow {
34- background-color:rgb(225,225,225);
40+ background-color:rgb(255,225,225);
3541 height:465px;
3642 overflow:hidden;
3743 position:relative
@@ -50,6 +56,10 @@ and (min-width:600px){
5056 width:100%;
5157 }
5258
59+.slide p {
60+ font-size:1.5em
61+}
62+
5363 .slideshow-nav a,
5464 .slideshow-indicator a {
5565 overflow:hidden
--- a/templates/top.htm
+++ b/templates/top.htm
@@ -22,7 +22,7 @@
2222 }(document, 'script', 'facebook-jssdk'));</script>
2323 <header><h1 style=text-align:center>無料電子掲示板へようこそ</h1></header>
2424 {% set d = 0 %}
25-{% set i = 10 %}
25+{% set i = 7 %}
2626 <div class=slideshow>
2727 <div class=slideshow-slides>
2828 {% for x in coll %}
Show on old repository browser