MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus Nerds Go Wiki
Zur Navigation springen Zur Suche springen
Zeile 8: Zeile 8:
  
 
#ca-talk {
 
#ca-talk {
display:none!important;  
+
display: none!important;
 
}
 
}
  
.tocnumber:after { content: '.' }
+
.tocnumber:after {
 +
content: '.'
 +
}
  
#ca-nstab-main {  
+
#ca-nstab-main {
display:none!important;  
+
display: none!important;
 
}
 
}
  
 
#ca-nstab-special {
 
#ca-nstab-special {
display:none!important;  
+
display: none!important;
 
}
 
}
  
 
#ca-nstab-mediawiki {
 
#ca-nstab-mediawiki {
display:none!important;  
+
display: none!important;
 
}
 
}
  
h1,h2,h3,h4,h5,h6{
+
h1,
    color:#F2F2F2;
+
h2,
 +
h3,
 +
h4,
 +
h5,
 +
h6 {
 +
color: #F2F2F2;
 
}
 
}
  
hr{
+
hr {
    color:#dd8247;
+
color: #dd8247;
 
background-color: #dd8247;
 
background-color: #dd8247;
 
}
 
}
  
.editOptions{
+
.editOptions {
    background-color:#282828;
+
background-color: #282828;
    border-color:#1c1c1c;
+
border-color: #1c1c1c;
    color:#E0E0E0;
+
color: #E0E0E0;
 
 
}
 
}
input,textarea{
+
 
    background-color:#4c4c4c;
+
input,
    border-color:#4c4c4c;
+
textarea {
    color:#E0E0E0;
+
background-color: #4c4c4c;
outline-color:#BF5F18;
+
border-color: #4c4c4c;
+
color: #E0E0E0;
 +
outline-color: #BF5F18;
 
}
 
}
a,.mw-body a.external,.mw-body a.extiw{
+
 
    color:#dd8247
+
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:visited,
 +
.mw-body a.external:visited,
 +
.mw-body a.extiw:visited {
 +
color: #d5692e
 
}
 
}
a.new,#p-personal a.new{
+
 
    color:#CA2C2C
+
a.new,
 +
#p-personal a.new {
 +
color: #CA2C2C
 
}
 
}
ul{
+
 
    list-style-image:none
+
ul {
 +
list-style-image: none
 
}
 
}
div.thumbinner,.catlinks{
+
 
    background-color:#1c1c1c;
+
div.thumbinner,
    border-color:#666
+
.catlinks {
 +
background-color: #1c1c1c;
 +
border-color: #666
 
}
 
}
  
#toc,div.toc,ul#filetoc,li.gallerybox div.thumb{
+
#toc,
    background-color:#1c1c1c;
+
div.toc,
    border-color:#121212;
+
ul#filetoc,
 +
li.gallerybox div.thumb {
 +
background-color: #1c1c1c;
 +
border-color: #121212;
 
border-radius: 5px;
 
border-radius: 5px;
 
border-width: 1px;
 
border-width: 1px;
 
}
 
}
  
span.tocnumber{
+
span.tocnumber {
 
color: #E0E0E0
 
color: #E0E0E0
 
}
 
}
  
div.toc li{
+
div.toc li {
 
margin-left: 0.5em;
 
margin-left: 0.5em;
 
}
 
}
  
code{
+
code {
    border:none;
+
border: none;
    background-color:inherit;
+
background-color: inherit;
    color:inherit
+
color: inherit
 +
}
 +
 
 +
.mw-datatable td {
 +
background-color: #404040;
 +
border-color: #121212;
 +
}
 +
 
 +
.mw-datatable th {
 +
background-color: #1c1c1c;
 +
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{
+
table.mw_metadata td,
    color:#E0E0E0;
+
table.mw_metadata th,
background-color:#404040;
+
table.wikitable,
    border-color:#121212;
+
table.wikitable>*>tr>th,
 +
table.wikitable>*>tr>td,
 +
pre {
 +
color: #E0E0E0;
 +
background-color: #404040;
 +
border-color: #121212;
 
border-width: 1px;
 
border-width: 1px;
 
padding-left: 0.5em;
 
padding-left: 0.5em;
 
padding-right: 0.5em;
 
padding-right: 0.5em;
 
}
 
}
table.mw_metadata th,table.wikitable>*>tr>th{
+
 
    background-color:#1c1c1c;
+
table.mw_metadata th,
 +
table.wikitable>*>tr>th {
 +
background-color: #1c1c1c;
 
}
 
}
table.diff{
+
 
    background-color:#404040
+
table.diff {
 +
background-color: #404040
 
}
 
}
td .diffchange{
+
 
    color:#1c1c1c
+
td .diffchange {
 +
color: #1c1c1c
 
}
 
}
  
 +
#pagehistory li.selected,
 +
td.diff-context {
 +
background-color: inherit;
 +
color: inherit
 +
}
  
#pagehistory li.selected,td.diff-context{
+
#pagehistory li {
    background-color:inherit;
+
border: 0
    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)
 
}
 
}
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,#right-navigation div.vectorTabs{
+
 
    background-image:inherit;
+
#left-navigation div.vectorTabs ul,
    background-color:transparent;
+
#right-navigation div.vectorTabs ul {
 +
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 ul li,#right-navigation div.vectorTabs ul li{
+
 
    background-color:#222;
+
#left-navigation div.vectorTabs li.new a,
    background-image:-moz-linear-gradient(top, #2e2e2e 20%, #222 100%);
+
#right-navigation div.vectorTabs li.new a,
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #2e2e2e), color-stop(100%, #222));
+
#left-navigation div.vectorTabs li.new a:visited,
    background-image:-webkit-linear-gradient(top, #2e2e2e 20%, #222 100%);
+
#right-navigation div.vectorTabs li.new a:visited {
    background-image:linear-gradient(#2e2e2e 20%, #222 100%);
+
color: #CA2C2C
 
}
 
}
#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,#right-navigation div.vectorTabs li.selected{
+
 
    background-color:#282828;
+
#left-navigation div.vectorTabs li.selected a,
    background-image:-moz-linear-gradient(bottom, #282828 90%, #BF5F18 0);
+
#right-navigation div.vectorTabs li.selected a,
    background-image:-webkit-gradient(linear, left bottom, left top, color-stop(90%, #282828), color-stop(0, #BF5F18));
+
#left-navigation div.vectorTabs li.selected a:visited,
    background-image:-webkit-linear-gradient(bottom, #282828 90%, #BF5F18 0);
+
#right-navigation div.vectorTabs li.selected a:visited {
    background-image:linear-gradient(#282828 90%, #BF5F18 0);
+
color: #d5692e
 
}
 
}
#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 li a,#right-navigation div.vectorTabs li a{
+
 
    color:#dd8247
+
#left-navigation div.vectorTabs span,
 +
#right-navigation div.vectorTabs span {
 +
background: transparent
 
}
 
}
#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 #right-navigation div.vectorMenu h3{
+
 
    background:inherit
+
div#mw-head div.vectorMenu h3 span {
 +
color: #dd8247
 
}
 
}
div#mw-head div.vectorMenu h3 span{
+
 
    color:#dd8247
+
div.vectorMenu h3 a {
 +
background: inherit
 
}
 
}
div.vectorMenu h3 a{
+
 
    background:inherit
+
div.vectorMenu ul {
 +
background-color: black;
 +
border: solid 1px #0c0c0c
 
}
 
}
div.vectorMenu ul{
+
 
    background-color:black;
+
div.vectorMenu li a {
    border:solid 1px #0c0c0c
+
color: #dd8247
 
}
 
}
div.vectorMenu li a{
+
 
    color:#dd8247
+
div.vectorMenu li.selected a,
 +
div.vectorMenu li.selected a:visited {
 +
color: #d5692e;
 +
text-decoration: none
 
}
 
}
div.vectorMenu li.selected a,div.vectorMenu li.selected a:visited{
+
 
    color:#d5692e;
+
div.vectorMenu#p-cactions div.menu {
    text-decoration:none
+
border-color: #666
 
}
 
}
div.vectorMenu#p-cactions div.menu{
+
 
    border-color:#666
+
div.vectorMenu#p-cactions ul {
 +
border: 0;
 +
background-color: #1c1c1c
 
}
 
}
div.vectorMenu#p-cactions ul{
+
 
    border:0;
+
#mw-navigation div#mw-panel div.portal {
    background-color:#1c1c1c
+
background-image: none;
 
}
 
}
#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
 
}
 
}
#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{
+
html,
    font-size:100%
+
body {
}
+
height: 100%;
html,body{
+
margin: 0;
    height:100%;
+
padding: 0;
    margin:0;
+
font-family: 'Lato', Arial, sans-serif;
    padding:0;
 
    font-family: 'Lato', Arial,sans-serif;
 
 
font-size: 15px;
 
font-size: 15px;
 
}
 
}
body{
+
 
    background-color:#2a2a2a;
+
body {
background-image:url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/background.jpg');
+
background-color: #2a2a2a;
 +
background-image: url('../../skins/Vector/images/background.jpg');
 
background-size: cover;
 
background-size: cover;
 
background-repeat: repeat;
 
background-repeat: repeat;
 
 
}
 
}
  
