Team:EPF-Lausanne/Template/style.css
From 2012.igem.org
Line 45: | Line 45: | ||
} | } | ||
+ | /* Tabs CSS */ | ||
ul#simple-navi li { | ul#simple-navi li { | ||
display: block; | display: block; | ||
Line 62: | Line 63: | ||
background-color: #BBB; | background-color: #BBB; | ||
} | } | ||
+ | |||
+ | /* Simple calendar CSS */ | ||
+ | table.calendar { margin: 0; padding: 10px; } | ||
+ | table.calendar td { margin: 0; padding: 2px; vertical-align: top; } | ||
+ | table.month .heading td { padding:2px; background-color:#d4d4d4; color:#aaa; text-align:center; font-size:120%; font-weight:bold; } | ||
+ | table.month .dow td { color:#aaa; text-align:center; font-size:110%; } | ||
+ | table.month td.today { background-color:#ddd; } | ||
+ | table.month td { | ||
+ | border: none; | ||
+ | margin: 0; | ||
+ | padding: 1pt 1.5pt; | ||
+ | font-weight: bold; | ||
+ | font-size: 8pt; | ||
+ | text-align: right; | ||
+ | background-color: #eee; | ||
+ | } | ||
+ | #bodyContent table.month a { background:none; padding:0 } | ||
+ | .day-active { color:#0000cc } | ||
+ | .day-empty { color:#cc0000 } |
Revision as of 22:55, 3 June 2012
- top-section{
margin-bottom: 50px; }
.footer{ border-top: 1px solid #444444; font-size: 80%; margin-left: -5px; margin-right: -5px; margin-top: 20px; padding: 5px 5px 0; }
- footer-box{
margin-top: 60px; }
- p-logo a{
color: transparent; }
- content{
border: 1px solid #444444; }
- contentSub{
margin: 0 !important; }
- catlinks{
display: none; }
ul#simple-navi {
list-style-type: none; width: 100%; float: left; font-family: Verdana ,Arial,sans-serif; font-size: 12px; font-weight: bold; margin: 0 0 -30px; padding: 10px 0 0 0; background-color: #333;
position: relative; top: -85px; }
/* Tabs CSS */ ul#simple-navi li {
display: block; float:left; margin: 0 0 0 4px;
}
ul#simple-navi li a {
display: block; padding: 5px 8px; color: #fff; background-color: #999; text-decoration: none;
}
ul#simple-navi li a: hover{
background-color: #BBB;
}
/* Simple calendar CSS */ table.calendar { margin: 0; padding: 10px; } table.calendar td { margin: 0; padding: 2px; vertical-align: top; } table.month .heading td { padding:2px; background-color:#d4d4d4; color:#aaa; text-align:center; font-size:120%; font-weight:bold; } table.month .dow td { color:#aaa; text-align:center; font-size:110%; } table.month td.today { background-color:#ddd; } table.month td {
border: none; margin: 0; padding: 1pt 1.5pt; font-weight: bold; font-size: 8pt; text-align: right; background-color: #eee; }
- bodyContent table.month a { background:none; padding:0 }
.day-active { color:#0000cc } .day-empty { color:#cc0000 }