Template:Team:Waterloo/CSS/baseWiki

From 2014.igem.org

(Difference between revisions)
(Undo revision 177011 by Kvn.thai (talk))
Line 3: Line 3:
#globalWrapper, #content { /*-- changes default wiki settings --*/
#globalWrapper, #content { /*-- changes default wiki settings --*/
height: 100%;
height: 100%;
 +
width: 100%;
border: 0px;
border: 0px;
background-color: transparent;
background-color: transparent;
Line 8: Line 9:
#top-section {
#top-section {
         height: 16px;
         height: 16px;
-
         width: auto;
+
         width: 100%;
         position: fixed;
         position: fixed;
         border: 0px transparent;
         border: 0px transparent;
background: #333;
background: #333;
 +
z-index: 999;
}
}
img.homepage{
img.homepage{
Line 81: Line 83:
}
}
div.empty{
div.empty{
-
   height: 60px;
+
   height: 76px;
}
}
div.heading{
div.heading{
Line 262: Line 264:
   background: #333;
   background: #333;
   color: #FFF;
   color: #FFF;
 +
  font-family: Georgia;
   font-size: 12px;
   font-size: 12px;
-
  text-align: left;
 
}
}
Line 294: Line 296:
color: #71CCE6;
color: #71CCE6;
font-size: 18px;
font-size: 18px;
 +
        font-family: Georgia;
font-weight: bold;
font-weight: bold;
font-variant: small-caps;
font-variant: small-caps;

Revision as of 00:32, 9 October 2014