Difference between revisions of "MediaWiki:Monobook.css"

From MythTV Official Wiki
Jump to: navigation, search
(added messagebox class, from Wikipedia (http://tinyurl.com/7afte))
m (Added NOWIKI instructions so the CSS doesn't get mangled.)
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 */
 +
/*<pre><nowiki>*/
 
.messagebox {
 
.messagebox {
 
   border: 1px solid #aaaaaa;
 
   border: 1px solid #aaaaaa;
Line 8: Line 9:
 
   text-align: justify;
 
   text-align: justify;
 
}
 
}
 +
/*</nowiki></pre>*/

Revision as of 04:56, 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;
   width: 80%;
   margin: 0 auto 1em auto;
   padding: .2em;
   text-align: justify;
}
/*</nowiki></pre>*/