.mw-body{
+
.mw-body {
    margin-left:10em;
+
margin-left: 10em;
    padding:1em;
+
padding: 1em;
    border:1px solid #BF5F18;
+
border: 1px solid #BF5F18;
 
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: #282828;
+
background-color: #282828;
    color:#E0E0E0;
+
color: #E0E0E0;
    direction:ltr;
+
direction: ltr;
 
 
}
 
}
.mw-body .mw-editsection,.mw-body .mw-editsection-like{
+
 
    font-family: 'Lato', Arial, sans-serif;
+
.mw-body .mw-editsection,
 +
.mw-body .mw-editsection-like {
 +
font-family: 'Lato', Arial, sans-serif;
 
}
 
}
  
Zeile 220: Zeile 302:
 
}
 
}
  
.mw-body p{
+
.mw-body p {
    line-height:inherit;
+
line-height: inherit;
    margin:.5em 0
+
margin: .5em 0
 
}
 
}
.mw-body h1,.mw-body h2,.mw-body #firstHeading{
+
 
    font-family:"Linux Libertine",Georgia,Times,serif;
+
.mw-body h1,
    line-height:1.3;
+
.mw-body h2,
    margin-bottom:.25em;
+
.mw-body #firstHeading {
    padding:0;
+
font-family: "Linux Libertine", Georgia, Times, serif;
border-bottom: 1px solid #dd8247;  
+
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 h1,
 +
.mw-body #firstHeading {
 +
font-size: 1.8em
 
}
 
}
  
.mw-body #firstHeading{
+
.mw-body #firstHeading {
 
margin-block-end: 0em;
 
margin-block-end: 0em;
 
margin-bottom: 0em;
 
margin-bottom: 0em;
 
}
 
}
  
.mw-body h2{
+
.mw-body h2 {
    font-size:1.5em;
+
font-size: 1.5em;
    margin-top:1em
+
margin-top: 1em
 
}
 
}
.mw-body h3,.mw-body h4,.mw-body h5,.mw-body h6{
+
 
    line-height:1.6;
+
.mw-body h3,
    margin-top:.3em;
+
.mw-body h4,
    margin-bottom:0;
+
.mw-body h5,
    padding-bottom:0
+
.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 {
 +
font-size: 1.17em
 
}
 
}
.mw-body h3,.mw-body h4{
+
 
    font-weight:bold
+
.mw-body h3,
 +
.mw-body h4 {
 +
font-weight: bold
 
}
 
}
.mw-body h4,.mw-body h5,.mw-body h6{
+
 
    font-size:100%
+
.mw-body h4,
 +
.mw-body h5,
 +
.mw-body h6 {
 +
font-size: 100%
 
}
 
}
.mw-body #toc h2,.mw-body .toc h2{
+
 
    font-size:100%;
+
.mw-body #toc h2,
    font-family: 'Lato', Arial, sans-serif;
+
.mw-body .toc h2 {
 +
font-size: 100%;
 +
font-family: 'Lato', Arial, sans-serif;
 
}
 
}
div.emptyPortlet{
+
 
    display:none
+
div.emptyPortlet {
 +
display: none
 
}
 
}
ul{
+
 
    list-style-type:disc;
+
ul {
    list-style-image:
+
list-style-type: disc;
    /* @embed */
+
list-style-image: /* @embed */
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/bullet-icon.png')
+
url('../skins/Vector/images/bullet-icon.png')
 
}
 
}
pre,.mw-code{
+
 
    line-height:1.3em;
+
pre,
    background:#1c1c1c;
+
.mw-code {
 +
line-height: 1.3em;
 +
background: #1c1c1c;
 
color: #E0E0E0;
 
color: #E0E0E0;
 
}
 
}
#siteNotice{
+
 
    font-size:.8em
+
#siteNotice {
 +
font-size: .8em
 
}
 
}
.redirectText{
+
 
    font-size:140%
+
.redirectText {
 +
font-size: 140%
 
}
 
}
.redirectMsg img{
+
 
    vertical-align:text-bottom
+
.redirectMsg img {
 +
vertical-align: text-bottom
 
}
 
}
.mw-body-content{
+
 
    position:relative;
+
.mw-body-content {
    line-height:1.6;
+
position: relative;
    font-size: 15px
+
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 .mw-body,body.vector-animateLayout div#footer,body.vector-animateLayout #left-navigation{
+
body.vector-animateLayout #p-logo {
    -webkit-transition:margin-left 250ms,padding 250ms;
+
-webkit-transition: left 250ms;
    -moz-transition:margin-left 250ms,padding 250ms;
+
-moz-transition: left 250ms;
    -o-transition:margin-left 250ms,padding 250ms;
+
-o-transition: left 250ms;
    transition:margin-left 250ms,padding 250ms
+
transition: left 250ms
 
}
 
}
body.vector-animateLayout #p-logo{
+
 
    -webkit-transition:left 250ms;
+
body.vector-animateLayout #mw-panel {
    -moz-transition:left 250ms;
+
-webkit-transition: padding-right 250ms;
    -o-transition:left 250ms;
+
-moz-transition: padding-right 250ms;
    transition:left 250ms
+
-o-transition: padding-right 250ms;
 +
transition: padding-right 250ms
 
}
 
}
body.vector-animateLayout #mw-panel{
+
 
    -webkit-transition:padding-right 250ms;
+
body.vector-animateLayout #p-search {
    -moz-transition:padding-right 250ms;
+
-webkit-transition: margin-right 250ms;
    -o-transition:padding-right 250ms;
+
-moz-transition: margin-right 250ms;
    transition:padding-right 250ms
+
-o-transition: margin-right 250ms;
 +
transition: margin-right 250ms
 
}
 
}
body.vector-animateLayout #p-search{
+
 
    -webkit-transition:margin-right 250ms;
+
body.vector-animateLayout #p-personal {
    -moz-transition:margin-right 250ms;
+
-webkit-transition: right 250ms;
    -o-transition:margin-right 250ms;
+
-moz-transition: right 250ms;
    transition:margin-right 250ms
+
-o-transition: right 250ms;
 +
transition: right 250ms
 
}
 
}
body.vector-animateLayout #p-personal{
+
 
    -webkit-transition:right 250ms;
+
body.vector-animateLayout #mw-head-base {
    -moz-transition:right 250ms;
+
-webkit-transition: margin-left 250ms;
    -o-transition:right 250ms;
+
-moz-transition: margin-left 250ms;
    transition:right 250ms
+
-o-transition: margin-left 250ms;
 +
transition: margin-left 250ms
 
}
 
}
body.vector-animateLayout #mw-head-base{
+
 
    -webkit-transition:margin-left 250ms;
+
#p-personal {
    -moz-transition:margin-left 250ms;
+
position: absolute;
    -o-transition:margin-left 250ms;
+
top: .33em;
    transition:margin-left 250ms
+
right: .75em;
 +
z-index: 100
 
}
 
}
#p-personal{
+
 
    position:absolute;
+
#p-personal h3 {
    top:.33em;
+
display: none
    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 ul{
+
 
    list-style-type:none;
+
#p-personal li {
    list-style-image:none;
+
line-height: 1.125em;
    margin:0;
+
float: left;
    padding-left:10em
+
margin-left: .75em;
 +
margin-top: .5em;
 +
font-size: 12px;
 +
white-space: nowrap
 
}
 
}
#p-personal li{
+
 
    line-height:1.125em;
+
#pt-userpage,
    float:left;
+
#pt-anonuserpage {
    margin-left:.75em;
+
background-position: left top;
    margin-top:.5em;
+
background-repeat: no-repeat;
    font-size:12px;
+
background-image: url('../skins/Vector/images/user-icon.png');
    white-space:nowrap
+
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
 
}
 
}
#pt-userpage,#pt-anonuserpage{
+
 
    background-position:left top;
+
#p-search {
    background-repeat:no-repeat;
+
float: left;
    background-image:url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/user-icon.png');
+
margin-right: .5em;
    background-image:-webkit-linear-gradient(transparent, transparent),
+
margin-left: .5em
    /* @embed */
 
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/user-icon.svg');
 
    background-image:linear-gradient(transparent, transparent),
 
    /* @embed */
 
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/user-icon.svg');
 
    padding-left:15px !important
 
 
}
 
}
#p-search{
+
 
    float:left;
+
#p-search h3 {
    margin-right:.5em;
+
display: none
    margin-left:.5em
 
 
}
 
}
#p-search h3{
+
 
    display:none
+
#p-search form,
 +
#p-search input {
 +
margin: 0;
 +
margin-top: .4em
 
}
 
}
#p-search form,#p-search input{
+
 
    margin:0;
+
div#simpleSearch {
    margin-top:.4em
