MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus Crossroads of Life Wiki
(Die Seite wurde neu angelegt: „→‎All CSS here will be loaded for users of the Timeless skin: @import url('https://fonts.googleapis.com/css2?family=Coda&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); @media screen and (max-width: 850px) { #menus-cover { display: none !important } } @media screen and (max-width: 850px) { #personal .dropdown { position: inherit; } } /* One-sided navigatio…“)
 
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */


@import url('https://fonts.googleapis.com/css2?family=Coda&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


@media screen and (max-width: 850px) {
@media screen and (max-width: 850px) {
Zeile 67: Zeile 66:
body {
body {
     background: #000;
     background: #000;
    font-family: 'Roboto', sans-serif;
}
}


Zeile 89: Zeile 87:
#personal h2 {
#personal h2 {
     color: #fff;
     color: #fff;
    font-family: 'Coda', sans-serif;
}
}


Zeile 101: Zeile 98:


#mw-content-container {
#mw-content-container {
     background: url(/mw/resources/assets/main-bg.jpg) no-repeat;
     background: url(/w/resources/assets/main-bg.jpg) no-repeat;
     background-size: 100%;
     background-size: 100%;
     background-attachment: fixed;
     background-attachment: fixed;
Zeile 109: Zeile 106:
.mw-body {
.mw-body {
     color: #fff;
     color: #fff;
    font-family: 'Roboto', sans-serif;
}
}


Zeile 119: Zeile 115:
.mw-body h6,
.mw-body h6,
.mw-body dt {
.mw-body dt {
     font-family: 'Coda', sans-serif;
     font-family: 'Cinzel', sans-serif;
}
}


Zeile 168: Zeile 164:
.sidebar-chunk h3 {
.sidebar-chunk h3 {
     color: #fff;
     color: #fff;
     font-family: 'Coda', sans-serif;
     font-family: sans-serif;
}
}


Zeile 404: Zeile 400:
     }
     }
     #mw-site-navigation h2, #mw-related-navigation h2 {
     #mw-site-navigation h2, #mw-related-navigation h2 {
         font-family: 'Coda',sans-serif;
         font-family: sans-serif;
         color: #fff
         color: #fff
     }
     }

Aktuelle Version vom 20. April 2024, 21:31 Uhr

/* All CSS here will be loaded for users of the Timeless skin */

@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');

@media screen and (max-width: 850px) {
    #menus-cover {
            display: none !important
    }
}

@media screen and (max-width: 850px) {
    #personal .dropdown {
            position: inherit;
        
    }
}

/* One-sided navigation menu */
@media (min-width: 1340px) {
    #mw-content-block {
        display: block;
    }
    #mw-content,
    #content-bottom-stuff {
        margin-left: 14em;
    }
    #mw-content-wrapper {
        float: right;
        margin-left: -14em;
        width: 100%;
    }
    #mw-related-navigation {
        width: 14em;
        padding: 0 1em 0 0;
    }
    div.color-middle {
        margin-right: 0;
    }
    .mw-wiki-logo, #mw-site-navigation .mw-wiki-logo.fallback {
        display: inline-block;
    }
}



/* Align top colour bar with page columns */
.ts-inner {
    padding: 0 0 0 1em;
}

/* Re-aligning bottom logos */
#footer {
    padding-right: 1em;
}


/* Embrace the Dark Frontier */
hr {
    border-color: #BD2020;
}

code {
    color: #dfdfdf
}

body {
    background: #000;
}

/* Header */

#mw-header-container {
    background: rgba(11, 12, 13, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#mw-header img {
 width:100%;   
}

#mw-header-hack.color-bar {
    margin-top: 0px
}

#p-logo-text a,
#personal h2 {
    color: #fff;
}

.color-middle,
.color-right,
.color-left {
    background: #B22222
}

/* Body */

#mw-content-container {
    background: url(/w/resources/assets/main-bg.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
	border-bottom: solid 4px #BD2020;
}

.mw-body {
    color: #fff;
}

.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6,
.mw-body dt {
    font-family: 'Cinzel', sans-serif;
}

#mw-content {
    background: rgba(11, 12, 13, 0.95);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #BD2020;
}

#mw-site-navigation .sidebar-chunk,
#localNotice,
#mw-related-navigation .sidebar-chunk {
    background: rgba(11, 12, 13, 0.95);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: #BD2020 solid 1px;
    border-radius: 12px
}

#mw-site-navigation .sidebar-chunk li,
#mw-related-navigation .sidebar-chunk li {
    border: 1px solid #B22222;
    border-radius: 12px;
    background: #B22222;
    margin: 0.5em 0px 0.1em 0px;
    padding-left: 0.5em
}

#mw-site-navigation .sidebar-chunk li:hover,
#mw-related-navigation .sidebar-chunk li:hover {
    border: 1px solid #BD2020;
    background: #000;
}

#mw-site-navigation a,
#mw-related-navigation a {
    color: #fff;
    display: block;
}

#mw-site-navigation a:hover,
#mw-related-navigation a:hover {
    color: #fff;
    text-decoration: none;
}

.sidebar-chunk h3 {
    color: #fff;
    font-family: sans-serif;
}

ul#filetoc,
.toc,
.toccolours,
.mw-warning {
    background: transparent;
    border: #BD2020 solid 1px;
    border-radius: 12px
}

