MediaWiki:Monobook.css: Difference between revisions

From Ameliapedia
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 7: Line 7:
  */
  */
table {
table {
margin: 1em 1em 1em 0;
padding: 3px;
border: solid 1px #AAAAAA;
border-collapse: collapse;
empty-cells:show
}
.fxdwdth {
font-family: "Courier New", Courier, monospace;
font-size: .8em;
margin: 1em 1em 1em 0;
margin: 1em 1em 1em 0;
padding: 3px;
padding: 3px;

Latest revision as of 21:46, 9 January 2012

/* CSS placed here will affect users of the Monobook skin  */
/*  but it won't change TIGHAR's skin.  We have to modify  */
/*  /var/www/html/aw/mediawiki/skins/tighar/main.css       */
/*
 * Added by MXM for collapsed borders around tables
 *
 */
table {
margin: 1em 1em 1em 0;
padding: 3px;
border: solid 1px #AAAAAA;
border-collapse: collapse;
empty-cells:show
}

.fxdwdth {
font-family: "Courier New", Courier, monospace;
font-size: .8em;
margin: 1em 1em 1em 0;
padding: 3px;
border: solid 1px #AAAAAA;
border-collapse: collapse;
empty-cells:show
}