Template:ETHZ Basel10 css

From 2010.igem.org

(Difference between revisions)
(New page: logo { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:32px; font-weight:bold; color:#fff; margin:0; padding:0; } university { font-family:Verdana, Arial, Helvetica, ...)
 
(223 intermediate revisions not shown)
Line 1: Line 1:
-
logo {
+
<html>
-
font-family:Verdana, Arial, Helvetica, sans-serif;
+
<head>
-
font-size:32px;
+
<script type="text/javascript">
-
font-weight:bold;
+
-
color:#fff;
+
-
margin:0;
+
-
padding:0;
+
-
}
+
-
university {
+
var _gaq = _gaq || [];
-
font-family:Verdana, Arial, Helvetica, sans-serif;
+
_gaq.push(['_setAccount', 'UA-19289516-1']);
-
font-size:20px;
+
_gaq.push(['_trackPageview']);
-
font-weight:bold;
+
-
color:#fff;
+
(function() {
-
margin:0;
+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
padding:0;
+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
float:right;
+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 +
})();
 +
 
 +
function getURL(subhrefString)
 +
{
 +
var arr_sub = subhrefString.split('#');
 +
var hrefString = arr_sub[0];
 +
var arr = hrefString[0].split('/');
 +
return  (arr.length<2) ? hrefString : arr[arr.length-2].toLowerCase() + arr[arr.length-1].toLowerCase();              
}
}
-
 
+
-
#ethzheader{
+
function setCurrentLink(arr, crtPage)
-
padding:25px 15px 0 15px;
+
{
-
background:#2A6AB3;
+
for (var i=0; i<arr.length; i++)
 +
{
 +
if(getURL(arr[i].href) == crtPage)
 +
{
 +
if (arr[i].parentNode.tagName != "DIV")
 +
{
 +
arr[i].className = "current";
 +
arr[i].parentNode.className = "current";
 +
}
 +
}
 +
}
}
}
-
 
+
-
ul#simple-menu{
+
function setPage()
-
list-style-type:none;
+
{
-
width:100%;
+
hrefString = document.location.href ? document.location.href : document.location;
-
position:relative;
+
-
height:27px;
+
if (document.getElementById("subnavigation")!=null)
-
font-family:"Trebuchet MS",Arial,sans-serif;
+
setCurrentLink(document.getElementById("subnavigation").getElementsByTagName("a"), getURL(hrefString));
-
font-size:13px;
+
-
font-weight:bold;
+
-
margin:0;
+
-
padding:11px 0 0 0;
+
}
}
-
ul#simple-menu li{
+
</script>
-
display:block;
+
<style type="text/css">
-
float:left;
+
/*
-
margin:0 0 0 4px;
+
Start Format iGEM base
-
height:27px;
+
*/
-
}
+
body {
 +
/* format main-background C0C5CA*/
 +
background-color: #7297BA;
 +
}
 +
#bodyContent a{
 +
/* format link color*/
 +
}
 +
#content {
 +
/* format global document body */
 +
font-family:"Verdana",Arial,sans-serif;
 +
background-color: #FFFFFF;
 +
}
-
ul#simple-menu li.left{
+
.firstHeading {
-
margin:0;
+
/* removes pagename */
-
}
+
display: none;
 +
}
 +
#top-section {
 +
/* formats iGEM header div */
 +
border: 0px;
 +
height: 0px;
 +
}
 +
#p-logo {
 +
/* removes iGEM logo */
 +
display: none;
 +
}
-
ul#simple-menu li a{
+
#menubar {
-
display:block;
+
/* format top menubar */
-
float:left;
+
top: 0px;
-
color:#fff;
+
float: left;
-
background:#84AAD6;
+
border: none;
-
line-height:27px;
+
font-family:"Trebuchet MS","Verdana",Arial,sans-serif;
-
text-decoration:none;
+
font-size:85%;
-
padding:0 17px 0 18px;
+
height: 22px;
-
height:27px;
+
}
-
}
+
#menubar li a {
 +
color: #7297BA;
 +
}
 +
#menubar li a:hover {
 +
text-decoration: underline;
 +
}
 +
#menubar.right-menu {
 +
/* format right part of top menubar and add iGEM mini logo */
 +
text-align: right;
 +
