Difference between revisions of "MediaWiki:Common.css"

From ShivaeWiki
Jump to: navigation, search
m
m
 
(12 intermediate revisions by the same user not shown)
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) no-repeat bottom right;
     border: 1px solid #A50901;
+
     border: 1px solid #999;
 
     padding: .5em 1em 1em;
 
     padding: .5em 1em 1em;
 
     color: #000;
 
     color: #000;
     background-color: #FAFAFA;
+
     background-color: #eee;
 
  }
 
  }
  
  .MainPageGnipsBaseBox h3 {
+
  .MainPageGnipsBox h2 {
 
     margin: 0 -.3em;
 
     margin: 0 -.3em;
 
     padding: .3em;
 
     padding: .3em;
     font-size: 120%;
+
     font-weight: bolder;
    color: #FFF;
 
    background: url(/skins/common/images/header-background-redfade.gif) repeat-x top #500401;
 
    border: none;
 
 
  }
 
  }
  
 
  .MainPageKnowledgeBox {
 
  .MainPageKnowledgeBox {
     background: url(/skins/common/images/Quinndevil_collinangel_splash.gif) repeat-x bottom right;
+
     background: url(skins/common/images/Quinndevil_collinangel_splash.gif) no-repeat bottom right;
     border: 1px solid #A50901;
+
     border: 1px solid #999;
 
     padding: .5em 1em 1em;
 
     padding: .5em 1em 1em;
 
     color: #000;
 
     color: #000;
     background-color: #FAFAFA;
+
     background-color: #eee;
 
  }
 
  }
  
 
+
  .MainPageKnowledgeBox h2 {
  .MainPageKnowledgeBox h3 {
 
 
     margin: 0 -.3em;
 
     margin: 0 -.3em;
 
     padding: .3em;
 
     padding: .3em;
     font-size: 120%;
+
     font-weight: bolder;
     color: #FFF;
+
}
     background: url(/skins/common/images/header-background-redfade.gif) repeat-x top #500401;
+
 
     border: none;
+
.CommunityBox {
 +
     background-color: #eee;
 +
    border: 2px solid #999;
 +
    padding: .5em 1em 1em;
 +
}
 +
 
 +
.boilerplate {
 +
     float: center;
 +
    background-color: #eee;
 +
     border: 2px solid #999;
 +
    padding: .5em 1em 1em;   
 +
}
 +
 
 +
p { margin: 0.9em 0em 1em 0em; }
 +
 
 +
h1, h2, h3, h4, h5, h6 {
 +
  color: black;
 +
  margin: 0px;
 
  }
 
  }

Latest revision as of 17:25, 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) no-repeat bottom right;
    border: 1px solid #999;
    padding: .5em 1em 1em;
    color: #000;
    background-color: #eee;
 }

 .MainPageGnipsBox h2 {
    margin: 0 -.3em;
    padding: .3em;
    font-weight: bolder;
 }

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

 .MainPageKnowledgeBox h2 {
    margin: 0 -.3em;
    padding: .3em;
    font-weight: bolder;
 }

 .CommunityBox {
    background-color: #eee;
    border: 2px solid #999;
    padding: .5em 1em 1em;
 }

 .boilerplate {
    float: center;
    background-color: #eee;
    border: 2px solid #999;
    padding: .5em 1em 1em;     
 }

 p { margin: 0.9em 0em 1em 0em; }

 h1, h2, h3, h4, h5, h6 {
   color: black;
   margin: 0px;
 }