Difference between revisions of "MediaWiki:Common.css"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 15: Line 15:
   
 
pre { font-size:110% }
 
pre { font-size:110% }
  +
code { font-size:110% }

Revision as of 17:48, 29 February 2008

/** CSS placed here will be applied to all skins */

/* borrowed from WP */
.messagebox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}

#footer #f-list #privacy { display:none }
#footer #f-list #about { display:none }
#footer #f-list #disclaimer { display:none }

pre { font-size:110% }
code { font-size:110% }