mirror of https://codeberg.org/Sonoj/osamc.de
79 lines
1.0 KiB
CSS
79 lines
1.0 KiB
CSS
|
body {
|
||
|
background-color: #F2F2F2;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-family: Helvetica, Arial, sans-serif;
|
||
|
font-size: 14pt;
|
||
|
color: #324A61;
|
||
|
padding-left: 25px;
|
||
|
padding-top: 15px;
|
||
|
}
|
||
|
|
||
|
table {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
th {
|
||
|
font-family: Helvetica, Arial, sans-serif;
|
||
|
font-size: 10pt;
|
||
|
color: #68798E;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
tr:hover {
|
||
|
background: #F8F8F8;
|
||
|
}
|
||
|
|
||
|
th.n, th.m, th.t, th.s {
|
||
|
padding: 10px;
|
||
|
font-family: Helvetica, Arial, sans-serif;
|
||
|
font-size: 10pt;
|
||
|
}
|
||
|
|
||
|
td.n, td.m, td.t, td.s {
|
||
|
padding: 10px;
|
||
|
font-family: Helvetica, Arial, sans-serif;
|
||
|
font-size: 10pt;
|
||
|
border-bottom: 1px solid #CCC;
|
||
|
}
|
||
|
|
||
|
td.n {
|
||
|
color: #53B1EB;
|
||
|
}
|
||
|
|
||
|
.m, .t, .s {
|
||
|
color: #666;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
color: #53B1EB;
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
text-decoration: underline;
|
||
|
color: #458BB6;
|
||
|
}
|
||
|
|
||
|
a:visited {
|
||
|
color: #53B1EB;
|
||
|
}
|
||
|
|
||
|
div.foot {
|
||
|
font-family: Helvetica, Arial, sans-serif;
|
||
|
font-size: 9pt;
|
||
|
color: #999;
|
||
|
padding-top: 15px;
|
||
|
padding-left: 25px;
|
||
|
}
|
||
|
|
||
|
div.list {
|
||
|
background-color: white;
|
||
|
padding: 15px;
|
||
|
background: #fff;
|
||
|
padding-bottom: 35px;
|
||
|
box-shadow: 2px 2px 3px #CCC;
|
||
|
border: 1px solid #EEE;
|
||
|
}
|