Template:Team:Waterloo/CSS/baseWiki

From 2014.igem.org

(Difference between revisions)
Line 61: Line 61:
margin-top: 30px;
margin-top: 30px;
}
}
-
ul#headings li {
+
 
-
  float: left;
+
-
  display: block;
+
-
}
+
-
ul#shortheadings li{
+
-
  float: left;
+
-
  display: none;
+
-
}
+
-
.icons{
+
-
  height: 30px;
+
-
}
+
-
a.barheading{
+
-
  color: #71CCE6;
+
-
  font-size: 15px;
+
-
  font-family: Georgia;
+
-
  font-weight: bold;
+
-
  cursor: pointer;
+
-
  vertical-align: -20px;
+
-
}
+
-
a.subheading{
+
-
  color: #FFFFFF;
+
-
  font-size: 14px;
+
-
  font-family: Georgia;
+
-
  cursor: pointer;
+
-
}
+
-
.spacer{
+
-
  height: 80px;
+
-
}
+
h1{
h1{
   font-family: Georgia;
   font-family: Georgia;
Line 100: Line 73:
   border: none;
   border: none;
   font-variant: small-caps;
   font-variant: small-caps;
-
}
 
-
div.subheading{
 
-
  font-family: Georgia;
 
-
  font-size: 30px;
 
-
  color: #000000;
 
-
  text-align: center;
 
-
}
 
-
ul.projSubs li {
 
-
  list-style: none;
 
-
  line-height: 30px;
 
}
}
div#imgBox{
div#imgBox{
Line 132: Line 95:
height: 150px;
height: 150px;
}
}
-
div#topbar{
+
 
-
width: 100%;
+
-
position:fixed;
+
-
left:0px;
+
-
right:0px;
+
-
z-index:999;
+
-
top:16px;
+
-
background: #333;
+
-
height:60px;
+
-
}
+
-
div#topbar > .sections_panel{
+
-
  position:absolute;
+
-
  height:0px;
+
-
  background:#000;
+
-
  top:60px;
+
-
  left:10%;
+
-
  border-radius:0px 0px 8px 8px;
+
-
  overflow:hidden;
+
-
  z-index:10000;
+
-
  transition: height 0.3s linear 0s;
+
-
}
+
-
div#topbar > .sections_panel > div{
+
-
  background:#333;
+
-
  padding:20px;
+
-
  height:258px;
+
-
  margin:10px;
+
-
  color:#71CCE6;
+
-
}
+
div#menubar li {
div#menubar li {
     color: transparent !important;
     color: transparent !important;

Revision as of 01:16, 16 October 2014