Difference between revisions of "MediaWiki:Common.css"

Line 37: Line 37:
 
     border: 1px solid #aaa;
 
     border: 1px solid #aaa;
 
     background: #f9f9f9;    /* Default "system" gray */
 
     background: #f9f9f9;    /* Default "system" gray */
 +
    text-align:left;
 
}
 
}

Revision as of 18:41, 20 February 2013

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

/* Gehsi div classes */
div.mw-geshi {
  margin: 1em 0; 
  border: 1px solid #7777FF;
  text-align: left; 
  padding:10px 10px;
  clear: both;
  background-color: #DDDDFF;
  font-size: 1.1em;
}
div.mw-geshi-error {
  margin: 1em 0; 
  border: 1px solid #FF7777;
  text-align: left; 
  padding:10px 10px;
  clear: both;
  background-color: #FFDDDD;
  font-size: 1.1em;
}
div.mw-geshi-valid {
  margin: 1em 0; 
  border: 1px solid #77FF77;
  text-align: left; 
  padding:10px 10px;
  clear: both;
  background-color: #DDFFDD;
  font-size: 1.1em;
}

/* FM Box */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #f9f9f9;     /* Default "system" gray */
    text-align:left;
}