Difference between revisions of "MediaWiki:Common.css"

(Created page with "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 1...")
 
Line 28: Line 28:
 
   background-color: #DDFFDD;
 
   background-color: #DDFFDD;
 
   font-size: 1.1em;
 
   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 */
 
}
 
}

Revision as of 18:33, 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 */
}