Template:Team:DukeNB/CSS

From 2014.igem.org

(Difference between revisions)
(Replaced content with "<html xmlns="http://www.w3.org/1999/xhtml"> <!--THIS STYLE SHEET WILL FORMAT THE CALENDAR ON THE NOTEBOOK PAGE --> <head> <meta http-equiv="Content-Type" content="text/html...")
 
(150 intermediate revisions not shown)
Line 6: Line 6:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style media="screen" type="text/css">
<style media="screen" type="text/css">
-
.cal {
+
 
-
float:left;
+
.navleft {
 +
position:fixed;
 +
color: #ffffff;
 +
margin-left:2.5%;
 +
margin-top:10%;
 +
text-align:center;
 +
font-size:3em;
}
}
-
.cal table {
+
.navleft table td {
-
text-align: center;
+
padding:20px;
-
margin: 50px;
+
font-color:#ffffff;
}
}
-
.rightnb {
+
#lapr td:hover {
 +
font-color: #0000ff;
 +
}
 +
 
 +
a {
 +
font-color:#000000;
 +
}
 +
 
 +
#rightnb {
float:right;
float:right;
 +
width:70%;
 +
color:#fff;
 +
margin-top:-5%;
}
}
-
</style>
+
.day {
 +
z-index:100;
 +
color:#fff;
 +
margin:5%;
 +
}
 +
.day h2 {
 +
color:#fff;
 +
}
 +
.day h1 {
 +
color:#fff;
 +
}
 +
.obj {
 +
text-transform:uppercase;
 +
}
 +
 +
.ppl {
 +
}
 +
 +
.lab {
 +
}
 +
 +
.lab img {
 +
width:100px;
 +
height:100px;
 +
}
 +
 +
.month {
 +
font-size:3em;
 +
float: center;
 +
padding:2.5%;
 +
text-align: center;
 +
}
 +
 +
</style>
</head>
</head>
<body>
<body>
 +
</body>
</body>
</html>
</html>

Latest revision as of 02:15, 18 October 2014