Template:Team:DukeNB/CSS

From 2014.igem.org

(Difference between revisions)
 
(93 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;*/
 
-
/*position:fixed;*/
 
-
}
 
-
#sticky_cal_wrap {  
+
.navleft {
-
  width: 30%;  
+
position:fixed;
-
  margin: 15px auto;  
+
color: #ffffff;
-
  position: relative;  
+
margin-left:2.5%;
-
  float:left;
+
margin-top:10%;
 +
text-align:center;
 +
font-size:3em;
}
}
-
.calendar {}
+
.navleft table td {
-
 
+
padding:20px;
-
#cal table {
+
font-color:#ffffff;
-
text-align: center;
+
-
margin: 50px;
+
}
}
-
#cal td {
+
#lapr td:hover {
-
padding:5px;
+
font-color: #0000ff;
}
}
-
#cal a {
+
a {
-
text-align:center;
+
font-color:#000000;
-
background-color:#0736A4;
+
}
}
Line 37: Line 32:
float:right;
float:right;
width:70%;
width:70%;
 +
color:#fff;
 +
margin-top:-5%;
}
}
.day {
.day {
-
z-index:10;
+
z-index:100;
 +
color:#fff;
 +
margin:5%;
}
}
Line 66: Line 65:
}
}
-
 
+
.month {
 +
font-size:3em;
 +
float: center;
 +
padding:2.5%;
 +
text-align: center;
 +
}
</style>
</style>
-
 
</head>
</head>
<body>
<body>
 +
</body>
</body>
</html>
</html>

Latest revision as of 02:15, 18 October 2014