Team:UNITN-Trento/CSS/Notebook

From 2013.igem.org

(Difference between revisions)
(no-overflow)
Line 3: Line 3:
width: 800px;
width: 800px;
-
margin: 10px auto;
 
text-align: center;
text-align: center;

Revision as of 09:08, 8 July 2013

  1. tn-header-wrap, #tn-footer-wrap, #tn-content-wrap {

display: block;

width: 800px;

text-align: center; }

  1. tn-header-wrap {

width: 100%; }

  1. tn-content-wrap {

width: 100%; min-height: 400px;

border-top: 1px solid black; border-bottom: 1px solid black; padding: 25px 0; }

.tn-sidebar, #tn-content { float: left;

margin: 0; padding: 0; }

.tn-sidebar { width: 20%; }

  1. tn-content {

width: 60%;

text-align: center; }

  1. tn-filter-faces {

width: 52px; }

  1. tn-filter-faces img {

border: 1px solid black; margin: 1px 0px; border-radius: 5px; }

  1. tn-calendar-table th, #tn-calendar-table td {

width: 30px; height: 30px; font-size: 0.8em; border: 1px solid black; }

  1. tn-calendar-table td:hover {

background-color: black; color: white; }