Template:Team:Waterloo/TopBar

From 2014.igem.org

(Difference between revisions)
Line 12: Line 12:
   height:60px;
   height:60px;
}
}
-
#topbar .sections_panel {
+
.sections_panel {
   position:absolute;
   position:absolute;
   height:280px;
   height:280px;
Line 24: Line 24:
   display: none;
   display: none;
}
}
-
#topbar .sections_panel > div {
+
.sections_panel > div {
   background:#333;
   background:#333;
   padding:20px;
   padding:20px;
Line 31: Line 31:
   color:#71CCE6;
   color:#71CCE6;
}
}
-
#headings li {
+
.headings li {
   float: left;
   float: left;
   display: block;
   display: block;
   height: 60px;
   height: 60px;
}
}
-
#headings li > a {
+
.headings li > a {
   color: #71CCE6;
   color: #71CCE6;
   font-size: 15px;
   font-size: 15px;
Line 55: Line 55:
   cursor: pointer;
   cursor: pointer;
}
}
-
#headings > li:hover > .sections_panel {
+
.headings > li:hover > .sections_panel {
   display: block;
   display: block;
}
}
Line 71: Line 71:
<div id="topbar">
<div id="topbar">
-
  <!--Headings shown on a large screen-->
+
   <ul class="headings">
-
   <ul id="headings">
+
     <li><img src="https://static.igem.org/mediawiki/2014/4/49/Waterloo_Igem-logo-small.png" height=50px></li>
     <li><img src="https://static.igem.org/mediawiki/2014/4/49/Waterloo_Igem-logo-small.png" height=50px></li>
     <li>
     <li>

Revision as of 02:40, 16 October 2014