+
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{
+
 
    display:block;
+
div#simpleSearch input {
    width:12.6em;
+
margin: 0;
    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('https://nerdsgocasual.de/mediawiki/skins/Vector/images/search-fade.png');
 
    background-position:top left;
 
    background-repeat:repeat-x
 
}
 
div#simpleSearch input{
 
    margin:0;
 
 
padding: 0;
 
padding: 0;
    border:0;
+
border: 0;
    background-color:#222;
+
background-color: #222;
    color:#E0E0E0;
+
color: #E0E0E0;
 
}
 
}
div#simpleSearch #searchInput{
+
 
    width:100%;
+
div#simpleSearch #searchInput {
    padding:.2em 0 .2em .2em;
+
width: 100%;
 +
padding: .2em 0 .2em .2em;
 
padding-left: 5px;
 
padding-left: 5px;
    font-size:13px;
+
font-size: 13px;
    direction:ltr;
+
direction: ltr;
    -webkit-appearance:textfield
+
-webkit-appearance: textfield
 
}
 
}
div#simpleSearch #searchInput:focus{
+
 
    outline:none
+
div#simpleSearch #searchInput:focus {
 +
outline: none
 
}
 
}
  
div#simpleSearch input.placeholder{
+
div#simpleSearch input.placeholder {
color:#eeeeee;
+
color: #eeeeee;
 
}
 
}
  
div#simpleSearch input:placeholder{
+
div#simpleSearch input:placeholder {
color:#eeeeee;
+
color: #eeeeee;
 
}
 
}
  
div#simpleSearch input:-ms-input-placeholder{
+
div#simpleSearch input:-ms-input-placeholder {
    color:#eeeeee;
+
color: #eeeeee;
 
}
 
}
div#simpleSearch input:-moz-placeholder{
+
 
    color:#eeeeee;
+
div#simpleSearch input:-moz-placeholder {
 +
color: #eeeeee;
 
}
 
}
  
div#simpleSearch #searchInput.placeholder{
+
div#simpleSearch #searchInput.placeholder {
    color:#eeeeee;
+
color: #eeeeee;
 
}
 
}
  
div#simpleSearch #searchInput:placeholder{
+
div#simpleSearch #searchInput:placeholder {
    color:#eeeeee;
+
color: #eeeeee;
 
}
 
}
div#simpleSearch #searchInput:-ms-input-placeholder{
+
 
    color:#eeeeee;
+
div#simpleSearch #searchInput:-ms-input-placeholder {
 +
color: #eeeeee;
 
}
 
}
div#simpleSearch #searchInput:-moz-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 #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;
+
div#simpleSearch #searchButton,
    top:0;
+
div#simpleSearch #mw-searchButton {
    right:0;
+
position: absolute;
    width:1.65em;
+
top: 0;
    height:100%;
+
right: 0;
    cursor:pointer;
+
width: 1.65em;
    text-indent:-99999px;
+
height: 100%;
    line-height:1;
+
cursor: pointer;
    direction:ltr;
+
text-indent: -99999px;
    white-space:nowrap;
+
line-height: 1;
    overflow:hidden;
+
direction: ltr;
    background-image:url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/search-ltr.png');
+
white-space: nowrap;
    background-image:-webkit-linear-gradient(transparent, transparent),
+
overflow: hidden;
    /* @embed */
+
background-image: url('../skins/Vector/images/search-ltr.png');
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/search-ltr.svg');
+
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */
    background-image:linear-gradient(transparent, transparent),
+
url('../skins/Vector/images/search-ltr.svg');
    /* @embed */
+
background-image: linear-gradient(transparent, transparent), /* @embed */
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/search-ltr.svg');
+
url('../skins/Vector/images/search-ltr.svg');
    background-position:center center;
+
background-position: center center;
    background-repeat:no-repeat
+
background-repeat: no-repeat
 
}
 
}
div#simpleSearch #mw-searchButton{
+
 
    z-index:1
+
div#simpleSearch #mw-searchButton {
 +
z-index: 1
 
}
 
}
div.vectorTabs h3{
+
 
    display:none
+
div.vectorTabs h3 {
 +
display: none
 
}
 
}
div.vectorTabs{
+
 
    float:left;
+
div.vectorTabs {
    height:2.5em;
+
float: left;
    background-image:
+
height: 2.5em;
    /* @embed */
+
background-image: /* @embed */
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/tab-break.png');
+
url('../skins/Vector/images/tab-break.png');
    background-position:bottom left;
+
background-position: bottom left;
    background-repeat:no-repeat;
+
background-repeat: no-repeat;
    padding-left:1px
+
padding-left: 1px
 
}
 
}
div.vectorTabs ul{
+
 
    float:left;
+
div.vectorTabs ul {
    height:100%;
+
float: left;
    list-style-type:none;
+
height: 100%;
    list-style-image:none;
+
list-style-type: none;
    margin:0;
+
list-style-image: none;
    padding:0;
+
margin: 0;
    background-image:
+
padding: 0;
    /* @embed */
+
background-image: /* @embed */
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/tab-break.png');
+
url('../skins/Vector/images/tab-break.png');
    background-position:right bottom;
+
background-position: right bottom;
    background-repeat:no-repeat
+
background-repeat: no-repeat
 
}
 
}
div.vectorTabs ul li{
+
 
    float:left;
+
div.vectorTabs ul li {
    line-height:1.125em;
+
float: left;
    display:inline-block;
+
line-height: 1.125em;
    height:100%;
+
display: inline-block;
    margin:0;
+
height: 100%;
    padding:0;
+
margin: 0;
    background-color:#f3f3f3;
+
padding: 0;
    background-image:
+
background-color: #f3f3f3;
    /* @embed */
+
background-image: /* @embed */
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/tab-normal-fade.png');
+
url('../skins/Vector/images/tab-normal-fade.png');
    background-position:bottom left;
+
background-position: bottom left;
    background-repeat:repeat-x;
+
background-repeat: repeat-x;
    white-space:nowrap
+
white-space: nowrap
 
}
 
}
div.vectorTabs ul>li{
+
 
    display:block
+
div.vectorTabs ul>li {
 +
display: block
 
}
 
}
div.vectorTabs li.new a,div.vectorTabs li.new a:visited{
+
 
    color:#a55858
+
div.vectorTabs li.new a,
 +
div.vectorTabs li.new a:visited {
 +
color: #a55858
 
}
 
}
div.vectorTabs li.selected{
+
 
    background-image:
+
div.vectorTabs li.selected {
    /* @embed */
+
background-image: /* @embed */
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/tab-current-fade.png')
+
url('../skins/Vector/images/tab-current-fade.png')
 
}
 
}
div.vectorTabs li.selected a,div.vectorTabs li.selected a:visited{
+
 
    color:#282828;
+
div.vectorTabs li.selected a,
    text-decoration:none
+
div.vectorTabs li.selected a:visited {
 +
color: #282828;
 +
text-decoration: none
 
}
 
}
div.vectorTabs li.icon a{
+
 
    background-position:bottom right;
+
div.vectorTabs li.icon a {
    background-repeat:no-repeat
+
background-position: bottom right;
 +
background-repeat: no-repeat
 
}
 
}
div.vectorTabs li a{
+
 
    display:inline-block;
+
div.vectorTabs li a {
    height:1.9em;
+
display: inline-block;
    padding-left:.5em;
+
height: 1.9em;
    padding-right:.5em;
+
padding-left: .5em;
    color:#dd8247;
+
padding-right: .5em;
    cursor:pointer;
+
color: #dd8247;
    font-size:.8em
+
cursor: pointer;
 +
font-size: .8em
 
}
 
}
div.vectorTabs li>a{
+
 
    display:block
+
div.vectorTabs li>a {
 +
display: block
 
}
 
}
div.vectorTabs span{
+
 
    display:inline-block;
+
div.vectorTabs span {
    background-image:
+
display: inline-block;
    /* @embed */
+
background-image: /* @embed */
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/tab-break.png');
+
url('../skins/Vector/images/tab-break.png');
    background-position:bottom right;
+
background-position: bottom right;
    background-repeat:no-repeat
+
background-repeat: no-repeat
 
}
 
}
div.vectorTabs span a{
+
 
    display:inline-block;
+
div.vectorTabs span a {
    padding-top:1.25em
+
display: inline-block;
 +
padding-top: 1.25em
 
}
 
}
div.vectorTabs span>a{
+
 
    float:left;
+
div.vectorTabs span>a {
    display:block
+
float: left;
 +
display: block
 
}
 
}
div.vectorMenu{
+
 
    direction:ltr;
+
div.vectorMenu {
    float:left;
+
direction: ltr;
    cursor:pointer;
+
float: left;
    position:relative
+
cursor: pointer;
 +
position: relative
 
}
 
}
body.rtl div.vectorMenu{
+
 
    direction:rtl
+
body.rtl div.vectorMenu {
 +
direction: rtl
 
}
 
}
div#mw-head div.vectorMenu h3{
+
 
    float:left;
+
div#mw-head div.vectorMenu h3 {
    background-image:
