MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
@import url ("https://use.fontawesome.com/releases/v5.7.2/css/all.css"); | @import url ("https://use.fontawesome.com/releases/v5.7.2/css/all.css"); | ||
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=M+PLUS+1+Code:wght@100..700&display=swap')// <uniquifier>: Use a uniquifier for the class name// <weight>: Use a value from 100 to 700.m-plus 1 code-<uniquifier> { | |||
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=M+PLUS+1+Code:wght@100..700&display=swap') | font-family: "M PLUS 1 Code", monospace; | ||
font-optical-sizing: auto; | |||
// <uniquifier>: Use a uniquifier for the class name | font-weight: <weight>; | ||
// <weight>: Use a value from 100 to 700 | font-style: normal; | ||
.m-plus 1 code-<uniquifier> { | |||
} | } | ||
// <uniquifier>: Use a uniquifier for the class name// <weight>: Use a value from 200 to 900.inconsolata-<uniquifier> { | |||
font-family: "Inconsolata", monospace; | |||
// <uniquifier>: Use a uniquifier for the class name | font-optical-sizing: auto; | ||
// <weight>: Use a value from 200 to 900 | font-weight: <weight>; | ||
font-style: normal; | |||
.inconsolata-<uniquifier> { | font-variation-settings:"wdth" 100; | ||
} | } | ||
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */ | /* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */ | ||
/* Edit window toolbar */ | /* Edit window toolbar */ | ||
#toolbar { | #toolbar { | ||
height: 22px; | |||
margin-bottom: 6px; | |||
} | } | ||
/* Margins for <ol> and <ul> */ | /* Margins for <ol> and <ul> */ | ||
#content ol, #content ul,#mw_content ol, #mw_content ul { | |||
#content ol, #content ul, | margin-bottom: 0.5em; | ||
#mw_content ol, #mw_content ul { | |||
} | } | ||
.tabs [type=radio], .tabs [type="checkbox"] { | |||
display: none; | |||
} | } | ||
.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label { | |||
z-index: 2; | |||
background-color: #847565; | |||
background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg); | background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg); | ||
color: #f2ece5!important; | |||
color: | |||
} | } | ||
.tabs-tabbox > .tabs-label { | |||
margin: 3px!important; | |||
position: relative; | |||
display: inline-block; | |||
vertical-align: bottom; | |||
outline: 2px solid #cdc1b3; | |||
outline-offset: -8px; | |||
padding: 10px 20px; | |||
background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg); | background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg); | ||
color: #373126!important; | color: #373126!important; | ||
border-radius:0!important; | border-radius:0!important; | ||
border-bottom: none; | border-bottom: none; | ||
font-family: amiri, Times, serif!important; | font-family: amiri, Times, serif!important; | ||
} | } | ||
.tabs-tabbox > .tabs-container { | .tabs-tabbox > .tabs-container { | ||
margin-top: 10px!important; | |||
position: relative; | position: relative; | ||
border-radius: 0!important; | |||
border: 1px solid #65e165!important; | |||
width: inherit; | width: inherit; | ||
max-width: inherit; | max-width: inherit; | ||
min-width: inherit; | min-width: inherit; | ||
z-index: 1; | z-index: 1; | ||
} | } | ||
.tabs-label{ | .tabs-label{ | ||
font-size: 14px; | font-size: 14px; | ||
font-weight: 100; | font-weight: 100; | ||
font-family: amiri, Times, serif; | font-family: amiri, Times, serif; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
letter-spacing:5px; | letter-spacing:5px; | ||
color: #f2ece5!important; | |||
background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg); | background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg); | ||
cursor: pointer; | |||
display: block; | |||
padding: 10px 20px!important; | padding: 10px 20px!important; | ||
font-size: 0.875rem; | |||
font-weight: normal; | |||
line-height: 1.5; | |||
margin-bottom: 0; | |||
border-radius:0!important; | border-radius:0!important; | ||
border:0!important; | border:0!important; | ||
} | } | ||
.tabs-content { | .tabs-content { | ||
margin-top: 10px; | |||
width: 100%; | |||
border: 0px solid #fff !important; | |||
padding:0px!important; | padding:0px!important; | ||
text-align:justify!important; | text-align:justify!important; | ||
} | } | ||
table.navbox { | table.navbox { | ||
border: 1px solid #bdaf9f!important; | |||
width: 100%; | |||
margin: auto; | |||
clear: both; | |||
text-align: center; | |||
background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg)!important; | background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg)!important; | ||
line-height: 0.5em | line-height: 0.5em | ||
} | } | ||
td.navbox, td.navbox { | |||
border: 10px solid #bdaf9f!important; | |||
td.navbox, td.navbox | width: 100%; | ||
margin: auto; | |||
line-height: 0.5em!important; | line-height: 0.5em!important; | ||
} | } | ||
.navbox, .navbox-subgroup { | .navbox, .navbox-subgroup { | ||
background:#d8cdc1!important; | |||
} | } | ||
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { | .navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { | ||
background:#b3a799!important; | |||
} | } | ||
.navbox-group { | .navbox-group { | ||
white-space: nowrap; | |||
text-align: right; | |||
padding-left: 1em; | |||
padding-right: 1em; | |||
font-family: 'Amiri',serif; | font-family: 'Amiri',serif; | ||
color: #f2ece5; | color: #f2ece5; | ||
background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg)!important; | background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg)!important; | ||
letter-spacing:2px!important; | letter-spacing:2px!important; | ||
text-transform:uppercase; | text-transform:uppercase; | ||
font-size: 10px; | font-size: 10px; | ||
border: 2px; | border: 2px; | ||
} | } | ||
.navbox-title, table.navbox th { | .navbox-title, table.navbox th { | ||
background: #948876!important; | |||
background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg)!important; | background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg)!important; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
font-size: 12px; | font-size: 12px; | ||
font-weight: bold; | font-weight: bold; | ||
font-family: 'Amiri',serif; | font-family: 'Amiri',serif; | ||
letter-spacing: 2px; | letter-spacing: 2px; | ||
color: #f2ece5; | color: #f2ece5; | ||
} | } | ||
.navbox-title, .navbox-abovebelow, table.navbox th { | .navbox-title, .navbox-abovebelow, table.navbox th { | ||
text-align: center; | |||
padding-left: 1em; | |||
padding-right: 1em; | |||
} | } | ||
.navbox-even { | .navbox-even { | ||
background: transparent!important; | |||
background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg)!important; | background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg)!important; | ||
} | } | ||
.navbox-list { | .navbox-list { | ||
border-color: #d3cbbf!important; | |||
font-size:13px!important; | font-size:13px!important; | ||
} | } |
Version vom 12. Januar 2024, 13:44 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url ("https://use.fontawesome.com/releases/v5.7.2/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=M+PLUS+1+Code:wght@100..700&display=swap')// <uniquifier>: Use a uniquifier for the class name// <weight>: Use a value from 100 to 700.m-plus 1 code-<uniquifier> {
font-family: "M PLUS 1 Code", monospace;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
}
// <uniquifier>: Use a uniquifier for the class name// <weight>: Use a value from 200 to 900.inconsolata-<uniquifier> {
font-family: "Inconsolata", monospace;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
font-variation-settings:"wdth" 100;
}
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
/* Edit window toolbar */
#toolbar {
height: 22px;
margin-bottom: 6px;
}
/* Margins for <ol> and <ul> */
#content ol, #content ul,#mw_content ol, #mw_content ul {
margin-bottom: 0.5em;
}
.tabs [type=radio], .tabs [type="checkbox"] {
display: none;
}
.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label {
z-index: 2;
background-color: #847565;
background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg);
color: #f2ece5!important;
}
.tabs-tabbox > .tabs-label {
margin: 3px!important;
position: relative;
display: inline-block;
vertical-align: bottom;
outline: 2px solid #cdc1b3;
outline-offset: -8px;
padding: 10px 20px;
background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg);
color: #373126!important;
border-radius:0!important;
border-bottom: none;
font-family: amiri, Times, serif!important;
}
.tabs-tabbox > .tabs-container {
margin-top: 10px!important;
position: relative;
border-radius: 0!important;
border: 1px solid #65e165!important;
width: inherit;
max-width: inherit;
min-width: inherit;
z-index: 1;
}
.tabs-label{
font-size: 14px;
font-weight: 100;
font-family: amiri, Times, serif;
text-transform: uppercase;
letter-spacing:5px;
color: #f2ece5!important;
background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg);
cursor: pointer;
display: block;
padding: 10px 20px!important;
font-size: 0.875rem;
font-weight: normal;
line-height: 1.5;
margin-bottom: 0;
border-radius:0!important;
border:0!important;
}
.tabs-content {
margin-top: 10px;
width: 100%;
border: 0px solid #fff !important;
padding:0px!important;
text-align:justify!important;
}
table.navbox {
border: 1px solid #bdaf9f!important;
width: 100%;
margin: auto;
clear: both;
text-align: center;
background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg)!important;
line-height: 0.5em
}
td.navbox, td.navbox {
border: 10px solid #bdaf9f!important;
width: 100%;
margin: auto;
line-height: 0.5em!important;
}
.navbox, .navbox-subgroup {
background:#d8cdc1!important;
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
background:#b3a799!important;
}
.navbox-group {
white-space: nowrap;
text-align: right;
padding-left: 1em;
padding-right: 1em;
font-family: 'Amiri',serif;
color: #f2ece5;
background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg)!important;
letter-spacing:2px!important;
text-transform:uppercase;
font-size: 10px;
border: 2px;
}
.navbox-title, table.navbox th {
background: #948876!important;
background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg)!important;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
font-family: 'Amiri',serif;
letter-spacing: 2px;
color: #f2ece5;
}
.navbox-title, .navbox-abovebelow, table.navbox th {
text-align: center;
padding-left: 1em;
padding-right: 1em;
}
.navbox-even {
background: transparent!important;
background-image: url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg)!important;
}
.navbox-list {
border-color: #d3cbbf!important;
font-size:13px!important;
}