|
|
Zeile 1: |
Zeile 1: |
− | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
| |
| | | |
− | div#content {
| |
− | background: #050505;
| |
− | }
| |
− |
| |
− | body {
| |
− | background: #000 url("headbg_kw.jpg") 0px 0px no-repeat;
| |
− | color: #F9F9F9;
| |
− | }
| |
− |
| |
− | table {
| |
− | background: #050505;
| |
− | }
| |
− |
| |
− | h1, h2, h3, h4, h5, h6 {
| |
− | color: #EEE;
| |
− | }
| |
− |
| |
− | legend {
| |
− | background: #050505;
| |
− | }
| |
− |
| |
− | textarea {
| |
− | background-color: #050505;
| |
− | }
| |
− |
| |
− | .firstHeading {
| |
− | color: #fff;
| |
− | }
| |
− |
| |
− | input.searchButton {
| |
− | background-color: #050505;
| |
− | }
| |
− |
| |
− | div#content {
| |
− | color: #F9F9F9;
| |
− | }
| |
− |
| |
− | #p-personal li a:hover {
| |
− | background-color: #050505;
| |
− | }
| |
− | #p-cactions li {
| |
− | background: #050505;
| |
− | }
| |
− | #p-cactions li a {
| |
− | background-color: #050505;
| |
− | }
| |
− |
| |
− | #footer {
| |
− | background-color: #050505;
| |
− | }
| |
− | #preftoc li.selected {
| |
− | background-color:#262626;
| |
− | }
| |