Team:UNITN-Trento/CSS/Notebook
From 2013.igem.org
(Difference between revisions)
(increase height to comprehend border) |
|||
Line 7: | Line 7: | ||
} | } | ||
- | #tn-header-wrap { | + | #tn-header-wrap, #tn-footer-wrap { |
width: 100%; | width: 100%; | ||
height: 220px; | height: 220px; | ||
Line 14: | Line 14: | ||
#tn-content-wrap { | #tn-content-wrap { | ||
width: 100%; | width: 100%; | ||
- | |||
- | |||
border-bottom: 1px solid black; | border-bottom: 1px solid black; | ||
padding: 25px 0; | padding: 25px 0; |
Revision as of 11:26, 8 July 2013
- tn-header-wrap, #tn-footer-wrap, #tn-content-wrap {
display: block;
width: 800px;
text-align: center; }
- tn-header-wrap, #tn-footer-wrap {
width: 100%; height: 220px; }
- tn-content-wrap {
width: 100%;
border-bottom: 1px solid black; padding: 25px 0; }
.tn-sidebar, #tn-content { float: left;
margin: 0; padding: 0; }
.tn-sidebar { width: 20%; }
- tn-content {
width: 60%;
text-align: center; }
- tn-filter-faces {
width: 52px; }
- tn-filter-faces img {
border: 1px solid black; margin: 1px 0px; border-radius: 5px; }
- tn-calendar-table th, #tn-calendar-table td {
width: 30px; height: 30px; font-size: 0.8em; border: 1px solid black; }
- tn-calendar-table td:hover {
background-color: black; color: white; }