MediaWiki:Monobook.css: Difference between revisions

From Ameliapedia
Jump to navigation Jump to search
(New page: →‎CSS placed here will affect users of the Monobook skin: →‎* Added by MXM for collapsed borders around tables *: table { margin: 1em 1em 1em 0; padding: 3px; border: solid 1px ...)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* 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
  * 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
}


table {
.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
}