+
float: left;
    /* @embed */
+
background-image: /* @embed */
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/tab-break.png');
+
url('../skins/Vector/images/tab-break.png');
    background-repeat:no-repeat;
+
background-repeat: no-repeat;
    background-position:bottom right;
+
background-position: bottom right;
    margin-left:-1px;
+
margin-left: -1px;
    font-size:1em;
+
font-size: 1em;
    height:2.5em;
+
height: 2.5em;
    padding-right:1px;
+
padding-right: 1px;
    margin-right:-1px
+
margin-right: -1px
 
}
 
}
div.vectorMenu h3 span{
+
 
    display:block;
+
div.vectorMenu h3 span {
    font-size:.8em;
+
display: block;
    padding-left:.7em;
+
font-size: .8em;
    padding-top:1.375em;
+
padding-left: .7em;
    margin-right:20px;
+
padding-top: 1.375em;
    font-weight:normal;
+
margin-right: 20px;
    color:#4d4d4d
+
font-weight: normal;
 +
color: #4d4d4d
 
}
 
}
div.vectorMenu h3 a{
+
 
    position:absolute;
+
div.vectorMenu h3 a {
    top:0;
+
position: absolute;
    right:0;
+
top: 0;
    width:20px;
+
right: 0;
    height:2.5em;
+
width: 20px;
    background-image:url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/arrow-down-icon.png');
+
height: 2.5em;
    background-image:-webkit-linear-gradient(transparent, transparent),
+
background-image: url('../skins/Vector/images/arrow-down-icon.png');
    /* @embed */
+
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/arrow-down-icon.svg');
+
url('../skins/Vector/images/arrow-down-icon.svg');
    background-image:linear-gradient(transparent, transparent),
+
background-image: linear-gradient(transparent, transparent), /* @embed */
    /* @embed */
+
url('../skins/Vector/images/arrow-down-icon.svg');
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/arrow-down-icon.svg');
+
background-position: 100% 70%;
    background-position:100% 70%;
+
background-repeat: no-repeat;
    background-repeat:no-repeat;
+
-webkit-transition: background-position 250ms;
    -webkit-transition:background-position 250ms;
+
-moz-transition: background-position 250ms;
    -moz-transition:background-position 250ms;
+
-o-transition: background-position 250ms;
    -o-transition:background-position 250ms;
+
transition: background-position 250ms
    transition:background-position 250ms
 
 
}
 
}
div.vectorMenu.menuForceShow h3 a{
+
 
    background-position:100% 100%
+
div.vectorMenu.menuForceShow h3 a {
 +
background-position: 100% 100%
 
}
 
}
div.vectorMenuFocus h3 a{
+
 
    background-image:url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/arrow-down-focus-icon.png');
+
div.vectorMenuFocus h3 a {
    background-image:-webkit-linear-gradient(transparent, transparent),
+
background-image: url('../skins/Vector/images/arrow-down-focus-icon.png');
    /* @embed */
+
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/arrow-down-focus-icon.svg');
+
url('../skins/Vector/images/arrow-down-focus-icon.svg');
    background-image:linear-gradient(transparent, transparent),
+
background-image: linear-gradient(transparent, transparent), /* @embed */
    /* @embed */
+
url('../skins/Vector/images/arrow-down-focus-icon.svg')
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/arrow-down-focus-icon.svg')
 
 
}
 
}
div.vectorMenu div.menu{
+
 
    min-width:100%;
+
div.vectorMenu div.menu {
    position:absolute;
+
min-width: 100%;
    top:2.5em;
+
position: absolute;
    left:-1px;
+
top: 2.5em;
    background-color:white;
+
left: -1px;
    border:solid 1px silver;
+
background-color: white;
    border-top-width:0;
+
border: solid 1px silver;
    clear:both;
+
border-top-width: 0;
    text-align:left;
+
clear: both;
    display:none
+
text-align: left;
 +
display: none
 
}
 
}
div.vectorMenu:hover div.menu,div.vectorMenu.menuForceShow div.menu{
+
 
    display:block
+
div.vectorMenu:hover div.menu,
 +
div.vectorMenu.menuForceShow div.menu {
 +
display: block
 
}
 
}
div.vectorMenu ul{
+
 
    list-style-type:none;
+
div.vectorMenu ul {
    list-style-image:none;
+
list-style-type: none;
    padding:0;
+
list-style-image: none;
    margin:0;
+
padding: 0;
    text-align:left
+
margin: 0;
 +
text-align: left
 
}
 
}
div.vectorMenu ul,x:-moz-any-link{
+
 
    min-width:5em
+
div.vectorMenu ul,
 +
x:-moz-any-link {
 +
min-width: 5em
 
}
 
}
div.vectorMenu ul,x:-moz-any-link,x:default{
+
 
    min-width:0
+
div.vectorMenu ul,
 +
x:-moz-any-link,
 +
x:default {
 +
min-width: 0
 
}
 
}
div.vectorMenu li{
+
 
    padding:0;
+
div.vectorMenu li {
    margin:0;
+
padding: 0;
    text-align:left;
+
margin: 0;
    line-height:1em
+
text-align: left;
 +
line-height: 1em
 
}
 
}
div.vectorMenu li a{
+
 
    display:inline-block;
+
div.vectorMenu li a {
    padding:.5em;
+
display: inline-block;
    white-space:nowrap;
+
padding: .5em;
    color:#dd8247;
+
white-space: nowrap;
    cursor:pointer;
+
color: #dd8247;
    font-size:.8em
+
cursor: pointer;
 +
font-size: .8em
 
}
 
}
div.vectorMenu li>a{
+
 
    display:block
+
div.vectorMenu li>a {
 +
display: block
 
}
 
}
div.vectorMenu li.selected a,div.vectorMenu li.selected a:visited{
+
 
    color:#282828;
+
div.vectorMenu li.selected a,
    text-decoration:none
+
div.vectorMenu li.selected a:visited {
 +
color: #282828;
 +
text-decoration: none
 
}
 
}
@-webkit-keyframes rotate{
+
 
    from{
+
@-webkit-keyframes rotate {
        -webkit-transform:rotate(0deg);
+
from {
        -moz-transform:rotate(0deg);
+
-webkit-transform: rotate(0deg);
        transform:rotate(0deg)
+
-moz-transform: rotate(0deg);
    }
+
transform: rotate(0deg)
    to{
+
}
        -webkit-transform:rotate(360deg);
+
to {
        -moz-transform:rotate(360deg);
+
-webkit-transform: rotate(360deg);
        transform:rotate(360deg)
+
-moz-transform: rotate(360deg);
    }
+
transform: rotate(360deg)
 +
}
 
}
 
}
@-moz-keyframes rotate{
+
 
    from{
+
@-moz-keyframes rotate {
        -webkit-transform:rotate(0deg);
+
from {
        -moz-transform:rotate(0deg);
+
-webkit-transform: rotate(0deg);
        transform:rotate(0deg)
+
-moz-transform: rotate(0deg);
    }
+
transform: rotate(0deg)
    to{
+
}
        -webkit-transform:rotate(360deg);
+
to {
        -moz-transform:rotate(360deg);
+
-webkit-transform: rotate(360deg);
        transform:rotate(360deg)
+
-moz-transform: rotate(360deg);
    }
+
transform: rotate(360deg)
 +
}
 
}
 
}
@-o-keyframes rotate{
+
 
    from{
+
@-o-keyframes rotate {
        -webkit-transform:rotate(0deg);
+
from {
        -moz-transform:rotate(0deg);
+
-webkit-transform: rotate(0deg);
        transform:rotate(0deg)
+
-moz-transform: rotate(0deg);
    }
+
transform: rotate(0deg)
    to{
+
}
        -webkit-transform:rotate(360deg);
+
to {
        -moz-transform:rotate(360deg);
+
-webkit-transform: rotate(360deg);
        transform:rotate(360deg)
+
-moz-transform: rotate(360deg);
    }
+
transform: rotate(360deg)
 +
}
 
}
 
}
@keyframes rotate{
+
 
    from{
+
@keyframes rotate {
        -webkit-transform:rotate(0deg);
+
from {
        -moz-transform:rotate(0deg);
+
-webkit-transform: rotate(0deg);
        transform:rotate(0deg)
+
-moz-transform: rotate(0deg);
    }
+
transform: rotate(0deg)
    to{
+
}
        -webkit-transform:rotate(360deg);
+
to {
        -moz-transform:rotate(360deg);
+
-webkit-transform: rotate(360deg);
        transform:rotate(360deg)
+
-moz-transform: rotate(360deg);
    }
+
transform: rotate(360deg)
 +
}
 
}
 
}
#ca-unwatch.icon a,#ca-watch.icon a{
+
 
    margin:0;
+
#ca-unwatch.icon a,
    padding:0;
+
#ca-watch.icon a {
    display:block;
+
margin: 0;
    width:26px;
+
padding: 0;
    padding-top:3.1em;
+
display: block;
    margin-top:0;
