Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ /* HP Logo*/ #p-logo a { background: url( http://hortipedia.com/images/c/c2/HP_Logo_grau_graphic_file_16KB.gif) 35% 50% scroll no-repeat !important; padding-top:10px;} /* Hintergrundfarbe grau und Schriftzug*/ body { background: #e1e1e1 url(http://hortipedia.com/images/e/ed/HP_Schriftzug_graphic_file_9KB.gif) 10px 170px no-repeat; padding: 1em 0em; } /*Nav.box links*/ .pBody { font-size: 95%; color: #a67442; border-collapse: collapse; border: 1px solid #2a741b; padding: 0 .8em .3em .5em;} /*Nav.boxen tiefer*/ #column-one { padding-top: 200px;} /*the personal toolbar*/ #p-personal { width: 100%; white-space: nowrap; position: absolute; left: 0; top: 10px; border: none; background: none; line-height: 1.2em;} #p-personal li a { text-decoration: none; color: #2a741b; padding-bottom: .2em; background: none;} #p-personal li a:hover { background-color: #e1e1e1; padding-bottom: .2em; text-decoration: underline;} /*Nav.box oben*/ #p-cactions { position: absolute; top: 65px; white-space: nowrap; width: 76%; line-height: 1.1em; border-collapse: collapse; padding-left: 1em; font-size: 95%;} #p-cactions li a { background-color: white; color: #2a741b; border: none; padding: 0 .8em .3em .8em; position: relative; z-index: 0; margin: 0;} #p-cactions li { display: inline; border: 1px solid #9b9b9b; padding: 0 0 .1em 0; margin: 0 .3em 0 0; overflow: visible; background: white;} #p-cactions li.selected { border-color: #2a741b; padding: 0 0 .2em 0; border-bottom:none;} /* Impressum*/ #footer { background-color: white; border-top: 1px solid #2a741b; border-bottom: 1px solid #2a741b; padding: 0 text-align: center; font-size: 90%;} /* Schriftart */ body { font-family: Helvetica;} /*Hintergrundfarben*/ .hintergrundfarbe1 { /* hellgrau */ background-color: #e1e1e1;} .hintergrundfarbe2 { /* hellgrün */ background-color: #d7e4d5;} .hintergrundfarbe3 { /* hellblau */ background-color: #8e9dd6;} .hintergrundfarbe5 { /* Neutral, abgesetzt */ background-color: #e0e0e0;} /*Unterstrich Titel nach Namensraum*/ .ns-4 .firstHeading { padding-top:10px; border-bottom:2pt solid #2a741b;} .ns-12 .firstHeading { padding-top:10px; border-bottom:2pt solid #fd5a1f;} .ns-14 .firstHeading { padding-top:10px; border-bottom:2pt solid #3050bd;} /*Tabellen*/ .wikitable, .prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #AAA solid; border-collapse: collapse; empty-cells:show;} .wikitable th, .wikitable td, .prettytable th, .prettytable td { border: 1px #AAA solid; padding: 0.3em;} .wikitable caption, .prettytable caption { margin-left: inherit; margin-right: inherit; font-weight: bold;}