Team:Newcastle/CSS/calendar

From 2013.igem.org

Revision as of 18:34, 2 October 2013 by MLaw (Talk | contribs)
  1. calendar #container{
   margin:auto;

}

  1. calendar #toc,
  2. calendar h2,
  3. calendar h3,
  4. calendar h4,
  5. calendar p,
  6. calendar ul{
   display:block;

}

  1. calendar table{
   width:850px;
   margin:10px auto 0px;
   border-collapse:collapse;
   font:15px "Quando","Georgia",serif;

}

  1. calendar thead tr{
   height:35px;

}

  1. calendar thead th{
   border-right:1px solid #00467F;
   border-left:1px solid #00467F;

}

  1. calendar tbody tr{
   height:75px;

}

  1. calendar tbody td{
   border:1px solid #00467F;
   width:110px;
   margin:0px;
   padding:5px;
   vertical-align:top;

}

  1. calendar tbody td .date{
   float:right;
   font-size:10px;

margin:-2px -2px 5px 5px; }

  1. calendar tbody td .titles ul{
   list-style-image:none;

font-size:10px; margin:0px 0px 0px 15px; padding:0px; }

  1. calendar tbody td .details{
   display:none;

}

  1. calendar tbody td:hover{

background-color:#3399CC; cursor:pointer; }

  1. calendar tbody td.unused{

background-color:gray;/*rgba(51, 153, 204, 0.5);*/ }

  1. calendar tbody td.unused:hover{

cursor:default; }

  1. calendar .editsection{
   display:none;

}

  1. calendar .ul{

list-style-type:disc; }

  1. calendar a:hover{

text-decoration:none; }

/*#toc, h2, h3, h4, p, ul{

   display:none;

}*/

  1. pop_up_content {

height:90%; }