Template:Team:DukeNB/CSS

From 2014.igem.org

(Difference between revisions)
 
(145 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%;
}
}
-
#demo_top_wrapper { margin:0 0 20px 0; }
+
.day {
-
#demo_top { height:100px; padding:20px 0 0 0; }
+
z-index:100;
-
#my_logo { font:70px Georgia, serif; }
+
color:#fff;
-
+
margin:5%;
-
/* our menu styles */
+
}
-
#sticky_cal_wrap { width:100%; margin:50px; }
+
-
#sticky_cal { width:100%;}
+
-
</style>
+
 +
.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