Template:UCB-Main

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki setting...")
 
(94 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, 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 23: Line 33:
position: fixed;
position: fixed;
width: 975px;  
width: 975px;  
-
left: 50%;  
+
        left: 487px;  
margin-left: -487px;
margin-left: -487px;
 +
}
 +
 +
#toc {
 +
      position:  fixed;
 +
      top: 85px;
 +
      left: 5px;
 +
      height: 50%;
 +
      width: 15%;
 +
      min-width: 170px;
 +
      font-weight: bold;
 +
 +
}
 +
#toc td {
 +
      vertical-align: text-top;
 +
      padding-top: 20px;
 +
}
 +
 +
#bodyContent {
 +
        width: 975px;
 +
margin: 0 auto;
 +
        padding-top: 60px;
 +
        padding-left: 180px;
 +
        font-family: Source Sans Pro;
 +
        font-size: 12pt;
 +
       
}
}
Line 55: Line 90:
padding: 0px;
padding: 0px;
}
}
 +
html, body, .wrapper { /*-- changes default wiki settings --*/
html, body, .wrapper { /*-- changes default wiki settings --*/
-
width: 80%;  
+
width: 100%;  
height: 100%;  
height: 100%;  
background-color: transparent;
background-color: transparent;
Line 63: 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 77: 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 154: Line 190:
padding: 0px;  
padding: 0px;  
margin: 0px;
margin: 0px;
 +
}
}
Line 209: 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