summaryrefslogtreecommitdiff
path: root/html/style/style.css
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2007-08-13 18:41:27 +0000
committerAndreas Brachold <vdr07@deltab.de>2007-08-13 18:41:27 +0000
commitbcbf441e09fb502cf64924ff2530fa144bdf52c5 (patch)
treef377707a2dac078db8cd0c7d7abfe69ac1006d71 /html/style/style.css
downloadxxv-bcbf441e09fb502cf64924ff2530fa144bdf52c5.tar.gz
xxv-bcbf441e09fb502cf64924ff2530fa144bdf52c5.tar.bz2
* Move files to trunk
Diffstat (limited to 'html/style/style.css')
-rw-r--r--html/style/style.css225
1 files changed, 225 insertions, 0 deletions
diff --git a/html/style/style.css b/html/style/style.css
new file mode 100644
index 0000000..b01eaa0
--- /dev/null
+++ b/html/style/style.css
@@ -0,0 +1,225 @@
+body{
+ font-family:Verdana, Arial, sans-serif;
+ font-size:80%;
+ border: #005199 1px dashed ;
+ color:#000064;
+ margin:10px;
+ padding:10px;
+}
+
+/* Überschriften */
+h1 { font-size:1.3em;margin-top:0px;}
+h2 { font-size:1.1em;}
+h3 { font-size:1em; margin-top:0px; margin-bottom:0px;}
+h4 { font-size:1em;}
+h2,h4 { margin-top:0px;margin-bottom:0px; }
+h1,h2,h3,h4 { color:#e88229;}
+
+/* Keine Rahmen um Grafiken als Link */
+a img {border-width:0px;}
+
+/* Standard Hyperlinks */
+a:link, a:visited, a:hover, a:active{
+ text-decoration:none;
+ color:#005199;
+ background-color:inherit;
+}
+a:visited { color:#0075e3; }
+a:hover, a:active {
+ color:#770;
+ text-decoration:underline;
+}
+
+/* Tabelle auf den Referenzseiten */
+table {
+ font-size:1em;
+ border:1px solid #000000;
+ }
+td,th {
+ vertical-align:top;
+ border: #eeeeee 1px solid;
+}
+th, .th{
+ background-color:#efefef;
+ border: #eeeeee 1px solid;
+ padding:3px;
+ text-align:left;
+}
+
+.tableheader{
+ padding:3px;
+ text-align:left;
+}
+
+/* funktioniert leider nur im neuesten Firefox fehlerfrei ;(
+input:focus, textarea:focus, select:focus {
+ border: #FF0000 1px solid;
+ background-color:#ffff99;
+}
+*/
+
+input[type~=text],input[type~=password] {
+ width : 200px;
+}
+
+select {
+ width : 205px;
+}
+
+
+/* VTX */
+p.vtx{
+ font-size:16px;
+ font-family:monospace;
+ white-space:nowrap;
+}
+
+img.vtx{
+ position:absolute;
+ z-index: 1;
+ width: 10px;
+ height: 19px;
+}
+
+/* VTX Hyperlinks */
+a.vtx:link, a.vtx:visited, a.vtx:hover, a.vtx:active{
+ text-decoration:none;
+ color:#00FF00;
+}
+
+.footer {
+ font-size:0.6em;
+}
+
+.timer_On {
+ color:green;
+}
+
+.timer_Off{
+ color:red;
+}
+
+.menu{
+ background-color:#efefef;
+ padding:10px;
+ text-align:left;
+}
+
+.normal{
+ color:#000064;
+ font-weight:normal;
+}
+
+.refresh{
+ color:#0000FF;
+ font-weight:normal;
+}
+
+.deactive{
+ color:#aaaaaa;
+}
+
+.active{
+ color:#00aa00;
+ font-weight:bold;
+}
+
+.problem{
+ color:#ff0000;
+}
+
+.noproblem{
+ color:#00AA00;
+}
+
+.problemred{
+ color:#ff0000;
+ font-weight:bold;
+}
+
+.fastproblem{
+ color:#990000;
+ font-weight:bold;
+}
+
+.fastproblemgreen{
+ font-weight:bold;
+}
+
+.error{
+ color:#ff0000;
+ font-weight:bold;
+}
+
+.good{
+ color:#009900;
+ font-weight:normal;
+}
+
+.schema_normal{
+ font-size:0.9em;
+ border:1px solid #666666;
+ border-right:0px;
+}
+
+.schema_record_plan{
+ font-size:0.9em;
+ font-weight:bold;
+ border:1px solid;
+ border-right:0px;
+}
+
+.schema_record_now{
+ font-size:0.9em;
+ font-weight:bold;
+ border:1px solid #006600;
+ border-right:0px;
+ background-color: #DDFFDD;
+}
+
+.schema_record_conflict{
+ font-size:0.9em;
+ font-weight:bold;
+ border:1px solid #006600;
+ border-right:0px;
+ background-color: #DDFFDD;
+}
+
+.light{
+ background-color: #F5F5F5;
+}
+
+.dark{
+ background-color: #EEEEEE;
+}
+
+
+#TOOLTIP {
+ position:absolute;
+ width: 400px;
+ top: 0px;
+ left: 0px;
+ z-index:5;
+ visibility:hidden;
+}
+
+#ttwindow {
+ width: 400px;
+ font-size: 12px;
+ border:1px solid #666666;
+}
+
+#ttwindow p.topic {
+ text-align: left;
+ font-weight: bold;
+ padding: 3px;
+ color: #000064;
+ background-color: #DDDDDD;
+ margin: 0px;
+}
+
+#ttwindow p.description {
+ padding: 5px;
+ margin: 0px;
+ background-color: #ffffff;
+}