Team:EPF-Lausanne/Template/style.css

From 2012.igem.org

Revision as of 21:11, 4 June 2012 by Sander.kromwijk (Talk | contribs)
  1. 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; }

  1. footer-box{

margin-top: 60px; }

  1. p-logo a{

color: transparent; }

  1. content{

border: 1px solid #444444; }

  1. contentSub{

margin: 0 !important; }

  1. catlinks{

display: none; }

/* Protocol */

/* Tabs CSS */ 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; }

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;
   }
  1. bodyContent table.month a { background:none; padding:0 }

.day-active { color:#0000cc } .day-empty { color:#cc0000 }