Template:UCB-Main

From 2014.igem.org

(Difference between revisions)
 
(78 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<head>
<head>
 +
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
 +
<link href='http://fonts.googleapis.com/css?family=Julius+Sans+One' rel='stylesheet' type='text/css'>
<style type="text/css">
<style type="text/css">
Line 10: Line 12:
padding-top: 100px;
padding-top: 100px;
margin-bottom: 20px;
margin-bottom: 20px;
-
font-family: Georgia, Times, "Times New Roman", serif;  
+
font-family: Source Sans Pro, Georgia, Times, "Times New Roman", serif;  
}
}
-
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
+
img {max-width: 900px; height: auto;}
-
h1 {opacity: 0;}
+
h1, h2, h3, h4, h5 {font-family: Source Sans Pro, Georgia, Times, "Times New Roman", serif;}
 +
 
 +
h1 {display: none;}
 +
 
 +
ul {list-style: circle;}
 +
 
 +
pre {border: none; padding-top: 0; padding-bottom: 0;}
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
Line 25: Line 33:
position: fixed;
position: fixed;
width: 975px;  
width: 975px;  
-
left: 50%;  
+
        left: 487px;  
margin-left: -487px;
margin-left: -487px;
}
}
-
h2, p { /*-- styling for default menu bar (edit, page, history, etc.) --*/
+
#toc {
-
width: 975px;  
+
      position:  fixed;
-
margin: 0 auto;
+
      top: 85px;
 +
      left: 5px;
 +
      height: 50%;
 +
      width: 15%;
 +
      min-width: 170px;
 +
      font-weight: bold;
 +
 
 +
}
 +
#toc td {
 +
      vertical-align: text-top;
 +
      padding-top: 20px;
}
}
-
.bodyContent {
+
#bodyContent {
         width: 975px;  
         width: 975px;  
margin: 0 auto;
margin: 0 auto;
 +
        padding-top: 60px;
 +
        padding-left: 180px;
 +
        font-family: Source Sans Pro;
 +
        font-size: 12pt;
 +
       
}
}
Line 76: Line 99:
#contentcontainer { /*-- creates container for all content on page --*/
#contentcontainer { /*-- creates container for all content on page --*/
-
font-family: Arial, Helvetica, sans-serif;  
+
font-family: Source Sans Pro, Arial, Helvetica, sans-serif;  
font-weight: normal;  
font-weight: normal;  
-
font-size: 14px;  
+
font-size: 12pt;  
color: #414141;
color: #414141;
width: 960px;  
width: 960px;  
Line 90: Line 113:
list-style-type: none;  
list-style-type: none;  
list-style-image: none;  
list-style-image: none;  
-
font-family: verdana;  
+
font-family: Source Sans Pro, verdana;  
text-decoration: none;  
text-decoration: none;  
color:#000;  
color:#000;  
-
font-size: 14px;
+
font-size: 12pt;
}
}
Line 167: Line 190:
padding: 0px;  
padding: 0px;  
margin: 0px;
margin: 0px;
 +
}
}
Line 222: Line 246:
.annItem li {list-style: none; margin: 5px}
.annItem li {list-style: none; margin: 5px}
 +
.newfooter {position: absolute; left: 0;width: 100%; height: 300px;}

Latest revision as of 22:48, 17 October 2014