MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus Lost Dreams Of Tomorrow Wiki
K Schützte „MediaWiki:Timeless.css“ ([Bearbeiten=Nur automatisch bestätigten Benutzern erlauben] (unbeschränkt) [Verschieben=Nur automatisch bestätigten Benutzern erlauben] (unbeschränkt)) |
Keine Bearbeitungszusammenfassung |
||
| Zeile 197: | Zeile 197: | ||
.tools-inline li.selected { | .tools-inline li.selected { | ||
border-bottom-color: #afafaf; | border-bottom-color: #afafaf; | ||
} | |||
/*--------------------- Sidebar Expand JS now CSS-----------------------*/ | |||
/* Collapsible Sidebar Styling */ | |||
#mw-site-navigation .sidebar-chunk h3, | |||
#mw-site-navigation .sidebar-chunk label { | |||
cursor: pointer; | |||
user-select: none; | |||
transition: background-color 0.2s; | |||
} | |||
#mw-site-navigation .sidebar-chunk h3:hover, | |||
#mw-site-navigation .sidebar-chunk label:hover { | |||
background-color: rgba(255, 255, 255, 0.1); | |||
} | |||
.sidebar-toggle { | |||
font-weight: bold; | |||
margin-right: 5px; | |||
font-family: monospace; | |||
} | |||
/* Optional: Start some sections collapsed by default */ | |||
#mw-site-navigation .sidebar-chunk:nth-child(n+4) .sidebar-inner, | |||
#mw-site-navigation .sidebar-chunk:nth-child(n+4) ul { | |||
display: none; | |||
} | |||
#mw-site-navigation .sidebar-chunk:nth-child(n+4) .sidebar-toggle { | |||
content: '[+] '; | |||
} | } | ||
Version vom 11. Januar 2026, 04:04 Uhr
body {
background: #000000;
}
/* Logo oben Links Timeless */
#p-banner img {
content: url("/images/resources/TopLeftLogo.png");
width: 155px;
height: auto;
display: block;
}
/* BG Timeless */
/* Seitenhintergrund (Bild) */
#mw-content-container {
background: #000000;
border-bottom: none;
background-image: url(/images/resources/Background.png);
background-repeat: no-repeat;
}
/* Transparent damit BG durch kann */
.mw-body, #content {
background: none;
}
#mw-content {
background: none;
border: none;
}
#mw-content {
background: none;
}
/* Content Box Transparent -> Inhalt jeder Page */
#mw-content-text {
background: Transparent;
}
/* CSS an dieser Stelle wird für Benutzer geladen, die die Benutzeroberfläche „Timeless“ verwenden */
/* Left Sidebar */
@media screen and (min-width: 1340px) {
#mw-site-navigation .sidebar-chunk label, #mw-site-navigation .sidebar-chunk h3 {
font-weight: normal;
font-size: 1em;
margin: 0.25em 0 0.75em 0;
padding-bottom: 0.15em;
border-bottom: none;
display: block;
color: white;
}
}
@media screen and (min-width: 1340px) {
#mw-site-navigation .sidebar-chunk {
background: rgba(23, 23, 23, 0.96);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(23, 23, 23, 0.43);
padding: 1.5em 1.5em 0;
margin: 1em 0;
line-height: 1.125;
word-wrap: break-word;
font-size: 0.95em;
}
}
/* Right Sidebar */
@media screen and (min-width: 1340px) {
#mw-related-navigation .sidebar-chunk label, #mw-related-navigation .sidebar-chunk h3 {
font-weight: normal;
font-size: 1em;
margin: 0.25em 0 0.75em 0;
padding-bottom: 0.15em;
border-bottom: none;
display: block;
color: white;
}
}
@media screen and (min-width: 1340px) {
#mw-related-navigation .sidebar-chunk {
background: rgba(23, 23, 23, 0.96);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(23, 23, 23, 0.43);
padding: 1.5em 1.5em 0;
margin: 1em 0;
line-height: 1.125;
word-wrap: break-word;
font-size: 0.95em;
}
}
/* Header */
@media screen and (min-width: 851px) {
#mw-header-container {
background: #000000;
}
}
#searchInput {
background: #000000d6;
color: white;
}
.mw-footer-container a {
/* color: #dbeaff; */
display: none;
}
.mw-footer-container {
border-top: solid 1px #54595d;
box-shadow: inset 0 7px 2px -4px rgba(0, 0, 0, 0.1);
color: #fff;
background-color: #161616;
}
#mw-content-container {
background: #000000;
border-bottom: none; /* Linie zum Footer*/
background-image: url(/images/resources/Background.png);
background-repeat: no-repeat;
}
#mw-content {
background: #161616;
}
/*Header */
.color-left {
background: #161616;
}
.color-right {
background: #161616;
}
.color-middle-container {
background: #161616;
}
/*Links texte usw im Main Menu */
.mw-body .mw-heading1, .mw-body h1 {
font-size: 2em;
color: white;
border-bottom: solid 3px #c8ccd1;
}
.tools-inline li.selected a {
color: #ffffff;
}
a.new, .new a {
color: #ffffff;
}
a.new:visited, .new a:visited {
color: #ffffff;
}
a:visited {
color: #ffffff;
}
a:visited {
color: #ffffff;
}
a.new {
color: #ffffff;
}
a.new {
color: #ffffff;
}
a {
text-decoration: none;
color: #ffffff;
}
.mw-body h1.firstHeading {
margin: 0.25em 0 0.5em;
border-bottom: solid 4px #9f9f9f;
display: block;
}
.tools-inline li.selected {
border-bottom-color: #afafaf;
}
/*--------------------- Sidebar Expand JS now CSS-----------------------*/
/* Collapsible Sidebar Styling */
#mw-site-navigation .sidebar-chunk h3,
#mw-site-navigation .sidebar-chunk label {
cursor: pointer;
user-select: none;
transition: background-color 0.2s;
}
#mw-site-navigation .sidebar-chunk h3:hover,
#mw-site-navigation .sidebar-chunk label:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-toggle {
font-weight: bold;
margin-right: 5px;
font-family: monospace;
}
/* Optional: Start some sections collapsed by default */
#mw-site-navigation .sidebar-chunk:nth-child(n+4) .sidebar-inner,
#mw-site-navigation .sidebar-chunk:nth-child(n+4) ul {
display: none;
}
#mw-site-navigation .sidebar-chunk:nth-child(n+4) .sidebar-toggle {
content: '[+] ';
}