Team:KAIST-Korea/header

From 2011.igem.org

(Difference between revisions)
 
(82 intermediate revisions not shown)
Line 14: Line 14:
/-->
/-->
-
<style type="text/css">
 
-
/* IGEM stuff */
 
 +
<style type="text/css">
-
#content { background-color:black; border:none; width:983px;}
+
/* IGEM stuff */
 +
#content {background-image:url('https://static.igem.org/mediawiki/2011/f/fd/Backgroundtile.jpg'); border:none; width:990px;}
#contentSub {display:none;}
#contentSub {display:none;}
#siteSub {display:none;}
#siteSub {display:none;}
#search-controls {
#search-controls {
-
top:0px;
+
        top:30px;
-
right:200;}
+
        right:85px;
 +
        z-index:100;
 +
}
 +
 
input.searchButton {
input.searchButton {
position:absolute;
position:absolute;
Line 32: Line 35:
font-family:Calibri;
font-family:Calibri;
font-weight:normal;
font-weight:normal;
-
color:#000000;
+
color:#FFFFFF;
}
}
 +
 +
#searchInput{
 +
        background-color:#ababab;
 +
        border-color:#aaaaaa;
 +
}
 +
 +
#searchInput:focus{
 +
        border-style:solid;
 +
        border-width:2px;
 +
        border-color:#FF9900;
 +
}
 +
input.searchButton:visited {color: #000000;}
input.searchButton:visited {color: #000000;}
input.searchButton:hover {color:#f09600;}
input.searchButton:hover {color:#f09600;}
input.searchButton:active{color:#f09600; font-weight:bold}
input.searchButton:active{color:#f09600; font-weight:bold}
-
#searchGoButton {left:130px;}
+
#searchGoButton {left:140px;}
-
#mw-searchButton {left:164px;}
+
#mw-searchButton {left:174px;}
.firstHeading {display:none;}
.firstHeading {display:none;}
 +
 +
 +
#pt-userpage{
 +
        right:0px;
 +
}
 +
#top-section {
#top-section {
-
height:60px;
+
height:80px; width:1000px;
border-bottom-style:solid;
border-bottom-style:solid;
border-color:#FFFFFF;
border-color:#FFFFFF;
Line 71: Line 92:
.left-menu {margin-top:0px; left:-20px;}
.left-menu {margin-top:0px; left:-20px;}
.left-menu ul {border:none;}
.left-menu ul {border:none;}
-
.right-menu {margin-top:0px; right:30px;}
+
.right-menu {margin-top:0px; right:-5px;}
.right-menu ul {border:none;}
.right-menu ul {border:none;}
#menubar li a {background-color:black; color: #ffffff;}
#menubar li a {background-color:black; color: #ffffff;}
Line 79: Line 100:
#catlinks {
#catlinks {
 +
position:relative;
 +
top:5px;
 +
left:-5px;
 +
width:990px;
border:none;
border:none;
-
background-color:black;
+
background-color:transparent;
-
padding: 5px;
+
padding-top:5px;
-
margin-top: 1em;
+
clear: both;
clear: both;
border-bottom-style:solid;
border-bottom-style:solid;
Line 94: Line 118:
background-color:transparent;
background-color:transparent;
font-size:10pt;
font-size:10pt;
-
font-family:Calibri;
+
font-family:"Calibri",Serif;
-
z-index:-1;
+
z-index:1;
}
}
#footer-box {background-color:transparent; border:none}
#footer-box {background-color:transparent; border:none}
#footer li a {color:white;}
#footer li a {color:white;}
 +
#footer img {
 +
        border-style:inset;
 +
        border-width:5px;
 +
        border-color:#FFFFFF;
 +
 +
}
#footer li a:visited {color: #666666;}
#footer li a:visited {color: #666666;}
#footer li a:hover { color:#f09600; text-decoration:none; }
#footer li a:hover { color:#f09600; text-decoration:none; }
#footer li a:active{ color:#f09600; text-decoration:none; font-weight:bold}
#footer li a:active{ color:#f09600; text-decoration:none; font-weight:bold}
-
 
body {
body {
width=1280px;
width=1280px;
background-position:top-center;
background-position:top-center;
background-color:black;
background-color:black;
-
}
 
-
 
.upbg {
.upbg {
position: absolute;
position: absolute;
Line 121: Line 148:
</head>
</head>
 +
 +
 +
 +
 +
 +
</html>
</html>

Latest revision as of 19:40, 22 July 2011