Team:Newcastle/CSS/calendar
From 2013.igem.org
(Difference between revisions)
(Created page with "#calendar #container{ margin:auto; } #calendar #toc, #calendar h2, #calendar h3, #calendar h4, #calendar p, #calendar ul{ display:block; } #calendar table{ wid...") |
|||
(10 intermediate revisions not shown) | |||
Line 82: | Line 82: | ||
} | } | ||
- | + | #pop_up_content { | |
- | + | height:90%; | |
- | } | + | } |
+ | |||
+ | #pop_up_display .pop_up_controls{ | ||
+ | width:860px; | ||
+ | height:30px; | ||
+ | position:absolute; | ||
+ | bottom:0px; | ||
+ | margin-bottom:5px; | ||
+ | } | ||
+ | |||
+ | #pop_up_display .pop_up_controls .pop_up_right, | ||
+ | #pop_up_display .pop_up_controls .pop_up_left{ | ||
+ | font-size:15px; | ||
+ | padding:5px; | ||
+ | } | ||
+ | |||
+ | #pop_up_display .pop_up_controls .pop_up_left{ | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | #pop_up_display .pop_up_controls .pop_up_right{ | ||
+ | float:right; | ||
+ | } |
Latest revision as of 19:33, 2 October 2013
- calendar #container{
margin:auto;
}
- calendar #toc,
- calendar h2,
- calendar h3,
- calendar h4,
- calendar p,
- calendar ul{
display:block;
}
- calendar table{
width:850px; margin:10px auto 0px; border-collapse:collapse; font:15px "Quando","Georgia",serif;
}
- calendar thead tr{
height:35px;
}
- calendar thead th{
border-right:1px solid #00467F; border-left:1px solid #00467F;
}
- calendar tbody tr{
height:75px;
}
- calendar tbody td{
border:1px solid #00467F; width:110px; margin:0px; padding:5px; vertical-align:top;
}
- calendar tbody td .date{
float:right; font-size:10px;
margin:-2px -2px 5px 5px; }
- calendar tbody td .titles ul{
list-style-image:none;
font-size:10px; margin:0px 0px 0px 15px; padding:0px; }
- calendar tbody td .details{
display:none;
}
- calendar tbody td:hover{
background-color:#3399CC; cursor:pointer; }
- calendar tbody td.unused{
background-color:gray;/*rgba(51, 153, 204, 0.5);*/ }
- calendar tbody td.unused:hover{
cursor:default; }
- calendar .editsection{
display:none;
}
- calendar .ul{
list-style-type:disc; }
- calendar a:hover{
text-decoration:none; }
- pop_up_content {
height:90%; }
- pop_up_display .pop_up_controls{
width:860px; height:30px; position:absolute; bottom:0px; margin-bottom:5px; }
- pop_up_display .pop_up_controls .pop_up_right,
- pop_up_display .pop_up_controls .pop_up_left{
font-size:15px; padding:5px; }
- pop_up_display .pop_up_controls .pop_up_left{
float:left; }
- pop_up_display .pop_up_controls .pop_up_right{
float:right; }