Template:KULeuven Layout CSS

From 2011.igem.org

(Difference between revisions)
 
(117 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
body {border:none; margin:0; padding:0; background: #FFFFFF;}
+
body {
 +
border:none;  
 +
background: #f0f4f4;
 +
}
#contentSub {
#contentSub {
Line 28: Line 31:
#top-section {
#top-section {
border:none;
border:none;
-
background-image: url();
+
margin: 0 auto;
-
height:200px ! important;}
+
height:0px ! important;}
-
#navbar-container{background:#000000;}
+
#container {
 +
width: 900px;
 +
height: auto;
 +
margin: 0 auto 0 auto;
 +
text-align: left;
 +
}
 +
 
 +
#header {
 +
border:none;
 +
margin: 0 auto;
 +
background-image: url(https://static.igem.org/mediawiki/2011/a/a0/Frosti_header.png);
 +
background-repeat: no-repeat;
 +
height:185px  ! important;}
 +
 
 +
#navbar-container{
 +
margin:0 auto;
 +
background:#f0f4f4;}
#navbar{
#navbar{
 +
width: 500px;
 +
margin:0 auto;
height:35px;
height:35px;
-
line-height:30px;}
+
text-align:left;
-
 
+
line-height:35px;}
-
#content {
+
-
text-decoration:none;
+
-
border:none;}
+
#navbar a:link, #navbar a:visited, #navbar a:hover{
#navbar a:link, #navbar a:visited, #navbar a:hover{
-
color:#FFFFFF;
+
color:#231f20;
font-weight:bold;
font-weight:bold;
-
margin-right:10px;
+
margin-right:5px;
-
margin-left:45px;
+
margin-left:30px;
text-decoration:none;}
text-decoration:none;}
-
#navbar a:visited,{color:#FFFFFF;
+
#navbar a:visited,{
 +
color:#231f20;
font-weight:bold;
font-weight:bold;
-
margin-right:10px;
+
margin-right:5px;
-
margin-left:45px;
+
margin-left:30px;
text-decoration:none;}
text-decoration:none;}
-
#navbar a:hover{color:#218868;
+
#navbar a:hover{
 +
color:#6da7d6;
font-weight:bold;
font-weight:bold;
-
margin-right:10px;
+
margin-right:5px;
-
margin-left:45px;
+
margin-left:30px;
text-decoration:none;}
text-decoration:none;}
 +
 +
#content {
 +
background: #f0f4f4;
 +
width:900px;
 +
text-align:left;
 +
text-decoration:none;
 +
border:none;}
 +
 +
#box1 {
 +
background: #f0f4f4;
 +
width:205px;
 +
margin:10px 10px 0px 0px;
 +
float: left;
 +
text-decoration:none;
 +
border:none;}
 +
 +
#box1a {
 +
background: #f0f4f4;
 +
width:160px;
 +
margin:10px 10px 0px 0px;
 +
float: left;
 +
text-decoration:none;
 +
border:none;}
 +
 +
#box2 {
 +
background: #f0f4f4;
 +
width:445px;
 +
margin: 10px;
 +
float: left;
 +
text-decoration:none;
 +
border:none;}
 +
 +
#box2a {
 +
background: #f0f4f4;
 +
width:560px;
 +
margin: 10px;
 +
float: left;
 +
text-decoration:none;
 +
border:none;}
 +
 +
#box3 {
 +
background: #f0f4f4;
 +
width:205px;
 +
margin:10px 0px 10px 10px;
 +
float: left;
 +
text-decoration:none;
 +
border:none;}
 +
 +
#box3a {
 +
background: #f0f4f4;
 +
width:160px;
 +
margin:10px 0px 10px 10px;
 +
float: left;
 +
text-decoration:none;
 +
border:none;}
 +
 +
#footer {
 +
text-decoration:none;
 +
border:none;}
 +
 +
#maint {
 +
width:445px;
 +
margin: 10px;
 +
float: left;
 +
text-decoration:none;
 +
border:none;
 +
}
 +
 +
h1 {
 +
text-decoration:  none;
 +
border: none;}
 +
 +
h2 {
 +
text-decoration:  none;}
</style>
</style>
</html>
</html>

Latest revision as of 16:16, 14 July 2011