Template:Imperial/StartPage

From 2008.igem.org

(Difference between revisions)
m
m (Redirecting to Template:Imperial/StartPage2)
 
(17 intermediate revisions not shown)
Line 1: Line 1:
 +
#REDIRECT [[Template:Imperial/StartPage2]]
 +
{{Imperial/NoTitle}}
{{Imperial/NoTitle}}
{{Imperial/CalendarCode}}
{{Imperial/CalendarCode}}
-
{{Imperial/Navbar}}
+
<table width="100%" style="border: 4px solid #66aadd" cellpadding="0" cellspacing="0">
-
<!--Find out what's with the fonts, usable fonts etc.-->
+
<tr><td>{{Imperial/Navbar2}}
-
<html>
+
</td></tr><tr><td>
-
<style type="text/css">
+
<html><style type="text/css">
div.Section {  
div.Section {  
-
font:9pt/14pt Verdana, Arial, Geneva, sans-serif;
+
font:11pt/16pt Calibri, Verdana, Arial, Geneva, sans-serif;
}
}
/* Text (paragraphs) */
/* Text (paragraphs) */
div.Section p {  
div.Section p {  
-
font:9pt/14pt Verdana, Arial, Geneva, sans-serif;  
+
font:11pt/16pt Calibri, Verdana, Arial, Geneva, sans-serif;  
text-align:justify;
text-align:justify;
margin-top:0px;  
margin-top:0px;  
Line 20: Line 22:
/* Headings */
/* Headings */
div.Section h1 {  
div.Section h1 {  
-
font:20pt Verdana, Arial, Geneva, sans-serif;  
+
font:22pt Calibri, Verdana, Arial, Geneva, sans-serif;  
text-align:left;
text-align:left;
color:#3366FF;
color:#3366FF;
 +
font-weight:bold;
}
}
/* Subheadings */
/* Subheadings */
div.Section h2 {  
div.Section h2 {  
-
font:16pt Verdana, Arial, Geneva, sans-serif;   
+
font:18pt Calibri, Verdana, Arial, Geneva, sans-serif;   
color:#3366FF;
color:#3366FF;
margin-left:5px;
margin-left:5px;
 +
font-weight:bold;
}
}
/* Subsubheadings */
/* Subsubheadings */
div.Section h3 {  
div.Section h3 {  
-
font:14pt Verdana, Arial, sans-serif;
+
font:16pt Calibri, Verdana, Arial, sans-serif;
-
font-weight:bold;
+
color:#3366FF;
color:#3366FF;
margin-left:10px;
margin-left:10px;
Line 42: Line 45:
/* Subsubsubheadings */
/* Subsubsubheadings */
div.Section h4 {  
div.Section h4 {  
-
font:10pt Verdana, Arial, sans-serif;
+
font:12pt Calibri, Verdana, Arial, sans-serif;
color:#3366FF;
color:#3366FF;
margin-left:15px;
margin-left:15px;
Line 49: Line 52:
/* Subsubsubsubheadings */
/* Subsubsubsubheadings */
div.Section h5 {  
div.Section h5 {  
-
font:10pt Verdana, Arial, sans-serif;
+
font:12pt Calibri, Verdana, Arial, sans-serif;
color:#3366FF;
color:#3366FF;
margin-left:20px;
margin-left:20px;
Line 56: Line 59:
/* References */
/* References */
div.Section h6 {  
div.Section h6 {  
-
font:10pt Verdana, Arial, sans-serif;
+
font:12pt Calibri, Verdana, Arial, sans-serif;
font-weight:bold;
font-weight:bold;
font-style:italic;
font-style:italic;
Line 65: Line 68:
/* Hyperlinks */
/* Hyperlinks */
div.Section a {
div.Section a {
-
+
}
-
}
+
div.Section a:hover {
div.Section a:hover {
-
+
}
-
}
+
/* Tables */
/* Tables */
div.Section td {
div.Section td {
-
font:9pt/14pt Verdana, Arial, Geneva, sans-serif;   
+
font:11pt/16pt Calibri, Verdana, Arial, Geneva, sans-serif;   
text-align:justify;
text-align:justify;
vertical-align:top;
vertical-align:top;
padding:2px 4px 2px 4px;
padding:2px 4px 2px 4px;
-
}
+
}
/* Lists */
/* Lists */
div.Section li {  
div.Section li {  
-
font:9pt/14pt Verdana, Arial, Geneva, sans-serif;  
+
font:11pt/16pt Calibri, Verdana, Arial, Geneva, sans-serif;  
text-align:left;
text-align:left;
margin-top:0px;  
margin-top:0px;  
Line 95: Line 96:
table.toc li {  
table.toc li {  
-
font: 9pt/14pt Verdana, Arial, Geneva, sans-serif;  
+
font: 11pt/16pt Calibri, Verdana, Arial, Geneva, sans-serif;  
text-align: justify;
text-align: justify;
margin-top: 0px;  
margin-top: 0px;  
Line 110: Line 111:
vertical-align:bottom;
vertical-align:bottom;
}
}
 +
span.editsection a {
span.editsection a {
color:#BBBBBB;
color:#BBBBBB;
Line 117: Line 119:
vertical-align:bottom;
vertical-align:bottom;
}
}
 +
span.editsection a:hover {
span.editsection a:hover {
color:#3366FF;
color:#3366FF;
Line 124: Line 127:
vertical-align:bottom;
vertical-align:bottom;
}
}
-
</style>
 
-
</html>
 
 +
/* Drop-down Menu */
 +
#sddm {
 +
margin: 0;
 +
padding: 0;
 +
z-index: 30
 +
margin: 0;
 +
padding: 0;
 +
float: center;
 +
font: bold 12pt Calibri, Verdana, Arial, Geneva, sans-serif;
 +
border: 0px;
 +
list-style: none;
 +
}
 +
 +
#sddm a {
 +
display: block;
 +
margin: 0px 0px 0px 0px;
 +
padding: 0 0 12px 0;
 +
color: #FFFFFF;
 +
text-align: center;
 +
text-decoration: none;
 +
}
 +
 +
#sddm a:hover {
 +
border: 0px
 +
}
 +
 +
#sddm div {
 +
position: absolute;
 +
visibility: hidden;
 +
margin: 0;
 +
padding: 0;
 +
background: #66aadd;
 +
border: 1px solid #66aadd
 +
}
 +
#sddm div a {
 +
position: relative;
 +
left: 0;
 +
display: block;
 +
margin: 0;
 +
padding: 5px 10px;
 +
width: auto;
 +
white-space: nowrap;
 +
text-align: left;
 +
text-decoration: none;
 +
background: #FFFFFF;
 +
color: #2875DE;
 +
font: 11pt Calibri, Verdana, Arial, Geneva, sans-serif
 +
}
 +
#sddm div a:hover {
 +
background: #66aadd;
 +
color: #FFFFFF
 +
}
 +
</style></html>
 +
<!--PUT BACK IN CSS IF NEEDED/* Top bar images */
 +
.wetlab {
 +
background-image: url('http://i59.photobucket.com/albums/g305/Timpski/Bottles.png');
 +
background-size: 100%;
 +
background-origin: content;
 +
width: 100%;
 +
}
 +
-->
 +
<!--
 +
<script type="text/javascript">
 +
 +
function toggleNext(el) {
 +
var next=el.nextSibling;
 +
while(next.nodeType != 1) next=next.nextSibling;
 +
next.style.display=((next.style.display=="none") ? "block" : "none");
 +
}
 +
 +
function getElementsByIdTagAndClassName(id,tag,cname) {
 +
var tags=document.getElementById(id).getElementsByTagName(tag);
 +
var cEls=new Array();
 +
for (i=0; i<tags.length; i++) {
 +
  var rE=new RegExp("(^|\s)" + cname + "(\s|$)");
 +
  if (rE.test(tags[i].className)) {
 +
  cEls.push(tags[i]);
 +
  }
 +
  }
 +
return cEls;
 +
}
 +
function toggleNextByIdTagAndClassName(id,tag,cname) {
 +
var ccn="clicker";
 +
clickers=getElementsByIdTagAndClassName(id,tag,cname);
 +
for (i=0; i<clickers.length; i++) {
 +
  clickers[i].className+=" "+ccn;
 +
  clickers[i].onclick=function() {toggleNext(this)}
 +
  toggleNext(clickers[i]);
 +
}
 +
}
 +
window.onload=function(){toggleNextByIdTagAndClassName('byidtagandclass','p','num')}
 +
</script>
 +
<div id="byidtagandclass" class="eg">
 +
-->
<div class=Section>
<div class=Section>

Latest revision as of 17:52, 16 October 2008

  1. REDIRECT Template:Imperial/StartPage2