.fplinktext a {
    color: #fff !important
}

.fpadbutton-playsto:hover {
    background: #e1ab37;
}

.fpadbutton-discord:hover {
    background: #7b86ff
}

a,
a:visited,
a:hover,
a:visited:hover,
.tools-inline li.selected a {
    color: #b4ebff;
}

.mw-body h1.firstHeading {
    border-bottom: #B22222 solid 4px;
}

.tools-inline li.selected {
    border-bottom-color: #B22222
}

.tools-inline li a {
    background-position: -0.1em !important
}

/* Tables */
.wikitable > tr > th,
.wikitable > * > tr > th, .wikitable {
    background: #B22222;
    border: #BD2020 solid 1px;
    color: #fff;
}

.wikitable > * > tr > td {
    color: #fff;
    border: #BD2020 solid 1px;
    background: #000;
    padding: 1px;
}

.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend,
.mw-changeslist-legend,
.mw-body .mw-search-profile-tabs,
.mw-body fieldset#mw-searchoptions,
.mw_metadata,
.wikitable,
.mw-datatable {
    border: 0px
}
.mw_metadata th, .wikitable th {
    background: #B22222
}

/* Images */

.thumbinner {
    border: 0px;
    background: transparent;
}

.thumbinner .thumbimage, .thumbborder {
    border: transparent solid 1px;
    border-radius: 12px
}

.mw-body li.gallerybox div.thumb {
    background: rgba(11, 12, 13, 0.95);
        border: 1px solid #B22222;
        border-radius: 12px
}

div.gallerytext {
    font-size: 80%
}

#personal .dropdown h3 {
    color: #fff
}

#personal .dropdown {
    background: #B22222;
    border: solid #B22222;
    border-radius: 3px
}

#personal .dropdown:before, #personal .dropdown:after {
    border-bottom: 10px solid #B22222
}

#personal .dropdown a, #personal .dropdown a:visited {
    color: #fff
} 

#personal .dropdown a.new {
    color: #e16666
}

/* Revision/Editing Things */
#pagehistory li.selected {
    background-color: #131313;
    color:#fff;
    outline: 1px solid #c4c61c;
    border-radius: 3px;
    margin-bottom: 0.25em
}

.warningbox {
    background-color: #131313;
    border-color: #c4c61c;
    border-radius: 3px;
    color: #fff;
}

.mw-editform a, .mw-editform a:hover {
    color: #2a4b8d
}

code, pre, .mw-code {
    color: #88dd79;
    background-color: #000000;
    border: 1px solid #97a1a9;
    border-radius: 12px;
}

.diff-deletedline .diffchange {
    background: #d33;
}

.diff-addedline .diffchange {
    background: #305687;
}


/* Tabber & Cargo Things */

.tabber__header {
    background: #B22222;
    border: 1px solid #BD2020;
    border-radius: 3px;
    box-shadow: inset 0 0px 0 0 #a2a9b1
}

.tabber__indicator {
    background: #fff;
    block-size: 4px
}

.tabber__tab[aria-selected='true'], .tabber__tab[aria-selected='true']:visited {
    color: #fff;
    background: #BD2020
}

.tabber__tab:visited, .tabber__tab { 
    color: #fff
}

.tabber__tab:hover, .tabber__tab:hover {
    background: #BD2020;
    transition: 0.3s
}

table.cargoTable.noMerge tr:nth-child(odd) {
    background: #202020;
}

table.cargoTable.noMerge tr:nth-child(even) {
    background: #141414;
}

.mw-datatable > * > tr > td {
    background: #000
}


.mw-datatable tr td {
    color: #fff
}

.mw-datatable tr:hover td {
    background: #000
}


/* AssignmentMap */

.assignmentMap {
  position: relative;
  border: 2px solid #000000;
  background: url("/w/images/wiki_images/6/67/Assignment_locations_map.jpg") left top no-repeat;
  height: 560px;
  width: 840px;
  margin: 0 auto;
}

/* Image Metadata Fix */

.mw_metadata td {
    background-color: #000;
}

.mw_metadata > * > tr > td {
    border: #BD2020 solid 1px;
}

/* Mobile CSS Fixes */
@media screen and (max-width: 850px) {
    #mw-content-block {
            background: #000;
    }
}


@media screen and (min-width: 851px) and (max-width: 1099px) {
    #mw-header-nav-hack {
        background: #000;
    }
    #mw-site-navigation h2, #mw-related-navigation h2 {
        font-family: sans-serif;
        color: #fff
    }
    #mw-site-navigation .sidebar-inner #mw-related-navigation .sidebar-inner {
        background: #000;
        border-radius: 12px
    }
}


/* More Oo-ui changes, this time for maps! */

.ext-datamaps-container-content .ext-datamaps-container-leaflet {
    background: #000;
}

.ext-datamaps-control-expandable[aria-expanded='true'] {
    background: #000b;
}

.leaflet-bar button {
    color: #fff
}

.leaflet-bar {
    background: #B22222
}

a,
a.external.text {
	color: #7b6e53;
}

a:hover,
a:hover.external.text {
	color: #B30F0F;
}

a:visited,
a:visited.external.text {
	color: #7b6e53;	
}