Bots, Bürokraten, Kommentaradministratoren, Oberflächenadministratoren, plus, Oversighter, Administratoren
973
Bearbeitungen
Mh (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Mh (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
Zeile 5: | Zeile 5: | ||
} | } | ||
/* für die grünen Link-Buttons*/ | |||
a.one:link, a.one:visited { | a.one:link, a.one:visited { | ||
Zeile 23: | Zeile 21: | ||
background-color: #008000; | background-color: #008000; | ||
} | } | ||
/* Fußzeile*/ | |||
li#footer-info-viewcount { | li#footer-info-viewcount { | ||
Zeile 34: | Zeile 33: | ||
} | } | ||
. | /*Grundlegendes */ | ||
h1, | |||
h2 { | |||
border-bottom: 0px solid #a2a9b1; | |||
} | |||
h1, | |||
h2, | |||
h3, | |||
h4, | |||
h5, | |||
h6 { | |||
color: #008037; | |||
} | |||
a, | |||
a:visited { | |||
color: #0055c5; | |||
} | |||
a:active { | |||
color: #00b300; | |||
} | |||
.mw-editsection { | |||
display: none; | |||
} | |||
#mw-page-base { | |||
background-color: #efeeee; | |||
background-image: none; | |||
} | |||
.mw-body { | |||
border-color: #ffffff; | |||
} | |||
body { | |||
background-color: #efeeee; | |||
} | |||
#mw-head { | |||
background: #efeeee; | |||
} | |||
.mw-content-ltr p a { | |||
color: #0055c5; | |||
text-decoration: underline; | |||
} | |||
.mw-content-ltr p a:hover { | |||
text-decoration: none; | |||
} | |||
.portal .body li a, | |||
.vector-menu-portal .body li a { | |||
color: #0055c5; | |||
} | |||
.portal .body li a:visited, | |||
.vector-menu-portal .body li a:visited { | |||
color: #0055c5; | |||
} | |||
/* Inhaltsverzeichnisse */ | |||
.toc { | |||
margin: auto; | |||
display: block; | |||
padding: 10px 20px; | |||
border: 1px; | |||
max-width: 66%; | |||
background: none; | |||
} | |||
.toccolours { | |||
border: none; | |||
} | |||
#toc > ul > li[class*="toclevel-"] > a, | |||
#toc > ul ul > li[class*="toclevel-"] > a { | |||
color: #000; | |||
text-decoration: none; | |||
cursor: pointer; | |||
padding: 5px 10px; | |||
background: #efeeee; | |||
display: block; | |||
margin: 5px; | |||
transition: 0.3s; | |||
} | |||
#toc > ul > li[class*="toclevel-"] > a:hover, | |||
#toc > ul ul > li[class*="toclevel-"] > a:hover { | |||
background: #00b300; | |||
} | |||
.mw-content-ltr .toc ul ul, | |||
.mw-content-rtl .mw-content-ltr .toc ul ul { | |||
margin: 0em; | |||
} | } | ||
.toctogglespan, | |||
. | .tocnumber { | ||
display: none; | |||
} | |||
/* Kategorie-Box*/ | |||
.catlinks { | |||
border: 0px solid #a2a9b1; | |||
background-color: #efeeee; | |||
padding: 7px 10px; | |||
} | |||
/* Tabellen (work in progress) */ | |||
.wikitable { | |||
background: #fff; | |||
border: 0px solid #008037; | |||
border-collapse: separate; | |||
border-spacing: 4px; | |||
} | |||
table caption { | |||
color: #008037; | |||
font-weight: bold; | |||
} | |||
.wikitable * th { | |||
color: #008037; | |||
font-weight: bold; | |||
background: #efeeee; | |||
} | |||
.wikitable > tr > th, | |||
.wikitable > tr > td, | |||
.wikitable > * > tr > th, | |||
.wikitable > * > tr > td { | |||
border: 0px; | |||
padding: 5px 10px; | |||
background: #efeeee; | |||
} | |||
/* Kopfzeile*/ | |||
.portal h3, | |||
.vector-menu-portal h3 { | |||
font-weight: bold; | |||
background-image: none; | |||
color: #008037; | |||
} | |||
.vector-menu-tabs { | |||
background-image: none !important; | |||
background-color: #fff !important; | |||
} | |||
.vector-menu-tabs li { | |||
line-height: 0.75; | |||
} | |||
.vector-menu-tabs li a { | |||
background-color: #fff; | |||
background-image: none; | |||
border: 1px; | |||
border-color: #efeeee | |||
} | |||
.vector-menu-tabs .selected { | |||
background: #ffffff | |||
} | |||
.vector-menu-tabs, | |||
.vector-menu-tabs a, | |||
#mw-head .vector-menu-dropdown h3 { | |||
background: #efeeee; | |||
background-image: none; | |||
} | |||
.vector-menu-tabs .selected a, | |||
.vector-menu-tabs .selected a:visited { | |||
color: #202122; | |||
text-decoration: none | |||
} | |||
.vector-menu-tabs .mw-watchlink.icon a { | |||
line-height: 1; | |||
} | |||
.vector-menu-dropdown { | |||
line-height: 0.75; | |||
} | |||
.vector-menu-dropdown .vector-menu-content-list { | |||
background: #fff; | |||
border-top: 1px #efeeee; | |||
left: 0px; | |||
border: 0px; | |||
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2); | |||
clip-path: inset(0px -5px -5px -5px); | |||
line-height: 3em; | |||
} | |||
#p-search form { | |||
margin: 0.3em 0 0; | |||
} | |||
#searchInput { | |||
background: #fff; | |||
border: 0px; | |||
padding: 0.6em 1.84615385em 0.6em 0.6em; | |||
} | |||
.vector-menu-dropdown h3:after { | |||
top: 0; | |||
} | |||
#pt-mytalk { | |||
display: none; | |||
} | |||
/* Kommentare*/ | |||
#ca-talk { | |||
display:none !important; | |||
} | } | ||
.c-avatar img { | .c-avatar img { | ||
padding: 0px; | padding: 0px; | ||
border: 0px solid #dcdcdc; | border: 0px solid #dcdcdc; | ||
background-color: #fff; | background-color: #fff; | ||
display:none; | display: none; | ||
} | } | ||
.comments-body { | .comments-body { | ||
Zeile 117: | Zeile 286: | ||
margin: 0px; | margin: 0px; | ||
} | } | ||
div.c-container > div.c-user > a, | |||
div.c-container > div.c-user > a, div.c-container > div.c-user > p > a { | div.c-container > div.c-user > p > a { | ||
color: #008037; | color: #008037; | ||
} | } | ||
/* geht nicht weil der senkrechte strich da bleibt | /* geht nicht weil der senkrechte strich da bleibt | ||
div.c-container > div.c-actions > p > a:nth-child(1) { | div.c-container > div.c-actions > p > a:nth-child(1) { | ||
Zeile 132: | Zeile 300: | ||
width: auto; | width: auto; | ||
} | } | ||
div.c-container > div.c-comment.r-message > *, div.c-container > div.c-comment.f-message > * { | div.c-container > div.c-comment.r-message > *, | ||
div.c-container > div.c-comment.f-message > * { | |||
margin: 0px; | margin: 0px; | ||
} | } | ||
.c-form-title { | .c-form-title { | ||
margin: 0px; | margin: 0px; | ||
} | } | ||
#mw-content-text > div > div > form > p:nth-child(3) { | #mw-content-text > div > div > form > p:nth-child(3) { | ||
margin: 0px; | margin: 0px; | ||
} | } | ||
textarea#comment { | textarea#comment { | ||
width: 100%; | width: 100%; | ||
Zeile 150: | Zeile 316: | ||
resize: vertical; | resize: vertical; | ||
} | } | ||
.c-form-button { | .c-form-button { | ||
height: 18px | height: 18px | ||
} | } | ||
#mw-content-text > div > div > form { | #mw-content-text > div > div > form { | ||
margin-top: 1px; | margin-top: 1px; | ||
} | } | ||
#comment { | #comment { | ||
padding: 10px; | padding: 10px; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
} | } | ||
#mw-content-text > div > div > form > div.c-form-button > input:nth-child(2) { | #mw-content-text > div > div > form > div.c-form-button > input:nth-child(2) { | ||
display: none; | display: none; | ||
} | } | ||
#mw-content-text > div > div > form > div.c-form-button > input:nth-child(1) { | #mw-content-text > div > div > form > div.c-form-button > input:nth-child(1) { | ||
float: right; | float: right; | ||
Zeile 177: | Zeile 338: | ||
border-radius: 5px; | border-radius: 5px; | ||
transition: 0.2s; | transition: 0.2s; | ||
} | } | ||
#mw-content-text > div > div > form > div.c-form-button > input:nth-child(1):hover { | #mw-content-text > div > div > form > div.c-form-button > input:nth-child(1):hover { | ||
background: #008037; | background: #008037; | ||
} | |||
.mw-editfont-monospace, | |||
.mw-editfont-sans-serif, | |||
.mw-editfont-serif { | |||
font-size: 14px !important; | |||
} | |||
.mw-content-text { | |||
font-size: 0.5em; | |||
} | |||
.vector-menu-portal h3, | |||
.vector-menu-portal body li, | |||
.portal .body li { | |||
font-size: 0.875em; | |||
} | |||
/* Kategorie-Seiten*/ | |||
.mw-category-group h3 { | |||
display: none | |||
} | |||
.mw-category-group ul { | |||
list-style-image: none; | |||
list-style-type: none; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.mw-category-group li { | |||
display: block; | |||
background: #efeeee; | |||
margin: 5px; | |||
color: #000; | |||
break-inside: avoid; | |||
} | |||
.mw-category:nth-child(1) li { | |||
margin-top: 0px; | |||
} | |||
.mw-category-group a { | |||
display: block; | |||
padding: 5px 10px; | |||
color: #000; | |||
transition: 0.3s; | |||
} | |||
.mw-category-group li { | |||
margin-bottom: 5px; | |||
break-inside: avoid-column; | |||
} | |||
.mw-category-group a:hover { | |||
background: #00b300; | |||
text-decoration: none; | |||
} | |||
/*Bilderrahmen */ | |||
div.thumbinner { | |||
border: 0px; | |||
padding: 0; | |||
background: 0; | |||
} | |||
html .thumbimage{ | |||
border: 0; | |||
} | |||
.thumbcaption { | |||
background: #efeeee; | |||
margin: 0px 1px; | |||
} | |||
.magnify { | |||
display: none | |||
} | } | ||
Bearbeitungen