/** * file semmelstatzR.css * * @package SemmelstatzR * @version $Rev$ * @author Ortwin Pinke * @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$ */ 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-semmelstatzR { background: transparent url(img/icon_observe.png); } #icon-template { background: transparent url(img/icon_template.png); } input.regular-text { font-size: 11px; width: 28em; } span.rahmen { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; font-weight: bold; color: #1172B9; background-color: #E5E5E5; padding: 0 4px 0 4px; border-radius: 1em; -moz-border-radius:4px; -khtml-border-radius:4px; }