Merge branch 'master' of ssh://sunjammer.codewiz.org/~/wiki/git/wiki
[wiki.git] / sys / geekigeeki.css
index a0256775035bfaade9f793ff8766ef97c4f7fac0..2776738c796647454cc676c65eaf14ec1c33c062 100644 (file)
@@ -24,7 +24,8 @@ h1 {
        font-weight: bold;
        color: #3377FF;
        border: #5599EE;
-       background-color: #C2E2FF;
+       background-color: #D0F0FF;
+       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%;