MediaWiki:Vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(49 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | |||
:root { | :root { | ||
− | --support:#a06abf; | + | --support: #a06abf; |
− | --moderator:#e4af2a; | + | --moderator: #e4af2a; |
− | --manager:#db7132; | + | --manager: #db7132; |
− | --vorstand:#d5483d; | + | --vorstand: #d5483d; |
+ | --page_bg: #282828; | ||
+ | --page_bg_light: #222222; | ||
+ | --page_hl: #1C1C1C; | ||
+ | --link_borders: #DD8247; | ||
+ | --link_visited: #d5692e; | ||
+ | --whites: #F2F2F2; | ||
+ | --text_bg_border: #4c4c4c; | ||
+ | --text_color: #E0E0E0; | ||
+ | --text_outline: #BF5F18; | ||
} | } | ||
+ | |||
+ | /* latin-ext */ | ||
+ | @font-face { | ||
+ | font-family: 'Nosifer'; | ||
+ | font-style: normal; | ||
+ | font-weight: 400; | ||
+ | src: url(https://fonts.gstatic.com/s/nosifer/v20/ZGjXol5JTp0g5bxZWCRbVQNd.woff2) format('woff2'); | ||
+ | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; | ||
+ | } | ||
+ | /* latin */ | ||
+ | @font-face { | ||
+ | font-family: 'Nosifer'; | ||
+ | font-style: normal; | ||
+ | font-weight: 400; | ||
+ | src: url(https://fonts.gstatic.com/s/nosifer/v20/ZGjXol5JTp0g5bxZWCpbVQ.woff2) format('woff2'); | ||
+ | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; | ||
+ | } | ||
+ | @font-face { | ||
+ | font-family: 'Aladin'; | ||
+ | font-style: normal; | ||
+ | font-weight: 400; | ||
+ | src: url(https://fonts.googleapis.com/css2?family=Aladin&family=My+Soul&display=swap) format('Swap'); | ||
+ | } | ||
+ | |||
+ | .font-aladin { | ||
+ | font-family: "Aladin", serif; | ||
+ | font-weight: 400; | ||
+ | font-style: normal; | ||
+ | } | ||
+ | .nerdoween { | ||
+ | font-family: 'Finger Paint', cursive; | ||
+ | color: #000; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | .nerdoween22 { | ||
+ | font-family: 'Nosifer'; | ||
+ | color: #c41d1d; | ||
+ | font-size: xx-large; | ||
+ | } | ||
+ | |||
+ | :focus { | ||
+ | outline: 0; | ||
+ | border-color: var(--text_outline); | ||
+ | box-shadow: inset 0 0 0 1px var(--text_outline); | ||
+ | } | ||
+ | |||
#ca-talk { | #ca-talk { | ||
Zeile 33: | Zeile 87: | ||
h5, | h5, | ||
h6 { | h6 { | ||
− | color: | + | color: var(--whites); |
} | } | ||
hr { | hr { | ||
− | color: | + | color: var(--link_borders); |
− | background-color: | + | background-color: var(--link_borders); |
} | } | ||
.editOptions { | .editOptions { | ||
− | background-color: | + | background-color: var(--page_bg); |
− | border-color: | + | border-color: var(--page_hl); |
− | color: | + | color: var(--text_color); |
} | } | ||
input, | input, | ||
textarea { | textarea { | ||
− | background-color: | + | background-color: var(--text_bg_border); |
− | border-color: | + | border-color: var(--text_bg_border); |
− | color: | + | color: var(--text_color); |
− | outline-color: | + | outline-color: var(--text_outline); |
} | } | ||
Zeile 58: | Zeile 112: | ||
.mw-body a.external, | .mw-body a.external, | ||
.mw-body a.extiw { | .mw-body a.extiw { | ||
− | color: | + | color: var(--link_borders) |
} | } | ||
+ | |||
a:visited, | a:visited, | ||
.mw-body a.external:visited, | .mw-body a.external:visited, | ||
.mw-body a.extiw:visited { | .mw-body a.extiw:visited { | ||
− | color: | + | color: var(--link_visited) |
} | } | ||
Zeile 76: | Zeile 131: | ||
} | } | ||
− | + | ol { | |
+ | list-style-type: decimal; | ||
+ | } | ||
+ | ol li > ol { | ||
+ | list-style-type: lower-alpha; | ||
+ | } | ||
+ | ol li > ol li > ol { | ||
+ | list-style-type: lower-roman; | ||
+ | } | ||
+ | |||
+ | .thumbinner, | ||
.catlinks { | .catlinks { | ||
− | background-color: | + | background-color: var(--page_hl); |
border-color: #666 | border-color: #666 | ||
} | } | ||
Zeile 84: | Zeile 149: | ||
#toc, | #toc, | ||
div.toc, | div.toc, | ||
− | + | #filetoc, | |
− | li.gallerybox | + | li.gallerybox .thumb { |
− | background-color: | + | background-color: var(--page_hl); |
border-color: #121212; | border-color: #121212; | ||
border-radius: 5px; | border-radius: 5px; | ||
Zeile 93: | Zeile 158: | ||
span.tocnumber { | span.tocnumber { | ||
− | color: | + | color: var(--text_color) |
} | } | ||
Zeile 112: | Zeile 177: | ||
.mw-datatable th { | .mw-datatable th { | ||
− | background-color: | + | background-color: var(--page_hl); |
border-color: #121212; | border-color: #121212; | ||
} | } | ||
Zeile 126: | Zeile 191: | ||
table.wikitable>*>tr>td, | table.wikitable>*>tr>td, | ||
pre { | pre { | ||
− | color: | + | color: var(--text_color); |
background-color: #404040; | background-color: #404040; | ||
border-color: #121212; | border-color: #121212; | ||
Zeile 136: | Zeile 201: | ||
table.mw_metadata th, | table.mw_metadata th, | ||
table.wikitable>*>tr>th { | table.wikitable>*>tr>th { | ||
− | background-color: | + | background-color: var(--page_hl); |
} | } | ||
− | + | .diff { | |
background-color: #404040 | background-color: #404040 | ||
} | } | ||
td .diffchange { | td .diffchange { | ||
− | color: | + | color: var(--page_hl) |
} | } | ||
#pagehistory li.selected, | #pagehistory li.selected, | ||
− | + | .diff-context { | |
background-color: inherit; | background-color: inherit; | ||
color: inherit | color: inherit | ||
Zeile 158: | Zeile 223: | ||
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper, | ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper, | ||
− | + | .mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper, | |
− | + | .mw-gallery-packed-hover .gallerybox.mw-gallery-focused div.gallerytextwrapper { | |
background-color: rgba(0, 0, 0, 0.8) | background-color: rgba(0, 0, 0, 0.8) | ||
} | } | ||
− | #left-navigation div. | + | #left-navigation div.vector-menu-content, |
− | #right-navigation div. | + | #right-navigation div.vector-menu-content { |
background-image: inherit; | background-image: inherit; | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
− | #left-navigation div. | + | |
− | #right-navigation div. | + | #left-navigation div.vector-menu-content ul, |
+ | #right-navigation div.vector-menu-content ul { | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
− | #left-navigation div. | + | #left-navigation div.vector-menu-content ul li, |
− | #right-navigation div. | + | #right-navigation div.vector-menu-content ul li { |
− | background-color: | + | background-color: var(--page_bg_light); |
background-image: -moz-linear-gradient(top, #2e2e2e 20%, #222 100%); | background-image: -moz-linear-gradient(top, #2e2e2e 20%, #222 100%); | ||
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #2e2e2e), color-stop(100%, #222)); | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #2e2e2e), color-stop(100%, #222)); | ||
Zeile 183: | Zeile 249: | ||
} | } | ||
− | #left-navigation div. | + | #left-navigation div.vector-menu-content li.new a, |
− | #right-navigation div. | + | #right-navigation div.vector-menu-content li.new a, |
− | #left-navigation div. | + | #left-navigation div.vector-menu-content li.new a:visited, |
− | #right-navigation div. | + | #right-navigation div.vector-menu-content li.new a:visited { |
color: #CA2C2C | color: #CA2C2C | ||
} | } | ||
− | #left-navigation div. | + | #left-navigation div.vector-menu-content li.selected, |
− | #right-navigation div. | + | #right-navigation div.vector-menu-content li.selected { |
− | background-color: | + | background-color: var(--page_bg); |
− | background-image: -moz-linear-gradient(bottom, | + | background-image: -moz-linear-gradient(bottom, var(--page_bg) 90%, var(--text_outline) 0); |
− | background-image: -webkit-gradient(linear, left bottom, left top, color-stop(90%, | + | background-image: -webkit-gradient(linear, left bottom, left top, color-stop(90%, var(--page_bg)), color-stop(0, var(--text_outline))); |
− | background-image: -webkit-linear-gradient(bottom, | + | background-image: -webkit-linear-gradient(bottom, var(--page_bg) 90%, var(--text_outline) 0); |
− | background-image: linear-gradient( | + | background-image: linear-gradient(var(--page_bg) 90%, var(--text_outline) 0); |
} | } | ||
− | #left-navigation div. | + | #left-navigation div.vector-menu-content li.selected a, |
− | #right-navigation div. | + | #right-navigation div.vector-menu-content li.selected a, |
− | #left-navigation div. | + | #left-navigation div.vector-menu-content li.selected a:visited, |
− | #right-navigation div. | + | #right-navigation div.vector-menu-content li.selected a:visited { |
− | color: | + | color: var(--link_visited) |
} | } | ||
− | #left-navigation div. | + | #left-navigation div.vector-menu-content li a, |
− | #right-navigation div. | + | #right-navigation div.vector-menu-content li a { |
− | color: | + | color: var(--link_borders) |
} | } | ||
− | #left-navigation div. | + | #left-navigation div.vector-menu-content span, |
− | #right-navigation div. | + | #right-navigation div.vector-menu-content span { |
background: transparent | background: transparent | ||
} | } | ||
− | + | #mw-head #right-navigation div.vectorMenu h3 { | |
background: inherit | background: inherit | ||
} | } | ||
− | + | #mw-head div.vectorMenu h3 span { | |
− | color: | + | color: var(--link_borders) |
} | } | ||
Zeile 234: | Zeile 300: | ||
div.vectorMenu li a { | div.vectorMenu li a { | ||
− | color: | + | color: var(--link_borders) |
} | } | ||
div.vectorMenu li.selected a, | div.vectorMenu li.selected a, | ||
div.vectorMenu li.selected a:visited { | div.vectorMenu li.selected a:visited { | ||
− | color: | + | color: var(--link_visited); |
text-decoration: none | text-decoration: none | ||
} | } | ||
− | + | .vectorMenu#p-cactions div.menu { | |
border-color: #666 | border-color: #666 | ||
} | } | ||
− | + | .vectorMenu#p-cactions ul { | |
border: 0; | border: 0; | ||
− | background-color: | + | background-color: var(--page_hl) |
} | } | ||
− | + | .vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 { | |
background-image: none; | background-image: none; | ||
} | } | ||
− | #mw-navigation | + | #mw-navigation #mw-panel .portal#p-logo, |
− | #mw-navigation | + | #mw-navigation #mw-panel .portal#p-navigation { |
border-top: none | border-top: none | ||
} | } | ||
Zeile 276: | Zeile 342: | ||
body { | body { | ||
background-color: #2a2a2a; | background-color: #2a2a2a; | ||
− | background-image: url(' | + | background-image: url('../skins/Vector/images/background.jpg'); |
background-size: cover; | background-size: cover; | ||
background-repeat: repeat; | background-repeat: repeat; | ||
Zeile 284: | Zeile 350: | ||
margin-left: 10em; | margin-left: 10em; | ||
padding: 1em; | padding: 1em; | ||
− | border: 1px solid | + | border: 1px solid var(--text_outline); |
border-radius: 10px 0px 0px 10px; | border-radius: 10px 0px 0px 10px; | ||
border-right-width: 0; | border-right-width: 0; | ||
margin-top: 0px; | margin-top: 0px; | ||
− | background-color: | + | background-color: var(--page_bg); |
− | color: | + | color: var(--text_color); |
direction: ltr; | direction: ltr; | ||
} | } | ||
Zeile 312: | Zeile 378: | ||
margin-bottom: .25em; | margin-bottom: .25em; | ||
padding: 0; | padding: 0; | ||
− | border-bottom: 1px solid | + | border-bottom: 1px solid var(--link_borders); |
} | } | ||
.mw-body h1 { | .mw-body h1 { | ||
− | font-size: | + | font-size: 2em |
} | } | ||
Zeile 326: | Zeile 392: | ||
.mw-body h2 { | .mw-body h2 { | ||
− | text-decoration: underline 1px solid | + | text-decoration: underline 1px solid var(--link_borders); |
font-family: "Linux Libertine", Georgia, Times, serif; | font-family: "Linux Libertine", Georgia, Times, serif; | ||
border-bottom: none; | border-bottom: none; | ||
− | font-size: 1.6em | + | font-size: 1.6em; |
} | } | ||
Zeile 345: | Zeile 411: | ||
.mw-body h3 { | .mw-body h3 { | ||
− | font-size: 1. | + | font-size: 1.1em |
} | } | ||
Zeile 359: | Zeile 425: | ||
} | } | ||
− | + | .emptyPortlet { | |
display: none | display: none | ||
} | } | ||
Zeile 366: | Zeile 432: | ||
list-style-type: disc; | list-style-type: disc; | ||
list-style-image: /* @embed */ | list-style-image: /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/bullet-icon.png') |
} | } | ||
Zeile 372: | Zeile 438: | ||
.mw-code { | .mw-code { | ||
line-height: 1.3em; | line-height: 1.3em; | ||
− | background: | + | background: var(--page_hl); |
− | color: | + | color: var(--text_color); |
} | } | ||
Zeile 395: | Zeile 461: | ||
body.vector-animateLayout .mw-body, | body.vector-animateLayout .mw-body, | ||
− | body.vector-animateLayout | + | body.vector-animateLayout #footer, |
body.vector-animateLayout #left-navigation { | body.vector-animateLayout #left-navigation { | ||
-webkit-transition: margin-left 250ms, padding 250ms; | -webkit-transition: margin-left 250ms, padding 250ms; | ||
Zeile 465: | Zeile 531: | ||
} | } | ||
− | #pt- | + | #pt-anonuserpage, |
− | #pt- | + | #pt-userpage a { |
− | + | background-image: url('../skins/Vector/images/user-icon.png'); | |
− | + | background-image: -webkit-linear-gradient(transparent, transparent), url('../skins/Vector/images/user-icon.svg'); | |
− | background-image: url(' | ||
− | background-image: -webkit-linear-gradient(transparent, transparent), | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Zeile 493: | Zeile 553: | ||
} | } | ||
− | + | #simpleSearch { | |
display: block; | display: block; | ||
width: 12.6em; | width: 12.6em; | ||
Zeile 502: | Zeile 562: | ||
min-height: 1px; | min-height: 1px; | ||
border: solid 1px #aaa; | border: solid 1px #aaa; | ||
− | color: | + | color: var(--text_color); |
− | background-color: | + | background-color: var(--page_bg_light); |
background-image: /* @embed */ | background-image: /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/search-fade.png'); |
background-position: top left; | background-position: top left; | ||
background-repeat: repeat-x | background-repeat: repeat-x | ||
} | } | ||
− | + | label.toctogglelabel{ | |
+ | color: var(--link_borders); | ||
+ | } | ||
+ | |||
+ | #simpleSearch input { | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
border: 0; | border: 0; | ||
− | background-color: | + | background-color: var(--page_bg_light); |
− | color: | + | color: var(--text_color); |
+ | |||
} | } | ||
− | + | #simpleSearch #searchInput { | |
width: 100%; | width: 100%; | ||
padding: .2em 0 .2em .2em; | padding: .2em 0 .2em .2em; | ||
Zeile 527: | Zeile 592: | ||
} | } | ||
− | + | #searchInput:focus, #simpleSearch:hover #searchInput:focus { | |
− | outline: none | + | outline: none; |
+ | border-color: var(--page_bg_light); | ||
+ | box-shadow: none; | ||
} | } | ||
Zeile 535: | Zeile 602: | ||
} | } | ||
− | + | #simpleSearch input:placeholder { | |
color: #eeeeee; | color: #eeeeee; | ||
} | } | ||
− | + | #simpleSearch input:-ms-input-placeholder { | |
color: #eeeeee; | color: #eeeeee; | ||
} | } | ||
− | + | #simpleSearch input:-moz-placeholder { | |
color: #eeeeee; | color: #eeeeee; | ||
} | } | ||
− | + | #simpleSearch #searchInput.placeholder { | |
color: #eeeeee; | color: #eeeeee; | ||
} | } | ||
− | + | #simpleSearch #searchInput:placeholder { | |
color: #eeeeee; | color: #eeeeee; | ||
} | } | ||
− | + | #simpleSearch #searchInput:-ms-input-placeholder { | |
color: #eeeeee; | color: #eeeeee; | ||
} | } | ||
− | + | #simpleSearch #searchInput:-moz-placeholder { | |
color: #eeeeee; | color: #eeeeee; | ||
} | } | ||
− | + | #simpleSearch #searchInput::-webkit-search-decoration, | |
− | + | #simpleSearch #searchInput::-webkit-search-cancel-button, | |
− | + | #simpleSearch #searchInput::-webkit-search-results-button, | |
− | + | #simpleSearch #searchInput::-webkit-search-results-decoration { | |
-webkit-appearance: textfield | -webkit-appearance: textfield | ||
} | } | ||
− | + | #simpleSearch #searchButton, | |
− | + | #simpleSearch #mw-searchButton { | |
position: absolute; | position: absolute; | ||
top: 0; | top: 0; | ||
Zeile 583: | Zeile 650: | ||
white-space: nowrap; | white-space: nowrap; | ||
overflow: hidden; | overflow: hidden; | ||
− | background-image: url(' | + | background-image: url('../skins/Vector/images/search-ltr.png'); |
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/search-ltr.svg'); |
background-image: linear-gradient(transparent, transparent), /* @embed */ | background-image: linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/search-ltr.svg'); |
background-position: center center; | background-position: center center; | ||
background-repeat: no-repeat | background-repeat: no-repeat | ||
} | } | ||
− | + | #simpleSearch #mw-searchButton { | |
z-index: 1 | z-index: 1 | ||
+ | } | ||
+ | |||
+ | input.oo-ui-inputWidget-input span{ | ||
+ | color: var(--link_borders); | ||
} | } | ||
Zeile 604: | Zeile 675: | ||
height: 2.5em; | height: 2.5em; | ||
background-image: /* @embed */ | background-image: /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/tab-break.png'); |
background-position: bottom left; | background-position: bottom left; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Zeile 618: | Zeile 689: | ||
padding: 0; | padding: 0; | ||
background-image: /* @embed */ | background-image: /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/tab-break.png'); |
background-position: right bottom; | background-position: right bottom; | ||
background-repeat: no-repeat | background-repeat: no-repeat | ||
Zeile 632: | Zeile 703: | ||
background-color: #f3f3f3; | background-color: #f3f3f3; | ||
background-image: /* @embed */ | background-image: /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/tab-normal-fade.png'); |
background-position: bottom left; | background-position: bottom left; | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
Zeile 649: | Zeile 720: | ||
div.vectorTabs li.selected { | div.vectorTabs li.selected { | ||
background-image: /* @embed */ | background-image: /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/tab-current-fade.png') |
} | } | ||
div.vectorTabs li.selected a, | div.vectorTabs li.selected a, | ||
div.vectorTabs li.selected a:visited { | div.vectorTabs li.selected a:visited { | ||
− | color: | + | color: var(--page_bg); |
text-decoration: none | text-decoration: none | ||
} | } | ||
Zeile 668: | Zeile 739: | ||
padding-left: .5em; | padding-left: .5em; | ||
padding-right: .5em; | padding-right: .5em; | ||
− | color: | + | color: var(--link_borders); |
cursor: pointer; | cursor: pointer; | ||
font-size: .8em | font-size: .8em | ||
Zeile 680: | Zeile 751: | ||
display: inline-block; | display: inline-block; | ||
background-image: /* @embed */ | background-image: /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/tab-break.png'); |
background-position: bottom right; | background-position: bottom right; | ||
background-repeat: no-repeat | background-repeat: no-repeat | ||
Zeile 702: | Zeile 773: | ||
} | } | ||
− | + | .rtl div.vectorMenu { | |
direction: rtl | direction: rtl | ||
} | } | ||
− | + | #mw-head div.vectorMenu h3 { | |
float: left; | float: left; | ||
background-image: /* @embed */ | background-image: /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/tab-break.png'); |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: bottom right; | background-position: bottom right; | ||
Zeile 735: | Zeile 806: | ||
width: 20px; | width: 20px; | ||
height: 2.5em; | height: 2.5em; | ||
− | background-image: url(' | + | background-image: url('../skins/Vector/images/arrow-down-icon.png'); |
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/arrow-down-icon.svg'); |
background-image: linear-gradient(transparent, transparent), /* @embed */ | background-image: linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/arrow-down-icon.svg'); |
background-position: 100% 70%; | background-position: 100% 70%; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Zeile 752: | Zeile 823: | ||
} | } | ||
− | + | .vectorMenuFocus h3 a { | |
− | background-image: url(' | + | background-image: url('../skins/Vector/images/arrow-down-focus-icon.png'); |
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/arrow-down-focus-icon.svg'); |
background-image: linear-gradient(transparent, transparent), /* @embed */ | background-image: linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/arrow-down-focus-icon.svg') |
} | } | ||
Zeile 808: | Zeile 879: | ||
padding: .5em; | padding: .5em; | ||
white-space: nowrap; | white-space: nowrap; | ||
− | color: | + | color: var(--link_borders); |
cursor: pointer; | cursor: pointer; | ||
font-size: .8em | font-size: .8em | ||
Zeile 819: | Zeile 890: | ||
div.vectorMenu li.selected a, | div.vectorMenu li.selected a, | ||
div.vectorMenu li.selected a:visited { | div.vectorMenu li.selected a:visited { | ||
− | color: | + | color: var(--page_bg); |
text-decoration: none | text-decoration: none | ||
} | } | ||
Zeile 888: | Zeile 959: | ||
} | } | ||
− | + | #ca-view { | |
border-radius: 5px 0px 0px 0px; | border-radius: 5px 0px 0px 0px; | ||
} | } | ||
div.vectorMenu { | div.vectorMenu { | ||
− | border-left: 1px solid | + | border-left: 1px solid var(--text_outline) |
} | } | ||
+ | |||
#ca-edit.icon a { | #ca-edit.icon a { | ||
− | background-image: url(' | + | background-image: url('../skins/Vector/images/unwatch-icon.png'); |
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/unwatch-icon.svg'); |
background-image: linear-gradient(transparent, transparent), /* @embed */ | background-image: linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/unwatch-icon.svg'); |
} | } | ||
− | #ca-unwatch.icon a { | + | .vector-menu-tabs #ca-unwatch.icon a:before { |
− | background-image: url(' | + | background-image: url('../skins/Vector/images/unwatch-icon.png'); |
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/unwatch-icon.svg'); |
background-image: linear-gradient(transparent, transparent), /* @embed */ | background-image: linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/unwatch-icon.svg') |
} | } | ||
− | #ca-watch.icon a { | + | .vector-menu-tabs #ca-watch.icon a:before { |
− | background-image: url(' | + | background-image: url('../skins/Vector/images/watch-icon.png'); |
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/watch-icon.svg'); |
background-image: linear-gradient(transparent, transparent), /* @embed */ | background-image: linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/watch-icon.svg') |
} | } | ||
− | #ca-unwatch.icon a:hover, | + | .vector-menu-tabs #ca-unwatch.icon a:hover:before, |
− | #ca-unwatch.icon a:focus { | + | .vector-menu-tabs #ca-unwatch.icon a:focus:before { |
− | background-image: url(' | + | background-image: url('../skins/Vector/images/unwatch-icon-hl.png'); |
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/unwatch-icon-hl.svg'); |
background-image: linear-gradient(transparent, transparent), /* @embed */ | background-image: linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/unwatch-icon-hl.svg') |
} | } | ||
− | #ca-watch.icon a:hover, | + | .vector-menu-tabs #ca-watch.icon a:hover:before, |
− | #ca-watch.icon a:focus { | + | .vector-menu-tabs #ca-watch.icon a:focus:before { |
− | background-image: url(' | + | background-image: url('../skins/Vector/images/watch-icon-hl.png'); |
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/watch-icon-hl.svg'); |
background-image: linear-gradient(transparent, transparent), /* @embed */ | background-image: linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/watch-icon-hl.svg') |
} | } | ||
− | #ca-unwatch.icon a.loading, | + | .vector-menu-tabs #ca-unwatch.icon a.loading, |
− | #ca-watch.icon a.loading { | + | .vector-menu-tabs #ca-watch.icon a.loading { |
− | background-image: url(' | + | background-image: url('../skins/Vector/images/watch-icon-loading.png'); |
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/watch-icon-loading.svg'); |
background-image: linear-gradient(transparent, transparent), /* @embed */ | background-image: linear-gradient(transparent, transparent), /* @embed */ | ||
− | url(' | + | url('../skins/Vector/images/watch-icon-loading.svg'); |
-webkit-animation: rotate 700ms infinite linear; | -webkit-animation: rotate 700ms infinite linear; | ||
-moz-animation: rotate 700ms infinite linear; | -moz-animation: rotate 700ms infinite linear; | ||
Zeile 957: | Zeile 1.029: | ||
} | } | ||
− | #ca-unwatch.icon a span, | + | .vector-menu-tabs #ca-unwatch.icon a span, |
− | #ca-watch.icon a span { | + | .vector-menu-tabs #ca-watch.icon a span { |
display: none | display: none | ||
+ | } | ||
+ | |||
+ | #ca-edit a { | ||
+ | background-image: url(../skins/Vector/images/edit.png); | ||
+ | color: transparent !important; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center; | ||
+ | min-width: 30px; | ||
+ | max-width: 30px; | ||
+ | background-size: 22px 22px; | ||
+ | } | ||
+ | |||
+ | #mw-head .vector-menu-dropdown h3{ | ||
+ | color: var(--link_borders); | ||
+ | padding-left: 8px; | ||
} | } | ||
Zeile 971: | Zeile 1.058: | ||
background-position: bottom left; | background-position: bottom left; | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
− | background-image: url(' | + | background-image: url('../skins/Vector/images/page-fade.png'); |
− | background-color: | + | background-color: var(--page_bg); |
} | } | ||
Zeile 986: | Zeile 1.073: | ||
right: 0; | right: 0; | ||
width: 100%; | width: 100%; | ||
− | background-image: url(' | + | background-image: url('../skins/Vector/images/background.jpg'); |
} | } | ||
Zeile 1.024: | Zeile 1.111: | ||
} | } | ||
− | + | #mw-panel { | |
font-size: inherit; | font-size: inherit; | ||
position: absolute; | position: absolute; | ||
Zeile 1.033: | Zeile 1.120: | ||
} | } | ||
− | + | ||
+ | #mw-panel ul.vector-menu-content-list a { | ||
+ | color: var(--link_borders) | ||
+ | } | ||
+ | |||
+ | #mw-panel ul.vector-menu-content-list a:visited { | ||
+ | color: var(--link_visited) | ||
+ | } | ||
+ | |||
+ | #mw-panel div.body.vector-menu-content { | ||
margin: 0 .6em 0 .7em; | margin: 0 .6em 0 .7em; | ||
padding: 0.25em 0; | padding: 0.25em 0; | ||
Zeile 1.039: | Zeile 1.135: | ||
background-position: top left; | background-position: top left; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
− | background-image: | + | background-image: none; |
− | |||
} | } | ||
− | + | #mw-panel .portal h3 { | |
font-size: 12px; | font-size: 12px; | ||
− | color: | + | color: var(--text_color); |
font-weight: normal; | font-weight: normal; | ||
margin: 0; | margin: 0; | ||
Zeile 1.052: | Zeile 1.147: | ||
} | } | ||
− | + | #mw-panel .portal-first h3 { | |
− | + | display: none; | |
− | |||
} | } | ||
− | + | #mw-panel ul.vector-menu-content-list{ | |
list-style-type: none; | list-style-type: none; | ||
list-style-image: none; | list-style-image: none; | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
− | border-top: 1px solid | + | border-top: 1px solid var(--text_outline) |
} | } | ||
− | + | #mw-panel ul.vector-menu-content-list li { | |
line-height: 1.125em; | line-height: 1.125em; | ||
margin: 0; | margin: 0; | ||
Zeile 1.072: | Zeile 1.166: | ||
} | } | ||
− | + | #footer { | |
− | + | margin-left: 10em; | |
+ | margin-top: 0; | ||
+ | padding: .75em; | ||
+ | direction: ltr | ||
} | } | ||
− | + | #footer ul { | |
− | + | list-style-type: none; | |
+ | list-style-image: none; | ||
+ | margin: 0; | ||
+ | padding: 0 | ||
} | } | ||
− | + | #footer ul li { | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
Zeile 1.116: | Zeile 1.189: | ||
} | } | ||
− | + | #footer #footer-info li { | |
opacity: 0.7; | opacity: 0.7; | ||
} | } | ||
− | + | #footer #footer-icons { | |
float: right | float: right | ||
} | } | ||
− | + | #footer #footer-icons li { | |
float: left; | float: left; | ||
margin-left: .5em; | margin-left: .5em; | ||
Zeile 1.131: | Zeile 1.204: | ||
} | } | ||
− | + | #footer #footer-info li { | |
line-height: 1.4em | line-height: 1.4em | ||
} | } | ||
− | + | #footer #footer-places li { | |
float: left; | float: left; | ||
margin-right: 1em; | margin-right: 1em; | ||
Zeile 1.141: | Zeile 1.214: | ||
} | } | ||
− | + | .ltr #footer #footer-places { | |
float: left | float: left | ||
} | } | ||
Zeile 1.148: | Zeile 1.221: | ||
background-position: center right; | background-position: center right; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
− | background-image: url(' | + | background-image: url('../skins/Vector/images/external-link-ltr-icon.png'); |
− | |||
− | |||
− | |||
− | |||
padding-right: 13px | padding-right: 13px | ||
} | } | ||
Zeile 1.158: | Zeile 1.227: | ||
.oo-ui-textInputWidget input, | .oo-ui-textInputWidget input, | ||
.oo-ui-textInputWidget textarea { | .oo-ui-textInputWidget textarea { | ||
− | outline-color: | + | outline-color: var(--text_outline); |
} | } | ||
#mw-indicator-mw-helplink a { | #mw-indicator-mw-helplink a { | ||
− | background-image: url( | + | background-image: url(../skins/Vector/images/help.png) |
} | } | ||
− | #right-navigation | + | #right-navigation .vectorTabs #ca-edit span a { |
− | background-image: url( | + | background-image: url(../skins/Vector/images/edit.png); |
color: transparent; | color: transparent; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Zeile 1.175: | Zeile 1.244: | ||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:hover+span { | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:hover+span { | ||
− | background-color: | + | background-color: var(--text_outline); |
− | border-color: | + | border-color: var(--text_outline); |
} | } | ||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked+span { | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked+span { | ||
− | background-color: | + | background-color: var(--text_outline); |
− | border-color: | + | border-color: var(--text_outline); |
} | } | ||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:hover+span { | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:hover+span { | ||
− | background-color: | + | background-color: var(--text_outline); |
− | border-color: | + | border-color: var(--text_outline); |
} | } | ||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:focus+span { | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:focus+span { | ||
− | background-color: | + | background-color: var(--text_outline); |
− | border-color: | + | border-color: var(--text_outline); |
− | box-shadow: inset 0 0 0 1px | + | box-shadow: inset 0 0 0 1px var(--text_outline), inset 0 0 0 2px #fff; |
} | } | ||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:focus+span { | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:focus+span { | ||
− | border-color: | + | border-color: var(--text_outline); |
− | box-shadow: inset 0 0 0 1px | + | box-shadow: inset 0 0 0 1px var(--text_outline); |
} | } | ||
Zeile 1.203: | Zeile 1.272: | ||
.oo-ui-textInputWidget.oo-ui-widget-enabled textarea:focus { | .oo-ui-textInputWidget.oo-ui-widget-enabled textarea:focus { | ||
outline: 0; | outline: 0; | ||
− | border-color: | + | border-color: var(--text_outline); |
− | box-shadow: inset 0 0 0 1px | + | box-shadow: inset 0 0 0 1px var(--text_outline); |
} | } | ||
.oo-ui-textInputWidget.oo-ui-widget-enabled:hover input:focus, | .oo-ui-textInputWidget.oo-ui-widget-enabled:hover input:focus, | ||
.oo-ui-textInputWidget.oo-ui-widget-enabled:hover textarea:focus { | .oo-ui-textInputWidget.oo-ui-widget-enabled:hover textarea:focus { | ||
− | border-color: | + | border-color: var(--text_outline); |
} | } | ||
.mw-ui-input { | .mw-ui-input { | ||
border-radius: 5px; | border-radius: 5px; | ||
− | background-color: | + | background-color: var(--page_bg_light); |
− | border: 1px solid | + | border: 1px solid var(--text_outline); |
− | color: | + | color: var(--text_color); |
− | box-shadow: inset 0 0 0 1px | + | box-shadow: inset 0 0 0 1px var(--text_outline); |
} | } | ||
.mw-ui-input:focus { | .mw-ui-input:focus { | ||
− | border-color: | + | border-color: var(--text_outline); |
− | box-shadow: inset 0 0 0 1px | + | box-shadow: inset 0 0 0 1px var(--text_outline); |
outline: 0; | outline: 0; | ||
} | } | ||
.client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked:focus+label:before { | .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked:focus+label:before { | ||
− | background-color: | + | background-color: var(--text_outline); |
− | border-color: | + | border-color: var(--text_outline); |
− | box-shadow: inset 0 0 0 1px | + | box-shadow: inset 0 0 0 1px var(--text_outline), inset 0 0 0 2px #ffffff; |
} | } | ||
.client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:focus+label:before { | .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:focus+label:before { | ||
− | border-color: | + | border-color: var(--text_outline); |
− | box-shadow: inset 0 0 0 1px | + | box-shadow: inset 0 0 0 1px var(--text_outline); |
} | } | ||
.client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked+label:before { | .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked+label:before { | ||
− | background-color: | + | background-color: var(--text_outline); |
− | border-color: | + | border-color: var(--text_outline); |
} | } | ||
.client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:hover+label:before { | .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:hover+label:before { | ||
− | border-color: | + | border-color: var(--text_outline); |
} | } | ||
.client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked:hover+label:before { | .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked:hover+label:before { | ||
− | background-color: | + | background-color: var(--text_outline); |
− | border-color: | + | border-color: var(--text_outline); |
} | } | ||
− | + | .mw-ui-button { | |
− | + | color: var(--link_borders); | |
− | . | + | background: var(--page_bg); |
− | |||
− | |||
font-weight: bold; | font-weight: bold; | ||
− | border: 1px solid | + | border: 1px solid var(--link_borders); |
border-radius: 5px; | border-radius: 5px; | ||
− | |||
} | } | ||
− | .editButtons | + | .mw-ui-button:hover{ |
− | color: | + | background: var(--page_hl); |
− | background: | + | border-color: var(--link_borders); |
+ | color: var(--link_borders); | ||
+ | } | ||
+ | |||
+ | |||
+ | /* EDIT Button "Änderungen Speichern" */ | ||
+ | |||
+ | .editButtons #wpSave { | ||
+ | background-color: var(--text_outline); | ||
+ | color: #f0f0f0; | ||
+ | font-weight: bold; | ||
+ | border: 1px solid var(--page_bg); | ||
+ | border-radius: 5px; | ||
+ | text-shadow: 0 0 15px var(--page_bg); | ||
+ | } | ||
+ | |||
+ | .editButtons #wpSave:hover { | ||
+ | color: var(--link_borders); | ||
+ | background: var(--page_bg); | ||
font-weight: bold; | font-weight: bold; | ||
− | border: 1px solid | + | border: 1px solid var(--link_borders); |
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
Zeile 1.275: | Zeile 1.359: | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button { | ||
− | color: | + | color: var(--link_borders); |
− | background: | + | background: var(--page_bg); |
font-weight: bold; | font-weight: bold; | ||
− | border: 1px solid | + | border: 1px solid var(--link_borders); |
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
.oo-ui-buttonElement-framed.oo-ui-widget-disabled>.oo-ui-buttonElement-button { | .oo-ui-buttonElement-framed.oo-ui-widget-disabled>.oo-ui-buttonElement-button { | ||
− | color: | + | color: var(--link_borders); |
− | background: | + | background: var(--page_bg); |
font-weight: bold; | font-weight: bold; | ||
− | border: 1px solid | + | border: 1px solid var(--link_borders); |
opacity: 0.25; | opacity: 0.25; | ||
border-radius: 5px; | border-radius: 5px; | ||
Zeile 1.292: | Zeile 1.376: | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button:hover { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button:hover { | ||
− | background: | + | background: var(--page_hl); |
− | border-color: | + | border-color: var(--link_borders); |
− | color: | + | color: var(--link_borders); |
} | } | ||
Zeile 1.304: | Zeile 1.388: | ||
.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea{ | .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea{ | ||
border-radius: 5px; | border-radius: 5px; | ||
− | background-color: | + | background-color: var(--page_bg_light); |
− | border: 1px solid | + | border: 1px solid var(--text_outline); |
− | color: | + | color: var(--text_color); |
− | box-shadow: inset 0 0 0 1px | + | box-shadow: inset 0 0 0 1px var(--text_outline); |
} | } | ||
.oo-ui-textInputWidget input:focus, .oo-ui-textInputWidget textarea:focus { | .oo-ui-textInputWidget input:focus, .oo-ui-textInputWidget textarea:focus { | ||
− | border-color: | + | border-color: var(--text_outline); |
− | box-shadow: inset 0 0 0 1px | + | box-shadow: inset 0 0 0 1px var(--text_outline); |
outline: 0; | outline: 0; | ||
} | } | ||
Zeile 1.327: | Zeile 1.411: | ||
.mw-ui-button.mw-ui-progressive { | .mw-ui-button.mw-ui-progressive { | ||
− | background-color: | + | background-color: var(--text_outline); |
color: #f0f0f0; | color: #f0f0f0; | ||
font-weight: bold; | font-weight: bold; | ||
− | border: 1px solid | + | border: 1px solid var(--page_bg); |
border-radius: 5px; | border-radius: 5px; | ||
− | text-shadow: 0 0 15px | + | text-shadow: 0 0 15px var(--page_bg); |
} | } | ||
.mw-ui-button.mw-ui-progressive:hover { | .mw-ui-button.mw-ui-progressive:hover { | ||
− | color: | + | color: var(--link_borders); |
− | background: | + | background: var(--page_bg); |
font-weight: bold; | font-weight: bold; | ||
− | border: 1px solid | + | border: 1px solid var(--link_borders); |
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
#mw-createaccount-join { | #mw-createaccount-join { | ||
− | color: | + | color: var(--link_borders); |
− | background: | + | background: var(--page_bg); |
font-weight: bold; | font-weight: bold; | ||
− | border: 1px solid | + | border: 1px solid var(--link_borders); |
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
#mw-createaccount-join:hover { | #mw-createaccount-join:hover { | ||
− | background: | + | background: var(--page_hl); |
− | border-color: | + | border-color: var(--link_borders); |
− | color: | + | color: var(--link_borders); |
} | } | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button { | ||
color: #FFFFFF; | color: #FFFFFF; | ||
− | background-color: | + | background-color: var(--text_outline); |
− | border-color: | + | border-color: var(--text_outline); |
} | } | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:focus { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:focus { | ||
− | border-color: | + | border-color: var(--text_outline); |
− | box-shadow: inset 0 0 0 1px | + | box-shadow: inset 0 0 0 1px var(--text_outline), inset 0 0 0 2px #fff; |
} | } | ||
Zeile 1.371: | Zeile 1.455: | ||
background-color: #FFFFFF; | background-color: #FFFFFF; | ||
border-color: #FFFFFF; | border-color: #FFFFFF; | ||
− | color: | + | color: var(--text_outline); |
} | } | ||
:focus { | :focus { | ||
− | outline: auto | + | outline: auto var(--text_outline) 1px; |
} | } | ||
select:focus { | select:focus { | ||
− | outline: auto | + | outline: auto var(--text_outline) 1px; |
} | } | ||
− | + | .jquery-tablesorter .headerSort { | |
− | color: | + | color: var(--link_borders); |
} | } | ||
− | + | #mw-normal-catlinks a.new { | |
− | color: | + | color: var(--text_outline) |
} | } | ||
− | + | #catlinks.catlinks { | |
border-color: black | border-color: black | ||
} | } | ||
− | + | #contentSub { | |
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
} | } | ||
− | + | #searchInput { | |
− | border-color: | + | border-color: var(--text_outline); |
} | } | ||
− | + | #simpleSearch { | |
− | border-color: | + | border-color: var(--text_outline); |
} | } | ||
− | + | #p-tb-label { | |
display: none; | display: none; | ||
} | } | ||
Zeile 1.414: | Zeile 1.498: | ||
.mw-htmlform { | .mw-htmlform { | ||
− | background-color: | + | background-color: var(--page_bg); |
color: #000000; | color: #000000; | ||
} | } | ||
.mw-htmlform form { | .mw-htmlform form { | ||
− | background-color: | + | background-color: var(--page_bg); |
− | color: | + | color: var(--text_color); |
} | } | ||
.mw-htmlform div { | .mw-htmlform div { | ||
− | background-color: | + | background-color: var(--page_bg); |
− | color: | + | color: var(--text_color); |
} | } | ||
.mw-htmlform div#preferences fieldset { | .mw-htmlform div#preferences fieldset { | ||
− | background-color: | + | background-color: var(--page_bg); |
− | color: | + | color: var(--text_color); |
} | } | ||
fieldset { | fieldset { | ||
− | border: 1px solid | + | border: 1px solid var(--link_borders); |
} | } | ||
legend { | legend { | ||
− | color: | + | color: var(--text_color); |
} | } | ||
td.htmlform-tip { | td.htmlform-tip { | ||
− | color: | + | color: var(--text_color); |
} | } | ||
label { | label { | ||
− | color: | + | color: var(--text_color); |
} | } | ||
− | + | .toctitle h2 { | |
border-bottom: none; | border-bottom: none; | ||
} | } | ||
− | .mw-htmlform | + | .mw-htmlform #preferences fieldset legend { |
− | color: # | + | color: var(--text_color); |
+ | } | ||
+ | |||
+ | .mw-htmlform #preferences .stub { | ||
+ | color: var(--link_borders); | ||
} | } | ||
− | .mw-htmlform | + | .client-js .mw-htmlform-ooui-wrapper.oo-ui-panelLayout-padded .oo-ui-fieldsetLayout.mw-collapsible .oo-ui-fieldsetLayout-header .oo-ui-labelElement-label{ |
− | color: | + | color: var(--link_borders); |
+ | font-size: 14px; | ||
} | } | ||
Zeile 1.464: | Zeile 1.553: | ||
.client-js #preftoc a:active, | .client-js #preftoc a:active, | ||
.client-js #preftoc a:focus { | .client-js #preftoc a:focus { | ||
− | background-color: | + | background-color: var(--page_bg); |
− | background-image: -moz-linear-gradient(top, | + | background-image: -moz-linear-gradient(top, var(--text_outline) 0, var(--page_bg) 3%); |
− | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, | + | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--text_outline)), color-stop(3%, var(--page_bg))); |
− | background-image: -webkit-linear-gradient(top, | + | background-image: -webkit-linear-gradient(top, var(--text_outline) 0, var(--page_bg) 3%); |
− | background-image: linear-gradient( | + | background-image: linear-gradient(var(--text_outline) 0, var(--page_bg) 3%); |
− | color: | + | color: var(--text_outline); |
outline: none; | outline: none; | ||
} | } | ||
.client-js #preftoc li.selected a { | .client-js #preftoc li.selected a { | ||
− | background-color: | + | background-color: var(--page_bg); |
− | background-image: -moz-linear-gradient(top, | + | background-image: -moz-linear-gradient(top, var(--link_borders) 0, var(--page_bg) 10%); |
− | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, | + | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--link_borders)), color-stop(10%, var(--page_bg))); |
− | background-image: -webkit-linear-gradient(top, | + | background-image: -webkit-linear-gradient(top, var(--link_borders) 0, var(--page_bg) 10%); |
− | background-image: linear-gradient( | + | background-image: linear-gradient(var(--link_borders) 0, var(--page_bg) 10%); |
− | color: | + | color: var(--link_borders); |
outline: none; | outline: none; | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
− | .mw-htmlform | + | .mw-htmlform #preferences td.htmlform-tip { |
− | color: | + | color: var(--text_color); |
font-style: italic; | font-style: italic; | ||
} | } | ||
− | .mw-htmlform#mw-prefs-form | + | .mw-htmlform#mw-prefs-form #preferences { |
− | background-color: | + | background-color: var(--page_bg); |
− | color: | + | color: var(--text_color); |
} | } | ||
− | |||
− | |||
− | |||
− | |||
.mw-notification, | .mw-notification, | ||
.mw-notification-noautohide, | .mw-notification-noautohide, | ||
.mw-notification-type-info, | .mw-notification-type-info, | ||
− | .mw-notification-visible { | + | .mw-notification-visible, |
− | background-color: | + | .mw-notification-content { |
− | color: | + | background-color: var(--page_bg_light); |
+ | color: var(--text_color); | ||
} | } | ||
Zeile 1.510: | Zeile 1.596: | ||
/*CSS-Style für Kalender*/ | /*CSS-Style für Kalender*/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | span.event { | |
− | + | color: var(--text_color); | |
− | color: | + | font-size: 15px; |
− | |||
− | |||
− | font-size: | ||
} | } | ||
− | |||
− | |||
− | |||
− | . | + | span.ms-calendar-prev { |
− | + | color: var(--link_borders); | |
} | } | ||
− | + | span.ms-calendar-next { | |
− | + | color: var(--link_borders); | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | span.ms-calendar- | ||
− | color: | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
span.ms-calendar-prev-year { | span.ms-calendar-prev-year { | ||
− | color: | + | color: var(--link_borders); |
} | } | ||
span.ms-calendar-next-year { | span.ms-calendar-next-year { | ||
− | color: | + | color: var(--link_borders); |
} | } | ||
span.ms-calendar-prev:hover { | span.ms-calendar-prev:hover { | ||
− | color: | + | color: var(--text_color); |
} | } | ||
span.ms-calendar-next:hover { | span.ms-calendar-next:hover { | ||
− | color: | + | color: var(--text_color); |
} | } | ||
span.ms-calendar-prev-year:hover { | span.ms-calendar-prev-year:hover { | ||
− | color: | + | color: var(--text_color); |
} | } | ||
span.ms-calendar-next-year:hover { | span.ms-calendar-next-year:hover { | ||
− | color: | + | color: var(--text_color); |
− | |||
− | |||
− | |||
− | |||
} | } | ||
.fc-row>div:first-child { | .fc-row>div:first-child { | ||
border-color: #000; | border-color: #000; | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Zeile 1.602: | Zeile 1.644: | ||
/* + Zeichen im Calendar */ | /* + Zeichen im Calendar */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.ms-calendar-header input:focus { | .ms-calendar-header input:focus { | ||
Zeile 1.619: | Zeile 1.650: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.ms-calendar-header select:after { | .ms-calendar-header select:after { | ||
− | background: | + | background: var(--page_bg_light); |
− | color: | + | color: var(--text_color); |
− | border: 1px solid | + | border: 1px solid var(--link_borders); |
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
Zeile 1.639: | Zeile 1.663: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | .fc-calendar .fc-row> | + | .fc-calendar .fc-row>.fc-content .event:hover { |
− | + | color: var(--link_borders); | |
− | |||
− | color: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
.fc-calendar .fc-row>div.fc-we .event:hover { | .fc-calendar .fc-row>div.fc-we .event:hover { | ||
− | color: | + | color: var(--link_borders); |
background-color: transparent; | background-color: transparent; | ||
} | } | ||
.fc-calendar .fc-row>div.fc-today.fc-we .event:hover { | .fc-calendar .fc-row>div.fc-today.fc-we .event:hover { | ||
− | color: | + | color: var(--link_borders); |
background-color: transparent; | background-color: transparent; | ||
} | } | ||
− | .fc-calendar .fc-row> | + | .fc-calendar .fc-row>.fc-today.fc-we {} |
.fc-calendar span.add_event:hover { | .fc-calendar span.add_event:hover { | ||
− | color: | + | color: var(--text_color); |
} | } | ||
/* Event-Widget (auf + drücken) */ | /* Event-Widget (auf + drücken) */ | ||
+ | |||
+ | body .ui-dialog .ui-widget-header { | ||
+ | background: var(--page_hl) !important; | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | |||
+ | .ui-dialog .ui-dialog-buttonpane button{ | ||
+ | color: var(--link_borders); | ||
+ | background: var(--page_bg) !important; | ||
+ | font-weight: bold; | ||
+ | border: 1px solid var(--link_borders) !important; | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | |||
+ | .ui-dialog .ui-dialog-buttonpane button:hover{ | ||
+ | background: var(--link_borders) !important; | ||
+ | border-color: var(--link_borders) !important; | ||
+ | color: var(--whites) !important; | ||
+ | } | ||
+ | |||
+ | |||
.ui-dialog { | .ui-dialog { | ||
− | background: | + | background: var(--page_hl); |
} | } | ||
.ui-widget-header { | .ui-widget-header { | ||
− | border-color: | + | border-color: var(--link_borders); |
+ | background: var(--page_hl); | ||
+ | color: var(--text_color); | ||
} | } | ||
.ui-dialog .ui-dialog-content { | .ui-dialog .ui-dialog-content { | ||
− | background: | + | background: var(--page_bg); |
} | } | ||
.ui-resizable-n { | .ui-resizable-n { | ||
− | background: | + | background: var(--page_bg); |
} | } | ||
.ui-resizable-e { | .ui-resizable-e { | ||
− | background: | + | background: var(--page_bg); |
} | } | ||
.ui-resizable-s { | .ui-resizable-s { | ||
− | background: | + | background: var(--page_bg); |
} | } | ||
.ui-resizable-w { | .ui-resizable-w { | ||
− | background: | + | background: var(--page_bg); |
} | } | ||
.ui-widget-content { | .ui-widget-content { | ||
border: none; | border: none; | ||
− | background: | + | background: var(--page_bg); |
} | } | ||
.ui-widget input { | .ui-widget input { | ||
− | background: | + | background: var(--page_bg_light); |
− | border: 1px solid | + | border: 1px solid var(--link_borders); |
− | color: | + | color: var(--text_color); |
} | } | ||
.ui-widget input:focus { | .ui-widget input:focus { | ||
outline: none; | outline: none; | ||
− | border: 1px solid | + | border: 1px solid var(--text_outline); |
} | } | ||
.ms-calendar-dialog-form img:hover { | .ms-calendar-dialog-form img:hover { | ||
− | border: 1px solid | + | border: 1px solid var(--link_borders); |
border-radius: 2px; | border-radius: 2px; | ||
} | } | ||
Zeile 1.726: | Zeile 1.763: | ||
/* DatePicker */ | /* DatePicker */ | ||
+ | |||
+ | .ui-datepicker .ui-datepicker-title{ | ||
+ | background: var(--page_hl) !important; | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .ui-datepicker-month | ||
+ | .ui-datepicker-year,{ | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .ui-datepicker-calendar td{ | ||
+ | background: var(--page_hl); | ||
+ | color: var(--link_borders); | ||
+ | border: 1px solid var(--text_color); | ||
+ | } | ||
.ui-datepicker table { | .ui-datepicker table { | ||
− | color: | + | color: var(--text_color); |
+ | } | ||
+ | |||
+ | .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{ | ||
+ | background: var(--page_bg_light); | ||
+ | color: var(--link_borders); | ||
+ | border: 1px solid var(--text_outline); | ||
} | } | ||
Zeile 1.736: | Zeile 1.795: | ||
.mw-ui-vform .error { | .mw-ui-vform .error { | ||
border: 1px solid #CA2C2C; | border: 1px solid #CA2C2C; | ||
− | background-color: | + | background-color: var(--page_bg); |
} | } | ||
Zeile 1.745: | Zeile 1.804: | ||
border: 1px solid #121212; | border: 1px solid #121212; | ||
border-radius: 5px; | border-radius: 5px; | ||
− | color: | + | color: var(--text_color); |
− | background-color: | + | background-color: var(--page_hl); |
padding-left: 5px; | padding-left: 5px; | ||
padding-right: 5px; | padding-right: 5px; | ||
margin-top: 4px; | margin-top: 4px; | ||
+ | } | ||
+ | |||
+ | .spoilers-body h1, | ||
+ | .spoilers-body h2, | ||
+ | .spoilers-body h3, | ||
+ | .spoilers-body h4, | ||
+ | .spoilers-body h5, | ||
+ | .spoilers-body h6 { | ||
+ | color: var(--whites); | ||
} | } | ||
.spoilers-button { | .spoilers-button { | ||
− | color: | + | color: var(--link_borders); |
background: transparent; | background: transparent; | ||
font-weight: bold; | font-weight: bold; | ||
− | border: 1px solid | + | border: 1px solid var(--link_borders); |
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
.spoilers-button:hover { | .spoilers-button:hover { | ||
− | background: | + | background: var(--page_hl); |
+ | } | ||
+ | |||
+ | .text-spoiler{ | ||
+ | border: 1px solid var(--link_borders); | ||
+ | border-radius: 5px; | ||
+ | color: var(--link_borders); | ||
+ | font-weight: bold; | ||
+ | background-color: transparent; | ||
+ | padding-left: 10px; | ||
+ | padding-right: 10px; | ||
+ | margin-top: 4px; | ||
+ | width: max-content; | ||
+ | } | ||
+ | |||
+ | .text-spoiler:hover { | ||
+ | background: var(--page_hl); | ||
+ | } | ||
+ | |||
+ | text-spoiler: a:link { | ||
+ | color: var(--link_borders); | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color: var(--link_borders); | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | color: var(--link_borders); | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:active { | ||
+ | color: var(--link_borders); | ||
+ | text-decoration: none; | ||
} | } | ||
− | |||
/* ApprovedRevs */ | /* ApprovedRevs */ | ||
− | + | li.approved-revision{ | |
+ | border-color: var(--link_borders) !important; | ||
+ | background-color: var(--page_hl) !important; | ||
+ | } | ||
+ | |||
+ | .approvedAndLatestMsg { | ||
color: #c4c4c4; | color: #c4c4c4; | ||
} | } | ||
Zeile 1.776: | Zeile 1.884: | ||
span.approvingUser a { | span.approvingUser a { | ||
− | color: | + | color: var(--link_borders); |
} | } | ||
Zeile 1.787: | Zeile 1.895: | ||
.successbox { | .successbox { | ||
color: #008000; | color: #008000; | ||
− | border-color: | + | border-color: var(--link_borders); |
− | background-color: | + | background-color: var(--page_hl); |
} | } | ||
Zeile 1.795: | Zeile 1.903: | ||
.mw-search-profile-tabs { | .mw-search-profile-tabs { | ||
− | background-color: | + | background-color: var(--page_hl); |
color: #f0f0f0; | color: #f0f0f0; | ||
− | border: 1px solid | + | border: 1px solid var(--link_borders); |
} | } | ||
Zeile 1.805: | Zeile 1.913: | ||
.oo-ui-textInputWidget.oo-ui-indicatorElement input { | .oo-ui-textInputWidget.oo-ui-indicatorElement input { | ||
− | background-color: | + | background-color: var(--page_bg_light); |
− | color: | + | color: var(--text_color); |
− | border: 1px solid | + | border: 1px solid var(--link_borders); |
border-radius: 5px; | border-radius: 5px; | ||
+ | } | ||
+ | |||
+ | .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus { | ||
+ | outline: 0; | ||
+ | border-color: var(--text_outline); | ||
+ | box-shadow: inset 0 0 0 1px var(--text_outline); | ||
} | } | ||
.mw-normal-catlinks { | .mw-normal-catlinks { | ||
color: #d5892E | color: #d5892E | ||
+ | } | ||
+ | |||
+ | #mw-searchoptions { | ||
+ | clear: both; | ||
+ | padding: 0.5em 0.75em 0.75em 0.75em; | ||
+ | background-color: var(--page_hl); | ||
+ | margin: -1px 0 0; | ||
+ | border: 1px solid var(--link_borders); | ||
+ | border-radius: 0 0 2px 2px; | ||
+ | } | ||
+ | #mw-searchoptions .divider { | ||
+ | i | ||
+ | clear: both; | ||
+ | border-bottom: 1px solid var(--link_borders); | ||
+ | padding-top: 0.5em; | ||
+ | margin-bottom: 0.5em; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Wiki Editor */ | ||
+ | |||
+ | .wikiEditor-ui-toolbar{ | ||
+ | background-color: var(--page_hl); | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | |||
+ | .wikiEditor.ui-toolbar .group{ | ||
+ | color: var(--text_outline); | ||
+ | } | ||
+ | |||
+ | .wikiEditor-ui-toolbar .tabs span.tab a { | ||
+ | color: var(--link_borders); | ||
+ | } | ||
+ | |||
+ | /* farblich angepasste Editor-Icons */ | ||
+ | |||
+ | .wikiEditor-ui-toolbar .tabs span.tab a:before{ | ||
+ | background-image: url(/extensions/WikiEditor/modules/images/toolbar/arrow-down.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-articleRedirect, .mw-ui-icon-articleRedirect:before { | ||
+ | background-image: url(/images/EditorIcons/articleRedirect20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-articleSearch, .mw-ui-icon-articleSearch:before { | ||
+ | background-image: url(/images/EditorIcons/articleSearch20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-article, .mw-ui-icon-article:before { | ||
+ | background-image: url(/images/EditorIcons/article20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-bigger, .mw-ui-icon-bigger:before { | ||
+ | background-image: url(/images/EditorIcons/bigger20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-bold, .mw-ui-icon-bold:before { | ||
+ | background-image: url(/images/EditorIcons/bold20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-bookmark, .mw-ui-icon-bookmark:before { | ||
+ | background-image: url(/images/EditorIcons/bookmark20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-close, .mw-ui-icon-close:before { | ||
+ | background-image: url(/images/EditorIcons/close20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-gotoLine, .mw-ui-icon-gotoLine:before { | ||
+ | background-image: url(/images/EditorIcons/goto20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-highlight, .mw-ui-icon-highlight:before { | ||
+ | background-image: url(/images/EditorIcons/highlight20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-history, .mw-ui-icon-history:before { | ||
+ | background-image: url(/images/EditorIcons/history20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-image, .mw-ui-icon-image:before { | ||
+ | background-image: url(/images/EditorIcons/image20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-imageGallery, .mw-ui-icon-imageGallery:before { | ||
+ | background-image: url(/images/EditorIcons/imageGallery20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-indent, .mw-ui-icon-indent:before { | ||
+ | background-image: url(/images/EditorIcons/indent20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-italic, .mw-ui-icon-italic:before { | ||
+ | background-image: url(/images/EditorIcons/italic20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-link, .mw-ui-icon-link:before { | ||
+ | background-image: url(/images/EditorIcons/link20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-listBullet, .mw-ui-icon-listBullet:before { | ||
+ | background-image: url(/images/EditorIcons/listBullet20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-listNumbered, .mw-ui-icon-listNumbered:before { | ||
+ | background-image: url(/images/EditorIcons/listNumbered20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-markup, .mw-ui-icon-markup:before { | ||
+ | background-image: url(/images/EditorIcons/markup20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-image-progressive.oo-ui-icon-markup, .mw-ui-icon-markup-progressive:before{ | ||
+ | background-image: url(/images/EditorIcons/markup20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-menu, .mw-ui-icon-menu:before { | ||
+ | background-image: url(/images/EditorIcons/menu20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-newline, .mw-ui-icon-newline:before { | ||
+ | background-image: url(/images/EditorIcons/newline20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-noWikiText, .mw-ui-icon-noWikiText:before { | ||
+ | background-image: url(/images/EditorIcons/noWikiText20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-outdent, .mw-ui-icon-outdent:before { | ||
+ | background-image: url(/images/EditorIcons/outdent20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-pilcrow, .mw-ui-icon-pilcrow:before { | ||
+ | background-image: url(/images/EditorIcons/pilcrow20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-play, .mw-ui-icon-play:before { | ||
+ | background-image: url(/images/EditorIcons/play20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-reference, .mw-ui-icon-reference:before { | ||
+ | background-image: url(/images/EditorIcons/reference20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-search, .mw-ui-icon-search:before { | ||
+ | background-image: url(/images/EditorIcons/search20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-settings, .mw-ui-icon-settings:before { | ||
+ | background-image: url(/images/EditorIcons/settings20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-smaller, .mw-ui-icon-smaller:before { | ||
+ | background-image: url(/images/EditorIcons/smaller20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-subscript, .mw-ui-icon-subscript:before { | ||
+ | background-image: url(/images/EditorIcons/subscript20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-superscript, .mw-ui-icon-superscript:before { | ||
+ | background-image: url(/images/EditorIcons/superscript20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-table, .mw-ui-icon-table:before { | ||
+ | background-image: url(/images/EditorIcons/table20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-tag, .mw-ui-icon-tag:before { | ||
+ | background-image: url(/images/EditorIcons/tag20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-trash, .mw-ui-icon-trash:before { | ||
+ | background-image: url(/images/EditorIcons/trash20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-underline, .mw-ui-icon-underline:before { | ||
+ | background-image: url(/images/EditorIcons/underline20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-icon-wrapping, .mw-ui-icon-wrapping:before { | ||
+ | background-image: url(/images/EditorIcons/wrapping20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-image-progressive.oo-ui-icon-feedback, .mw-ui-icon-feedback-progressive:before{ | ||
+ | background-image: url(/images/EditorIcons/feedback20.png); | ||
+ | } | ||
+ | |||
+ | .oo-ui-indicator-down{ | ||
+ | background-image: url(/images/Icons/indicator_down12.png); | ||
+ | } | ||
+ | |||
+ | /* Ende Editor Icons */ | ||
+ | |||
+ | /* Code-Editor für z.B. Vector.css */ | ||
+ | |||
+ | .codeEditor-status{ | ||
+ | background-color: var(--page_hl); | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .codeEditor-status-message { | ||
+ | border-color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .ace_gutter-cell.ace_info { | ||
+ | background-image: url(/images/EditorIcons/info20.png); | ||
+ | } | ||
+ | |||
+ | .ace-tm { | ||
+ | background: var(--text_bg_border); | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .ace-tm .ace_marker-layer .ace_active-line { | ||
+ | background: var(--page_hl); | ||
+ | } | ||
+ | |||
+ | .ace-tm .ace_gutter{ | ||
+ | background: var(--page_hl); | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .ace-tm .ace_print-margin { | ||
+ | background: var(--link_borders); | ||
+ | } | ||
+ | |||
+ | .ace-tm .ace_gutter-active-line { | ||
+ | background-color: var(--page_hl); | ||
+ | |||
+ | } | ||
+ | |||
+ | /* Ende Code-Editor */ | ||
+ | |||
+ | |||
+ | .oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame { | ||
+ | background-color: var(--page_bg); | ||
+ | } | ||
+ | |||
+ | .oo-ui-messageDialog-message { | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus{ | ||
+ | border-color: var(--text_outline); | ||
+ | box-shadow: inset 0 0 0 1px var(--text_outline), inset 0 0 0 2px #fff; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .wikiEditor-ui-toolbar .tabs span.tab a.current, | ||
+ | .wikiEditor-ui-toolbar .tabs span.tab a.current:visited{ | ||
+ | color: var(--link_borders); | ||
+ | } | ||
+ | |||
+ | .wikiEditor-ui-toolbar .group .tool-select .label { | ||
+ | color: var(--link_borders); | ||
+ | } | ||
+ | |||
+ | .wikiEditor-ui-toolbar .group .label { | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .wikiEditor-ui-toolbar .page-table th { | ||
+ | color: var(--text_color); | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .wikiEditor-ui-toolbar .page-table td { | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .wikiEditor-ui-toolbar .booklet > .index > .current { | ||
+ | background-color: var(--page_hl); | ||
+ | color: var(--link_borders); | ||
+ | border: 1px solid var(--text_outline); | ||
+ | } | ||
+ | |||
+ | .wikiEditor-ui-toolbar .booklet > .index > div { | ||
+ | color: var(--link_borders); | ||
+ | background: var(--page_bg_light); | ||
+ | } | ||
+ | |||
+ | .wikiEditor-ui-toolbar .booklet > .index > :hover { | ||
+ | background-color: var(--link_borders); | ||
+ | color: var(--whites); | ||
+ | } | ||
+ | |||
+ | .wikiEditor-ui-toolbar .page-characters div span { | ||
+ | border: 1px solid var(--link_borders); | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .wikiEditor-ui-toolbar .page-characters div span:hover{ | ||
+ | background-color: var(--link_borders); | ||
+ | border-color: var(--whites); | ||
+ | color: var(--whites); | ||
+ | } | ||
+ | |||
+ | .wikiEditor-ui-toolbar .group .tool-select .options{ | ||
+ | background-color: var(--page_bg_light); | ||
+ | color: var(--text_color); | ||
+ | border: 1px solid var(--text_color); | ||
+ | } | ||
+ | |||
+ | .wikiEditor-ui-toolbar .group .tool-select .options .option{ | ||
+ | background-color: var(--page_bg_light); | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .wikiEditor-ui-toolbar .group .tool-select .menu .options .option:hover{ | ||
+ | background-color: var(--link_borders); | ||
+ | color: var(--whites); | ||
+ | } | ||
+ | |||
+ | .oo-ui-windowManager-modal > .oo-ui-dialog { | ||
+ | background-color: rgba(40, 40, 40, 0.9); | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* Recent Changes */ | ||
+ | |||
+ | .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { | ||
+ | background-color: var(--page_hl); | ||
+ | color: var(--text_color); | ||
+ | border: 1px solid var(--text_outline); | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle { | ||
+ | background-color: var(--page_hl); | ||
+ | color: var(--text_color); | ||
+ | border: 1px solid var(--text_outline); | ||
+ | } | ||
+ | |||
+ | .oo-ui-textInputWidget .oo-ui-inputWidget-input { | ||
+ | background-color: var(--page_bg_light); | ||
+ | color: var(--text_color); | ||
+ | border: 1px solid var(--text_outline); | ||
+ | } | ||
+ | |||
+ | .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled { | ||
+ | background-color: var(--page_bg_light); | ||
+ | color: var(--text_color); | ||
+ | border: 1px solid var(--text_outline); | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button { | ||
+ | color: var(--link_borders); | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-cell.mw-rcfilters-ui-filterTagMultiselectWidget-views-select{ | ||
+ | background-color: var(--page_bg_light); | ||
+ | color: var(--text_color); | ||
+ | border: 1px solid var(--text_outline); | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | ||
+ | color: var(--link_borders); | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget { | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-cell.mw-rcfilters-ui-filterTagMultiselectWidget-views-input{ | ||
+ | background-color: var(--page_bg_light); | ||
+ | color: var(--text_color); | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | span.oo-ui-widget.oo-ui-widget-enabled.oo-ui-buttonElement.oo-ui-buttonElement-frameless.oo-ui-iconElement.oo-ui-labelElement.oo-ui-buttonWidget{ | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | .oo-ui-menuSelectWidget{ | ||
+ | background-color: var(--page_bg) !important; | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-menuSelectWidget-footer{ | ||
+ | background-color: var(--page_hl); | ||
+ | color: var(--text_color) ; | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-filterMenuSectionOptionWidget{ | ||
+ | background-color: var(--page_hl) !important; | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label{ | ||
+ | color: var(--whites); | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected){ | ||
+ | background-color: var(--page_bg); | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-itemMenuOptionWidget:not(:last-child):not(.mw-rcfilters-ui-itemMenuOptionWidget-identifier-talk){ | ||
+ | border-bottom: 1px solid var(--text_outline); | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-optionWidget-selected { | ||
+ | background-color: var(--page_bg); | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-itemMenuOptionWidget:hover{ | ||
+ | background-color: var(--page_hl); | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-itemMenuOptionWidget-label-title{ | ||
+ | color: var(--whites); | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-itemMenuOptionWidget-label-desc{ | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .oo-ui-widget.oo-ui-widget-enabled.oo-ui-labelElement.mw-rcfilters-ui-filterMenuHeaderWidget{ | ||
+ | background-color: var(--page_hl); | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-filterMenuHeaderWidget-title{ | ||
+ | color: var(--whites) | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-filterMenuHeaderWidget-header{ | ||
+ | border-bottom: var(--text_outline); | ||
+ | background-color: var(--page_hl); | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title{ | ||
+ | color: var(--whites); | ||
+ | } | ||
+ | |||
+ | .oo-ui-popupWidget-popup { | ||
+ | border: 1px solid var(--text_outline); | ||
+ | background-color: var(--page_bg); | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title{ | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button{ | ||
+ | background-color: var(--link_borders); | ||
+ | color: var(--whites); | ||
+ | border-color: var(--link_borders); | ||
+ | } | ||
+ | |||
+ | span.oo-ui-labelElement-label.mw-rcfilters-ui-valuePickerWidget-title, | ||
+ | span.oo-ui-labelElement-label.mw-rcfilters-ui-datePopupWidget-title{ | ||
+ | color: var(--whites); | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button:focus{ | ||
+ | border-color: var(--link_borders); | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonSelectWidget.oo-ui-widget-enabled:focus .oo-ui-buttonOptionWidget.oo-ui-optionWidget-selected .oo-ui-buttonElement-button{ | ||
+ | border-color: var(--link_borders); | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | |||
+ | .mw-rcfilters-ui-tagItemWidget.oo-ui-flaggedElement-muted.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-labelElement-label{ | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .mw-rcfilters-ui-tagItemWidget-selected.oo-ui-tagItemWidget.oo-ui-widget-enabled{ | ||
+ | background-color: var(--page_bg); | ||
+ | border-color: var(--text_outline); | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover{ | ||
+ | color: var(--link_visited); | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-iconElement > .oo-ui-buttonElement-button:focus, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-labelElement > .oo-ui-buttonElement-button:focus{ | ||
+ | border-color: var(--text_outline); | ||
+ | box-shadow: inset 0 0 0 1px var(--text_outline); | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover{ | ||
+ | color: var(--link_visited); | ||
+ | } | ||
+ | |||
+ | .oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input:focus { | ||
+ | border-color: var(--text_outline); | ||
+ | } | ||
+ | |||
+ | span.oo-ui-labelElement-label { | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { | ||
+ | background-color: var(--page_bg); | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover{ | ||
+ | background-color: var(--page_hl); | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget { | ||
+ | color: var(--text_color); | ||
+ | background-color: var(--page_bg); | ||
+ | border: 1px solid var(--text_color); | ||
+ | } | ||
+ | |||
+ | .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted, .oo-ui-menuOptionWidget.oo-ui-optionWidget-pressed.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { | ||
+ | background-color: var(--page_hl); | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle{ | ||
+ | background-color: var(--page_bg); | ||
+ | } | ||
+ | |||
+ | .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:focus{ | ||
+ | border-color: var(--link_borders); | ||
+ | box-shadow: inset 0 0 0 1px var(--link_borders); | ||
+ | } | ||
+ | |||
+ | .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-highlighted{ | ||
+ | background-color: var(--page_hl); | ||
+ | border-color: var(--link_borders); | ||
+ | } | ||
+ | |||
+ | .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { | ||
+ | border-color: var(--link_borders); | ||
+ | } | ||
+ | |||
+ | div.thumbinner{ | ||
+ | border: 1px solid var(--text_color); | ||
+ | background-color: var(--page_bg_light); | ||
+ | color: var(--text_color); | ||
+ | } | ||
+ | |||
+ | .mw-icon-arrow-collapsed, .mw-collapsible-arrow.mw-collapsible-toggle-collapsed{ | ||
+ | background-image: url(/images/Icons/arrow-collapsed12.png); | ||
+ | } | ||
+ | |||
+ | .mw-icon-arrow-expanded, .mw-collapsible-arrow.mw-collapsible-toggle-expanded{ | ||
+ | background-image: url(/images/Icons/arrow-expanded12.png); | ||
+ | } | ||
+ | |||
+ | th.headerSort { | ||
+ | background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_both_darkmode.svg)!important; | ||
+ | } | ||
+ | |||
+ | .headerSortDown { | ||
+ | background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_down_darkmode.svg)!important; | ||
+ | } | ||
+ | |||
+ | .headerSortUp { | ||
+ | background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_up_darkmode.svg)!important; | ||
+ | } | ||
+ | |||
+ | .mw-content-ltr ol, | ||
+ | .mw-content-rtl .mw-content-ltr ol { | ||
+ | margin: 0.3em 0 0 2em; | ||
+ | } | ||
+ | |||
+ | .mw-content-ltr ul, | ||
+ | .mw-content-rtl .mw-content-ltr ul { | ||
+ | margin: 0.3em 0 0 2em; | ||
} | } |
Aktuelle Version vom 31. Oktober 2024, 18:17 Uhr
:root { --support: #a06abf; --moderator: #e4af2a; --manager: #db7132; --vorstand: #d5483d; --page_bg: #282828; --page_bg_light: #222222; --page_hl: #1C1C1C; --link_borders: #DD8247; --link_visited: #d5692e; --whites: #F2F2F2; --text_bg_border: #4c4c4c; --text_color: #E0E0E0; --text_outline: #BF5F18; } /* latin-ext */ @font-face { font-family: 'Nosifer'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/nosifer/v20/ZGjXol5JTp0g5bxZWCRbVQNd.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Nosifer'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/nosifer/v20/ZGjXol5JTp0g5bxZWCpbVQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'Aladin'; font-style: normal; font-weight: 400; src: url(https://fonts.googleapis.com/css2?family=Aladin&family=My+Soul&display=swap) format('Swap'); } .font-aladin { font-family: "Aladin", serif; font-weight: 400; font-style: normal; } .nerdoween { font-family: 'Finger Paint', cursive; color: #000; font-weight: bold; } .nerdoween22 { font-family: 'Nosifer'; color: #c41d1d; font-size: xx-large; } :focus { outline: 0; border-color: var(--text_outline); box-shadow: inset 0 0 0 1px var(--text_outline); } #ca-talk { display: none!important; } .tocnumber:after { content: '.' } #ca-nstab-main { display: none!important; } #ca-nstab-special { display: none!important; } #ca-nstab-mediawiki { display: none!important; } h1, h2, h3, h4, h5, h6 { color: var(--whites); } hr { color: var(--link_borders); background-color: var(--link_borders); } .editOptions { background-color: var(--page_bg); border-color: var(--page_hl); color: var(--text_color); } input, textarea { background-color: var(--text_bg_border); border-color: var(--text_bg_border); color: var(--text_color); outline-color: var(--text_outline); } a, .mw-body a.external, .mw-body a.extiw { color: var(--link_borders) } a:visited, .mw-body a.external:visited, .mw-body a.extiw:visited { color: var(--link_visited) } a.new, #p-personal a.new { color: #CA2C2C } ul { list-style-image: none } ol { list-style-type: decimal; } ol li > ol { list-style-type: lower-alpha; } ol li > ol li > ol { list-style-type: lower-roman; } .thumbinner, .catlinks { background-color: var(--page_hl); border-color: #666 } #toc, div.toc, #filetoc, li.gallerybox .thumb { background-color: var(--page_hl); border-color: #121212; border-radius: 5px; border-width: 1px; } span.tocnumber { color: var(--text_color) } div.toc li { margin-left: 0.5em; } code { border: none; background-color: inherit; color: inherit } .mw-datatable td { background-color: #404040; border-color: #121212; } .mw-datatable th { background-color: var(--page_hl); border-color: #121212; } .mw-datatable tr:hover td { background-color: #333; } table.mw_metadata td, table.mw_metadata th, table.wikitable, table.wikitable>*>tr>th, table.wikitable>*>tr>td, pre { color: var(--text_color); background-color: #404040; border-color: #121212; border-width: 1px; padding-left: 0.5em; padding-right: 0.5em; } table.mw_metadata th, table.wikitable>*>tr>th { background-color: var(--page_hl); } .diff { background-color: #404040 } td .diffchange { color: var(--page_hl) } #pagehistory li.selected, .diff-context { background-color: inherit; color: inherit } #pagehistory li { border: 0 } ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper, .mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper, .mw-gallery-packed-hover .gallerybox.mw-gallery-focused div.gallerytextwrapper { background-color: rgba(0, 0, 0, 0.8) } #left-navigation div.vector-menu-content, #right-navigation div.vector-menu-content { background-image: inherit; background-color: transparent; } #left-navigation div.vector-menu-content ul, #right-navigation div.vector-menu-content ul { background-color: transparent; } #left-navigation div.vector-menu-content ul li, #right-navigation div.vector-menu-content ul li { background-color: var(--page_bg_light); background-image: -moz-linear-gradient(top, #2e2e2e 20%, #222 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #2e2e2e), color-stop(100%, #222)); background-image: -webkit-linear-gradient(top, #2e2e2e 20%, #222 100%); background-image: linear-gradient(#2e2e2e 20%, #222 100%); } #left-navigation div.vector-menu-content li.new a, #right-navigation div.vector-menu-content li.new a, #left-navigation div.vector-menu-content li.new a:visited, #right-navigation div.vector-menu-content li.new a:visited { color: #CA2C2C } #left-navigation div.vector-menu-content li.selected, #right-navigation div.vector-menu-content li.selected { background-color: var(--page_bg); background-image: -moz-linear-gradient(bottom, var(--page_bg) 90%, var(--text_outline) 0); background-image: -webkit-gradient(linear, left bottom, left top, color-stop(90%, var(--page_bg)), color-stop(0, var(--text_outline))); background-image: -webkit-linear-gradient(bottom, var(--page_bg) 90%, var(--text_outline) 0); background-image: linear-gradient(var(--page_bg) 90%, var(--text_outline) 0); } #left-navigation div.vector-menu-content li.selected a, #right-navigation div.vector-menu-content li.selected a, #left-navigation div.vector-menu-content li.selected a:visited, #right-navigation div.vector-menu-content li.selected a:visited { color: var(--link_visited) } #left-navigation div.vector-menu-content li a, #right-navigation div.vector-menu-content li a { color: var(--link_borders) } #left-navigation div.vector-menu-content span, #right-navigation div.vector-menu-content span { background: transparent } #mw-head #right-navigation div.vectorMenu h3 { background: inherit } #mw-head div.vectorMenu h3 span { color: var(--link_borders) } div.vectorMenu h3 a { background: inherit } div.vectorMenu ul { background-color: black; border: solid 1px #0c0c0c } div.vectorMenu li a { color: var(--link_borders) } div.vectorMenu li.selected a, div.vectorMenu li.selected a:visited { color: var(--link_visited); text-decoration: none } .vectorMenu#p-cactions div.menu { border-color: #666 } .vectorMenu#p-cactions ul { border: 0; background-color: var(--page_hl) } .vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 { background-image: none; } #mw-navigation #mw-panel .portal#p-logo, #mw-navigation #mw-panel .portal#p-navigation { border-top: none } html { font-size: 100% } html, body { height: 100%; margin: 0; padding: 0; font-family: 'Lato', Arial, sans-serif; font-size: 15px; } body { background-color: #2a2a2a; background-image: url('../skins/Vector/images/background.jpg'); background-size: cover; background-repeat: repeat; } .mw-body { margin-left: 10em; padding: 1em; border: 1px solid var(--text_outline); border-radius: 10px 0px 0px 10px; border-right-width: 0; margin-top: 0px; background-color: var(--page_bg); color: var(--text_color); direction: ltr; } .mw-body .mw-editsection, .mw-body .mw-editsection-like { font-family: 'Lato', Arial, sans-serif; } .mw-edit a { font-size: 12px; } .mw-body p { line-height: inherit; margin: .5em 0 } .mw-body h1 { font-family: "Linux Libertine", Georgia, Times, serif; line-height: 1.3; margin-bottom: .25em; padding: 0; border-bottom: 1px solid var(--link_borders); } .mw-body h1 { font-size: 2em } .mw-body #firstHeading { margin-block-end: 0em; margin-bottom: 0em; } .mw-body h2 { text-decoration: underline 1px solid var(--link_borders); font-family: "Linux Libertine", Georgia, Times, serif; border-bottom: none; font-size: 1.6em; } .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6 { font-family: 'Lato',Arial,sans-serif; line-height: 1.6; margin-top: .3em; margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .mw-body h3 { font-size: 1.1em } .mw-body h3, .mw-body h4 { font-weight: bold } .mw-body h4, .mw-body h5, .mw-body h6 { font-size: 100% } .emptyPortlet { display: none } ul { list-style-type: disc; list-style-image: /* @embed */ url('../skins/Vector/images/bullet-icon.png') } pre, .mw-code { line-height: 1.3em; background: var(--page_hl); color: var(--text_color); } #siteNotice { font-size: .8em } .redirectText { font-size: 140% } .redirectMsg img { vertical-align: text-bottom } .mw-body-content { position: relative; line-height: 1.6; font-size: 15px } body.vector-animateLayout .mw-body, body.vector-animateLayout #footer, body.vector-animateLayout #left-navigation { -webkit-transition: margin-left 250ms, padding 250ms; -moz-transition: margin-left 250ms, padding 250ms; -o-transition: margin-left 250ms, padding 250ms; transition: margin-left 250ms, padding 250ms } body.vector-animateLayout #p-logo { -webkit-transition: left 250ms; -moz-transition: left 250ms; -o-transition: left 250ms; transition: left 250ms } body.vector-animateLayout #mw-panel { -webkit-transition: padding-right 250ms; -moz-transition: padding-right 250ms; -o-transition: padding-right 250ms; transition: padding-right 250ms } body.vector-animateLayout #p-search { -webkit-transition: margin-right 250ms; -moz-transition: margin-right 250ms; -o-transition: margin-right 250ms; transition: margin-right 250ms } body.vector-animateLayout #p-personal { -webkit-transition: right 250ms; -moz-transition: right 250ms; -o-transition: right 250ms; transition: right 250ms } body.vector-animateLayout #mw-head-base { -webkit-transition: margin-left 250ms; -moz-transition: margin-left 250ms; -o-transition: margin-left 250ms; transition: margin-left 250ms } #p-personal { position: absolute; top: .33em; right: .75em; z-index: 100 } #p-personal h3 { display: none } #p-personal ul { list-style-type: none; list-style-image: none; margin: 0; padding-left: 10em } #p-personal li { line-height: 1.125em; float: left; margin-left: .75em; margin-top: .5em; font-size: 12px; white-space: nowrap } #pt-anonuserpage, #pt-userpage a { background-image: url('../skins/Vector/images/user-icon.png'); background-image: -webkit-linear-gradient(transparent, transparent), url('../skins/Vector/images/user-icon.svg'); } #p-search { float: left; margin-right: .5em; margin-left: .5em } #p-search h3 { display: none } #p-search form, #p-search input { margin: 0; margin-top: .4em } #simpleSearch { display: block; width: 12.6em; padding-right: 1.4em; height: 1.4em; margin-top: .65em; position: relative; min-height: 1px; border: solid 1px #aaa; color: var(--text_color); background-color: var(--page_bg_light); background-image: /* @embed */ url('../skins/Vector/images/search-fade.png'); background-position: top left; background-repeat: repeat-x } label.toctogglelabel{ color: var(--link_borders); } #simpleSearch input { margin: 0; padding: 0; border: 0; background-color: var(--page_bg_light); color: var(--text_color); } #simpleSearch #searchInput { width: 100%; padding: .2em 0 .2em .2em; padding-left: 5px; font-size: 13px; direction: ltr; -webkit-appearance: textfield } #searchInput:focus, #simpleSearch:hover #searchInput:focus { outline: none; border-color: var(--page_bg_light); box-shadow: none; } div#simpleSearch input.placeholder { color: #eeeeee; } #simpleSearch input:placeholder { color: #eeeeee; } #simpleSearch input:-ms-input-placeholder { color: #eeeeee; } #simpleSearch input:-moz-placeholder { color: #eeeeee; } #simpleSearch #searchInput.placeholder { color: #eeeeee; } #simpleSearch #searchInput:placeholder { color: #eeeeee; } #simpleSearch #searchInput:-ms-input-placeholder { color: #eeeeee; } #simpleSearch #searchInput:-moz-placeholder { color: #eeeeee; } #simpleSearch #searchInput::-webkit-search-decoration, #simpleSearch #searchInput::-webkit-search-cancel-button, #simpleSearch #searchInput::-webkit-search-results-button, #simpleSearch #searchInput::-webkit-search-results-decoration { -webkit-appearance: textfield } #simpleSearch #searchButton, #simpleSearch #mw-searchButton { position: absolute; top: 0; right: 0; width: 1.65em; height: 100%; cursor: pointer; text-indent: -99999px; line-height: 1; direction: ltr; white-space: nowrap; overflow: hidden; background-image: url('../skins/Vector/images/search-ltr.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/search-ltr.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/search-ltr.svg'); background-position: center center; background-repeat: no-repeat } #simpleSearch #mw-searchButton { z-index: 1 } input.oo-ui-inputWidget-input span{ color: var(--link_borders); } div.vectorTabs h3 { display: none } div.vectorTabs { float: left; height: 2.5em; background-image: /* @embed */ url('../skins/Vector/images/tab-break.png'); background-position: bottom left; background-repeat: no-repeat; padding-left: 1px } div.vectorTabs ul { float: left; height: 100%; list-style-type: none; list-style-image: none; margin: 0; padding: 0; background-image: /* @embed */ url('../skins/Vector/images/tab-break.png'); background-position: right bottom; background-repeat: no-repeat } div.vectorTabs ul li { float: left; line-height: 1.125em; display: inline-block; height: 100%; margin: 0; padding: 0; background-color: #f3f3f3; background-image: /* @embed */ url('../skins/Vector/images/tab-normal-fade.png'); background-position: bottom left; background-repeat: repeat-x; white-space: nowrap } div.vectorTabs ul>li { display: block } div.vectorTabs li.new a, div.vectorTabs li.new a:visited { color: #a55858 } div.vectorTabs li.selected { background-image: /* @embed */ url('../skins/Vector/images/tab-current-fade.png') } div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited { color: var(--page_bg); text-decoration: none } div.vectorTabs li.icon a { background-position: bottom right; background-repeat: no-repeat } div.vectorTabs li a { display: inline-block; height: 1.9em; padding-left: .5em; padding-right: .5em; color: var(--link_borders); cursor: pointer; font-size: .8em } div.vectorTabs li>a { display: block } div.vectorTabs span { display: inline-block; background-image: /* @embed */ url('../skins/Vector/images/tab-break.png'); background-position: bottom right; background-repeat: no-repeat } div.vectorTabs span a { display: inline-block; padding-top: 1.25em } div.vectorTabs span>a { float: left; display: block } div.vectorMenu { direction: ltr; float: left; cursor: pointer; position: relative } .rtl div.vectorMenu { direction: rtl } #mw-head div.vectorMenu h3 { float: left; background-image: /* @embed */ url('../skins/Vector/images/tab-break.png'); background-repeat: no-repeat; background-position: bottom right; margin-left: -1px; font-size: 1em; height: 2.5em; padding-right: 1px; margin-right: -1px } div.vectorMenu h3 span { display: block; font-size: .8em; padding-left: .7em; padding-top: 1.375em; margin-right: 20px; font-weight: normal; color: #4d4d4d } div.vectorMenu h3 a { position: absolute; top: 0; right: 0; width: 20px; height: 2.5em; background-image: url('../skins/Vector/images/arrow-down-icon.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/arrow-down-icon.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/arrow-down-icon.svg'); background-position: 100% 70%; background-repeat: no-repeat; -webkit-transition: background-position 250ms; -moz-transition: background-position 250ms; -o-transition: background-position 250ms; transition: background-position 250ms } div.vectorMenu.menuForceShow h3 a { background-position: 100% 100% } .vectorMenuFocus h3 a { background-image: url('../skins/Vector/images/arrow-down-focus-icon.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/arrow-down-focus-icon.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/arrow-down-focus-icon.svg') } div.vectorMenu div.menu { min-width: 100%; position: absolute; top: 2.5em; left: -1px; background-color: white; border: solid 1px silver; border-top-width: 0; clear: both; text-align: left; display: none } div.vectorMenu:hover div.menu, div.vectorMenu.menuForceShow div.menu { display: block } div.vectorMenu ul { list-style-type: none; list-style-image: none; padding: 0; margin: 0; text-align: left } div.vectorMenu ul, x:-moz-any-link { min-width: 5em } div.vectorMenu ul, x:-moz-any-link, x:default { min-width: 0 } div.vectorMenu li { padding: 0; margin: 0; text-align: left; line-height: 1em } div.vectorMenu li a { display: inline-block; padding: .5em; white-space: nowrap; color: var(--link_borders); cursor: pointer; font-size: .8em } div.vectorMenu li>a { display: block } div.vectorMenu li.selected a, div.vectorMenu li.selected a:visited { color: var(--page_bg); text-decoration: none } @-webkit-keyframes rotate { from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg) } } @-moz-keyframes rotate { from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg) } } @-o-keyframes rotate { from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes rotate { from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg) } } #ca-unwatch.icon a, #ca-watch.icon a { margin: 0; padding: 0; display: block; width: 26px; padding-top: 3.1em; margin-top: 0; height: 0; overflow: hidden; background-position: 5px 60% } #ca-view { border-radius: 5px 0px 0px 0px; } div.vectorMenu { border-left: 1px solid var(--text_outline) } #ca-edit.icon a { background-image: url('../skins/Vector/images/unwatch-icon.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/unwatch-icon.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/unwatch-icon.svg'); } .vector-menu-tabs #ca-unwatch.icon a:before { background-image: url('../skins/Vector/images/unwatch-icon.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/unwatch-icon.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/unwatch-icon.svg') } .vector-menu-tabs #ca-watch.icon a:before { background-image: url('../skins/Vector/images/watch-icon.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/watch-icon.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/watch-icon.svg') } .vector-menu-tabs #ca-unwatch.icon a:hover:before, .vector-menu-tabs #ca-unwatch.icon a:focus:before { background-image: url('../skins/Vector/images/unwatch-icon-hl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/unwatch-icon-hl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/unwatch-icon-hl.svg') } .vector-menu-tabs #ca-watch.icon a:hover:before, .vector-menu-tabs #ca-watch.icon a:focus:before { background-image: url('../skins/Vector/images/watch-icon-hl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/watch-icon-hl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/watch-icon-hl.svg') } .vector-menu-tabs #ca-unwatch.icon a.loading, .vector-menu-tabs #ca-watch.icon a.loading { background-image: url('../skins/Vector/images/watch-icon-loading.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/watch-icon-loading.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/watch-icon-loading.svg'); -webkit-animation: rotate 700ms infinite linear; -moz-animation: rotate 700ms infinite linear; -o-animation: rotate 700ms infinite linear; animation: rotate 700ms infinite linear; outline: none; cursor: default; pointer-events: none; background-position: 50% 60%; -webkit-transform-origin: 50% 57%; transform-origin: 50% 57% } .vector-menu-tabs #ca-unwatch.icon a span, .vector-menu-tabs #ca-watch.icon a span { display: none } #ca-edit a { background-image: url(../skins/Vector/images/edit.png); color: transparent !important; background-repeat: no-repeat; background-position: center; min-width: 30px; max-width: 30px; background-size: 22px 22px; } #mw-head .vector-menu-dropdown h3{ color: var(--link_borders); padding-left: 8px; } #mw-navigation h2 { position: absolute; top: -9999px } #mw-page-base { height: 4em; background-position: bottom left; background-repeat: repeat-x; background-image: url('../skins/Vector/images/page-fade.png'); background-color: var(--page_bg); } #mw-head-base { margin-top: -3.5em; margin-left: 10em; height: 6em } div#mw-head { position: absolute; top: 0; right: 0; width: 100%; background-image: url('../skins/Vector/images/background.jpg'); } div#mw-head h3 { margin: 0; padding: 0 } #left-navigation { float: left; margin-left: 11.2em; margin-top: 4em; margin-bottom: -2.5em; display: inline } #right-navigation { float: right; margin-top: 4em } #p-logo { position: absolute; top: -160px; left: 0; width: 10em; height: 160px } #p-logo a { display: block; width: 10em; height: 160px; background-repeat: no-repeat; background-position: center center; text-decoration: none } #mw-panel { font-size: inherit; position: absolute; top: 160px; padding-top: 1em; width: 10em; left: 0 } #mw-panel ul.vector-menu-content-list a { color: var(--link_borders) } #mw-panel ul.vector-menu-content-list a:visited { color: var(--link_visited) } #mw-panel div.body.vector-menu-content { margin: 0 .6em 0 .7em; padding: 0.25em 0; direction: ltr; background-position: top left; background-repeat: no-repeat; background-image: none; } #mw-panel .portal h3 { font-size: 12px; color: var(--text_color); font-weight: normal; margin: 0; padding: .25em 0 .25em .25em; cursor: default; } #mw-panel .portal-first h3 { display: none; } #mw-panel ul.vector-menu-content-list{ list-style-type: none; list-style-image: none; margin: 0; padding: 0; border-top: 1px solid var(--text_outline) } #mw-panel ul.vector-menu-content-list li { line-height: 1.125em; margin: 0; font-size: 12px; word-wrap: break-word } #footer { margin-left: 10em; margin-top: 0; padding: .75em; direction: ltr } #footer ul { list-style-type: none; list-style-image: none; margin: 0; padding: 0 } #footer ul li { margin: 0; padding: 0; padding-top: .5em; padding-bottom: .5em; color: #f0f0f0; font-size: .7em } #footer #footer-info li { opacity: 0.7; } #footer #footer-icons { float: right } #footer #footer-icons li { float: left; margin-left: .5em; line-height: 2em; text-align: right } #footer #footer-info li { line-height: 1.4em } #footer #footer-places li { float: left; margin-right: 1em; line-height: 2em } .ltr #footer #footer-places { float: left } .mw-body .external { background-position: center right; background-repeat: no-repeat; background-image: url('../skins/Vector/images/external-link-ltr-icon.png'); padding-right: 13px } .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea { outline-color: var(--text_outline); } #mw-indicator-mw-helplink a { background-image: url(../skins/Vector/images/help.png) } #right-navigation .vectorTabs #ca-edit span a { background-image: url(../skins/Vector/images/edit.png); color: transparent; background-repeat: no-repeat; background-position: center; min-width: 30px; max-width: 30px; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:hover+span { background-color: var(--text_outline); border-color: var(--text_outline); } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked+span { background-color: var(--text_outline); border-color: var(--text_outline); } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:hover+span { background-color: var(--text_outline); border-color: var(--text_outline); } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:focus+span { background-color: var(--text_outline); border-color: var(--text_outline); box-shadow: inset 0 0 0 1px var(--text_outline), inset 0 0 0 2px #fff; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:focus+span { border-color: var(--text_outline); box-shadow: inset 0 0 0 1px var(--text_outline); } .oo-ui-textInputWidget.oo-ui-widget-enabled input:focus, .oo-ui-textInputWidget.oo-ui-widget-enabled textarea:focus { outline: 0; border-color: var(--text_outline); box-shadow: inset 0 0 0 1px var(--text_outline); } .oo-ui-textInputWidget.oo-ui-widget-enabled:hover input:focus, .oo-ui-textInputWidget.oo-ui-widget-enabled:hover textarea:focus { border-color: var(--text_outline); } .mw-ui-input { border-radius: 5px; background-color: var(--page_bg_light); border: 1px solid var(--text_outline); color: var(--text_color); box-shadow: inset 0 0 0 1px var(--text_outline); } .mw-ui-input:focus { border-color: var(--text_outline); box-shadow: inset 0 0 0 1px var(--text_outline); outline: 0; } .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked:focus+label:before { background-color: var(--text_outline); border-color: var(--text_outline); box-shadow: inset 0 0 0 1px var(--text_outline), inset 0 0 0 2px #ffffff; } .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:focus+label:before { border-color: var(--text_outline); box-shadow: inset 0 0 0 1px var(--text_outline); } .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked+label:before { background-color: var(--text_outline); border-color: var(--text_outline); } .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:hover+label:before { border-color: var(--text_outline); } .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked:hover+label:before { background-color: var(--text_outline); border-color: var(--text_outline); } .mw-ui-button { color: var(--link_borders); background: var(--page_bg); font-weight: bold; border: 1px solid var(--link_borders); border-radius: 5px; } .mw-ui-button:hover{ background: var(--page_hl); border-color: var(--link_borders); color: var(--link_borders); } /* EDIT Button "Änderungen Speichern" */ .editButtons #wpSave { background-color: var(--text_outline); color: #f0f0f0; font-weight: bold; border: 1px solid var(--page_bg); border-radius: 5px; text-shadow: 0 0 15px var(--page_bg); } .editButtons #wpSave:hover { color: var(--link_borders); background: var(--page_bg); font-weight: bold; border: 1px solid var(--link_borders); border-radius: 5px; } /* Button "Vorschau zeigen" und "Änderungen zeigen" im EDIT-Screen */ .oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button { color: var(--link_borders); background: var(--page_bg); font-weight: bold; border: 1px solid var(--link_borders); border-radius: 5px; } .oo-ui-buttonElement-framed.oo-ui-widget-disabled>.oo-ui-buttonElement-button { color: var(--link_borders); background: var(--page_bg); font-weight: bold; border: 1px solid var(--link_borders); opacity: 0.25; border-radius: 5px; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button:hover { background: var(--page_hl); border-color: var(--link_borders); color: var(--link_borders); } /* Zusammenfassung EDIT-Screen */ /* DISABLED WEGEN AUTOCOMPLETION .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea{ border-radius: 5px; background-color: var(--page_bg_light); border: 1px solid var(--text_outline); color: var(--text_color); box-shadow: inset 0 0 0 1px var(--text_outline); } .oo-ui-textInputWidget input:focus, .oo-ui-textInputWidget textarea:focus { border-color: var(--text_outline); box-shadow: inset 0 0 0 1px var(--text_outline); outline: 0; } .oo-ui-textInputWidget.oo-ui-widget-enabled input, .oo-ui-textInputWidget.oo-ui-widget-enabled textarea{ -webkit-transition: none; -moz-transition: none; transition: none; } */ /* Buttons z.B. Login */ .mw-ui-button.mw-ui-progressive { background-color: var(--text_outline); color: #f0f0f0; font-weight: bold; border: 1px solid var(--page_bg); border-radius: 5px; text-shadow: 0 0 15px var(--page_bg); } .mw-ui-button.mw-ui-progressive:hover { color: var(--link_borders); background: var(--page_bg); font-weight: bold; border: 1px solid var(--link_borders); border-radius: 5px; } #mw-createaccount-join { color: var(--link_borders); background: var(--page_bg); font-weight: bold; border: 1px solid var(--link_borders); border-radius: 5px; } #mw-createaccount-join:hover { background: var(--page_hl); border-color: var(--link_borders); color: var(--link_borders); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button { color: #FFFFFF; background-color: var(--text_outline); border-color: var(--text_outline); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:focus { border-color: var(--text_outline); box-shadow: inset 0 0 0 1px var(--text_outline), inset 0 0 0 2px #fff; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:hover { background-color: #FFFFFF; border-color: #FFFFFF; color: var(--text_outline); } :focus { outline: auto var(--text_outline) 1px; } select:focus { outline: auto var(--text_outline) 1px; } .jquery-tablesorter .headerSort { color: var(--link_borders); } #mw-normal-catlinks a.new { color: var(--text_outline) } #catlinks.catlinks { border-color: black } #contentSub { margin-bottom: 0.5em; } #searchInput { border-color: var(--text_outline); } #simpleSearch { border-color: var(--text_outline); } #p-tb-label { display: none; } /*CSS Style für Special:Preferences */ .mw-htmlform { background-color: var(--page_bg); color: #000000; } .mw-htmlform form { background-color: var(--page_bg); color: var(--text_color); } .mw-htmlform div { background-color: var(--page_bg); color: var(--text_color); } .mw-htmlform div#preferences fieldset { background-color: var(--page_bg); color: var(--text_color); } fieldset { border: 1px solid var(--link_borders); } legend { color: var(--text_color); } td.htmlform-tip { color: var(--text_color); } label { color: var(--text_color); } .toctitle h2 { border-bottom: none; } .mw-htmlform #preferences fieldset legend { color: var(--text_color); } .mw-htmlform #preferences .stub { color: var(--link_borders); } .client-js .mw-htmlform-ooui-wrapper.oo-ui-panelLayout-padded .oo-ui-fieldsetLayout.mw-collapsible .oo-ui-fieldsetLayout-header .oo-ui-labelElement-label{ color: var(--link_borders); font-size: 14px; } .client-js #preftoc a, .client-js #preftoc a:active, .client-js #preftoc a:focus { background-color: var(--page_bg); background-image: -moz-linear-gradient(top, var(--text_outline) 0, var(--page_bg) 3%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--text_outline)), color-stop(3%, var(--page_bg))); background-image: -webkit-linear-gradient(top, var(--text_outline) 0, var(--page_bg) 3%); background-image: linear-gradient(var(--text_outline) 0, var(--page_bg) 3%); color: var(--text_outline); outline: none; } .client-js #preftoc li.selected a { background-color: var(--page_bg); background-image: -moz-linear-gradient(top, var(--link_borders) 0, var(--page_bg) 10%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--link_borders)), color-stop(10%, var(--page_bg))); background-image: -webkit-linear-gradient(top, var(--link_borders) 0, var(--page_bg) 10%); background-image: linear-gradient(var(--link_borders) 0, var(--page_bg) 10%); color: var(--link_borders); outline: none; text-decoration: underline; } .mw-htmlform #preferences td.htmlform-tip { color: var(--text_color); font-style: italic; } .mw-htmlform#mw-prefs-form #preferences { background-color: var(--page_bg); color: var(--text_color); } .mw-notification, .mw-notification-noautohide, .mw-notification-type-info, .mw-notification-visible, .mw-notification-content { background-color: var(--page_bg_light); color: var(--text_color); } /*CSS-Style für Kalender*/ span.event { color: var(--text_color); font-size: 15px; } span.ms-calendar-prev { color: var(--link_borders); } span.ms-calendar-next { color: var(--link_borders); } span.ms-calendar-prev-year { color: var(--link_borders); } span.ms-calendar-next-year { color: var(--link_borders); } span.ms-calendar-prev:hover { color: var(--text_color); } span.ms-calendar-next:hover { color: var(--text_color); } span.ms-calendar-prev-year:hover { color: var(--text_color); } span.ms-calendar-next-year:hover { color: var(--text_color); } .fc-row>div:first-child { border-color: #000; } /* + Zeichen im Calendar */ .ms-calendar-header input:focus { outline: none; border-color: #ca2c2c; } .ms-calendar-header select:after { background: var(--page_bg_light); color: var(--text_color); border: 1px solid var(--link_borders); border-radius: 5px; } .ms-calendar-header select:focus { outline: none; border-color: #ca2c2c; } .fc-calendar .fc-row>.fc-content .event:hover { color: var(--link_borders); background-color: transparent; } .fc-calendar .fc-row>div.fc-we .event:hover { color: var(--link_borders); background-color: transparent; } .fc-calendar .fc-row>div.fc-today.fc-we .event:hover { color: var(--link_borders); background-color: transparent; } .fc-calendar .fc-row>.fc-today.fc-we {} .fc-calendar span.add_event:hover { color: var(--text_color); } /* Event-Widget (auf + drücken) */ body .ui-dialog .ui-widget-header { background: var(--page_hl) !important; color: var(--text_color); } .ui-dialog .ui-dialog-buttonpane button{ color: var(--link_borders); background: var(--page_bg) !important; font-weight: bold; border: 1px solid var(--link_borders) !important; border-radius: 5px; } .ui-dialog .ui-dialog-buttonpane button:hover{ background: var(--link_borders) !important; border-color: var(--link_borders) !important; color: var(--whites) !important; } .ui-dialog { background: var(--page_hl); } .ui-widget-header { border-color: var(--link_borders); background: var(--page_hl); color: var(--text_color); } .ui-dialog .ui-dialog-content { background: var(--page_bg); } .ui-resizable-n { background: var(--page_bg); } .ui-resizable-e { background: var(--page_bg); } .ui-resizable-s { background: var(--page_bg); } .ui-resizable-w { background: var(--page_bg); } .ui-widget-content { border: none; background: var(--page_bg); } .ui-widget input { background: var(--page_bg_light); border: 1px solid var(--link_borders); color: var(--text_color); } .ui-widget input:focus { outline: none; border: 1px solid var(--text_outline); } .ms-calendar-dialog-form img:hover { border: 1px solid var(--link_borders); border-radius: 2px; } /* DatePicker */ .ui-datepicker .ui-datepicker-title{ background: var(--page_hl) !important; color: var(--text_color); } .ui-datepicker-month .ui-datepicker-year,{ color: var(--text_color); } .ui-datepicker-calendar td{ background: var(--page_hl); color: var(--link_borders); border: 1px solid var(--text_color); } .ui-datepicker table { color: var(--text_color); } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{ background: var(--page_bg_light); color: var(--link_borders); border: 1px solid var(--text_outline); } /* ErrorFeld (z.B. Incorrect username) */ .mw-ui-vform .error { border: 1px solid #CA2C2C; background-color: var(--page_bg); } /* Spoilers */ .spoilers-body { border: 1px solid #121212; border-radius: 5px; color: var(--text_color); background-color: var(--page_hl); padding-left: 5px; padding-right: 5px; margin-top: 4px; } .spoilers-body h1, .spoilers-body h2, .spoilers-body h3, .spoilers-body h4, .spoilers-body h5, .spoilers-body h6 { color: var(--whites); } .spoilers-button { color: var(--link_borders); background: transparent; font-weight: bold; border: 1px solid var(--link_borders); border-radius: 5px; } .spoilers-button:hover { background: var(--page_hl); } .text-spoiler{ border: 1px solid var(--link_borders); border-radius: 5px; color: var(--link_borders); font-weight: bold; background-color: transparent; padding-left: 10px; padding-right: 10px; margin-top: 4px; width: max-content; } .text-spoiler:hover { background: var(--page_hl); } text-spoiler: a:link { color: var(--link_borders); text-decoration: none; } a:visited { color: var(--link_borders); text-decoration: none; } a:hover { color: var(--link_borders); text-decoration: none; } a:active { color: var(--link_borders); text-decoration: none; } /* ApprovedRevs */ li.approved-revision{ border-color: var(--link_borders) !important; background-color: var(--page_hl) !important; } .approvedAndLatestMsg { color: #c4c4c4; } span.approvingUser { color: #c4c4c4; } span.approvingUser a { color: var(--link_borders); } #contentSub, #contentSub2 { color: #c4c4c4; margin-top: 3px; } .successbox { color: #008000; border-color: var(--link_borders); background-color: var(--page_hl); } /* Search Profile Tabs (Suche mit Enter bestätigen) */ .mw-search-profile-tabs { background-color: var(--page_hl); color: #f0f0f0; border: 1px solid var(--link_borders); } .search-types .current a { color: #f0f0f0; } .oo-ui-textInputWidget.oo-ui-indicatorElement input { background-color: var(--page_bg_light); color: var(--text_color); border: 1px solid var(--link_borders); border-radius: 5px; } .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus { outline: 0; border-color: var(--text_outline); box-shadow: inset 0 0 0 1px var(--text_outline); } .mw-normal-catlinks { color: #d5892E } #mw-searchoptions { clear: both; padding: 0.5em 0.75em 0.75em 0.75em; background-color: var(--page_hl); margin: -1px 0 0; border: 1px solid var(--link_borders); border-radius: 0 0 2px 2px; } #mw-searchoptions .divider { i clear: both; border-bottom: 1px solid var(--link_borders); padding-top: 0.5em; margin-bottom: 0.5em; } /* Wiki Editor */ .wikiEditor-ui-toolbar{ background-color: var(--page_hl); box-shadow: none; } .wikiEditor.ui-toolbar .group{ color: var(--text_outline); } .wikiEditor-ui-toolbar .tabs span.tab a { color: var(--link_borders); } /* farblich angepasste Editor-Icons */ .wikiEditor-ui-toolbar .tabs span.tab a:before{ background-image: url(/extensions/WikiEditor/modules/images/toolbar/arrow-down.png); } .oo-ui-icon-articleRedirect, .mw-ui-icon-articleRedirect:before { background-image: url(/images/EditorIcons/articleRedirect20.png); } .oo-ui-icon-articleSearch, .mw-ui-icon-articleSearch:before { background-image: url(/images/EditorIcons/articleSearch20.png); } .oo-ui-icon-article, .mw-ui-icon-article:before { background-image: url(/images/EditorIcons/article20.png); } .oo-ui-icon-bigger, .mw-ui-icon-bigger:before { background-image: url(/images/EditorIcons/bigger20.png); } .oo-ui-icon-bold, .mw-ui-icon-bold:before { background-image: url(/images/EditorIcons/bold20.png); } .oo-ui-icon-bookmark, .mw-ui-icon-bookmark:before { background-image: url(/images/EditorIcons/bookmark20.png); } .oo-ui-icon-close, .mw-ui-icon-close:before { background-image: url(/images/EditorIcons/close20.png); } .oo-ui-icon-gotoLine, .mw-ui-icon-gotoLine:before { background-image: url(/images/EditorIcons/goto20.png); } .oo-ui-icon-highlight, .mw-ui-icon-highlight:before { background-image: url(/images/EditorIcons/highlight20.png); } .oo-ui-icon-history, .mw-ui-icon-history:before { background-image: url(/images/EditorIcons/history20.png); } .oo-ui-icon-image, .mw-ui-icon-image:before { background-image: url(/images/EditorIcons/image20.png); } .oo-ui-icon-imageGallery, .mw-ui-icon-imageGallery:before { background-image: url(/images/EditorIcons/imageGallery20.png); } .oo-ui-icon-indent, .mw-ui-icon-indent:before { background-image: url(/images/EditorIcons/indent20.png); } .oo-ui-icon-italic, .mw-ui-icon-italic:before { background-image: url(/images/EditorIcons/italic20.png); } .oo-ui-icon-link, .mw-ui-icon-link:before { background-image: url(/images/EditorIcons/link20.png); } .oo-ui-icon-listBullet, .mw-ui-icon-listBullet:before { background-image: url(/images/EditorIcons/listBullet20.png); } .oo-ui-icon-listNumbered, .mw-ui-icon-listNumbered:before { background-image: url(/images/EditorIcons/listNumbered20.png); } .oo-ui-icon-markup, .mw-ui-icon-markup:before { background-image: url(/images/EditorIcons/markup20.png); } .oo-ui-image-progressive.oo-ui-icon-markup, .mw-ui-icon-markup-progressive:before{ background-image: url(/images/EditorIcons/markup20.png); } .oo-ui-icon-menu, .mw-ui-icon-menu:before { background-image: url(/images/EditorIcons/menu20.png); } .oo-ui-icon-newline, .mw-ui-icon-newline:before { background-image: url(/images/EditorIcons/newline20.png); } .oo-ui-icon-noWikiText, .mw-ui-icon-noWikiText:before { background-image: url(/images/EditorIcons/noWikiText20.png); } .oo-ui-icon-outdent, .mw-ui-icon-outdent:before { background-image: url(/images/EditorIcons/outdent20.png); } .oo-ui-icon-pilcrow, .mw-ui-icon-pilcrow:before { background-image: url(/images/EditorIcons/pilcrow20.png); } .oo-ui-icon-play, .mw-ui-icon-play:before { background-image: url(/images/EditorIcons/play20.png); } .oo-ui-icon-reference, .mw-ui-icon-reference:before { background-image: url(/images/EditorIcons/reference20.png); } .oo-ui-icon-search, .mw-ui-icon-search:before { background-image: url(/images/EditorIcons/search20.png); } .oo-ui-icon-settings, .mw-ui-icon-settings:before { background-image: url(/images/EditorIcons/settings20.png); } .oo-ui-icon-smaller, .mw-ui-icon-smaller:before { background-image: url(/images/EditorIcons/smaller20.png); } .oo-ui-icon-subscript, .mw-ui-icon-subscript:before { background-image: url(/images/EditorIcons/subscript20.png); } .oo-ui-icon-superscript, .mw-ui-icon-superscript:before { background-image: url(/images/EditorIcons/superscript20.png); } .oo-ui-icon-table, .mw-ui-icon-table:before { background-image: url(/images/EditorIcons/table20.png); } .oo-ui-icon-tag, .mw-ui-icon-tag:before { background-image: url(/images/EditorIcons/tag20.png); } .oo-ui-icon-trash, .mw-ui-icon-trash:before { background-image: url(/images/EditorIcons/trash20.png); } .oo-ui-icon-underline, .mw-ui-icon-underline:before { background-image: url(/images/EditorIcons/underline20.png); } .oo-ui-icon-wrapping, .mw-ui-icon-wrapping:before { background-image: url(/images/EditorIcons/wrapping20.png); } .oo-ui-image-progressive.oo-ui-icon-feedback, .mw-ui-icon-feedback-progressive:before{ background-image: url(/images/EditorIcons/feedback20.png); } .oo-ui-indicator-down{ background-image: url(/images/Icons/indicator_down12.png); } /* Ende Editor Icons */ /* Code-Editor für z.B. Vector.css */ .codeEditor-status{ background-color: var(--page_hl); color: var(--text_color); } .codeEditor-status-message { border-color: var(--text_color); } .ace_gutter-cell.ace_info { background-image: url(/images/EditorIcons/info20.png); } .ace-tm { background: var(--text_bg_border); color: var(--text_color); } .ace-tm .ace_marker-layer .ace_active-line { background: var(--page_hl); } .ace-tm .ace_gutter{ background: var(--page_hl); color: var(--text_color); } .ace-tm .ace_print-margin { background: var(--link_borders); } .ace-tm .ace_gutter-active-line { background-color: var(--page_hl); } /* Ende Code-Editor */ .oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame { background-color: var(--page_bg); } .oo-ui-messageDialog-message { color: var(--text_color); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus{ border-color: var(--text_outline); box-shadow: inset 0 0 0 1px var(--text_outline), inset 0 0 0 2px #fff; } .wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited{ color: var(--link_borders); } .wikiEditor-ui-toolbar .group .tool-select .label { color: var(--link_borders); } .wikiEditor-ui-toolbar .group .label { color: var(--text_color); } .wikiEditor-ui-toolbar .page-table th { color: var(--text_color); font-weight: bold; } .wikiEditor-ui-toolbar .page-table td { color: var(--text_color); } .wikiEditor-ui-toolbar .booklet > .index > .current { background-color: var(--page_hl); color: var(--link_borders); border: 1px solid var(--text_outline); } .wikiEditor-ui-toolbar .booklet > .index > div { color: var(--link_borders); background: var(--page_bg_light); } .wikiEditor-ui-toolbar .booklet > .index > :hover { background-color: var(--link_borders); color: var(--whites); } .wikiEditor-ui-toolbar .page-characters div span { border: 1px solid var(--link_borders); color: var(--text_color); } .wikiEditor-ui-toolbar .page-characters div span:hover{ background-color: var(--link_borders); border-color: var(--whites); color: var(--whites); } .wikiEditor-ui-toolbar .group .tool-select .options{ background-color: var(--page_bg_light); color: var(--text_color); border: 1px solid var(--text_color); } .wikiEditor-ui-toolbar .group .tool-select .options .option{ background-color: var(--page_bg_light); color: var(--text_color); } .wikiEditor-ui-toolbar .group .tool-select .menu .options .option:hover{ background-color: var(--link_borders); color: var(--whites); } .oo-ui-windowManager-modal > .oo-ui-dialog { background-color: rgba(40, 40, 40, 0.9); } /* Recent Changes */ .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { background-color: var(--page_hl); color: var(--text_color); border: 1px solid var(--text_outline); } .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle { background-color: var(--page_hl); color: var(--text_color); border: 1px solid var(--text_outline); } .oo-ui-textInputWidget .oo-ui-inputWidget-input { background-color: var(--page_bg_light); color: var(--text_color); border: 1px solid var(--text_outline); } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled { background-color: var(--page_bg_light); color: var(--text_color); border: 1px solid var(--text_outline); } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button { color: var(--link_borders); } .mw-rcfilters-ui-cell.mw-rcfilters-ui-filterTagMultiselectWidget-views-select{ background-color: var(--page_bg_light); color: var(--text_color); border: 1px solid var(--text_outline); } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { color: var(--link_borders); } .mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget { border: none; } .mw-rcfilters-ui-cell.mw-rcfilters-ui-filterTagMultiselectWidget-views-input{ background-color: var(--page_bg_light); color: var(--text_color); border: none; } span.oo-ui-widget.oo-ui-widget-enabled.oo-ui-buttonElement.oo-ui-buttonElement-frameless.oo-ui-iconElement.oo-ui-labelElement.oo-ui-buttonWidget{ border: none; } .oo-ui-menuSelectWidget{ background-color: var(--page_bg) !important; color: var(--text_color); } .mw-rcfilters-ui-menuSelectWidget-footer{ background-color: var(--page_hl); color: var(--text_color) ; } .mw-rcfilters-ui-filterMenuSectionOptionWidget{ background-color: var(--page_hl) !important; color: var(--text_color); } .mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label{ color: var(--whites); } .mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected){ background-color: var(--page_bg); } .mw-rcfilters-ui-itemMenuOptionWidget:not(:last-child):not(.mw-rcfilters-ui-itemMenuOptionWidget-identifier-talk){ border-bottom: 1px solid var(--text_outline); } .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-optionWidget-selected { background-color: var(--page_bg); } .mw-rcfilters-ui-itemMenuOptionWidget:hover{ background-color: var(--page_hl); } .mw-rcfilters-ui-itemMenuOptionWidget-label-title{ color: var(--whites); } .mw-rcfilters-ui-itemMenuOptionWidget-label-desc{ color: var(--text_color); } .oo-ui-widget.oo-ui-widget-enabled.oo-ui-labelElement.mw-rcfilters-ui-filterMenuHeaderWidget{ background-color: var(--page_hl); } .mw-rcfilters-ui-filterMenuHeaderWidget-title{ color: var(--whites) } .mw-rcfilters-ui-filterMenuHeaderWidget-header{ border-bottom: var(--text_outline); background-color: var(--page_hl); } .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title{ color: var(--whites); } .oo-ui-popupWidget-popup { border: 1px solid var(--text_outline); background-color: var(--page_bg); } .mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title{ color: var(--text_color); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button{ background-color: var(--link_borders); color: var(--whites); border-color: var(--link_borders); } span.oo-ui-labelElement-label.mw-rcfilters-ui-valuePickerWidget-title, span.oo-ui-labelElement-label.mw-rcfilters-ui-datePopupWidget-title{ color: var(--whites); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button:focus{ border-color: var(--link_borders); box-shadow: none; } .oo-ui-buttonSelectWidget.oo-ui-widget-enabled:focus .oo-ui-buttonOptionWidget.oo-ui-optionWidget-selected .oo-ui-buttonElement-button{ border-color: var(--link_borders); box-shadow: none; } .mw-rcfilters-ui-tagItemWidget.oo-ui-flaggedElement-muted.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-labelElement-label{ color: var(--text_color); } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .mw-rcfilters-ui-tagItemWidget-selected.oo-ui-tagItemWidget.oo-ui-widget-enabled{ background-color: var(--page_bg); border-color: var(--text_outline); } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover{ color: var(--link_visited); } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-iconElement > .oo-ui-buttonElement-button:focus, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-labelElement > .oo-ui-buttonElement-button:focus{ border-color: var(--text_outline); box-shadow: inset 0 0 0 1px var(--text_outline); } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover{ color: var(--link_visited); } .oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input:focus { border-color: var(--text_outline); } span.oo-ui-labelElement-label { color: var(--text_color); } .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { background-color: var(--page_bg); color: var(--text_color); } .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover{ background-color: var(--page_hl); color: var(--text_color); } .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget { color: var(--text_color); background-color: var(--page_bg); border: 1px solid var(--text_color); } .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted, .oo-ui-menuOptionWidget.oo-ui-optionWidget-pressed.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { background-color: var(--page_hl); color: var(--text_color); } .oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle{ background-color: var(--page_bg); } .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:focus{ border-color: var(--link_borders); box-shadow: inset 0 0 0 1px var(--link_borders); } .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-highlighted{ background-color: var(--page_hl); border-color: var(--link_borders); } .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { border-color: var(--link_borders); } div.thumbinner{ border: 1px solid var(--text_color); background-color: var(--page_bg_light); color: var(--text_color); } .mw-icon-arrow-collapsed, .mw-collapsible-arrow.mw-collapsible-toggle-collapsed{ background-image: url(/images/Icons/arrow-collapsed12.png); } .mw-icon-arrow-expanded, .mw-collapsible-arrow.mw-collapsible-toggle-expanded{ background-image: url(/images/Icons/arrow-expanded12.png); } th.headerSort { background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_both_darkmode.svg)!important; } .headerSortDown { background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_down_darkmode.svg)!important; } .headerSortUp { background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_up_darkmode.svg)!important; } .mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol { margin: 0.3em 0 0 2em; } .mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul { margin: 0.3em 0 0 2em; }