X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=sys%2Fgeekigeeki.css;h=a0263ca96eed6d3613ef2209944002d7276d7534;hp=a0256775035bfaade9f793ff8766ef97c4f7fac0;hb=477fd1ad4c48d4dfed320892b83dc5974ba04b15;hpb=70e513e9e8234411349aead00bc682de669771e0 diff --git a/sys/geekigeeki.css b/sys/geekigeeki.css index a025677..a0263ca 100644 --- a/sys/geekigeeki.css +++ b/sys/geekigeeki.css @@ -25,6 +25,7 @@ h1 { color: #3377FF; border: #5599EE; background-color: #C2E2FF; + clear: both; margin-bottom: 0.2em; margin-top: 2em; @@ -44,6 +45,7 @@ h2 { color: #22AA33; border: #22AA33; background-color: #E8F8F0; + clear: both; margin-left: 5px; margin-right: 5px; @@ -142,14 +144,14 @@ strong.error { } div { - margin-left: 10px; + margin-left: 10px; margin-right: 10px; text-align: justify; } div.wiki { - margin-left: 0; - margin-right: 0; + margin-left: 0px; + margin-right: 0px; } div.preview { @@ -199,6 +201,7 @@ div.nav { border: none; border-top: 1px solid #bbbbbb; margin: 0 0; + clear: both; } #footer :link, #footer :visited { @@ -244,12 +247,12 @@ p.dialog { } p { - margin-left: 10px; - margin-right: 10px; - margin-bottom: 10px; + margin-left: 1em; + margin-right: 1em; + margin-bottom: 1em; text-align: justify; } - + table { /*width: 100%;*/ border: 2px solid #ccc; @@ -344,12 +347,20 @@ pre.notice { /* thumbnails */ -div.extthumb { - float: right; +div .thumb { + float: left; width: 100%; } -div.thumb { +div .thumbleft { + float: left; +} + +div .thumbright { + float: right; +} + +div .innerthumb { float: left; border: 1px solid #ccc; padding: 3px !important; @@ -359,12 +370,12 @@ div.thumb { text-align: center; } -div.thumb a img { +.thumb a img, .thumbright a img, .thumbleft a img { border: 1px solid #ccc; vertical-align:bottom; } -div.thumb div.caption { +.thumb .caption, .thumbright .caption, .thumbleft .caption { border: none; overflow: hidden; font-size: 60%;