+
width: 26px;
    height:0;
+
padding-top: 3.1em;
    overflow:hidden;
+
margin-top: 0;
    background-position:5px 60%
+
height: 0;
 +
overflow: hidden;
 +
background-position: 5px 60%
 
}
 
}
  
 
+
li#ca-view {
li#ca-view{
 
 
border-radius: 5px 0px 0px 0px;
 
border-radius: 5px 0px 0px 0px;
 
}
 
}
  
 
+
div.vectorMenu {
div.vectorMenu{
 
 
border-left: 1px solid #BF5F18
 
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-edit.icon a{
+
#ca-unwatch.icon a {
    background-image:url('https://nerdsgocasual.de/mediawikiVector/images/unwatch-icon.png');
+
background-image: url('../skins/Vector/images/unwatch-icon.png');
    background-image:-webkit-linear-gradient(transparent, transparent),
+
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */
    /* @embed */
+
url('../skins/Vector/images/unwatch-icon.svg');
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/unwatch-icon.svg');
+
background-image: linear-gradient(transparent, transparent), /* @embed */
    background-image:linear-gradient(transparent, transparent),
+
url('../skins/Vector/images/unwatch-icon.svg')
    /* @embed */
 
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/unwatch-icon.svg');
 
 
}
 
}
  
#ca-unwatch.icon a{
+
#ca-watch.icon a {
    background-image:url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/unwatch-icon.png');
+
background-image: url('../skins/Vector/images/watch-icon.png');
    background-image:-webkit-linear-gradient(transparent, transparent),
+
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */
    /* @embed */
+
url('../skins/Vector/images/watch-icon.svg');
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/unwatch-icon.svg');
+
background-image: linear-gradient(transparent, transparent), /* @embed */
    background-image:linear-gradient(transparent, transparent),
+
url('../skins/Vector/images/watch-icon.svg')
    /* @embed */
 
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/unwatch-icon.svg')
 
 
}
 
}
#ca-watch.icon a{
+
 
    background-image:url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/watch-icon.png');
+
#ca-unwatch.icon a:hover,
    background-image:-webkit-linear-gradient(transparent, transparent),
+
#ca-unwatch.icon a:focus {
    /* @embed */
+
background-image: url('../skins/Vector/images/unwatch-icon-hl.png');
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/watch-icon.svg');
+
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */
    background-image:linear-gradient(transparent, transparent),
+
url('../skins/Vector/images/unwatch-icon-hl.svg');
    /* @embed */
+
background-image: linear-gradient(transparent, transparent), /* @embed */
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/watch-icon.svg')
+
url('../skins/Vector/images/unwatch-icon-hl.svg')
 
}
 
}
#ca-unwatch.icon a:hover,#ca-unwatch.icon a:focus{
+
 
    background-image:url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/unwatch-icon-hl.png');
+
#ca-watch.icon a:hover,
    background-image:-webkit-linear-gradient(transparent, transparent),
+
#ca-watch.icon a:focus {
    /* @embed */
+
background-image: url('../skins/Vector/images/watch-icon-hl.png');
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/unwatch-icon-hl.svg');
+
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */
    background-image:linear-gradient(transparent, transparent),
+
url('../skins/Vector/images/watch-icon-hl.svg');
    /* @embed */
+
background-image: linear-gradient(transparent, transparent), /* @embed */
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/unwatch-icon-hl.svg')
+
url('../skins/Vector/images/watch-icon-hl.svg')
 
}
 
}
#ca-watch.icon a:hover,#ca-watch.icon a:focus{
+
 
    background-image:url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/watch-icon-hl.png');
+
#ca-unwatch.icon a.loading,
    background-image:-webkit-linear-gradient(transparent, transparent),
+
#ca-watch.icon a.loading {
    /* @embed */
+
background-image: url('../skins/Vector/images/watch-icon-loading.png');
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/watch-icon-hl.svg');
+
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */
    background-image:linear-gradient(transparent, transparent),
+
url('../skins/Vector/images/watch-icon-loading.svg');
    /* @embed */
+
background-image: linear-gradient(transparent, transparent), /* @embed */
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/watch-icon-hl.svg')
+
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.loading,#ca-watch.icon a.loading{
+
 
    background-image:url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/watch-icon-loading.png');
+
#ca-unwatch.icon a span,
    background-image:-webkit-linear-gradient(transparent, transparent),
+
#ca-watch.icon a span {
    /* @embed */
+
display: none
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/watch-icon-loading.svg');
 
    background-image:linear-gradient(transparent, transparent),
 
    /* @embed */
 
    url('https://nerdsgocasual.de/mediawiki/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-navigation h2{
+
 
    position:absolute;
+
#mw-page-base {
    top:-9999px
+
height: 4em;
 +
background-position: bottom left;
 +
background-repeat: repeat-x;
 +
background-image: url('../skins/Vector/images/page-fade.png');
 +
background-color: #282828;
 
}
 
}
#mw-page-base{
+
 
    height:4em;
+
#mw-head-base {
    background-position:bottom left;
+
margin-top: -3.5em;
    background-repeat:repeat-x;
+
margin-left: 10em;
    background-image:url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/page-fade.png');
+
height: 6em
    background-color:#282828;
 
 
}
 
}
#mw-head-base{
+
 
    margin-top:-3.5em;
+
div#mw-head {
    margin-left:10em;
+
position: absolute;
    height:6em
+
top: 0;
 +
right: 0;
 +
width: 100%;
 +
background-image: url('../skins/Vector/images/background.jpg');
 
}
 
}
div#mw-head{
+
 
    position:absolute;
+
div#mw-head h3 {
    top:0;
+
margin: 0;
    right:0;
+
padding: 0
    width:100%;
 
background-image:url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/background.jpg');
 
 
 
}
 
}
  
div#mw-head h3{
+
#left-navigation {
    margin:0;
+
float: left;
    padding:0
+
margin-left: 11.2em;
 +
margin-top: 4em;
 +
margin-bottom: -2.5em;
 +
display: inline
 
}
 
}
#left-navigation{
+
 
    float:left;
+
#right-navigation {
    margin-left:11.2em;
+
float: right;
    margin-top:4em;
+
margin-top: 4em
    margin-bottom:-2.5em;
 
    display:inline
 
 
}
 
}
#right-navigation{
+
 
    float:right;
+
#p-logo {
    margin-top:4em
+
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
 +
}
  
#p-logo{
+
div#mw-panel {
    position:absolute;
+
font-size: inherit;
    top:-160px;
+
position: absolute;
    left:0;
+
top: 160px;
    width:10em;
+
padding-top: 1em;
    height:160px
+
width: 10em;
 +
left: 0
 
}
 
}
#p-logo a{
+
 
    display:block;
+
div#mw-panel div.portal {
    width:10em;
+
margin: 0 .6em 0 .7em;
    height:160px;
+
padding: 0.25em 0;
    background-repeat:no-repeat;
+
direction: ltr;
    background-position:center center;
+
background-position: top left;
    text-decoration:none
+
background-repeat: no-repeat;
 +
background-image: /* @embed */
 +
url('../skins/Vector/images/portal-break.png')
 
}
 
}
div#mw-panel{
+
 
    font-size:inherit;
+
div#mw-panel div.portal h3 {
    position:absolute;
+
font-size: 12px;
    top:160px;
+
color: #E0E0E0;
    padding-top:1em;
+
font-weight: normal;
    width:10em;
+
margin: 0;
    left:0
+
padding: .25em 0 .25em .25em;
 +
cursor: default;
 
}
 
}
div#mw-panel div.portal{
+
 
    margin:0 .6em 0 .7em;
+
div#mw-panel div.portal div.body {
    padding: 0.25em 0;
+
margin: 0 0 0 .5em;
    direction:ltr;
+
padding-top: 0;
    background-position:top left;
 
    background-repeat:no-repeat;
 
    background-image:
 
    /* @embed */
 
    url('https://nerdsgocasual.de/mediawiki/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 ul {
}
+
list-style-type: none;
div#mw-panel div.portal div.body{
+
list-style-image: none;
    margin:0 0 0 .5em;
+
margin: 0;
    padding-top:0;
+
padding: 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
 
border-top: 1px solid #BF5F18
 
}
 
}
  
div#mw-panel div.portal div.body ul li{
+
div#mw-panel div.portal div.body ul li {
    line-height:1.125em;
+
line-height: 1.125em;
    margin:0;
+
margin: 0;
    font-size:12px;
+
font-size: 12px;
    word-wrap:break-word
+
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 {
 +
color: #dd8247
 
}
 
}
div#mw-panel div.portal div.body ul li a:visited{
+
 
    color:#d5692e
+
div#mw-panel div.portal div.body ul li a:visited {
 +
color: #d5692e
 
}
 
}
div#mw-panel div.portal.first{
+
 
    background-image:none;
+
div#mw-panel div.portal.first {
    margin-top:0
+
background-image: none;
 +
margin-top: 0
 
}
 
}
div#mw-panel div.portal.first h3{
+
 
    display:none
