MediaWiki:Timeless.css
Aus Lost Dreams Of Tomorrow Wiki
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
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-----------------------*/
/* Sidebar Collapsible Styling */
.sidebar-collapsible {
cursor: pointer;
user-select: none;
position: relative;
padding-left: 20px;
}
.sidebar-collapsible:before {
content: '▼';
position: absolute;
left: 5px;
transition: transform 0.2s;
}
.sidebar-collapsible.closed:before {
transform: rotate(-90deg);
}
.sidebar-collapsible:hover {
background-color: rgba(255, 255, 255, 0.1);
}
#sidebar-collapsible-toggle {
cursor: pointer;
padding: 8px;
margin-bottom: 10px;
background-color: rgba(255, 255, 255, 0.05);
border-radius: 4px;
text-align: center;
font-weight: bold;
}
#sidebar-collapsible-toggle:hover {
background-color: rgba(255, 255, 255, 0.1);
}