right: auto;
 +
background-color: #336699;
 +
width: 975px;
 +
z-index: 7;
 +
}
 +
#menubar.left-menu {
 +
/* format left part of top menubar */
 +
text-align: left;
 +
width: auto;
 +
z-index: 8;
 +
}
 +
 +
#search-controls {
 +
/* format searchbar */
 +
top: 24px;
 +
overflow :visible;
 +
display:block;
 +
background: none;
 +
width: 965px;
 +
border: 0;
 +
margin: 0;
 +
height: auto;
 +
text-align: right;
 +
right: auto;
 +
}
 +
#searchInput {
 +
/* format search input field */
-
ul#simple-menu li a.right{
+
font-size:85%;
-
padding-right:19px;
+
width: 100px;
-
}
+
background-color: #336699;
 +
color: #FFFFFF;
 +
border-width: thin;
 +
padding-right: 2px;
 +
padding-left: 2px;
 +
}
 +
#searchform {
 +
margin: 1px;
 +
}
 +
input.searchButton {
 +
/* format search input buttons */
 +
font-family:"Trebuchet MS",Arial,sans-serif;
 +
font-size: 85%;
 +
margin: 0;
 +
color: #FFFFFF;
 +
font-weight: normal;
 +
cursor: hand;
 +
cursor:pointer;
 +
padding-right: 2px;
 +
padding-left: 2px;
 +
}
 +
input.searchButton:hover {
 +
color: #FFFFFF;
 +
text-decoration: underline;
 +
}
-
ul#simple-menu li a:hover{
+
#footer-box {
-
background:#2E4560;
+
/* format footer to match top menubar */
-
}
+
font-family:"Trebuchet MS",Arial,sans-serif;
 +
font-size: 12px;
 +
color:#FFFFFF;
 +
background:#336699;
 +
border-top: #000000 1px solid;
 +
border-bottom: #000000 1px solid;
 +
}
 +
#footer-box li a {
 +
color:#7297BA;
 +
}
 +
#footer-box li a:hover {
 +
color:#FFFFFF;
 +
}
-
ul#simple-menu li a.{{anchorencode:{{BASEPAGENAME}}}}{
+
/*
-
color:#2E4560;
+
End Format iGEM base
-
background:#fff;
+
*/
-
}
+
 
 +
/*
 +
Start Format ETHZ_Basel
 +
*/
-
ul#simple-menu li a.{{anchorencode:{{BASEPAGENAME}}}}:hover{
+
#header{
-
color:#2E4560;
+
/* position logo */
-
background:#fff;
+
width: 975px;
-
}
+
position: relative;
 +
left: -5px;
 +
background-color: #336699;
 +
}
 +
 
 +
#navigation{
 +
/* main div for navigation */
 +
width: 945px;
 +
position: relative;
 +
left: -5px;
 +
padding: 5px 15px 0 15px;
 +
background:#336699;
 +
border-bottom: #000000 1px solid;
 +
}
 +
ul#simple-menu{
 +
list-style-type:none;
 +
width:100%;
 +
position:relative;
 +
height:28px;
 +
font-family:"Trebuchet MS",Arial,sans-serif;
 +
font-size:13px;
 +
font-weight:bold;
 +
margin:0;
 +
padding:11px 0 0 0;
 +
}
 +
ul#simple-menu li{
 +
display:block;
 +
float:left;
 +
margin:0 0 0 4px;
 +
height:27px;
 +
}
 +
ul#simple-menu li.left{
 +
margin:0;
 +
}
 +
ul#simple-menu li a{
 +
display:block;
 +
float:left;
 +
color:#fff;
 +
background:#073515;
 +
line-height:27px;
 +
text-decoration:none;
 +
padding:0 17px 0 18px;
 +
height:27px;
 +
border: #000000 1px solid;
 +
border-bottom: #000000 1px solid;
 +
}
 +
ul#simple-menu li a.current, ul#simple-menu li a.current:hover{
 +
color: #FFFFFF;
 +
background:#073515;
 +
border-bottom: #073515 1px solid;
 +
}
 +
ul#simple-menu li a.introduction{
 +
background:#6BD37A;
 +
}
 +
ul#simple-menu li a.introduction_current, ul#simple-menu li a.introduction_current:hover{
 +