+
div#mw-panel div.portal.first h3 {
 +
display: none
 
}
 
}
div#mw-panel div.portal.first div.body{
+
 
    margin-left:.5em
+
div#mw-panel div.portal.first div.body {
 +
margin-left: .5em
 
}
 
}
div#footer{
+
 
    margin-left:10em;
+
div#footer {
    margin-top:0;
+
margin-left: 10em;
    padding:.75em;
+
margin-top: 0;
    direction:ltr
+
padding: .75em;
 +
direction: ltr
 
}
 
}
div#footer ul{
+
 
    list-style-type:none;
+
div#footer ul {
    list-style-image:none;
+
list-style-type: none;
    margin:0;
+
list-style-image: none;
    padding:0
+
margin: 0;
 +
padding: 0
 
}
 
}
div#footer ul li{
+
 
    margin:0;
+
div#footer ul li {
    padding:0;
+
margin: 0;
    padding-top:.5em;
+
padding: 0;
    padding-bottom:.5em;
+
padding-top: .5em;
    color:#f0f0f0;
+
padding-bottom: .5em;
    font-size:.7em
+
color: #f0f0f0;
 +
font-size: .7em
 
}
 
}
  
div#footer #footer-info li{
+
div#footer #footer-info li {
 
opacity: 0.7;
 
opacity: 0.7;
 
}
 
}
  
div#footer #footer-icons{
+
div#footer #footer-icons {
    float:right
+
float: right
 
}
 
}
div#footer #footer-icons li{
+
 
    float:left;
+
div#footer #footer-icons li {
    margin-left:.5em;
+
float: left;
    line-height:2em;
+
margin-left: .5em;
    text-align:right
+
line-height: 2em;
 +
text-align: right
 
}
 
}
div#footer #footer-info li{
+
 
    line-height:1.4em
+
div#footer #footer-info li {
 +
line-height: 1.4em
 
}
 
}
div#footer #footer-places li{
+
 
    float:left;
+
div#footer #footer-places li {
    margin-right:1em;
+
float: left;
    line-height:2em
+
margin-right: 1em;
 +
line-height: 2em
 
}
 
}
body.ltr div#footer #footer-places{
+
 
    float:left
+
body.ltr div#footer #footer-places {
 +
float: left
 
}
 
}
.mw-body .external{
+
 
    background-position:center right;
+
.mw-body .external {
    background-repeat:no-repeat;
+
background-position: center right;
    background-image:url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/external-link-ltr-icon.png');
+
background-repeat: no-repeat;
    background-image:-webkit-linear-gradient(transparent, transparent),
+
background-image: url('../skins/Vector/images/external-link-ltr-icon.png');
    /* @embed */
+
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/external-link-ltr-icon.svg');
+
url('../skins/Vector/images/external-link-ltr-icon.svg');
    background-image:linear-gradient(transparent, transparent),
+
background-image: linear-gradient(transparent, transparent), /* @embed */
    /* @embed */
+
url('../skins/Vector/images/external-link-ltr-icon.svg');
    url('https://nerdsgocasual.de/mediawiki/skins/Vector/images/external-link-ltr-icon.svg');
+
padding-right: 13px
    padding-right:13px
 
 
}
 
}
  
.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea {
+
.oo-ui-textInputWidget input,
 +
.oo-ui-textInputWidget textarea {
 
outline-color: #BF5F18;
 
outline-color: #BF5F18;
 
}
 
}
  
#mw-indicator-mw-helplink a{
+
#mw-indicator-mw-helplink a {
background-image:url(https://nerdsgocasual.de/mediawiki/skins/Vector/images/help.png)
+
background-image: url(../skins/Vector/images/help.png)
 
}
 
}
  
#right-navigation div.vectorTabs li#ca-edit span a{
+
#right-navigation div.vectorTabs li#ca-edit span a {
background-image: url(https://nerdsgocasual.de/mediawiki/skins/Vector/images/edit.png);
+
background-image: url(../skins/Vector/images/edit.png);
 
color: transparent;
 
color: transparent;
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
Zeile 1.002: Zeile 1.178:
 
}
 
}
  
 
+
.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:hover + span {
 
    background-color: #BF5F18;
 
    border-color: #BF5F18;
 
 
}
 
}
  
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span {
+
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked+span {
    background-color: #BF5F18;
+
background-color: #BF5F18;
    border-color: #BF5F18;
+
border-color: #BF5F18;
 
}
 
}
  
 
+
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:hover+span {
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:hover + span {
+
background-color: #BF5F18;
    background-color: #BF5F18;
+
border-color: #BF5F18;
    border-color: #BF5F18;
 
 
}
 
}
  
.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: #BF5F18;
+
background-color: #BF5F18;
    border-color: #BF5F18;
+
border-color: #BF5F18;
    box-shadow: inset 0 0 0 1px #BF5F18, inset 0 0 0 2px #fff;
+
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 {
+
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:focus+span {
    border-color: #BF5F18;
+
border-color: #BF5F18;
    box-shadow: inset 0 0 0 1px #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 {
+
.oo-ui-textInputWidget.oo-ui-widget-enabled input:focus,
    outline: 0;
+
.oo-ui-textInputWidget.oo-ui-widget-enabled textarea:focus {
    border-color: #BF5F18;
+
outline: 0;
    box-shadow: inset 0 0 0 1px #BF5F18;
+
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 {
+
.oo-ui-textInputWidget.oo-ui-widget-enabled:hover input:focus,
    border-color: #BF5F18;
+
.oo-ui-textInputWidget.oo-ui-widget-enabled:hover textarea:focus {
 +
border-color: #BF5F18;
 
}
 
}
  
.mw-ui-input{
+
.mw-ui-input {
 
border-radius: 5px;
 
border-radius: 5px;
 
background-color: #222;
 
background-color: #222;
Zeile 1.052: Zeile 1.225:
  
 
.mw-ui-input:focus {
 
.mw-ui-input:focus {
    border-color: #BF5F18;
+
border-color: #BF5F18;
    box-shadow: inset 0 0 0 1px #BF5F18;
+
box-shadow: inset 0 0 0 1px #BF5F18;
    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: #BF5F18;
+
background-color: #BF5F18;
    border-color: #BF5F18;
+
border-color: #BF5F18;
    box-shadow: inset 0 0 0 1px #BF5F18, inset 0 0 0 2px #ffffff;
+
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 {
+
.client-js .mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:focus+label:before {
    border-color: #BF5F18;
+
border-color: #BF5F18;
    box-shadow: inset 0 0 0 1px #BF5F18;
+
box-shadow: inset 0 0 0 1px #BF5F18;
 
}
 
}
  
.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: #BF5F18;
+
background-color: #BF5F18;
    border-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:hover+label:before {
 +
border-color: #BF5F18;
 
}
 
}
  
.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: #BF5F18;
+
background-color: #BF5F18;
    border-color: #BF5F18;
+
border-color: #BF5F18;
 
}
 
}
 +
  
 
/* EDIT Button "Änderungen Speichern" */
 
/* EDIT Button "Änderungen Speichern" */
.editButtons input#wpSave{
+
 
    background-color: #BF5F18;
+
.editButtons input#wpSave {
    color: #f0f0f0;
+
background-color: #BF5F18;
 +
color: #f0f0f0;
 
font-weight: bold;
 
font-weight: bold;
    border: 1px solid #282828;
+
border: 1px solid #282828;
 
border-radius: 5px;
 
border-radius: 5px;
 
text-shadow: 0 0 15px #282828;
 
text-shadow: 0 0 15px #282828;
Zeile 1.098: Zeile 1.274:
 
border-radius: 5px;
 
border-radius: 5px;
 
}
 
}
 +
  
 
/* Button "Vorschau zeigen" und "Änderungen zeigen" im EDIT-Screen */
 
/* Button "Vorschau zeigen" und "Änderungen zeigen" im EDIT-Screen */
  
.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: #dd8247;
+
color: #dd8247;
 
background: #282828;
 
background: #282828;
 
font-weight: bold;
 
font-weight: bold;
 
border: 1px solid #dd8247;
 
border: 1px solid #dd8247;
border-radius: 5px;}
+
border-radius: 5px;
 +
}
  
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
+
.oo-ui-buttonElement-framed.oo-ui-widget-disabled>.oo-ui-buttonElement-button {
 +
color: #dd8247;
 +
background: #282828;
 +
font-weight: bold;
 +
border: 1px solid #dd8247;
 +
opacity: 0.25;
 +
border-radius: 5px;
 +
}
 +
 
 +
.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button:hover {
 
background: #1c1c1c;
 
background: #1c1c1c;
 
border-color: #dd8247;
 
border-color: #dd8247;
 
color: #dd8247;
 
color: #dd8247;
}
+
}
 +
 
  
 
/* Zusammenfassung EDIT-Screen */
 
/* Zusammenfassung EDIT-Screen */
 +
  
 
