MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Mh (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Mh (Diskussion | Beiträge) K (Schützte „MediaWiki:Common.css“: Seite mit hoher Besucherzahl ([Bearbeiten=Nur Administratoren erlauben] (unbeschränkt) [Verschieben=Nur Administratoren erlauben] (unbeschränkt))) |
||
(13 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 4: | Zeile 4: | ||
background-size: 180px 180px; | background-size: 180px 180px; | ||
} | } | ||
/* für die grünen Link-Buttons*/ | |||
a.one:link, a.one:visited { | a.one:link, a.one:visited { | ||
Zeile 19: | Zeile 21: | ||
background-color: #008000; | background-color: #008000; | ||
} | } | ||
/* Fußzeile*/ | |||
li#footer-info-viewcount { | li#footer-info-viewcount { | ||
Zeile 28: | Zeile 31: | ||
margin: 0px; | margin: 0px; | ||
} | } | ||
. | /*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 { | |||
padding: 0px; | |||
border: 0px solid #dcdcdc; | |||
background-color: #fff; | |||
display: none; | |||
} | |||
.comments-body { | |||
max-width: 800px; | |||
font-size: 1em; | |||
padding: 10px; | |||
background-color: #efeeee; | |||
border-radius: 10px; | |||
} | |||
.c-spy { | |||
display: none; | |||
} | |||
.c-order { | |||
float: right; | |||
padding: 0px; | |||
} | |||
#mw-content-text > div > div > div.c-order > div.c-order-select > form > select { | |||
border: 0px; | |||
padding: 5px 5px 5px 5px; | |||
border-radius: 5px; | |||
} | |||
.c-item { | |||
padding: 5px 10px; | |||
margin: 0px; | |||
margin-bottom: 10px; | |||
background: #fff; | |||
border: 0px; | |||
border-radius: 10px; | |||
} | |||
.c-item.reply { | |||
background: #efeeee !important; | |||
margin-bottom: 0px; | |||
margin-top: -5px; | |||
} | |||
.full { | |||
width: auto; | |||
} | |||
.c-container { | |||
margin: 0px | |||
} | |||
.c-user { | |||
margin: 0px; | |||
} | |||
div.c-container > div.c-user > p { | |||
margin: 0px; | |||
} | |||
.c-actions, | |||
.c-time { | |||
font-size: 11px; | |||
} | |||
.c-score { | |||
padding: 0px; | |||
font-size: 14px; | |||
font-weight: normal; | |||
} | |||
.f-message, | |||
.r-message { | |||
width: auto; | |||
} | |||
div.c-container > div.c-actions { | |||
margin: 0px; | |||
} | |||
div.c-container > div.c-actions > p { | |||
margin: 0px; | |||
} | |||
div.c-container > div.c-user > a, | |||
div.c-container > div.c-user > p > a { | |||
color: #008037; | |||
} | |||
/* geht nicht weil der senkrechte strich da bleibt | |||
div.c-container > div.c-actions > p > a:nth-child(1) { | |||
display: none; | |||
} */ | |||
.c-time-reply, | |||
.reply { | |||
margin-left: 30px; | |||
margin-right: 0px; | |||
width: auto; | |||
} | |||
div.c-container > div.c-comment.r-message > *, | |||
div.c-container > div.c-comment.f-message > * { | |||
margin: 0px; | |||
} | |||
.c-form-title { | |||
margin: 0px; | |||
} | |||
#mw-content-text > div > div > form > p:nth-child(3) { | |||
margin: 0px; | |||
} | |||
textarea#comment { | |||
width: 100%; | |||
border: none; | |||
border-radius: 10px; | |||
resize: vertical; | |||
} | |||
.c-form-button { | |||
height: 18px | |||
} | |||
#mw-content-text > div > div > form { | |||
margin-top: 1px; | |||
} | |||
#comment { | |||
padding: 10px; | |||
font-family: sans-serif; | |||
} | |||
#mw-content-text > div > div > form > div.c-form-button > input:nth-child(2) { | |||
display: none; | |||
} | |||
#mw-content-text > div > div > form > div.c-form-button > input:nth-child(1) { | |||
float: right; | |||
padding: 5px 10px; | |||
color: #fff; | |||
font-weight: bold; | |||
background: #00b300; | |||
border: none; | |||
border-radius: 5px; | |||
transition: 0.2s; | |||
} | |||
#mw-content-text > div > div > form > div.c-form-button > input:nth-child(1):hover { | |||
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, .mw-category-generated h3 { | |||
display: none | |||
} | |||
.mw-category-group ul, .mw-category-generated ul { | |||
list-style-image: none; | |||
list-style-type: none; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.mw-category-group li, .mw-category-generated li { | |||
display: block; | |||
background: #efeeee; | |||
margin: 5px 5px 5px 0px; | |||
color: #000; | |||
break-inside: avoid; | |||
margin-bottom: 5px; | |||
break-inside: avoid-column; | |||
} | |||
.mw-category:nth-child(1) li .mw-category-generated:nth-child(1) li { | |||
margin-top: 0px; | |||
} | |||
.mw-category-group a, .mw-category-generated a { | |||
display: block; | |||
padding: 5px 10px; | |||
color: #000; | |||
transition: 0.3s; | |||
} | |||
.mw-category-group a:hover, .mw-category-generated 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 | |||
} | |||
/* Button-Cluster für die Projektübersicht */ | |||
.flex-cluster { | |||
display: flex; | |||
flex-direction: row; | |||
flex-wrap: wrap; | |||
max-width: 900px; | |||
} | |||
.flex-cluster > div { | |||
margin: 2.5px; | |||
} | |||
.flex-cluster > div > a { | |||
display: table-cell; | |||
vertical-align: middle; | |||
text-align: center; | |||
background: #efeeee; | |||
color: #000; | |||
font-weight: bold; | |||
font-size: larger; | |||
width: 200px; | |||
height: 7em; | |||
padding: 0px 10px; | |||
transition: 0.3s; | |||
} | |||
.flex-cluster > div > a:hover { | |||
background: #00b500; | |||
text-decoration: none; | |||
} | } |
Aktuelle Version vom 4. November 2021, 18:21 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .mw-wiki-logo { background-size: 180px 180px; } /* für die grünen Link-Buttons*/ a.one:link, a.one:visited { background-color: #00b300; color: white; padding: 10px 50px; border-radius: 3px; text-align: center; text-decoration: none; display: inline-block; box-shadow: 3px 3px 5px #e6e6e6; } a.one:hover, a.one:active { background-color: #008000; } /* Fußzeile*/ li#footer-info-viewcount { font-size: 0.9em; font-weight: bold; } #footer-info-viewcount { margin: 0px; } /*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 { padding: 0px; border: 0px solid #dcdcdc; background-color: #fff; display: none; } .comments-body { max-width: 800px; font-size: 1em; padding: 10px; background-color: #efeeee; border-radius: 10px; } .c-spy { display: none; } .c-order { float: right; padding: 0px; } #mw-content-text > div > div > div.c-order > div.c-order-select > form > select { border: 0px; padding: 5px 5px 5px 5px; border-radius: 5px; } .c-item { padding: 5px 10px; margin: 0px; margin-bottom: 10px; background: #fff; border: 0px; border-radius: 10px; } .c-item.reply { background: #efeeee !important; margin-bottom: 0px; margin-top: -5px; } .full { width: auto; } .c-container { margin: 0px } .c-user { margin: 0px; } div.c-container > div.c-user > p { margin: 0px; } .c-actions, .c-time { font-size: 11px; } .c-score { padding: 0px; font-size: 14px; font-weight: normal; } .f-message, .r-message { width: auto; } div.c-container > div.c-actions { margin: 0px; } div.c-container > div.c-actions > p { margin: 0px; } div.c-container > div.c-user > a, div.c-container > div.c-user > p > a { color: #008037; } /* geht nicht weil der senkrechte strich da bleibt div.c-container > div.c-actions > p > a:nth-child(1) { display: none; } */ .c-time-reply, .reply { margin-left: 30px; margin-right: 0px; width: auto; } div.c-container > div.c-comment.r-message > *, div.c-container > div.c-comment.f-message > * { margin: 0px; } .c-form-title { margin: 0px; } #mw-content-text > div > div > form > p:nth-child(3) { margin: 0px; } textarea#comment { width: 100%; border: none; border-radius: 10px; resize: vertical; } .c-form-button { height: 18px } #mw-content-text > div > div > form { margin-top: 1px; } #comment { padding: 10px; font-family: sans-serif; } #mw-content-text > div > div > form > div.c-form-button > input:nth-child(2) { display: none; } #mw-content-text > div > div > form > div.c-form-button > input:nth-child(1) { float: right; padding: 5px 10px; color: #fff; font-weight: bold; background: #00b300; border: none; border-radius: 5px; transition: 0.2s; } #mw-content-text > div > div > form > div.c-form-button > input:nth-child(1):hover { 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, .mw-category-generated h3 { display: none } .mw-category-group ul, .mw-category-generated ul { list-style-image: none; list-style-type: none; margin: 0; padding: 0; } .mw-category-group li, .mw-category-generated li { display: block; background: #efeeee; margin: 5px 5px 5px 0px; color: #000; break-inside: avoid; margin-bottom: 5px; break-inside: avoid-column; } .mw-category:nth-child(1) li .mw-category-generated:nth-child(1) li { margin-top: 0px; } .mw-category-group a, .mw-category-generated a { display: block; padding: 5px 10px; color: #000; transition: 0.3s; } .mw-category-group a:hover, .mw-category-generated 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 } /* Button-Cluster für die Projektübersicht */ .flex-cluster { display: flex; flex-direction: row; flex-wrap: wrap; max-width: 900px; } .flex-cluster > div { margin: 2.5px; } .flex-cluster > div > a { display: table-cell; vertical-align: middle; text-align: center; background: #efeeee; color: #000; font-weight: bold; font-size: larger; width: 200px; height: 7em; padding: 0px 10px; transition: 0.3s; } .flex-cluster > div > a:hover { background: #00b500; text-decoration: none; }