Difference between revisions of "Template:2015Top"

Line 182: Line 182:
 
background-color:#c1dfa6;
 
background-color:#c1dfa6;
 
}
 
}
 +
 +
 +
 +
  
  
Line 190: Line 194:
 
/*Container for the iGEM logo, top left corner*/
 
/*Container for the iGEM logo, top left corner*/
 
     #igemLogo {
 
     #igemLogo {
         width: 190px;
+
         width: 160px;
 
         float:left;  
 
         float:left;  
 
         text-align:center;
 
         text-align:center;
Line 196: Line 200:
 
         margin-top:10px;
 
         margin-top:10px;
 
         height:80px;
 
         height:80px;
 +
        position:fixed;
 
     }
 
     }
  
Line 212: Line 217:
 
         height:80px;
 
         height:80px;
 
         margin-top:10px;
 
         margin-top:10px;
 +
margin-left:180px;
 
       }
 
       }
 
        
 
        
Line 222: Line 228:
 
/*Gray lines that dives the top of the page and clears */
 
/*Gray lines that dives the top of the page and clears */
 
       #grayLine_Clear {
 
       #grayLine_Clear {
        width: 960px;
 
 
         height: 1px;  
 
         height: 1px;  
 
         background-color: #ccc;  
 
         background-color: #ccc;  
 
         margin:auto;
 
         margin:auto;
 
clear:both;
 
clear:both;
 +
        margin-left:180px;
 +
        width: 800px;
 
       }
 
       }
  
Line 242: Line 249:
 
/* For pages with submenus, creates the right column of the page*/
 
/* For pages with submenus, creates the right column of the page*/
 
#rightColumn {
 
#rightColumn {
width: 770px;
+
margin-left:180px;
float: left;
+
padding:0px;
padding: 25px 15px 5px 15px;
+
margin-top: 10px;
 +
float:right;
 +
width:800px;
 
}
 
}
  
Line 253: Line 262:
 
width: 160px;
 
width: 160px;
 
float: left;
 
float: left;
padding: 25px 10px 5px 10px;
+
background-color: #f2f2f2;
margin-top: 0px;
+
padding: 0px;
 +
position: fixed;
 +
height: 100vh;
 +
margin:0px;
 
}
 
}
  
Line 409: Line 421:
 
     }
 
     }
  
 +
li.menusubtopic {
 +
background-color:#ccc;
 +
font-weight:bold;
 +
}
  
 
/*Class for text that needs to be highlighted, used in span tag */
 
/*Class for text that needs to be highlighted, used in span tag */

Revision as of 18:42, 24 April 2015