/* DISABLED WEGEN AUTOCOMPLETION
 
/* DISABLED WEGEN AUTOCOMPLETION
Zeile 1.137: Zeile 1.326:
 
}
 
}
 
*/
 
*/
 +
  
 
/* Buttons z.B. Login */
 
/* Buttons z.B. Login */
  
 
.mw-ui-button.mw-ui-progressive {
 
.mw-ui-button.mw-ui-progressive {
    background-color: #BF5F18;
+
background-color: #BF5F18;
    color: #f0f0f0;
+
color: #f0f0f0;
 
font-weight: bold;
 
font-weight: bold;
    border: 1px solid #282828;
+
border: 1px solid #282828;
 
border-radius: 5px;
 
border-radius: 5px;
 
text-shadow: 0 0 15px #282828;
 
text-shadow: 0 0 15px #282828;
Zeile 1.171: Zeile 1.361:
 
}
 
}
  
 
+
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button {
 
+
color: #FFFFFF;
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
+
background-color: #BF5F18;
    color: #FFFFFF;
+
border-color: #BF5F18;
    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 {
+
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:focus {
    border-color: #BF5F18;
+
border-color: #BF5F18;
    box-shadow: inset 0 0 0 1px #BF5F18, inset 0 0 0 2px #fff;
+
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 {
+
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:hover {
    background-color: #FFFFFF;
+
background-color: #FFFFFF;
    border-color: #FFFFFF;
+
border-color: #FFFFFF;
 
color: #BF5F18;
 
color: #BF5F18;
 
}
 
}
Zeile 1.194: Zeile 1.382:
 
}
 
}
  
select:focus{
+
select:focus {
 
outline: auto #BF5F18 1px;
 
outline: auto #BF5F18 1px;
 
}
 
}
Zeile 1.202: Zeile 1.390:
 
}
 
}
  
 
+
div#mw-normal-catlinks a.new {
 
 
div#mw-normal-catlinks a.new{
 
 
 
color: #BF5F18
 
color: #BF5F18
 
}
 
}
  
 
+
div#catlinks.catlinks {
div#catlinks.catlinks{
 
 
border-color: black
 
border-color: black
 
}
 
}
  
div#contentSub{
+
div#contentSub {
 
margin-bottom: 0.5em;
 
margin-bottom: 0.5em;
 
}
 
}
  
input#searchInput{
+
input#searchInput {
 
border-color: #BF5F18;
 
border-color: #BF5F18;
 
}
 
}
Zeile 1.226: Zeile 1.410:
 
}
 
}
  
h3#p-tb-label{
+
h3#p-tb-label {
display: none;
+
display: none;
 
}
 
}
  
Zeile 1.233: Zeile 1.417:
 
/*CSS Style für Special:Preferences */
 
/*CSS Style für Special:Preferences */
  
.mw-htmlform{
+
.mw-htmlform {
 
background-color: #282828;
 
background-color: #282828;
 
color: #000000;
 
color: #000000;
 
}
 
}
  
.mw-htmlform form{
+
.mw-htmlform form {
 
background-color: #282828;
 
background-color: #282828;
 
color: #E0E0E0;
 
color: #E0E0E0;
 
}
 
}
  
.mw-htmlform div{
+
.mw-htmlform div {
 
background-color: #282828;
 
background-color: #282828;
 
color: #E0E0E0;
 
color: #E0E0E0;
 
}
 
}
  
.mw-htmlform div#preferences fieldset{
+
.mw-htmlform div#preferences fieldset {
 
background-color: #282828;
 
background-color: #282828;
 
color: #E0E0E0;
 
color: #E0E0E0;
Zeile 1.265: Zeile 1.449:
 
}
 
}
  
label{
+
label {
 
color: #E0E0E0;
 
color: #E0E0E0;
 
}
 
}
  
div.toctitle h2{
+
div.toctitle h2 {
 
border-bottom: none;
 
border-bottom: none;
 
}
 
}
  
 
+
.mw-htmlform div#preferences fieldset legend {
.mw-htmlform div#preferences fieldset legend{
 
 
color: #E0E0E0;
 
color: #E0E0E0;
 
}
 
}
  
.mw-htmlform div#preferences a.stub{
+
.mw-htmlform div#preferences a.stub {
 
color: #dd8247;
 
color: #dd8247;
 
}
 
}
  
.client-js #preftoc a, .client-js #preftoc a:active, .client-js #preftoc a:focus {
+
.client-js #preftoc a,
background-color:#282828;
+
.client-js #preftoc a:active,
    background-image:-moz-linear-gradient(top, #BF5F18 0, #282828 3%);
+
.client-js #preftoc a:focus {
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #BF5F18), color-stop(3%, #282828));
+
background-color: #282828;
    background-image:-webkit-linear-gradient(top, #BF5F18 0, #282828 3%);
+
background-image: -moz-linear-gradient(top, #BF5F18 0, #282828 3%);
    background-image:linear-gradient(#BF5F18 0, #282828 3%);
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BF5F18), color-stop(3%, #282828));
color: #BF5F18;
+
background-image: -webkit-linear-gradient(top, #BF5F18 0, #282828 3%);
outline:none;
+
background-image: linear-gradient(#BF5F18 0, #282828 3%);
 +
color: #BF5F18;
 +
outline: none;
 
}
 
}
 
  
 
.client-js #preftoc li.selected a {
 
.client-js #preftoc li.selected a {
background-color:#282828;
+
background-color: #282828;
    background-image:-moz-linear-gradient(top, #dd8247 0, #282828 10%);
+
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-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: -webkit-linear-gradient(top, #dd8247 0, #282828 10%);
    background-image:linear-gradient(#dd8247 0, #282828 10%);
+
background-image: linear-gradient(#dd8247 0, #282828 10%);
 
color: #dd8247;
 
color: #dd8247;
outline:none;
+
outline: none;
 
text-decoration: underline;
 
text-decoration: underline;
 
}
 
}
  
 
+
.mw-htmlform div#preferences td.htmlform-tip {
.mw-htmlform div#preferences td.htmlform-tip{
 
 
color: #E0E0E0;
 
color: #E0E0E0;
 
font-style: italic;
 
font-style: italic;
 
}
 
}
  
.mw-htmlform#mw-prefs-form div#preferences{
+
.mw-htmlform#mw-prefs-form div#preferences {
 
background-color: #282828;
 
background-color: #282828;
 
color: #E0E0E0;
 
color: #E0E0E0;
 
}
 
}
  
.mw-notification-content{
+
.mw-notification-content {
 
background-color: #666;
 
background-color: #666;
 
color: CA2C2C;
 
color: CA2C2C;
 
}
 
}
  
.mw-notification, .mw-notification-noautohide, .mw-notification-type-info, .mw-notification-visible{
+
.mw-notification,
 +
.mw-notification-noautohide,
 +
.mw-notification-type-info,
 +
.mw-notification-visible {
 
background-color: #666;
 
background-color: #666;
 
color: CA2C2C;
 
color: CA2C2C;
 
}
 
}
 +
  
 
/*CSS-Style für Kalender*/
 
/*CSS-Style für Kalender*/
Zeile 1.343: Zeile 1.530:
 
}
 
}
  
 
+
.fc-calendar .fc-row>div>span.fc-date {
.fc-calendar .fc-row > div > span.fc-date {
 
 
font-weight: bold;
 
font-weight: bold;
 
color: #e0e0e0;
 
color: #e0e0e0;
 
text-shadow: none;
 
text-shadow: none;
font-family: 'Lato', Arial,sans-serif;
+
font-family: 'Lato', Arial, sans-serif;
 
font-size: 20px;
 
font-size: 20px;
 
}
 
}
  
.fc-calendar .fc-row > div{
+
.fc-calendar .fc-row>div {
 
background: #404040;
 
background: #404040;
 
}
 
}
  
.fc-calendar .fc-row > div.fc-empty {
+
.fc-calendar .fc-row>div.fc-empty {
 
background: #404040;
 
background: #404040;
 
}
 
}
  
.fc-calendar .fc-row > div.fc-we {
+
.fc-calendar .fc-row>div.fc-we {
 
background: #1c1c1c;
 
background: #1c1c1c;
 
}
 
}
  
span.event{
+
span.event {
 
color: #e0e0e0;
 
color: #e0e0e0;
 
font-size: 15px;
 
font-size: 15px;
 
}
 
}
  
.weekNo{
+
.weekNo {
 
border-top: none;
 
border-top: none;
 
}
 
}
Zeile 1.376: Zeile 1.562:
 
color: #dd8247;
 
color: #dd8247;
 
}
 
}
 
  
 
span.ms-calendar-next {
 
span.ms-calendar-next {
Zeile 1.389: Zeile 1.574:
 
color: #dd8247;
 
color: #dd8247;
 
}
 
}
 
  
 
span.ms-calendar-prev:hover {
 
span.ms-calendar-prev:hover {
Zeile 1.395: Zeile 1.579:
 
}
 
}
  
