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 {
 +
      border:1px solid #999;
 +
      font-size: 95%;
 +
      border-collapse: collapse;
 +
      float:right;
 +
      clear:right;
 +
      margin:0 0 .5em 1em;
 +
  }
 +
 
 +
  .infobox tr th,
 +
  .infobox tr td {
 +
      vertical-align: top;
 +
  }
 +
 
 +
  .infobox image {
 +
      margin: 0 auto;
 +
  }

Revision as of 18:05, 15 November 2006

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

   .infobox { 
      border:1px solid #999;
      font-size: 95%;
      border-collapse: collapse;
      float:right;
      clear:right;
      margin:0 0 .5em 1em;
   }
   
   .infobox tr th, 
   .infobox tr td {
      vertical-align: top;
   }
   
   .infobox image {
       margin: 0 auto;
   }
Personal tools