Template:Stylefor2015

From 2014.igem.org

(Difference between revisions)
Line 42: Line 42:
margin:auto;
margin:auto;
}
}
 +
 +
 +
#top_menu_inside {
 +
margin-left: 20px;
 +
}
 +
 +
/* Set up layout */
/* Set up layout */
 +
/* General wrap for the page*/
#contentWrap {   
#contentWrap {   
width: 980px;
width: 980px;
Line 55: Line 63:
}
}
-
#top_menu_inside {
 
-
margin-left: 20px;
 
-
}
 
-
#rightColumn {
+
/* styling for all the headers */
-
width: 780px;
+
#contentWrap h1, h2, h3, h4, h5 {  
-
float: left;
+
font-family: "Arial", Gadget, sans-serif; border-bottom:none;
-
padding: 25px 10px 5px 10px;
+
font-weight: bold;
-
 
+
color: #434343;
-
}
+
-
 
+
-
#leftColumn {
+
-
width: 160px;
+
-
float: left;
+
-
padding: 25px 10px 5px 10px;
+
-
margin-top: 20px;
+
}
}
-
#leftColumn a {
+
/* Establish font size and family for all text */
-
text-weight: bold;
+
#contentWrap p {
-
text-decoration: none;
+
font-family: "Arial", Helvetica, sans-serif;  
font-family: "Arial", Helvetica, sans-serif;  
font-size: 13px;
font-size: 13px;
-
color: #434343;
 
-
}
 
-
 
-
#rightColumn ul {
 
-
list-style:circle;
 
-
font-family: "Arial", Helvetica, sans-serif;
 
-
 
-
}
 
-
#leftColumn ul ul li:hover {
 
-
background-color: #c1dfa6;
 
-
border-radius: 5px;
 
}
}
 +
/*full width column*/
.fullWidth {
.fullWidth {
background-color: #ffffff;
background-color: #ffffff;
Line 97: Line 84:
}
}
 +
/* Right column of the page*/
 +
#rightColumn {
 +
width: 780px;
 +
float: left;
 +
padding: 25px 10px 5px 10px;
 +
}
 +
 +
/* styling for lists on the right column */
 +
#rightColumn ul {
 +
list-style:circle;
 +
font-family: "Arial", Helvetica, sans-serif;
 +
}
#rightColumn a, .fullWidth a {
#rightColumn a, .fullWidth a {
Line 111: Line 110:
}
}
-
#contentWrap h1, h2, h3, h4, h5 {  
+
 
-
font-family: "Arial", Gadget, sans-serif; border-bottom:none;
+
 
-
font-weight: bold;
+
/* Left column of the page, here the submenu can be placed*/
-
color: #434343;
+
#leftColumn {
 +
width: 160px;
 +
float: left;
 +
padding: 25px 10px 5px 10px;
 +
margin-top: 20px;
}
}
-
/* Establish font size and family for all text */
+
 
-
#contentWrap p {
+
#leftColumn a {
 +
text-weight: bold;
 +
text-decoration: none;
font-family: "Arial", Helvetica, sans-serif;  
font-family: "Arial", Helvetica, sans-serif;  
font-size: 13px;
font-size: 13px;
 +
color: #434343;
}
}
 +
 +
 +
#leftColumn ul ul li:hover {
 +
background-color: #c1dfa6;
 +
border-radius: 5px;
 +
}
 +
 +

Revision as of 19:53, 26 January 2015