Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1277 → Rev 1278

/astrisk-stats/astweb.css
0,0 → 1,105
body {
font-family: Verdana;
font-size: 8pt;
}
 
a {
text-decoration: none;
}
 
table.menu {
background-color: #6876F8;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 40px;
font-size: 14pt;
}
 
table.menu td {
text-align: center;
}
 
table.menu a {
color: #FFFFFF;
}
 
div.copyright {
color: #FFFFFF;
font: 8pt Verdana;
text-align: center;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #6876F8;
}
 
div.copyright a {
color: #FFFFFF;
}
 
div.main {
margin-top: 50px;
margin-bottom: 50px;
}
 
table.calls a {
color: #000000;
}
 
table.stat th {
color: #FFFFFF;
background-color: #6876F8;
font-weight: bold;
font-size: 10pt;
padding: 5px;
}
 
table.stat td {
border: 1px solid #AAAAAA;
text-align: right;
padding: 5px;
vertical-align: text-bottom;
font-size: 8pt;
}
 
table.cdr td.link {
border: none;
}
 
table.stat tr:hover td {
background-color: #AAAAAA;
}
 
table.calls {
width: 300px;
}
 
table.cdr a {
color: #2B3EF5;
}
 
div.rval {
font-size: 8pt;
padding-top: 16px;
padding-bottom: 16px;
}
 
table.search tr.buttons td {
border: none;
}
 
table.search td.desc {
border: none;
}
 
table.search td.radio {
border: none;
}
 
table.search tr.buttons:hover td {
background-color: #FFFFFF;
}