Fxkr (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Fxkr (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(38 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
body{ | body{ | ||
/ | background-image: url('/images/5/53/Gpn17-Sidebar.png'); | ||
background-repeat: repeat; | |||
} | } | ||
#p-navigation *, #p-search *, #p-fnord *, #p-tb * { | |||
background: none; | |||
} | |||
#p-navigation a, #p-search a, #p-fnord a, #p-tb a { | |||
background-color: rgba(255,255,255,0.5); | |||
padding: 0.2em 0.4em; | |||
box-shadow: 0 0 0.2em 0.4em hsla(0, 0%, 100%, 0.5); | |||
} | } | ||
# | #n-\.C2\.A0 { | ||
visibility: hidden !important; | |||
} | } | ||
#content { | |||
background: hsla(0, 0%, 100%, 0.81) none repeat scroll 0 0; | background: hsla(0, 0%, 100%, 0.81) none repeat scroll 0 0; | ||
margin-right: 80px; | margin-right: 80px; | ||
} | |||
#bodyContent { | #bodyContent { | ||
background: none; | background: none; | ||
Zeile 22: | Zeile 26: | ||
li#ca-nstab-project, li#ca-talk, li#ca-edit, li#ca-history, li#ca-delete, li#ca-move, li#ca-protect, li#ca-unwatch { | li#ca-nstab-project, li#ca-talk, li#ca-edit, li#ca-history, li#ca-delete, li#ca-move, li#ca-protect, li#ca-unwatch { | ||
background: hsla(0, 0%, 100%, 0.81); | background: hsla(0, 0%, 100%, 0.81); | ||
padding-bottom:0; | |||
} | |||
.thumbimage { | |||
background: rgba(0,0,0,0.5); | |||
} | } | ||
/* tabelle im fahrplan */ | |||
div#mw-content-text table[border="1|"] { | |||
border-collapse: collapse; | |||
border: 1px solid hsl(201, 0%, 50%);; | |||
} | |||
div#mw-content-text table[border="1|"] tr td { | |||
padding: 1em; | |||
border: 1px solid hsl(201, 0%, 50%); | |||
} | |||
.fahrplan-sleep, .fahrplan-end { | |||
color: hsl(201, 20%, 70%); | |||
} |
Aktuelle Version vom 22. Mai 2017, 19:38 Uhr
body{
background-image: url('/images/5/53/Gpn17-Sidebar.png'); background-repeat: repeat;
}
- p-navigation *, #p-search *, #p-fnord *, #p-tb * {
background: none;
}
- p-navigation a, #p-search a, #p-fnord a, #p-tb a {
background-color: rgba(255,255,255,0.5); padding: 0.2em 0.4em; box-shadow: 0 0 0.2em 0.4em hsla(0, 0%, 100%, 0.5);
}
- n-\.C2\.A0 {
visibility: hidden !important;
}
- content {
background: hsla(0, 0%, 100%, 0.81) none repeat scroll 0 0; margin-right: 80px;
}
- bodyContent {
background: none;
}
- searchInput, #searchGoButton, #mw-searchButton {
background: hsla(0, 0%, 100%, 0.81);
} li#ca-nstab-project, li#ca-talk, li#ca-edit, li#ca-history, li#ca-delete, li#ca-move, li#ca-protect, li#ca-unwatch {
background: hsla(0, 0%, 100%, 0.81); padding-bottom:0;
} .thumbimage {
background: rgba(0,0,0,0.5);
}
/* tabelle im fahrplan */ div#mw-content-text table[border="1|"] { border-collapse: collapse; border: 1px solid hsl(201, 0%, 50%);; }
div#mw-content-text table[border="1|"] tr td { padding: 1em; border: 1px solid hsl(201, 0%, 50%); }
.fahrplan-sleep, .fahrplan-end { color: hsl(201, 20%, 70%); }