Template:CSS/notebook

From 2014.igem.org

(Difference between revisions)
 
(26 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<head>
+
<style rel='stylesheet' type='text/css'>
-
<link rel="stylesheet" href="https://2014.igem.org/CSS/gifu/notebook?action=raw&ctype=text/css" type="text/css" />
+
 
-
</head>
+
.container_notebook{
 +
width:100%;
 +
height:1600px;
 +
background: url(https://static.igem.org/mediawiki/2014/6/66/Notebook_background.jpg);
 +
position:relative;
 +
top:-10px;
 +
left:0px;
 +
padding:0px;
 +
margin:0px;
 +
backround-repeat:repeat-x;
 +
backround-repeat:repeat-y;
 +
}
 +
 
 +
.topimg{
 +
position:absolute;
 +
top:50px;
 +
left:220px;
 +
width:920px;
 +
height:360px;
 +
border-radius: 80px;
 +
}
 +
.topimg img{
 +
border-radius:10px;
 +
}
 +
 
 +
 
 +
.layout{
 +
width:920px;
 +
position:absolute;
 +
top:400px;
 +
left:220px;
 +
padding:0px;
 +
margin:0px;
 +
font-family:Verdana;
 +
size:12px;
 +
text-align:justify;
 +
margin-top:40px;
 +
z-index:1;
 +
}
 +
 
 +
.layout li{
 +
list-style:none;
 +
}
 +
 
 +
.footerbg{
 +
position:absolute;
 +
top:1600px;
 +
left:0px;
 +
width:100%;
 +
height:100px;
 +
background-color:#424243;
 +
z-index:2;
 +
background-repeat:no-repeat;
 +
}
 +
.copyright{
 +
position:absolute;
 +
bottom:5px;
 +
left:400px;
 +
}
 +
 +
.copyright a,visited{
 +
color:#a2a1a1;
 +
}
 +
 +
.copyright a:hover{
 +
color:#c7c6c6;
 +
}
 +
 +
.copyright p{
 +
font-size:12px;
 +
color:#807f7f;
 +
font-family:Open sans, Helvetica, Arial;
 +
font-weight:400;
 +
}
 +
 
 +
.nav2{
 +
position:absolute;
 +
top:10px;
 +
left:280px;
 +
 
 +
}
 +
.nav2table{
 +
background-color:#424243;
 +
color:#807f7f;
 +
}
 +
.nav2 a,visited{
 +
color:#d6d5d5;
 +
font-size:12px;
 +
text-decoration:none;
 +
padding:10px;
 +
}
 +
 
 +
.nav2 a:hover{
 +
color:#ffffff;
 +
font-size:12px;
 +
font-weight:500;
 +
text-decoration:none;
 +
padding:10px;
 +
}
 +
 
 +
 
 +
</style>
</html>
</html>

Latest revision as of 11:30, 17 October 2014