span.ms-calendar-next:hover {
+
span.ms-calendar-next:hover {
 
color: #e0e0e0;
 
color: #e0e0e0;
 
}
 
}
  
span.ms-calendar-prev-year:hover {
+
span.ms-calendar-prev-year:hover {
 
color: #e0e0e0;
 
color: #e0e0e0;
 
}
 
}
  
span.ms-calendar-next-year:hover {
+
span.ms-calendar-next-year:hover {
 
color: #e0e0e0;
 
color: #e0e0e0;
 
}
 
}
  
.fc-calendar .fc-row > div {
+
.fc-calendar .fc-row>div {
 
border-color: #000;
 
border-color: #000;
 
}
 
}
  
.fc-row > div:first-child{
+
.fc-row>div:first-child {
 
border-color: #000;
 
border-color: #000;
 
}
 
}
  
.fc-calendar .fc-row > div.fc-today {
+
.fc-calendar .fc-row>div.fc-today {
 
border: 2px solid #dd8247;
 
border: 2px solid #dd8247;
 
}
 
}
 +
  
 
/* + Zeichen im Calendar */
 
/* + Zeichen im Calendar */
 +
 
.fc-calendar span.add_event {
 
.fc-calendar span.add_event {
color: #dd8247;
+
color: #dd8247;
 
}
 
}
  
.ms-calendar-header input{
+
.ms-calendar-header input {
 
background: #222222;
 
background: #222222;
 
color: #e0e0e0;
 
color: #e0e0e0;
Zeile 1.432: Zeile 1.618:
 
}
 
}
  
.ms-calendar-header input:focus{
+
.ms-calendar-header input:focus {
 
outline: none;
 
outline: none;
 
border-color: #ca2c2c;
 
border-color: #ca2c2c;
 
}
 
}
  
.ms-calendar-header select{
+
.ms-calendar-header select {
 
background: #222222;
 
background: #222222;
 
color: #e0e0e0;
 
color: #e0e0e0;
Zeile 1.445: Zeile 1.631:
 
}
 
}
  
.ms-calendar-header select:after{
+
.ms-calendar-header select:after {
 
background: #222222;
 
background: #222222;
 
color: #e0e0e0;
 
color: #e0e0e0;
Zeile 1.452: Zeile 1.638:
 
}
 
}
  
 
+
.ms-calendar-header select:focus {
 
 
.ms-calendar-header select:focus{
 
 
outline: none;
 
outline: none;
 
border-color: #ca2c2c;
 
border-color: #ca2c2c;
 
}
 
}
  
.fc-calendar .fc-head > div {
+
.fc-calendar .fc-head>div {
font-family:"Linux Libertine",Georgia,Times,serif;
+
font-family: "Linux Libertine", Georgia, Times, serif;
color: #e0e0e0;
+
color: #e0e0e0;
 
}
 
}
  
.fc-calendar .fc-row > div.fc-today{
+
.fc-calendar .fc-row>div.fc-today {}
}
 
  
.fc-calendar .fc-row > div.fc-today .event:hover {
+
.fc-calendar .fc-row>div.fc-today .event:hover {
    color: #dd8247;
+
color: #dd8247;
 
background-color: transparent;
 
background-color: transparent;
 
}
 
}
  
.fc-calendar .fc-row > div.fc-content .event:hover {
+
.fc-calendar .fc-row>div.fc-content .event:hover {
    color: #dd8247;
+
color: #dd8247;
 
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: #dd8247;
+
color: #dd8247;
 
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: #dd8247;
+
color: #dd8247;
 
background-color: transparent;
 
background-color: transparent;
 
}
 
}
  
.fc-calendar .fc-row > div.fc-today.fc-we{
+
.fc-calendar .fc-row>div.fc-today.fc-we {}
}
 
  
 
.fc-calendar span.add_event:hover {
 
.fc-calendar span.add_event:hover {
 
color: #e0e0e0;
 
color: #e0e0e0;
 
}
 
}
 +
  
 
/* Event-Widget (auf + drücken) */
 
/* Event-Widget (auf + drücken) */
Zeile 1.508: Zeile 1.691:
 
}
 
}
  
.ui-resizable-n{
+
.ui-resizable-n {
 
background: #282828;
 
background: #282828;
 
}
 
}
  
.ui-resizable-e{
+
.ui-resizable-e {
 
background: #282828;
 
background: #282828;
 
}
 
}
  
.ui-resizable-s{
+
.ui-resizable-s {
 
background: #282828;
 
background: #282828;
 
}
 
}
  
.ui-resizable-w{
+
.ui-resizable-w {
 
background: #282828;
 
background: #282828;
 
}
 
}
  
.ui-widget-content{
+
.ui-widget-content {
 
border: none;
 
border: none;
 
background: #282828;
 
background: #282828;
 
}
 
}
+
 
 
.ui-widget input {
 
.ui-widget input {
 
background: #222222;
 
background: #222222;
Zeile 1.535: Zeile 1.718:
 
}
 
}
  
.ui-widget input:focus{
+
.ui-widget input:focus {
 
outline: none;
 
outline: none;
 
border: 1px solid #bf5f18;
 
border: 1px solid #bf5f18;
 
}
 
}
  
.ms-calendar-dialog-form img:hover{
+
.ms-calendar-dialog-form img:hover {
 
border: 1px solid #dd8247;
 
border: 1px solid #dd8247;
 
border-radius: 2px;
 
border-radius: 2px;
 
}
 
}
 +
  
 
/* DatePicker */
 
/* DatePicker */
Zeile 1.550: Zeile 1.734:
 
color: #e0e0e0;
 
color: #e0e0e0;
 
}
 
}
 +
  
 
/* ErrorFeld (z.B. Incorrect username) */
 
/* ErrorFeld (z.B. Incorrect username) */
 +
 
.mw-ui-vform .error {
 
.mw-ui-vform .error {
 
border: 1px solid #CA2C2C;
 
border: 1px solid #CA2C2C;
 
background-color: #282828;
 
background-color: #282828;
 
}
 
}
 +
  
 
/* Spoilers */
 
/* Spoilers */
.spoilers-body{
+
 
 +
.spoilers-body {
 
border: 1px solid #121212;
 
border: 1px solid #121212;
 
border-radius: 5px;
 
border-radius: 5px;
Zeile 1.564: Zeile 1.752:
 
background-color: #1c1c1c;
 
background-color: #1c1c1c;
 
padding-left: 5px;
 
padding-left: 5px;
    padding-right: 5px;
+
padding-right: 5px;
 
margin-top: 4px;
 
margin-top: 4px;
 
}
 
}
  
.spoilers-button{
+
.spoilers-button {
 
color: #dd8247;
 
color: #dd8247;
 
background: transparent;
 
background: transparent;
Zeile 1.576: Zeile 1.764:
 
}
 
}
  
.spoilers-button:hover{
+
.spoilers-button:hover {
 
background: #1c1c1c;
 
background: #1c1c1c;
 
}
 
}
 +
  
 
/* ApprovedRevs */
 
/* ApprovedRevs */
  
span.approvedAndLatestMsg{
+
span.approvedAndLatestMsg {
 
color: #c4c4c4;
 
color: #c4c4c4;
 
}
 
}
Zeile 1.590: Zeile 1.779:
 
}
 
}
  
span.approvingUser a{
+
span.approvingUser a {
 
color: #dd8247;
 
color: #dd8247;
 
}
 
}
  
#contentSub, #contentSub2{
+
#contentSub,
 +
#contentSub2 {
 
color: #c4c4c4;
 
color: #c4c4c4;
 
margin-top: 3px;
 
margin-top: 3px;
 
}
 
}
 
  
 
.successbox {
 
.successbox {
    color: #008000;
+
color: #008000;
    border-color: #dd8247;
+
border-color: #dd8247;
    background-color: #1c1c1c;
+
background-color: #1c1c1c;
 
}
 
}
  
Zeile 1.620: Zeile 1.809:
  
 
.oo-ui-textInputWidget.oo-ui-indicatorElement input {
 
.oo-ui-textInputWidget.oo-ui-indicatorElement input {
background-color:#222;
+
background-color: #222;
    color:#E0E0E0;
+
color: #E0E0E0;
 
border: 1px solid #dd8247;
 
border: 1px solid #dd8247;
 
border-radius: 5px;
 
border-radius: 5px;
}
+
}
+
 
+
.mw-normal-catlinks {
.mw-normal-catlinks{
 
 
color: #d5892E
 
color: #d5892E
 +
}

Version vom 5. April 2020, 19:30 Uhr

/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
:root {
	--support:#a06abf;
	--moderator:#e4af2a;
	--manager:#db7132;
	--vorstand:#d5483d;
}

#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
}

.mw-datatable td {
	background-color: #404040;
	border-color: #121212;
}

.mw-datatable th {
	background-color: #1c1c1c;
	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: #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-disabled>.oo-ui-buttonElement-button {
	color: #dd8247;
	background: #282828;
	font-weight: bold;
	border: 1px solid #dd8247;
	opacity: 0.25;
	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
}