fsfe-website/blue-new.css

151 lines
2.4 KiB
CSS

BODY { font-family: Helvetica, Verdana, sans-serif;
font-size: 13px;
background: #ffffff;
color: #000000;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin: 0;
padding: 0;
}
TD.focus-top-hinge {
background: #00389a;
text-align: left;
padding: 4px;
font-size: 11px;
font-weight: bold;
color: #ffffff;
}
TD.focus-box {
background: #00389a;
border-top: solid #00389a;
border-left: solid #00389a;
border-right: solid #00389a;
border-width: thin;
font-size: 11px;
}
TABLE.focus {
background: #00389a;
}
TD.line {
border-top: solid #00389a;
border-bottom: solid #00389a;
border-width: thin;
}
TD.newstitle {
border-bottom: solid #00389a;
border-left: solid #00389a;
border-width: thin;
text-align: left;
font-size: 13px;
font-weight: bold;
margin: 0px;
padding: 4px;
}
TD.newsdate {
border-bottom: solid #00389a;
border-width: thin;
text-align: right;
font-size: 13px;
font-weight: bold;
margin: 0px;
padding: 4px;
}
TD.newsbody {
font-size: 13px;
}
TABLE.news {
border-spacing: 0px;
padding: 4px;
margin: 0px;
}
TD.focus {
background: #00389a;
width: 150px;
}
TD.projects {
vertical-align: top;
}
TD.menu {
padding: 10px;
background: #00389a;
width: 150px;
vertical-align: top;
}
TD.body {
padding: 10px;
vertical-align: top;
width: 99%;
}
TH.projects {
width: 20%;
}
h3.menu {
color: #ffffff;
border-bottom: solid white;
border-width: thin;
font-size: 15px;
}
A,P,DIV {
font-size: 13px;
}
a.menu {
color: #ffffff;
text-decoration: none;
font-size: 15px;
font-weight: bold;
}
a.menu:visited {
color: #eeeeee;
text-decoration: none;
}
a.menu:hover {
background-color: #ffffff;
color: #00389a;
text-decoration: underline;
}
a.submenu {
color: #ffffff;
text-decoration: none;
font-size: 13px;
font-weight: normal;
margin-left: 20px;
}
a.submenu:visited {
color: #eeeeee;
text-decoration: none;
}
a.submenu:hover {
background-color: #ffffff;
color: #00389a;
text-decoration: underline;
}
ul {
font-family: Helvetica, Verdana, sans-serif;
font-size: 13px;
margin-right:20px;
background: #ffffff;
color: #000000;
}
li.yellow {
background:#e5e512;
}
li.green {
background:#44d32e;
}