2011-05-02 10:30:11 +00:00
|
|
|
/**
|
|
|
|
* file semmelstatzR.css
|
|
|
|
*
|
|
|
|
* @package SemmelstatzR
|
|
|
|
* @version $Rev$
|
|
|
|
* @author Ortwin Pinke <info@dceonline.de>
|
|
|
|
* @author Andreas 'Redunzl' Mueller
|
|
|
|
* @copyright (c)2011 PHP-Backoffice
|
|
|
|
* @copyright (c)2005-2009 kopfhoch-studio
|
|
|
|
* @link http://www.php-backoffice.de/projects/semmelstatzR
|
|
|
|
* @link http://sourceforge.net/projects/semmelstatz/
|
|
|
|
* @license http://www.gnu.org/licenses/gpl-2.0.html
|
|
|
|
*
|
|
|
|
* $Id$
|
|
|
|
*/
|
2011-05-02 09:17:45 +00:00
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2011-05-02 10:30:11 +00:00
|
|
|
#icon-semmelstatzR {
|
2011-05-02 09:17:45 +00:00
|
|
|
background: transparent url(img/icon_observe.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
#icon-template {
|
|
|
|
background: transparent url(img/icon_template.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
input.regular-text {
|
|
|
|
font-size: 11px;
|
|
|
|
width: 28em;
|
|
|
|
}
|