Difference between revisions of "MediaWiki:Common.css"

From ShivaeWiki
Jump to: navigation, search
m
m
Line 2: Line 2:
  
 
  .MainPageGnipsBox {
 
  .MainPageGnipsBox {
     background: url(/skins/common/images/Cyantian_todd_splash.gif) repeat-x bottom right;
+
     background: url(skins/common/images/Cyantian_todd_splash.gif) repeat-x bottom right;
 
     border: 1px solid #999;
 
     border: 1px solid #999;
 
     padding: .5em 1em 1em;
 
     padding: .5em 1em 1em;
Line 17: Line 17:
  
 
  .MainPageKnowledgeBox {
 
  .MainPageKnowledgeBox {
     background: url(/skins/common/images/Quinndevil_collinangel_splash.gif) repeat-x bottom right;
+
     background: url(skins/common/images/Quinndevil_collinangel_splash.gif) repeat-x bottom right;
 
     border: 1px solid #999;
 
     border: 1px solid #999;
 
     padding: .5em 1em 1em;
 
     padding: .5em 1em 1em;

Revision as of 14:12, 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 #999;
    padding: .5em 1em 1em;
    color: #000;
    background-color: #eee;
 }

 .MainPageGnipsBaseBox h2 {
    margin: 0 -.3em;
    padding: .3em;
    font-size: 120%;
    border: none;
 }

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


 .MainPageKnowledgeBox h2 {
    margin: 0 -.3em;
    padding: .3em;
    font-size: 120%;
    border: none;
 }