Team:Groningen/style.css
From 2011.igem.org
(Difference between revisions)
m |
|||
Line 100: | Line 100: | ||
table.calendar { margin: 0; padding: 10px; } | table.calendar { margin: 0; padding: 10px; } | ||
table.calendar td { margin: 0; padding: 2px; vertical-align: top; } | table.calendar td { margin: 0; padding: 2px; vertical-align: top; } | ||
- | table.month .heading td { padding:2px; background-color: | + | table.month .heading td { padding:2px; background-color:none; color:black; text-align:center; |
- | font-family: | + | font-family: sans-serif; font-size:1.2em; font-weight:bold; } |
- | table.month .dow td { color: | + | table.month .dow td { color:black; text-align:center; font-size:110%; } |
- | table.month td.today { | + | table.month td.today { font-weight: bold; } |
table.month td { | table.month td { | ||
border: none; | border: none; |
Revision as of 09:18, 12 September 2011
/*Text links*/
a:link {color:#20548f;} a:visited {color:#20548f;} a:hover {color:#20548f;} a:active {color:#20548f;}
/*Reworking the header*/
- top-section{
height: 390px; width: 1024px;
}
table {
background-color:transparent;
}
- p-logo
{
height: 390px; width: 1024px; background-image:url();
}
/*Supressing the igem logo*/ a[title="Main Page"] {
display: none;
}
/*Supressing the wiki titles*/ .firstHeading {
display: none;
}
- contentSub
{
display: none;
}
body
{
background-attachment:fixed; background-image:url();
}
- content
{
position: relative; top:-5px; width: 1024px; padding: 0px 0px 0px 0px; background-color:transparent;
}
- bodyContent
{
width: 1024px; position: relative; padding: 0px 0px 0px 0px; background-color:transparent; background-image:url();
}
/*Inserting the menu*/
- Gwrapper
{
position: relative; width: 1024px;
}
- Gmenu
{
float: left; width: 250px; height: 800px;
}
.glossymenu
{
position: relative; top:100px; left:40px;
}
- Gcontent
{
width: 760px; margin-left: 250px;
} table { background: none; } table.calendar { margin: 0; padding: 10px; } table.calendar td { margin: 0; padding: 2px; vertical-align: top; } table.month .heading td { padding:2px; background-color:none; color:black; text-align:center;
font-family: sans-serif; font-size:1.2em; font-weight:bold; }
table.month .dow td { color:black; text-align:center; font-size:110%; } table.month td.today { font-weight: bold; } table.month td {
border: none; margin: 0; padding: 1pt 1.5pt; font-weight: bold; font-size: 8pt; text-align: right; background-color: #eff9fd; }
- bodyContent table.month a { background:none; padding:0 }
.day-active { color:#0000cc } .day-empty { color:#cc0000 }