Difference between revisions of "MediaWiki:Common.css"

From ShivaeWiki
Jump to: navigation, search
(Adding some stylesheet rules.)
 
m
Line 1: Line 1:
. /* edit this file to customize the all skins for the entire site */
+
  /* edit this file to customize the all skins for the entire site */
  
 
  .MainPageGnipsBox {
 
  .MainPageGnipsBox {

Revision as of 14:05, 21 October 2006

  /* edit this file to customize the all skins for the entire site */

 .MainPageGnipsBox {
    background: url(/skins/common/images/Cyantian_todd_splash.gif) repeat-x bottom right;
    border: 1px solid #A50901;
    padding: .5em 1em 1em;
    color: #000;
    background-color: #FAFAFA;
 }

 .MainPageGnipsBaseBox h3 {
    margin: 0 -.3em;
    padding: .3em;
    font-size: 120%;
    color: #FFF;
    background: url(/skins/common/images/header-background-redfade.gif) repeat-x top #500401;
    border: none;
 }

 .MainPageKnowledgeBox {
    background: url(/skins/common/images/Quinndevil_collinangel_splash.gif) repeat-x bottom right;
    border: 1px solid #A50901;
    padding: .5em 1em 1em;
    color: #000;
    background-color: #FAFAFA;
 }


 .MainPageKnowledgeBox h3 {
    margin: 0 -.3em;
    padding: .3em;
    font-size: 120%;
    color: #FFF;
    background: url(/skins/common/images/header-background-redfade.gif) repeat-x top #500401;
    border: none;
 }