MediaWiki:Monobook.css

From WilhelmWiki

Share/Save/Bookmark
Jump to: navigation, search
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
/* edit this file to customize the monobook skin for the entire site */
-
.infobox {  
+
/* Infobox template style */
-
      border:1px solid #999;
+
 
-
      font-size: 95%;
+
.infobox {
-
      border-collapse: collapse;
+
  border: 1px solid #aaaaaa;
-
      float:right;
+
  background-color: #f9f9f9;
-
      clear:right;
+
  color: black;
-
      margin:0 0 .5em 1em;   }
+
  margin-bottom: 0.5em;
-
    
+
  margin-left: 1em;
-
.infobox tr th,  
+
  padding: 0.2em;
-
.infobox tr td {
+
   float: right;
 +
  clear: right;
 +
}
 +
.infobox td,
 +
.infobox th {
   vertical-align: top;
   vertical-align: top;
-
   }
+
}
-
    
+
.infobox caption {
-
.infobox image {
+
   font-size: larger;
-
      margin: 0 auto;
+
  margin-left: inherit;
-
   }
+
}
 +
.infobox.bordered {
 +
   border-collapse: collapse;
 +
}
 +
.infobox.bordered td,
 +
.infobox.bordered th {
 +
  border: 1px solid #aaaaaa;
 +
}
 +
.infobox.bordered .borderless td,
 +
.infobox.bordered .borderless th {
 +
  border: 0;
 +
}
 +
 
 +
.infobox.sisterproject {
 +
   width: 20em;
 +
  font-size: 90%;
 +
}

Revision as of 18:45, 15 November 2006

/* edit this file to customize the monobook skin for the entire site */

/* Infobox template style */

.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

.infobox.sisterproject {
   width: 20em;
   font-size: 90%;
}
Personal tools