Team:UNITN-Trento/CSS/Notebook

From 2013.igem.org

(Difference between revisions)
Line 70: Line 70:
color: #f0f2df;
color: #f0f2df;
text-decoration: none;
text-decoration: none;
-
font-size: 2em;
+
font-size: 1.5em;
font-weight: bold;
font-weight: bold;
}
}

Revision as of 10:33, 9 July 2013

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

display: block; width: 800px; text-align: center; }

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

width: 100%; height: 220px; }

  1. tn-footer-wrap {

background-color: #c0c0b6; }

  1. tn-content-wrap {

width: 100%; height: 100%; padding: 25px 0; vertical-align: top; }

.tn-sidebar,#tn-content { vertical-align: top; display: inline-block; margin: 0; padding: 0; }

.tn-sidebar { width: 15%; }

  1. tn-content {

width: 68%; 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; }

a.tn-addpost:link, a.tn-addpost:visited { display: block; margin: auto 0; width: 500px; height: 40px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #038c7e; color: #f0f2df; text-decoration: none; font-size: 1.5em; font-weight: bold; }

a.tn-addpost:hover { background: #007366; }