Difference between revisions of "MediaWiki:Common.css"

From WeBWorK_wiki
Jump to navigation Jump to search
(New page: →‎* 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 ...)
 
Line 9: Line 9:
 
padding: .2em;
 
padding: .2em;
 
}
 
}
  +
  +
#footer #f-list #privacy { display:none }
  +
#footer #f-list #about { display:none }
  +
#footer #f-list #disclaimer { display:none }

Revision as of 16:30, 27 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 }