Template:Biotec Dresden/bin/Style
From 2010.igem.org
(Difference between revisions)
Line 214: | Line 214: | ||
/*calendar*/ | /*calendar*/ | ||
- | . | + | .month{ |
+ | font-size:85%; | ||
width:185px; | width:185px; | ||
- | + | height:200px; | |
padding:0.2em 0.2em 0; | padding:0.2em 0.2em 0; | ||
background:url("images/ui-bg_inset-soft_50_c9c9c9_1x100.png") repeat-x scroll 50% bottom #C9C9C9; | background:url("images/ui-bg_inset-soft_50_c9c9c9_1x100.png") repeat-x scroll 50% bottom #C9C9C9; | ||
Line 224: | Line 225: | ||
padding:2px; | padding:2px; | ||
} | } | ||
- | . | + | .month table{ |
width:185px; | width:185px; | ||
} | } | ||
- | . | + | .month td{ |
background:url("images/ui-bg_glass_60_eeeeee_1x400.png") repeat-x scroll 50% 50% #EEEEEE; | background:url("images/ui-bg_glass_60_eeeeee_1x400.png") repeat-x scroll 50% 50% #EEEEEE; | ||
border:1px solid #CCCCCC; | border:1px solid #CCCCCC; | ||
Line 236: | Line 237: | ||
text-decoration:none; | text-decoration:none; | ||
} | } | ||
- | . | + | .month a{ |
color:#3383BB; | color:#3383BB; | ||
display:block; | display:block; | ||
Line 244: | Line 245: | ||
.calendar .heading { | .calendar .heading { | ||
text-align:center; | text-align:center; | ||
- | padding: | + | padding:3 0; |
-moz-border-radius:6px 6px 6px 6px; | -moz-border-radius:6px 6px 6px 6px; | ||
background:url("images/ui-bg_glass_35_dddddd_1x400.png") repeat-x scroll 50% 50% #DDDDDD; | background:url("images/ui-bg_glass_35_dddddd_1x400.png") repeat-x scroll 50% 50% #DDDDDD; | ||
Line 252: | Line 253: | ||
line-height:20px; | line-height:20px; | ||
} | } | ||
- | . | + | |
+ | .month .header{ | ||
+ | background:none repeat scroll 0 0 transparent; | ||
+ | } | ||
+ | .month .dow td{ | ||
background:none repeat scroll 0 0 transparent; | background:none repeat scroll 0 0 transparent; | ||
color:#333333 ! important; | color:#333333 ! important; | ||
- | |||
} | } | ||
+ | |||
</style> | </style> | ||
</header> | </header> | ||
</html> | </html> |
Revision as of 18:21, 25 June 2010