MediaWiki:Vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: „→Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen.: “) Markierung: Ersetzt |
|||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */ | /* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */ | ||
+ | |||
+ | #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:#F2F2F2; | ||
+ | } | ||
+ | |||
+ | hr{ | ||
+ | color:#dd8247; | ||
+ | background-color: #dd8247; | ||
+ | } | ||
+ | |||
+ | .editOptions{ | ||
+ | background-color:#282828; | ||
+ | border-color:#1c1c1c; | ||
+ | color:#E0E0E0; | ||
+ | |||
+ | } | ||
+ | input,textarea{ | ||
+ | background-color:#4c4c4c; | ||
+ | border-color:#4c4c4c; | ||
+ | color:#E0E0E0; | ||
+ | outline-color:#BF5F18; | ||
+ | |||
+ | } | ||
+ | a,.mw-body a.external,.mw-body a.extiw{ | ||
+ | color:#dd8247 | ||
+ | } | ||
+ | a:visited,.mw-body a.external:visited,.mw-body a.extiw:visited{ | ||
+ | color:#d5692e | ||
+ | } | ||
+ | a.new,#p-personal a.new{ | ||
+ | color:#CA2C2C | ||
+ | } | ||
+ | ul{ | ||
+ | list-style-image:none | ||
+ | } | ||
+ | div.thumbinner,.catlinks{ | ||
+ | background-color:#1c1c1c; | ||
+ | border-color:#666 | ||
+ | } | ||
+ | |||
+ | #toc,div.toc,ul#filetoc,li.gallerybox div.thumb{ | ||
+ | background-color:#1c1c1c; | ||
+ | border-color:#121212; | ||
+ | border-radius: 5px; | ||
+ | border-width: 1px; | ||
+ | } | ||
+ | |||
+ | span.tocnumber{ | ||
+ | color: #E0E0E0 | ||
+ | } | ||
+ | |||
+ | div.toc li{ | ||
+ | margin-left: 0.5em; | ||
+ | } | ||
+ | |||
+ | code{ | ||
+ | border:none; | ||
+ | background-color:inherit; | ||
+ | color:inherit | ||
+ | } | ||
+ | |||
+ | |||
+ | table.mw_metadata td,table.mw_metadata th,table.wikitable,table.wikitable>*>tr>th,table.wikitable>*>tr>td,pre{ | ||
+ | color:#E0E0E0; | ||
+ | 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:#1c1c1c; | ||
+ | } | ||
+ | table.diff{ | ||
+ | background-color:#404040 | ||
+ | } | ||
+ | td .diffchange{ | ||
+ | color:#1c1c1c | ||
+ | } | ||
+ | |||
+ | |||
+ | #pagehistory li.selected,td.diff-context{ | ||
+ | background-color:inherit; | ||
+ | color:inherit | ||
+ | } | ||
+ | #pagehistory li{ | ||
+ | border:0 | ||
+ | } | ||
+ | ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper,ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper,ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper{ | ||
+ | background-color:rgba(0,0,0,0.8) | ||
+ | } | ||
+ | #left-navigation div.vectorTabs,#right-navigation div.vectorTabs{ | ||
+ | background-image:inherit; | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | #left-navigation div.vectorTabs ul,#right-navigation div.vectorTabs ul{ | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | #left-navigation div.vectorTabs ul li,#right-navigation div.vectorTabs ul li{ | ||
+ | background-color:#222; | ||
+ | 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.vectorTabs li.new a,#right-navigation div.vectorTabs li.new a,#left-navigation div.vectorTabs li.new a:visited,#right-navigation div.vectorTabs li.new a:visited{ | ||
+ | color:#CA2C2C | ||
+ | } | ||
+ | #left-navigation div.vectorTabs li.selected,#right-navigation div.vectorTabs li.selected{ | ||
+ | background-color:#282828; | ||
+ | background-image:-moz-linear-gradient(bottom, #282828 90%, #BF5F18 0); | ||
+ | background-image:-webkit-gradient(linear, left bottom, left top, color-stop(90%, #282828), color-stop(0, #BF5F18)); | ||
+ | background-image:-webkit-linear-gradient(bottom, #282828 90%, #BF5F18 0); | ||
+ | background-image:linear-gradient(#282828 90%, #BF5F18 0); | ||
+ | } | ||
+ | #left-navigation div.vectorTabs li.selected a,#right-navigation div.vectorTabs li.selected a,#left-navigation div.vectorTabs li.selected a:visited,#right-navigation div.vectorTabs li.selected a:visited{ | ||
+ | color:#d5692e | ||
+ | } | ||
+ | #left-navigation div.vectorTabs li a,#right-navigation div.vectorTabs li a{ | ||
+ | color:#dd8247 | ||
+ | } | ||
+ | #left-navigation div.vectorTabs span,#right-navigation div.vectorTabs span{ | ||
+ | background:transparent | ||
+ | } | ||
+ | div#mw-head #right-navigation div.vectorMenu h3{ | ||
+ | background:inherit | ||
+ | } | ||
+ | div#mw-head div.vectorMenu h3 span{ | ||
+ | color:#dd8247 | ||
+ | } | ||
+ | div.vectorMenu h3 a{ | ||
+ | background:inherit | ||
+ | } | ||
+ | div.vectorMenu ul{ | ||
+ | background-color:black; | ||
+ | border:solid 1px #0c0c0c | ||
+ | } | ||
+ | div.vectorMenu li a{ | ||
+ | color:#dd8247 | ||
+ | } | ||
+ | div.vectorMenu li.selected a,div.vectorMenu li.selected a:visited{ | ||
+ | color:#d5692e; | ||
+ | text-decoration:none | ||
+ | } | ||
+ | div.vectorMenu#p-cactions div.menu{ | ||
+ | border-color:#666 | ||
+ | } | ||
+ | div.vectorMenu#p-cactions ul{ | ||
+ | border:0; | ||
+ | background-color:#1c1c1c | ||
+ | } | ||
+ | #mw-navigation div#mw-panel div.portal{ | ||
+ | background-image:none; | ||
+ | } | ||
+ | #mw-navigation div#mw-panel div.portal#p-logo,#mw-navigation div#mw-panel div.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 #BF5F18; | ||
+ | border-radius: 10px 0px 0px 10px; | ||
+ | border-right-width:0; | ||
+ | margin-top:0px; | ||
+ | background-color: #282828; | ||
+ | color:#E0E0E0; | ||
+ | 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,.mw-body h2,.mw-body #firstHeading{ | ||
+ | font-family:"Linux Libertine",Georgia,Times,serif; | ||
+ | line-height:1.3; | ||
+ | margin-bottom:.25em; | ||
+ | padding:0; | ||
+ | border-bottom: 1px solid #dd8247; | ||
+ | } | ||
+ | .mw-body h1,.mw-body #firstHeading{ | ||
+ | font-size:1.8em | ||
+ | } | ||
+ | |||
+ | .mw-body #firstHeading{ | ||
+ | margin-block-end: 0em; | ||
+ | margin-bottom: 0em; | ||
+ | } | ||
+ | |||
+ | .mw-body h2{ | ||
+ | font-size:1.5em; | ||
+ | margin-top:1em | ||
+ | } | ||
+ | .mw-body h3,.mw-body h4,.mw-body h5,.mw-body h6{ | ||
+ | line-height:1.6; | ||
+ | margin-top:.3em; | ||
+ | margin-bottom:0; | ||
+ | padding-bottom:0 | ||
+ | } | ||
+ | .mw-body h3{ | ||
+ | font-size:1.17em | ||
+ | } | ||
+ | .mw-body h3,.mw-body h4{ | ||
+ | font-weight:bold | ||
+ | } | ||
+ | .mw-body h4,.mw-body h5,.mw-body h6{ | ||
+ | font-size:100% | ||
+ | } | ||
+ | .mw-body #toc h2,.mw-body .toc h2{ | ||
+ | font-size:100%; | ||
+ | font-family: 'Lato', Arial, sans-serif; | ||
+ | } | ||
+ | div.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:#1c1c1c; | ||
+ | color: #E0E0E0; | ||
+ | } | ||
+ | #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 div#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-userpage,#pt-anonuserpage{ | ||
+ | background-position:left top; | ||
+ | background-repeat:no-repeat; | ||
+ | background-image:url('../skins/Vector/images/user-icon.png'); | ||
+ | background-image:-webkit-linear-gradient(transparent, transparent), | ||
+ | /* @embed */ | ||
+ | url('../skins/Vector/images/user-icon.svg'); | ||
+ | background-image:linear-gradient(transparent, transparent), | ||
+ | /* @embed */ | ||
+ | url('../skins/Vector/images/user-icon.svg'); | ||
+ | padding-left:15px !important | ||
+ | } | ||
+ | #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 | ||
+ | } | ||
+ | div#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:#E0E0E0; | ||
+ | background-color:#222; | ||
+ | background-image: | ||
+ | /* @embed */ | ||
+ | url('../skins/Vector/images/search-fade.png'); | ||
+ | background-position:top left; | ||
+ | background-repeat:repeat-x | ||
+ | } | ||
+ | div#simpleSearch input{ | ||
+ | margin:0; | ||
+ | padding: 0; | ||
+ | border:0; | ||
+ | background-color:#222; | ||
+ | color:#E0E0E0; | ||
+ | } | ||
+ | div#simpleSearch #searchInput{ | ||
+ | width:100%; | ||
+ | padding:.2em 0 .2em .2em; | ||
+ | padding-left: 5px; | ||
+ | font-size:13px; | ||
+ | direction:ltr; | ||
+ | -webkit-appearance:textfield | ||
+ | } | ||
+ | div#simpleSearch #searchInput:focus{ | ||
+ | outline:none | ||
+ | } | ||
+ | |||
+ | div#simpleSearch input.placeholder{ | ||
+ | color:#eeeeee; | ||
+ | } | ||
+ | |||
+ | div#simpleSearch input:placeholder{ | ||
+ | color:#eeeeee; | ||
+ | } | ||
+ | |||
+ | div#simpleSearch input:-ms-input-placeholder{ | ||
+ | color:#eeeeee; | ||
+ | } | ||
+ | div#simpleSearch input:-moz-placeholder{ | ||
+ | color:#eeeeee; | ||
+ | } | ||
+ | |||
+ | div#simpleSearch #searchInput.placeholder{ | ||
+ | color:#eeeeee; | ||
+ | } | ||
+ | |||
+ | div#simpleSearch #searchInput:placeholder{ | ||
+ | color:#eeeeee; | ||
+ | } | ||
+ | div#simpleSearch #searchInput:-ms-input-placeholder{ | ||
+ | color:#eeeeee; | ||
+ | } | ||
+ | div#simpleSearch #searchInput:-moz-placeholder{ | ||
+ | color:#eeeeee; | ||
+ | } | ||
+ | div#simpleSearch #searchInput::-webkit-search-decoration,div#simpleSearch #searchInput::-webkit-search-cancel-button,div#simpleSearch #searchInput::-webkit-search-results-button,div#simpleSearch #searchInput::-webkit-search-results-decoration{ | ||
+ | -webkit-appearance:textfield | ||
+ | } | ||
+ | div#simpleSearch #searchButton,div#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 | ||
+ | } | ||
+ | div#simpleSearch #mw-searchButton{ | ||
+ | z-index:1 | ||
+ | } | ||
+ | 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:#282828; | ||
+ | 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:#dd8247; | ||
+ | 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 | ||
+ | } | ||
+ | body.rtl div.vectorMenu{ | ||
+ | direction:rtl | ||
+ | } | ||
+ | div#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% | ||
+ | } | ||
+ | div.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:#dd8247; | ||
+ | cursor:pointer; | ||
+ | font-size:.8em | ||
+ | } | ||
+ | div.vectorMenu li>a{ | ||
+ | display:block | ||
+ | } | ||
+ | div.vectorMenu li.selected a,div.vectorMenu li.selected a:visited{ | ||
+ | color:#282828; | ||
+ | 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% | ||
+ | } | ||
+ | |||
+ | |||
+ | li#ca-view{ | ||
+ | border-radius: 5px 0px 0px 0px; | ||
+ | } | ||
+ | |||
+ | |||
+ | div.vectorMenu{ | ||
+ | border-left: 1px solid #BF5F18 | ||
+ | } | ||
+ | |||
+ | |||
+ | #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'); | ||
+ | } | ||
+ | |||
+ | #ca-unwatch.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') | ||
+ | } | ||
+ | #ca-watch.icon a{ | ||
+ | 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') | ||
+ | } | ||
+ | #ca-unwatch.icon a:hover,#ca-unwatch.icon a:focus{ | ||
+ | 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') | ||
+ | } | ||
+ | #ca-watch.icon a:hover,#ca-watch.icon a:focus{ | ||
+ | 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') | ||
+ | } | ||
+ | #ca-unwatch.icon a.loading,#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% | ||
+ | } | ||
+ | #ca-unwatch.icon a span,#ca-watch.icon a span{ | ||
+ | display:none | ||
+ | } | ||
+ | #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:#282828; | ||
+ | } | ||
+ | #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 | ||
+ | } | ||
+ | div#mw-panel{ | ||
+ | font-size:inherit; | ||
+ | position:absolute; | ||
+ | top:160px; | ||
+ | padding-top:1em; | ||
+ | width:10em; | ||
+ | left:0 | ||
+ | } | ||
+ | div#mw-panel div.portal{ | ||
+ | margin:0 .6em 0 .7em; | ||
+ | padding: 0.25em 0; | ||
+ | direction:ltr; | ||
+ | background-position:top left; | ||
+ | background-repeat:no-repeat; | ||
+ | background-image: | ||
+ | /* @embed */ | ||
+ | url('../skins/Vector/images/portal-break.png') | ||
+ | } | ||
+ | div#mw-panel div.portal h3{ | ||
+ | font-size:12px; | ||
+ | color:#E0E0E0; | ||
+ | font-weight:normal; | ||
+ | margin:0; | ||
+ | padding:.25em 0 .25em .25em; | ||
+ | cursor:default; | ||
+ | |||
+ | |||
+ | } | ||
+ | div#mw-panel div.portal div.body{ | ||
+ | margin:0 0 0 .5em; | ||
+ | padding-top:0; | ||
+ | |||
+ | } | ||
+ | div#mw-panel div.portal div.body ul{ | ||
+ | list-style-type:none; | ||
+ | list-style-image:none; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | border-top: 1px solid #BF5F18 | ||
+ | } | ||
+ | |||
+ | div#mw-panel div.portal div.body ul li{ | ||
+ | line-height:1.125em; | ||
+ | margin:0; | ||
+ | font-size:12px; | ||
+ | word-wrap:break-word | ||
+ | } | ||
+ | div#mw-panel div.portal div.body ul li a{ | ||
+ | color:#dd8247 | ||
+ | } | ||
+ | div#mw-panel div.portal div.body ul li a:visited{ | ||
+ | color:#d5692e | ||
+ | } | ||
+ | div#mw-panel div.portal.first{ | ||
+ | background-image:none; | ||
+ | margin-top:0 | ||
+ | } | ||
+ | div#mw-panel div.portal.first h3{ | ||
+ | display:none | ||
+ | } | ||
+ | div#mw-panel div.portal.first div.body{ | ||
+ | margin-left:.5em | ||
+ | } | ||
+ | div#footer{ | ||
+ | margin-left:10em; | ||
+ | margin-top:0; | ||
+ | padding:.75em; | ||
+ | direction:ltr | ||
+ | } | ||
+ | div#footer ul{ | ||
+ | list-style-type:none; | ||
+ | list-style-image:none; | ||
+ | margin:0; | ||
+ | padding:0 | ||
+ | } | ||
+ | div#footer ul li{ | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | padding-top:.5em; | ||
+ | padding-bottom:.5em; | ||
+ | color:#f0f0f0; | ||
+ | font-size:.7em | ||
+ | } | ||
+ | |||
+ | div#footer #footer-info li{ | ||
+ | opacity: 0.7; | ||
+ | } | ||
+ | |||
+ | div#footer #footer-icons{ | ||
+ | float:right | ||
+ | } | ||
+ | div#footer #footer-icons li{ | ||
+ | float:left; | ||
+ | margin-left:.5em; | ||
+ | line-height:2em; | ||
+ | text-align:right | ||
+ | } | ||
+ | div#footer #footer-info li{ | ||
+ | line-height:1.4em | ||
+ | } | ||
+ | div#footer #footer-places li{ | ||
+ | float:left; | ||
+ | margin-right:1em; | ||
+ | line-height:2em | ||
+ | } | ||
+ | body.ltr div#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'); | ||
+ | background-image:-webkit-linear-gradient(transparent, transparent), | ||
+ | /* @embed */ | ||
+ | url('../skins/Vector/images/external-link-ltr-icon.svg'); | ||
+ | background-image:linear-gradient(transparent, transparent), | ||
+ | /* @embed */ | ||
+ | url('../skins/Vector/images/external-link-ltr-icon.svg'); | ||
+ | padding-right:13px | ||
+ | } | ||
+ | |||
+ | .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea { | ||
+ | outline-color: #BF5F18; | ||
+ | } | ||
+ | |||
+ | #mw-indicator-mw-helplink a{ | ||
+ | background-image:url(../skins/Vector/images/help.png) | ||
+ | } | ||
+ | |||
+ | #right-navigation div.vectorTabs li#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: #BF5F18; | ||
+ | border-color: #BF5F18; | ||
+ | } | ||
+ | |||
+ | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span { | ||
+ | background-color: #BF5F18; | ||
+ | border-color: #BF5F18; | ||
+ | } | ||
+ | |||
+ | |||
+ | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:hover + span { | ||
+ | background-color: #BF5F18; | ||
+ | border-color: #BF5F18; | ||
+ | } | ||
+ | |||
+ | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:focus + span { | ||
+ | background-color: #BF5F18; | ||
+ | border-color: #BF5F18; | ||
+ | box-shadow: inset 0 0 0 1px #BF5F18, inset 0 0 0 2px #fff; | ||
+ | } | ||
+ | |||
+ | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:focus + span { | ||
+ | border-color: #BF5F18; | ||
+ | box-shadow: inset 0 0 0 1px #BF5F18; | ||
+ | } | ||
+ | |||
+ | .oo-ui-textInputWidget.oo-ui-widget-enabled input:focus, .oo-ui-textInputWidget.oo-ui-widget-enabled textarea:focus { | ||
+ | outline: 0; | ||
+ | border-color: #BF5F18; | ||
+ | box-shadow: inset 0 0 0 1px #BF5F18; | ||
+ | |||
+ | } | ||
+ | |||
+ | .oo-ui-textInputWidget.oo-ui-widget-enabled:hover input:focus, .oo-ui-textInputWidget.oo-ui-widget-enabled:hover textarea:focus { | ||
+ | border-color: #BF5F18; | ||
+ | } | ||
+ | |||
+ | .mw-ui-input{ | ||
+ | border-radius: 5px; | ||
+ | background-color: #222; | ||
+ | border: 1px solid #BF5F18; | ||
+ | color: #e0e0e0; | ||
+ | box-shadow: inset 0 0 0 1px #BF5F18; | ||
+ | } | ||
+ | |||
+ | .mw-ui-input:focus { | ||
+ | border-color: #BF5F18; | ||
+ | box-shadow: inset 0 0 0 1px #BF5F18; | ||
+ | outline: 0; | ||
+ | } | ||
+ | |||
+ | .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked:focus + label:before { | ||
+ | background-color: #BF5F18; | ||
+ | border-color: #BF5F18; | ||
+ | box-shadow: inset 0 0 0 1px #BF5F18, inset 0 0 0 2px #ffffff; | ||
+ | } | ||
+ | |||
+ | .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:focus + label:before { | ||
+ | border-color: #BF5F18; | ||
+ | box-shadow: inset 0 0 0 1px #BF5F18; | ||
+ | } | ||
+ | |||
+ | .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked + label:before { | ||
+ | background-color: #BF5F18; | ||
+ | border-color: #BF5F18; | ||
+ | } | ||
+ | .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:hover + label:before { | ||
+ | border-color: #BF5F18; | ||
+ | } | ||
+ | |||
+ | .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked:hover + label:before { | ||
+ | background-color: #BF5F18; | ||
+ | border-color: #BF5F18; | ||
+ | } | ||
+ | |||
+ | /* EDIT Button "Änderungen Speichern" */ | ||
+ | .editButtons input#wpSave{ | ||
+ | background-color: #BF5F18; | ||
+ | color: #f0f0f0; | ||
+ | font-weight: bold; | ||
+ | border: 1px solid #282828; | ||
+ | border-radius: 5px; | ||
+ | text-shadow: 0 0 15px #282828; | ||
+ | } | ||
+ | |||
+ | .editButtons input#wpSave:hover { | ||
+ | color: #dd8247; | ||
+ | background: #282828; | ||
+ | font-weight: bold; | ||
+ | border: 1px solid #dd8247; | ||
+ | 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: #dd8247; | ||
+ | background: #282828; | ||
+ | font-weight: bold; | ||
+ | border: 1px solid #dd8247; | ||
+ | border-radius: 5px;} | ||
+ | |||
+ | .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover { | ||
+ | background: #1c1c1c; | ||
+ | border-color: #dd8247; | ||
+ | color: #dd8247; | ||
+ | } | ||
+ | |||
+ | /* Zusammenfassung EDIT-Screen */ | ||
+ | |||
+ | /* DISABLED WEGEN AUTOCOMPLETION | ||
+ | .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea{ | ||
+ | border-radius: 5px; | ||
+ | background-color: #222; | ||
+ | border: 1px solid #BF5F18; | ||
+ | color: #e0e0e0; | ||
+ | box-shadow: inset 0 0 0 1px #BF5F18; | ||
+ | } | ||
+ | |||
+ | .oo-ui-textInputWidget input:focus, .oo-ui-textInputWidget textarea:focus { | ||
+ | border-color: #BF5F18; | ||
+ | box-shadow: inset 0 0 0 1px #BF5F18; | ||
+ | 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: #BF5F18; | ||
+ | color: #f0f0f0; | ||
+ | font-weight: bold; | ||
+ | border: 1px solid #282828; | ||
+ | border-radius: 5px; | ||
+ | text-shadow: 0 0 15px #282828; | ||
+ | } | ||
+ | |||
+ | .mw-ui-button.mw-ui-progressive:hover { | ||
+ | color: #dd8247; | ||
+ | background: #282828; | ||
+ | font-weight: bold; | ||
+ | border: 1px solid #dd8247; | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | |||
+ | #mw-createaccount-join { | ||
+ | color: #dd8247; | ||
+ | background: #282828; | ||
+ | font-weight: bold; | ||
+ | border: 1px solid #dd8247; | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | |||
+ | #mw-createaccount-join:hover { | ||
+ | background: #1c1c1c; | ||
+ | border-color: #dd8247; | ||
+ | color: #dd8247; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | ||
+ | color: #FFFFFF; | ||
+ | background-color: #BF5F18; | ||
+ | border-color: #BF5F18; | ||
+ | } | ||
+ | |||
+ | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus { | ||
+ | border-color: #BF5F18; | ||
+ | box-shadow: inset 0 0 0 1px #BF5F18, 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: #BF5F18; | ||
+ | } | ||
+ | |||
+ | :focus { | ||
+ | outline: auto #BF5F18 1px; | ||
+ | } | ||
+ | |||
+ | select:focus{ | ||
+ | outline: auto #BF5F18 1px; | ||
+ | } | ||
+ | |||
+ | table.jquery-tablesorter th.headerSort { | ||
+ | color: #dd8247; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | div#mw-normal-catlinks a.new{ | ||
+ | |||
+ | color: #BF5F18 | ||
+ | } | ||
+ | |||
+ | |||
+ | div#catlinks.catlinks{ | ||
+ | border-color: black | ||
+ | } | ||
+ | |||
+ | div#contentSub{ | ||
+ | margin-bottom: 0.5em; | ||
+ | } | ||
+ | |||
+ | input#searchInput{ | ||
+ | border-color: #BF5F18; | ||
+ | } | ||
+ | |||
+ | div#simpleSearch { | ||
+ | border-color: #BF5F18; | ||
+ | } | ||
+ | |||
+ | h3#p-tb-label{ | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*CSS Style für Special:Preferences */ | ||
+ | |||
+ | .mw-htmlform{ | ||
+ | background-color: #282828; | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | .mw-htmlform form{ | ||
+ | background-color: #282828; | ||
+ | color: #E0E0E0; | ||
+ | } | ||
+ | |||
+ | .mw-htmlform div{ | ||
+ | background-color: #282828; | ||
+ | color: #E0E0E0; | ||
+ | } | ||
+ | |||
+ | .mw-htmlform div#preferences fieldset{ | ||
+ | background-color: #282828; | ||
+ | color: #E0E0E0; | ||
+ | } | ||
+ | |||
+ | fieldset { | ||
+ | border: 1px solid #dd8247; | ||
+ | } | ||
+ | |||
+ | legend { | ||
+ | color: #E0E0E0; | ||
+ | } | ||
+ | |||
+ | td.htmlform-tip { | ||
+ | color: #E0E0E0; | ||
+ | } | ||
+ | |||
+ | label{ | ||
+ | color: #E0E0E0; | ||
+ | } | ||
+ | |||
+ | div.toctitle h2{ | ||
+ | border-bottom: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | .mw-htmlform div#preferences fieldset legend{ | ||
+ | color: #E0E0E0; | ||
+ | } | ||
+ | |||
+ | .mw-htmlform div#preferences a.stub{ | ||
+ | color: #dd8247; | ||
+ | } | ||
+ | |||
+ | .client-js #preftoc a, .client-js #preftoc a:active, .client-js #preftoc a:focus { | ||
+ | background-color:#282828; | ||
+ | background-image:-moz-linear-gradient(top, #BF5F18 0, #282828 3%); | ||
+ | background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #BF5F18), color-stop(3%, #282828)); | ||
+ | background-image:-webkit-linear-gradient(top, #BF5F18 0, #282828 3%); | ||
+ | background-image:linear-gradient(#BF5F18 0, #282828 3%); | ||
+ | color: #BF5F18; | ||
+ | outline:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | .client-js #preftoc li.selected a { | ||
+ | background-color:#282828; | ||
+ | background-image:-moz-linear-gradient(top, #dd8247 0, #282828 10%); | ||
+ | background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dd8247), color-stop(10%, #282828)); | ||
+ | background-image:-webkit-linear-gradient(top, #dd8247 0, #282828 10%); | ||
+ | background-image:linear-gradient(#dd8247 0, #282828 10%); | ||
+ | color: #dd8247; | ||
+ | outline:none; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | |||
+ | .mw-htmlform div#preferences td.htmlform-tip{ | ||
+ | color: #E0E0E0; | ||
+ | font-style: italic; | ||
+ | } | ||
+ | |||
+ | .mw-htmlform#mw-prefs-form div#preferences{ | ||
+ | background-color: #282828; | ||
+ | color: #E0E0E0; | ||
+ | } | ||
+ | |||
+ | .mw-notification-content{ | ||
+ | background-color: #666; | ||
+ | color: CA2C2C; | ||
+ | } | ||
+ | |||
+ | .mw-notification, .mw-notification-noautohide, .mw-notification-type-info, .mw-notification-visible{ | ||
+ | background-color: #666; | ||
+ | color: CA2C2C; | ||
+ | } | ||
+ | |||
+ | /*CSS-Style für Kalender*/ | ||
+ | |||
+ | .ms-calendar-header { | ||
+ | border-color: #dd8247; | ||
+ | border-radius: 5px; | ||
+ | background-color: #1c1c1c; | ||
+ | } | ||
+ | |||
+ | .ms-calendar-header span.ms-calendar-current { | ||
+ | font-weight: bold; | ||
+ | color: #BF5F18 | ||
+ | } | ||
+ | |||
+ | .ms-calendar-header span.ms-calendar-current:hover { | ||
+ | font-weight: bold; | ||
+ | color: #e0e0e0; | ||
+ | } | ||
+ | |||
+ | |||
+ | .fc-calendar .fc-row > div > span.fc-date { | ||
+ | font-weight: bold; | ||
+ | color: #e0e0e0; | ||
+ | text-shadow: none; | ||
+ | font-family: 'Lato', Arial,sans-serif; | ||
+ | font-size: 20px; | ||
+ | } | ||
+ | |||
+ | .fc-calendar .fc-row > div{ | ||
+ | background: #404040; | ||
+ | } | ||
+ | |||
+ | .fc-calendar .fc-row > div.fc-empty { | ||
+ | background: #404040; | ||
+ | } | ||
+ | |||
+ | .fc-calendar .fc-row > div.fc-we { | ||
+ | background: #1c1c1c; | ||
+ | } | ||
+ | |||
+ | span.event{ | ||
+ | color: #e0e0e0; | ||
+ | font-size: 15px; | ||
+ | } | ||
+ | |||
+ | .weekNo{ | ||
+ | border-top: none; | ||
+ | } | ||
+ | |||
+ | span.ms-calendar-prev { | ||
+ | color: #dd8247; | ||
+ | } | ||
+ | |||
+ | |||
+ | span.ms-calendar-next { | ||
+ | color: #dd8247; | ||
+ | } | ||
+ | |||
+ | span.ms-calendar-prev-year { | ||
+ | color: #dd8247; | ||
+ | } | ||
+ | |||
+ | span.ms-calendar-next-year { | ||
+ | color: #dd8247; | ||
+ | } | ||
+ | |||
+ | |||
+ | span.ms-calendar-prev:hover { | ||
+ | color: #e0e0e0; | ||
+ | } | ||
+ | |||
+ | span.ms-calendar-next:hover { | ||
+ | color: #e0e0e0; | ||
+ | } | ||
+ | |||
+ | span.ms-calendar-prev-year:hover { | ||
+ | color: #e0e0e0; | ||
+ | } | ||
+ | |||
+ | span.ms-calendar-next-year:hover { | ||
+ | color: #e0e0e0; | ||
+ | } | ||
+ | |||
+ | .fc-calendar .fc-row > div { | ||
+ | border-color: #000; | ||
+ | } | ||
+ | |||
+ | .fc-row > div:first-child{ | ||
+ | border-color: #000; | ||
+ | } | ||
+ | |||
+ | .fc-calendar .fc-row > div.fc-today { | ||
+ | border: 2px solid #dd8247; | ||
+ | } | ||
+ | |||
+ | /* + Zeichen im Calendar */ | ||
+ | .fc-calendar span.add_event { | ||
+ | color: #dd8247; | ||
+ | } | ||
+ | |||
+ | .ms-calendar-header input{ | ||
+ | background: #222222; | ||
+ | color: #e0e0e0; | ||
+ | border: 1px solid #dd8247; | ||
+ | border-radius: 5px; | ||
+ | padding-left: 5px; | ||
+ | } | ||
+ | |||
+ | .ms-calendar-header input:focus{ | ||
+ | outline: none; | ||
+ | border-color: #ca2c2c; | ||
+ | } | ||
+ | |||
+ | .ms-calendar-header select{ | ||
+ | background: #222222; | ||
+ | color: #e0e0e0; | ||
+ | border: 1px solid #dd8247; | ||
+ | border-radius: 5px; | ||
+ | padding-left: 2px; | ||
+ | } | ||
+ | |||
+ | .ms-calendar-header select:after{ | ||
+ | background: #222222; | ||
+ | color: #e0e0e0; | ||
+ | border: 1px solid #dd8247; | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .ms-calendar-header select:focus{ | ||
+ | outline: none; | ||
+ | border-color: #ca2c2c; | ||
+ | } | ||
+ | |||
+ | .fc-calendar .fc-head > div { | ||
+ | font-family:"Linux Libertine",Georgia,Times,serif; | ||
+ | color: #e0e0e0; | ||
+ | } | ||
+ | |||
+ | .fc-calendar .fc-row > div.fc-today{ | ||
+ | } | ||
+ | |||
+ | .fc-calendar .fc-row > div.fc-today .event:hover { | ||
+ | color: #dd8247; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .fc-calendar .fc-row > div.fc-content .event:hover { | ||
+ | color: #dd8247; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .fc-calendar .fc-row > div.fc-we .event:hover { | ||
+ | color: #dd8247; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .fc-calendar .fc-row > div.fc-today.fc-we .event:hover { | ||
+ | color: #dd8247; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .fc-calendar .fc-row > div.fc-today.fc-we{ | ||
+ | } | ||
+ | |||
+ | .fc-calendar span.add_event:hover { | ||
+ | color: #e0e0e0; | ||
+ | } | ||
+ | |||
+ | /* Event-Widget (auf + drücken) */ | ||
+ | |||
+ | .ui-dialog { | ||
+ | background: #1c1c1c; | ||
+ | } | ||
+ | |||
+ | .ui-widget-header { | ||
+ | border-color: #dd8247; | ||
+ | } | ||
+ | |||
+ | .ui-dialog .ui-dialog-content { | ||
+ | background: #282828; | ||
+ | } | ||
+ | |||
+ | .ui-resizable-n{ | ||
+ | background: #282828; | ||
+ | } | ||
+ | |||
+ | .ui-resizable-e{ | ||
+ | background: #282828; | ||
+ | } | ||
+ | |||
+ | .ui-resizable-s{ | ||
+ | background: #282828; | ||
+ | } | ||
+ | |||
+ | .ui-resizable-w{ | ||
+ | background: #282828; | ||
+ | } | ||
+ | |||
+ | .ui-widget-content{ | ||
+ | border: none; | ||
+ | background: #282828; | ||
+ | } | ||
+ | |||
+ | .ui-widget input { | ||
+ | background: #222222; | ||
+ | border: 1px solid #dd8247; | ||
+ | color: #e0e0e0; | ||
+ | } | ||
+ | |||
+ | .ui-widget input:focus{ | ||
+ | outline: none; | ||
+ | border: 1px solid #bf5f18; | ||
+ | } | ||
+ | |||
+ | .ms-calendar-dialog-form img:hover{ | ||
+ | border: 1px solid #dd8247; | ||
+ | border-radius: 2px; | ||
+ | } | ||
+ | |||
+ | /* DatePicker */ | ||
+ | |||
+ | .ui-datepicker table { | ||
+ | color: #e0e0e0; | ||
+ | } | ||
+ | |||
+ | /* ErrorFeld (z.B. Incorrect username) */ | ||
+ | .mw-ui-vform .error { | ||
+ | border: 1px solid #CA2C2C; | ||
+ | background-color: #282828; | ||
+ | } | ||
+ | |||
+ | /* Spoilers */ | ||
+ | .spoilers-body{ | ||
+ | border: 1px solid #121212; | ||
+ | border-radius: 5px; | ||
+ | color: #e0e0e0; | ||
+ | background-color: #1c1c1c; | ||
+ | padding-left: 5px; | ||
+ | padding-right: 5px; | ||
+ | margin-top: 4px; | ||
+ | } | ||
+ | |||
+ | .spoilers-button{ | ||
+ | color: #dd8247; | ||
+ | background: transparent; | ||
+ | font-weight: bold; | ||
+ | border: 1px solid #dd8247; | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | |||
+ | .spoilers-button:hover{ | ||
+ | background: #1c1c1c; | ||
+ | } | ||
+ | |||
+ | /* ApprovedRevs */ | ||
+ | |||
+ | span.approvedAndLatestMsg{ | ||
+ | color: #c4c4c4; | ||
+ | } | ||
+ | |||
+ | span.approvingUser { | ||
+ | color: #c4c4c4; | ||
+ | } | ||
+ | |||
+ | span.approvingUser a{ | ||
+ | color: #dd8247; | ||
+ | } | ||
+ | |||
+ | #contentSub, #contentSub2{ | ||
+ | color: #c4c4c4; | ||
+ | margin-top: 3px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .successbox { | ||
+ | color: #008000; | ||
+ | border-color: #dd8247; | ||
+ | background-color: #1c1c1c; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Search Profile Tabs (Suche mit Enter bestätigen) */ | ||
+ | |||
+ | .mw-search-profile-tabs { | ||
+ | background-color: #1c1c1c; | ||
+ | color: #f0f0f0; | ||
+ | border: 1px solid #dd8247; | ||
+ | } | ||
+ | |||
+ | .search-types .current a { | ||
+ | color: #f0f0f0; | ||
+ | } | ||
+ | |||
+ | .oo-ui-textInputWidget.oo-ui-indicatorElement input { | ||
+ | background-color:#222; | ||
+ | color:#E0E0E0; | ||
+ | border: 1px solid #dd8247; | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .mw-normal-catlinks{ | ||
+ | color: #d5892E |
Version vom 4. April 2020, 13:54 Uhr
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */ #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:#F2F2F2; } hr{ color:#dd8247; background-color: #dd8247; } .editOptions{ background-color:#282828; border-color:#1c1c1c; color:#E0E0E0; } input,textarea{ background-color:#4c4c4c; border-color:#4c4c4c; color:#E0E0E0; outline-color:#BF5F18; } a,.mw-body a.external,.mw-body a.extiw{ color:#dd8247 } a:visited,.mw-body a.external:visited,.mw-body a.extiw:visited{ color:#d5692e } a.new,#p-personal a.new{ color:#CA2C2C } ul{ list-style-image:none } div.thumbinner,.catlinks{ background-color:#1c1c1c; border-color:#666 } #toc,div.toc,ul#filetoc,li.gallerybox div.thumb{ background-color:#1c1c1c; border-color:#121212; border-radius: 5px; border-width: 1px; } span.tocnumber{ color: #E0E0E0 } div.toc li{ margin-left: 0.5em; } code{ border:none; background-color:inherit; color:inherit } table.mw_metadata td,table.mw_metadata th,table.wikitable,table.wikitable>*>tr>th,table.wikitable>*>tr>td,pre{ color:#E0E0E0; 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:#1c1c1c; } table.diff{ background-color:#404040 } td .diffchange{ color:#1c1c1c } #pagehistory li.selected,td.diff-context{ background-color:inherit; color:inherit } #pagehistory li{ border:0 } ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper,ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper,ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper{ background-color:rgba(0,0,0,0.8) } #left-navigation div.vectorTabs,#right-navigation div.vectorTabs{ background-image:inherit; background-color:transparent; } #left-navigation div.vectorTabs ul,#right-navigation div.vectorTabs ul{ background-color:transparent; } #left-navigation div.vectorTabs ul li,#right-navigation div.vectorTabs ul li{ background-color:#222; 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.vectorTabs li.new a,#right-navigation div.vectorTabs li.new a,#left-navigation div.vectorTabs li.new a:visited,#right-navigation div.vectorTabs li.new a:visited{ color:#CA2C2C } #left-navigation div.vectorTabs li.selected,#right-navigation div.vectorTabs li.selected{ background-color:#282828; background-image:-moz-linear-gradient(bottom, #282828 90%, #BF5F18 0); background-image:-webkit-gradient(linear, left bottom, left top, color-stop(90%, #282828), color-stop(0, #BF5F18)); background-image:-webkit-linear-gradient(bottom, #282828 90%, #BF5F18 0); background-image:linear-gradient(#282828 90%, #BF5F18 0); } #left-navigation div.vectorTabs li.selected a,#right-navigation div.vectorTabs li.selected a,#left-navigation div.vectorTabs li.selected a:visited,#right-navigation div.vectorTabs li.selected a:visited{ color:#d5692e } #left-navigation div.vectorTabs li a,#right-navigation div.vectorTabs li a{ color:#dd8247 } #left-navigation div.vectorTabs span,#right-navigation div.vectorTabs span{ background:transparent } div#mw-head #right-navigation div.vectorMenu h3{ background:inherit } div#mw-head div.vectorMenu h3 span{ color:#dd8247 } div.vectorMenu h3 a{ background:inherit } div.vectorMenu ul{ background-color:black; border:solid 1px #0c0c0c } div.vectorMenu li a{ color:#dd8247 } div.vectorMenu li.selected a,div.vectorMenu li.selected a:visited{ color:#d5692e; text-decoration:none } div.vectorMenu#p-cactions div.menu{ border-color:#666 } div.vectorMenu#p-cactions ul{ border:0; background-color:#1c1c1c } #mw-navigation div#mw-panel div.portal{ background-image:none; } #mw-navigation div#mw-panel div.portal#p-logo,#mw-navigation div#mw-panel div.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 #BF5F18; border-radius: 10px 0px 0px 10px; border-right-width:0; margin-top:0px; background-color: #282828; color:#E0E0E0; 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,.mw-body h2,.mw-body #firstHeading{ font-family:"Linux Libertine",Georgia,Times,serif; line-height:1.3; margin-bottom:.25em; padding:0; border-bottom: 1px solid #dd8247; } .mw-body h1,.mw-body #firstHeading{ font-size:1.8em } .mw-body #firstHeading{ margin-block-end: 0em; margin-bottom: 0em; } .mw-body h2{ font-size:1.5em; margin-top:1em } .mw-body h3,.mw-body h4,.mw-body h5,.mw-body h6{ line-height:1.6; margin-top:.3em; margin-bottom:0; padding-bottom:0 } .mw-body h3{ font-size:1.17em } .mw-body h3,.mw-body h4{ font-weight:bold } .mw-body h4,.mw-body h5,.mw-body h6{ font-size:100% } .mw-body #toc h2,.mw-body .toc h2{ font-size:100%; font-family: 'Lato', Arial, sans-serif; } div.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:#1c1c1c; color: #E0E0E0; } #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 div#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-userpage,#pt-anonuserpage{ background-position:left top; background-repeat:no-repeat; background-image:url('../skins/Vector/images/user-icon.png'); background-image:-webkit-linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/user-icon.svg'); background-image:linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/user-icon.svg'); padding-left:15px !important } #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 } div#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:#E0E0E0; background-color:#222; background-image: /* @embed */ url('../skins/Vector/images/search-fade.png'); background-position:top left; background-repeat:repeat-x } div#simpleSearch input{ margin:0; padding: 0; border:0; background-color:#222; color:#E0E0E0; } div#simpleSearch #searchInput{ width:100%; padding:.2em 0 .2em .2em; padding-left: 5px; font-size:13px; direction:ltr; -webkit-appearance:textfield } div#simpleSearch #searchInput:focus{ outline:none } div#simpleSearch input.placeholder{ color:#eeeeee; } div#simpleSearch input:placeholder{ color:#eeeeee; } div#simpleSearch input:-ms-input-placeholder{ color:#eeeeee; } div#simpleSearch input:-moz-placeholder{ color:#eeeeee; } div#simpleSearch #searchInput.placeholder{ color:#eeeeee; } div#simpleSearch #searchInput:placeholder{ color:#eeeeee; } div#simpleSearch #searchInput:-ms-input-placeholder{ color:#eeeeee; } div#simpleSearch #searchInput:-moz-placeholder{ color:#eeeeee; } div#simpleSearch #searchInput::-webkit-search-decoration,div#simpleSearch #searchInput::-webkit-search-cancel-button,div#simpleSearch #searchInput::-webkit-search-results-button,div#simpleSearch #searchInput::-webkit-search-results-decoration{ -webkit-appearance:textfield } div#simpleSearch #searchButton,div#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 } div#simpleSearch #mw-searchButton{ z-index:1 } 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:#282828; 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:#dd8247; 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 } body.rtl div.vectorMenu{ direction:rtl } div#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% } div.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:#dd8247; cursor:pointer; font-size:.8em } div.vectorMenu li>a{ display:block } div.vectorMenu li.selected a,div.vectorMenu li.selected a:visited{ color:#282828; 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% } li#ca-view{ border-radius: 5px 0px 0px 0px; } div.vectorMenu{ border-left: 1px solid #BF5F18 } #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'); } #ca-unwatch.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') } #ca-watch.icon a{ 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') } #ca-unwatch.icon a:hover,#ca-unwatch.icon a:focus{ 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') } #ca-watch.icon a:hover,#ca-watch.icon a:focus{ 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') } #ca-unwatch.icon a.loading,#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% } #ca-unwatch.icon a span,#ca-watch.icon a span{ display:none } #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:#282828; } #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 } div#mw-panel{ font-size:inherit; position:absolute; top:160px; padding-top:1em; width:10em; left:0 } div#mw-panel div.portal{ margin:0 .6em 0 .7em; padding: 0.25em 0; direction:ltr; background-position:top left; background-repeat:no-repeat; background-image: /* @embed */ url('../skins/Vector/images/portal-break.png') } div#mw-panel div.portal h3{ font-size:12px; color:#E0E0E0; font-weight:normal; margin:0; padding:.25em 0 .25em .25em; cursor:default; } div#mw-panel div.portal div.body{ margin:0 0 0 .5em; padding-top:0; } div#mw-panel div.portal div.body ul{ list-style-type:none; list-style-image:none; margin:0; padding:0; border-top: 1px solid #BF5F18 } div#mw-panel div.portal div.body ul li{ line-height:1.125em; margin:0; font-size:12px; word-wrap:break-word } div#mw-panel div.portal div.body ul li a{ color:#dd8247 } div#mw-panel div.portal div.body ul li a:visited{ color:#d5692e } div#mw-panel div.portal.first{ background-image:none; margin-top:0 } div#mw-panel div.portal.first h3{ display:none } div#mw-panel div.portal.first div.body{ margin-left:.5em } div#footer{ margin-left:10em; margin-top:0; padding:.75em; direction:ltr } div#footer ul{ list-style-type:none; list-style-image:none; margin:0; padding:0 } div#footer ul li{ margin:0; padding:0; padding-top:.5em; padding-bottom:.5em; color:#f0f0f0; font-size:.7em } div#footer #footer-info li{ opacity: 0.7; } div#footer #footer-icons{ float:right } div#footer #footer-icons li{ float:left; margin-left:.5em; line-height:2em; text-align:right } div#footer #footer-info li{ line-height:1.4em } div#footer #footer-places li{ float:left; margin-right:1em; line-height:2em } body.ltr div#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'); background-image:-webkit-linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/external-link-ltr-icon.svg'); background-image:linear-gradient(transparent, transparent), /* @embed */ url('../skins/Vector/images/external-link-ltr-icon.svg'); padding-right:13px } .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea { outline-color: #BF5F18; } #mw-indicator-mw-helplink a{ background-image:url(../skins/Vector/images/help.png) } #right-navigation div.vectorTabs li#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: #BF5F18; border-color: #BF5F18; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span { background-color: #BF5F18; border-color: #BF5F18; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:hover + span { background-color: #BF5F18; border-color: #BF5F18; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:focus + span { background-color: #BF5F18; border-color: #BF5F18; box-shadow: inset 0 0 0 1px #BF5F18, inset 0 0 0 2px #fff; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:focus + span { border-color: #BF5F18; box-shadow: inset 0 0 0 1px #BF5F18; } .oo-ui-textInputWidget.oo-ui-widget-enabled input:focus, .oo-ui-textInputWidget.oo-ui-widget-enabled textarea:focus { outline: 0; border-color: #BF5F18; box-shadow: inset 0 0 0 1px #BF5F18; } .oo-ui-textInputWidget.oo-ui-widget-enabled:hover input:focus, .oo-ui-textInputWidget.oo-ui-widget-enabled:hover textarea:focus { border-color: #BF5F18; } .mw-ui-input{ border-radius: 5px; background-color: #222; border: 1px solid #BF5F18; color: #e0e0e0; box-shadow: inset 0 0 0 1px #BF5F18; } .mw-ui-input:focus { border-color: #BF5F18; box-shadow: inset 0 0 0 1px #BF5F18; outline: 0; } .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked:focus + label:before { background-color: #BF5F18; border-color: #BF5F18; box-shadow: inset 0 0 0 1px #BF5F18, inset 0 0 0 2px #ffffff; } .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:focus + label:before { border-color: #BF5F18; box-shadow: inset 0 0 0 1px #BF5F18; } .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked + label:before { background-color: #BF5F18; border-color: #BF5F18; } .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:hover + label:before { border-color: #BF5F18; } .client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked:hover + label:before { background-color: #BF5F18; border-color: #BF5F18; } /* EDIT Button "Änderungen Speichern" */ .editButtons input#wpSave{ background-color: #BF5F18; color: #f0f0f0; font-weight: bold; border: 1px solid #282828; border-radius: 5px; text-shadow: 0 0 15px #282828; } .editButtons input#wpSave:hover { color: #dd8247; background: #282828; font-weight: bold; border: 1px solid #dd8247; 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: #dd8247; background: #282828; font-weight: bold; border: 1px solid #dd8247; border-radius: 5px;} .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover { background: #1c1c1c; border-color: #dd8247; color: #dd8247; } /* Zusammenfassung EDIT-Screen */ /* DISABLED WEGEN AUTOCOMPLETION .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea{ border-radius: 5px; background-color: #222; border: 1px solid #BF5F18; color: #e0e0e0; box-shadow: inset 0 0 0 1px #BF5F18; } .oo-ui-textInputWidget input:focus, .oo-ui-textInputWidget textarea:focus { border-color: #BF5F18; box-shadow: inset 0 0 0 1px #BF5F18; 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: #BF5F18; color: #f0f0f0; font-weight: bold; border: 1px solid #282828; border-radius: 5px; text-shadow: 0 0 15px #282828; } .mw-ui-button.mw-ui-progressive:hover { color: #dd8247; background: #282828; font-weight: bold; border: 1px solid #dd8247; border-radius: 5px; } #mw-createaccount-join { color: #dd8247; background: #282828; font-weight: bold; border: 1px solid #dd8247; border-radius: 5px; } #mw-createaccount-join:hover { background: #1c1c1c; border-color: #dd8247; color: #dd8247; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { color: #FFFFFF; background-color: #BF5F18; border-color: #BF5F18; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus { border-color: #BF5F18; box-shadow: inset 0 0 0 1px #BF5F18, 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: #BF5F18; } :focus { outline: auto #BF5F18 1px; } select:focus{ outline: auto #BF5F18 1px; } table.jquery-tablesorter th.headerSort { color: #dd8247; } div#mw-normal-catlinks a.new{ color: #BF5F18 } div#catlinks.catlinks{ border-color: black } div#contentSub{ margin-bottom: 0.5em; } input#searchInput{ border-color: #BF5F18; } div#simpleSearch { border-color: #BF5F18; } h3#p-tb-label{ display: none; } /*CSS Style für Special:Preferences */ .mw-htmlform{ background-color: #282828; color: #000000; } .mw-htmlform form{ background-color: #282828; color: #E0E0E0; } .mw-htmlform div{ background-color: #282828; color: #E0E0E0; } .mw-htmlform div#preferences fieldset{ background-color: #282828; color: #E0E0E0; } fieldset { border: 1px solid #dd8247; } legend { color: #E0E0E0; } td.htmlform-tip { color: #E0E0E0; } label{ color: #E0E0E0; } div.toctitle h2{ border-bottom: none; } .mw-htmlform div#preferences fieldset legend{ color: #E0E0E0; } .mw-htmlform div#preferences a.stub{ color: #dd8247; } .client-js #preftoc a, .client-js #preftoc a:active, .client-js #preftoc a:focus { background-color:#282828; background-image:-moz-linear-gradient(top, #BF5F18 0, #282828 3%); background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #BF5F18), color-stop(3%, #282828)); background-image:-webkit-linear-gradient(top, #BF5F18 0, #282828 3%); background-image:linear-gradient(#BF5F18 0, #282828 3%); color: #BF5F18; outline:none; } .client-js #preftoc li.selected a { background-color:#282828; background-image:-moz-linear-gradient(top, #dd8247 0, #282828 10%); background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dd8247), color-stop(10%, #282828)); background-image:-webkit-linear-gradient(top, #dd8247 0, #282828 10%); background-image:linear-gradient(#dd8247 0, #282828 10%); color: #dd8247; outline:none; text-decoration: underline; } .mw-htmlform div#preferences td.htmlform-tip{ color: #E0E0E0; font-style: italic; } .mw-htmlform#mw-prefs-form div#preferences{ background-color: #282828; color: #E0E0E0; } .mw-notification-content{ background-color: #666; color: CA2C2C; } .mw-notification, .mw-notification-noautohide, .mw-notification-type-info, .mw-notification-visible{ background-color: #666; color: CA2C2C; } /*CSS-Style für Kalender*/ .ms-calendar-header { border-color: #dd8247; border-radius: 5px; background-color: #1c1c1c; } .ms-calendar-header span.ms-calendar-current { font-weight: bold; color: #BF5F18 } .ms-calendar-header span.ms-calendar-current:hover { font-weight: bold; color: #e0e0e0; } .fc-calendar .fc-row > div > span.fc-date { font-weight: bold; color: #e0e0e0; text-shadow: none; font-family: 'Lato', Arial,sans-serif; font-size: 20px; } .fc-calendar .fc-row > div{ background: #404040; } .fc-calendar .fc-row > div.fc-empty { background: #404040; } .fc-calendar .fc-row > div.fc-we { background: #1c1c1c; } span.event{ color: #e0e0e0; font-size: 15px; } .weekNo{ border-top: none; } span.ms-calendar-prev { color: #dd8247; } span.ms-calendar-next { color: #dd8247; } span.ms-calendar-prev-year { color: #dd8247; } span.ms-calendar-next-year { color: #dd8247; } span.ms-calendar-prev:hover { color: #e0e0e0; } span.ms-calendar-next:hover { color: #e0e0e0; } span.ms-calendar-prev-year:hover { color: #e0e0e0; } span.ms-calendar-next-year:hover { color: #e0e0e0; } .fc-calendar .fc-row > div { border-color: #000; } .fc-row > div:first-child{ border-color: #000; } .fc-calendar .fc-row > div.fc-today { border: 2px solid #dd8247; } /* + Zeichen im Calendar */ .fc-calendar span.add_event { color: #dd8247; } .ms-calendar-header input{ background: #222222; color: #e0e0e0; border: 1px solid #dd8247; border-radius: 5px; padding-left: 5px; } .ms-calendar-header input:focus{ outline: none; border-color: #ca2c2c; } .ms-calendar-header select{ background: #222222; color: #e0e0e0; border: 1px solid #dd8247; border-radius: 5px; padding-left: 2px; } .ms-calendar-header select:after{ background: #222222; color: #e0e0e0; border: 1px solid #dd8247; border-radius: 5px; } .ms-calendar-header select:focus{ outline: none; border-color: #ca2c2c; } .fc-calendar .fc-head > div { font-family:"Linux Libertine",Georgia,Times,serif; color: #e0e0e0; } .fc-calendar .fc-row > div.fc-today{ } .fc-calendar .fc-row > div.fc-today .event:hover { color: #dd8247; background-color: transparent; } .fc-calendar .fc-row > div.fc-content .event:hover { color: #dd8247; background-color: transparent; } .fc-calendar .fc-row > div.fc-we .event:hover { color: #dd8247; background-color: transparent; } .fc-calendar .fc-row > div.fc-today.fc-we .event:hover { color: #dd8247; background-color: transparent; } .fc-calendar .fc-row > div.fc-today.fc-we{ } .fc-calendar span.add_event:hover { color: #e0e0e0; } /* Event-Widget (auf + drücken) */ .ui-dialog { background: #1c1c1c; } .ui-widget-header { border-color: #dd8247; } .ui-dialog .ui-dialog-content { background: #282828; } .ui-resizable-n{ background: #282828; } .ui-resizable-e{ background: #282828; } .ui-resizable-s{ background: #282828; } .ui-resizable-w{ background: #282828; } .ui-widget-content{ border: none; background: #282828; } .ui-widget input { background: #222222; border: 1px solid #dd8247; color: #e0e0e0; } .ui-widget input:focus{ outline: none; border: 1px solid #bf5f18; } .ms-calendar-dialog-form img:hover{ border: 1px solid #dd8247; border-radius: 2px; } /* DatePicker */ .ui-datepicker table { color: #e0e0e0; } /* ErrorFeld (z.B. Incorrect username) */ .mw-ui-vform .error { border: 1px solid #CA2C2C; background-color: #282828; } /* Spoilers */ .spoilers-body{ border: 1px solid #121212; border-radius: 5px; color: #e0e0e0; background-color: #1c1c1c; padding-left: 5px; padding-right: 5px; margin-top: 4px; } .spoilers-button{ color: #dd8247; background: transparent; font-weight: bold; border: 1px solid #dd8247; border-radius: 5px; } .spoilers-button:hover{ background: #1c1c1c; } /* ApprovedRevs */ span.approvedAndLatestMsg{ color: #c4c4c4; } span.approvingUser { color: #c4c4c4; } span.approvingUser a{ color: #dd8247; } #contentSub, #contentSub2{ color: #c4c4c4; margin-top: 3px; } .successbox { color: #008000; border-color: #dd8247; background-color: #1c1c1c; } /* Search Profile Tabs (Suche mit Enter bestätigen) */ .mw-search-profile-tabs { background-color: #1c1c1c; color: #f0f0f0; border: 1px solid #dd8247; } .search-types .current a { color: #f0f0f0; } .oo-ui-textInputWidget.oo-ui-indicatorElement input { background-color:#222; color:#E0E0E0; border: 1px solid #dd8247; border-radius: 5px; } .mw-normal-catlinks{ color: #d5892E