Template:Team:Waterloo/CSS/baseWiki

From 2014.igem.org

(Difference between revisions)
Line 65: Line 65:
   display: block;
   display: block;
}
}
-
ul#shortheadings li {
+
ul#shortheadings li{
   float: left;
   float: left;
   display: none;
   display: none;
Line 72: Line 72:
   height: 30px;
   height: 30px;
}
}
-
ul#headings > li {
+
a.barheading{
   color: #71CCE6;
   color: #71CCE6;
   font-size: 15px;
   font-size: 15px;
Line 91: Line 91:
h1{
h1{
   font-family: Georgia;
   font-family: Georgia;
-
   font-size: 40px;
+
   font-size: 50px;
   color: #000000;
   color: #000000;
   text-align: center;
   text-align: center;
Line 99: Line 99:
   padding: initial;
   padding: initial;
   border: none;
   border: none;
-
  font-variant: small-caps;
 
}
}
div.subheading{
div.subheading{
Line 142: Line 141:
height:60px;
height:60px;
}
}
-
.sections_panel{
+
div#topbar > .sections_panel{
   position:absolute;
   position:absolute;
-
   height:258px;
+
   height:0px;
   background:#000;
   background:#000;
   top:60px;
   top:60px;
Line 152: Line 151:
   z-index:10000;
   z-index:10000;
   transition: height 0.3s linear 0s;
   transition: height 0.3s linear 0s;
-
  display: none;
 
-
}
 
-
.barheading > li:hover > .sections_panel{
 
-
  display: inline
 
}
}
div#topbar > .sections_panel > div{
div#topbar > .sections_panel > div{

Revision as of 00:48, 16 October 2014