Template:UCB-Main

From 2014.igem.org

(Difference between revisions)
 
(62 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 30: Line 38:
#toc {
#toc {
-
       position: fixed;
+
       position: fixed;
-
       top: 65px;
+
       top: 85px;
-
       left: 0;
+
       left: 5px;
-
       height: 100%;
+
       height: 50%;
 +
      width: 15%;
 +
      min-width: 170px;
 +
      font-weight: bold;
 +
 
 +
}
 +
#toc td {
       vertical-align: text-top;
       vertical-align: text-top;
 +
      padding-top: 20px;
}
}
#bodyContent {
#bodyContent {
         width: 975px;  
         width: 975px;  
-
margin-left: 258px;
+
margin: 0 auto;
-
         padding: 0 20px;
+
        padding-top: 60px;
-
 
+
         padding-left: 180px;
 +
        font-family: Source Sans Pro;
 +
        font-size: 12pt;
 +
       
}
}
Line 81: 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 95: 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 228: 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