Difference between revisions of "MediaWiki:Monobook.css"

From MythTV Official Wiki
Jump to: navigation, search
m (Added NOWIKI instructions so the CSS doesn't get mangled.)
m (whoops, WP uses tables, not divs. This _should_ fix the style issue.)
Line 4: Line 4:
 
   border: 1px solid #aaaaaa;
 
   border: 1px solid #aaaaaa;
 
   background-color: #f9f9f9;
 
   background-color: #f9f9f9;
   width: 80%;
+
   padding: 1em;
  margin: 0 auto 1em auto;
 
  padding: .2em;
 
 
   text-align: justify;
 
   text-align: justify;
 
}
 
}
 
/*</nowiki></pre>*/
 
/*</nowiki></pre>*/

Revision as of 05:16, 24 January 2006

/* edit this file to customize the monobook skin for the entire site */
/*<pre><nowiki>*/
.messagebox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   padding: 1em;
   text-align: justify;
}
/*</nowiki></pre>*/