1
0
Fork 0
SemmelstatzR/semmelstatz.css

126 Zeilen
2.0 KiB
CSS

/**********************************************
* *
* semmelstatz.css v3.3 *
* Copyright: © 2005-2009 kopfhoch-studio *
* Kontakt: http://www.kopfhoch-studio.de/ *
* *
***********************************************/
p.statz, div.statz {
/* font-family: tahoma,verdana,arial,helvetica; */
font-size: 17px;
font-weight: normal;
color: #344964;
text-align: left;
padding: 10px 0 5px 5px;
margin-top: 10px;
}
hr {
color: #ddd;
background-color: #ddd;
height: 2px;
border: none;
}
.statz a {
border: none;
}
.statz a img {
border: none;
padding-top: 0px;
}
table.statzelement {
width: 100%;
}
.statzelement th, .statzelement td {
/* font-family: tahoma,verdana,arial,helvetica; */
font-size: 11px;
color: #344964;
padding: 3px 0 3px 5px;
}
.statzelement th {
font-weight: bold;
background: #eee;
}
.statzelement td {
font-weight: normal;
}
.statzelement td a {
text-decoration: none;
}
.statzelement p {
/* font-family: tahoma,verdana,arial,helvetica; */
font-size: 11px;
}
.optionstable {
border:none;
}
.optioncell {
border:1px solid #ccc;
padding:5px;
font-size:11px;
vertical-align:top;
width:20%;
}
div.chart {
margin: 10px 0px 20px 30px;
}
table.chartelement {
border: none;
border-collapse: collapse;
}
.chartelement td {
vertical-align: bottom;
text-align: center;
}
.chartelement td div {
border-top: 2px solid #dedede;
border-left: 2px solid #dedede;
border-right: 2px solid #999;
border-bottom: 2px solid #999;
}
.chartelement th {
vertical-align: middle;
text-align: right;
}
.copyright {
/* font-family: tahoma,verdana,arial,helvetica; */
font-size: 11px;
text-align:center;
margin-top: 20px
}
.alternate {
background: #eee;
}
#icon-semmelstatz {
background: transparent url(img/icon_observe.png);
}
#icon-template {
background: transparent url(img/icon_template.png);
}
input.regular-text {
font-size: 11px;
width: 28em;
}