color: #FFFFFF;
 +
background:#6BD37A;
 +
border-bottom: #6BD37A 1px solid;
 +
}
 +
ul#simple-menu li a.biology{
 +
background:#41BD54;
 +
}
 +
ul#simple-menu li a.biology_current, ul#simple-menu li a.biology_current:hover{
 +
color: #FFFFFF;
 +
background:#41BD54;
 +
border-bottom: #41BD54 1px solid;
 +
}
 +
ul#simple-menu li a.modeling{
 +
background:#26913B;
 +
}
 +
ul#simple-menu li a.modeling_current, ul#simple-menu li a.modeling_current:hover{
 +
color: #FFFFFF;
 +
background:#26913B;
 +
border-bottom: #26913B 1px solid;
 +
}
 +
ul#simple-menu li a.information{
 +
background:#306B3C;
 +
}
 +
ul#simple-menu li a.information_current, ul#simple-menu li a.information_current:hover{
 +
color: #FFFFFF;
 +
background:#306B3C;
 +
border-bottom: #306B3C 1px solid;
 +
}
 +
ul#simple-menu li a.achievements{
 +
background:#0E491F;
 +
}
 +
ul#simple-menu li a.achievements_current, ul#simple-menu li a.achievements_current:hover{
 +
color: #FFFFFF;
 +
background:#0E491F;
 +
border-bottom: #0E491F 1px solid;
 +
}
 +
ul#simple-menu li a.team{
 +
background:#073515;
 +
}
 +
ul#simple-menu li a.team_current, ul#simple-menu li a.team_current:hover{
 +
color: #FFFFFF;
 +
background:#073515;
 +
border-bottom: #073515 1px solid;
 +
}
 +
ul#simple-menu li a.right{
 +
padding-right:19px;
 +
}
 +
ul#simple-menu li a:hover{
 +
color: #000000;
 +
text-decoration: underline;
 +
background:#B6F3BF;
 +
}
 +
 +
#subnavigation{
 +
/* main div for subnavigation */
 +
width: 945px;
 +
position: relative;
 +
left: -5px;
 +
padding: 0px 15px 0 15px;
 +
background:#073515;
 +
border-bottom: #000000 1px solid;
 +
}
 +
#subnavigation.introduction{
 +
background:#6BD37A;
 +
}
 +
#subnavigation.biology{
 +
background:#41BD54;
 +
}
 +
#subnavigation.modeling{
 +
background:#26913B;
 +
}
 +
#subnavigation.information{
 +
background:#306B3C;
 +
}
 +
#subnavigation.achievements{
 +
background:#0E491F;
 +
}
 +
#subnavigation.team{
 +
background:#073515;
 +
}
 +
ul#sub-menu{
 +
list-style-type:none;
 +
width:100%;
 +
position:relative;
 +
height:28px;
 +
font-family:"Trebuchet MS",Arial,sans-serif;
 +
font-size:13px;
 +
font-weight:bold;
 +
margin:0;
 +
padding:11px 0 0 0;
 +
}
 +
ul#sub-menu li{
 +
display:block;
 +
float:left;
 +
margin:0 0 0 4px;
 +
height:27px;
 +
}
 +
ul#sub-menu li.left{
 +
margin:0;
 +
}
 +
ul#sub-menu li a{
 +
display:block;
 +
float:left;
 +
color:#fff;
 +
line-height:27px;
 +
text-decoration:none;
 +
padding:0 17px 0 18px;
 +
height:27px;
 +
border: #fff 1px solid;
 +
border-bottom: none;
 +
}
 +
ul#sub-menu li a.right{
 +
padding-right:19px;
 +
}
 +
ul#sub-menu li a:hover{
 +
color:#000000;
 +
text-decoration: underline;
 +
background:#FFFFFF;
 +
border: #000000 1px solid;
 +
border-bottom: none;
 +
}
 +
ul#sub-menu li a.current{
 +
color:#000000;
 +
background:#FFFFFF;
 +
border: #000000 1px solid;
 +
border-bottom: #FFFFFF 1px solid;
 +
}
 +
/*
 +
End Format ETHZ_Basel
 +
*/
 +
</style>
 +
</head>
 +
</html>

Latest revision as of 12:40, 24 October 2010