Template:UOttawa CSS

From 2012.igem.org

(Difference between revisions)
(Created page with "<link rel="stylesheet" href="http://www.profased.com/igem.css" type="text/css">")
 
(5 intermediate revisions not shown)
Line 1: Line 1:
-
<link rel="stylesheet" href="http://www.profased.com/igem.css" type="text/css">
+
<html>
 +
<style type="text/css">
 +
body {
 +
background-color: #FFFFFF;
 +
}
 +
 
 +
#top-section {
 +
border: none;
 +
background-color: #FFFFFF;
 +
height: 16px;
 +
}
 +
 
 +
#menubar, #menubar ul li a {
 +
background-color: #FFFFFF;
 +
}
 +
 
 +
#menubar:hover {
 +
background-color: #FFFFFF;
 +
}
 +
 
 +
#menubar li, #menubar li a {
 +
color: #0C0D26 !important;
 +
}
 +
 
 +
#content {
 +
border: none;
 +
background-color: #FFFFFF;
 +
min-height: 500px;
 +
}
 +
 
 +
#content h1.firstHeading { display: none; }
 +
 
 +
#footer-box {
 +
border: none;
 +
background-color: #FFFFFF;
 +
}
 +
 
 +
#footer-box a { color: #0C0D26; }
 +
#footer-box a:hover { color: #000000; }
 +
 
 +
#catlinks, #p-logo, #search-controls {
 +
display:none;
 +
}
 +
 
 +
table#header {
 +
width: 970px;
 +
height: 35px;
 +
background-color: #FFFFFF;
 +
margin-bottom: 10px;
 +
margin-top: -20px;
 +
}
 +
 
 +
table#header td {
 +
padding-right: 1px;
 +
width: 119px;
 +
}
 +
 
 +
td.change {
 +
cursor: pointer;
 +
height: 130px;
 +
width: 104px;
 +
}
 +
 
 +
td#team-td { background: url("https://static.igem.org/mediawiki/2012/3/39/Uottawa_teamtablebg.png") no-repeat; }
 +
 
 +
table.top td { vertical-align: top; }
 +
img.fl {
 +
float: left;
 +
margin: 5px 10px 5px 5px;
 +
}
 +
 
 +
img.fr {
 +
float: right;
 +
margin: 5px 5px 5px 10px;
 +
}
 +
 
 +
.team-name {
 +
color: #FFFFFF;
 +
background: url("https://static.igem.org/mediawiki/2012/9/98/Uottawa_namebg.png") repeat-x;
 +
text-align: center;
 +
position: absolute;
 +
padding: 3px;
 +
font-weight: bold;
 +
margin-top: -26px;
 +
width: 98px;
 +
}
 +
 
 +
table#team td {
 +
width: 104px;
 +
height: 130px;
 +
background-color: #DCCABB;
 +
}
 +
 
 +
.bold { font-weight: bold; }
 +
.Orange { color: orange !important; }
 +
</style>
 +
</html>

Latest revision as of 02:05, 4 October 2012