Changes

6,997 bytes removed ,  15:44, 6 October 2023
remove dark mode :( (until I can fix missing styles?)
Line 227: Line 227:  
   }
 
   }
   −
/* Dark */
  −
  −
/* Revision differences */
  −
@media (prefers-color-scheme: dark) {
  −
.diff-context {
  −
  background: #372579;
  −
  border-color: #6951cd;
  −
  color: #cac1e4;
  −
}
  −
.diff-addedline .diffchange {
  −
  background: #a3d3ff;
  −
  color: #16074b;
  −
}
  −
.diff-deletedline .diffchange {
  −
  background: #ffe49c;
  −
  color: #16074b;
  −
}
  −
#pagehistory li.selected {
  −
  background-color: #332078;
  −
  color: #fff;
  −
  outline: 1px dashed #a2a9b1;
  −
}
  −
}
  −
  −
/* Gallery Box */
  −
@media (prefers-color-scheme: dark) {
  −
.mw-body li.gallerybox div.thumb {
  −
  background: #372679;
  −
  border: solid #5c43c6;
  −
    border-top-width: medium;
  −
    border-right-width: medium;
  −
    border-bottom-width: medium;
  −
    border-left-width: medium;
  −
  border-width: 1px 1px 0.2em;
  −
  padding: 1.25em 1.75em;
  −
  box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
  −
  padding: 0;
  −
}
  −
}
  −
  −
/* Horizontal lines */
  −
@media (prefers-color-scheme: dark){
  −
  .mw-body .mw-parser-output h1::after, .mw-body .mw-parser-output h2::after {
  −
  content: '';
  −
  display: block;
  −
  border-bottom: solid 2px #6951cd;
  −
  overflow: hidden;
  −
  }
  −
  #mw-site-navigation .sidebar-chunk h3, #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: solid 2px #6951cd;
  −
  }
  −
  .mw-body h1.firstHeading {
  −
  border-bottom: solid 4px #6951cd;
  −
  }
  −
 
  −
  /* Tabbernav*/
  −
  #mw-content-text .tabber ul.tabbernav {
  −
  border-bottom: 1px solid #6951cd !important;
  −
  }
  −
  ul.tabbernav li.tabberactive a {
  −
  border-bottom: 1px solid #785DE8 !important;
  −
  }
  −
  hr {
  −
  border-color: #5e47bc !important;
  −
  }
  −
}
  −
  −
@media (prefers-color-scheme: dark) {
  −
.warningbox {
  −
  background-color: #fbebcc;
  −
  border-color: #ffc71f;
  −
}
  −
}
  −
  −
/* Imbox dark color fix */
  −
@media (prefers-color-scheme: dark) {
  −
.Imbox {
  −
    background: #16074b !important;
  −
}
  −
}
  −
/* Infobox Dark Overrides */
  −
@media (prefers-color-scheme: dark) {
  −
    .InfoboxGeneric{
  −
        background-color: #6c57c361 !important;
  −
        border: solid 3px #6951cd  !important;
  −
    }
  −
    .InfoboxGeneric-Line{
  −
        background-color: #6951cd !important;
  −
    }
  −
    .InfoboxGeneric-Header{
  −
        background-color: #6951cd !important;
  −
    }
  −
   
  −
/* LevelMap/Hidden Toggles */
  −
  .ToggleButton-Outer {
  −
  border: 3px solid #6951cd !important;
  −
  background: #6c57c32b !important;
  −
  }
  −
  .ToggleButton-Inner {
  −
  background: #634cc2 !important;
  −
  }
  −
   
  −
/* Navbox */
  −
  .navboxGeneric {
  −
  border: 1px solid #6951cd !important;
  −
  background-color: #6c57c32b !important;
  −
  }
  −
  .navboxGeneric-Header {
  −
  background-color: #6951cd !important;
  −
  }
  −
}
  −
  −
@media (prefers-color-scheme: dark) {
  −
  @media screen and (max-width: 1439px) {
  −
  #mw-content-container:not(.ns-2) {
  −
      background: #71bdf7 !important;
  −
      background-image: url("/w/backgrounds/WikiBackgroundDark.webp") !important;
  −
      background-attachment: fixed !important;
  −
      background-size: cover !important;
  −
      background-position: bottom !important;
  −
  }
  −
  }
  −
  −
  @media screen and (min-width: 1439px) {
  −
  #mw-content-container:not(.ns-2) {
  −
      background: #71bdf7 !important;
  −
      background-image: url("/w/backgrounds/WikiBackgroundDark.webp") !important;
  −
      background-attachment: fixed !important;
  −
      background-size: cover !important;
  −
      background-position: bottom !important;
  −
  }
  −
  }
  −
  −
  −
  @media screen and (max-width: 1439px) {
  −
  .ns-1 #mw-content-container,.ns-special #mw-content-container,.ns-6 #mw-content-container,.ns-10 #mw-content-container,.ns-200 #mw-content-container,.ns-3200 #mw-content-container {
  −
      background: #71bdf7;
  −
      background-image: url("/w/backgrounds/WikiBackgroundDarkGrid.webp");
  −
      background-attachment: fixed;
  −
      background-size: cover;
  −
      background-position: bottom;
  −
  }
  −
  }
  −
  −
  @media screen and (min-width: 1439px) {
  −
  .ns-1 #mw-content-container,.ns-special #mw-content-container,.ns-6 #mw-content-container,.ns-10 #mw-content-container,.ns-200 #mw-content-container,.ns-3200 #mw-content-container {
  −
      background: #71bdf7;
  −
      background-image: url("/w/backgrounds/WikiBackgroundDarkBigGrid.webp");
  −
      background-attachment: fixed;
  −
      background-size: cover;
  −
      background-position: bottom;
  −
  }
  −
  }
  −
 
  −
  @media screen and (max-width: 1439px) {
  −
  .ns-3200 #mw-content-container,.ns-3201 #mw-content-container {
  −
      background: #71bdf7;
  −
      background-image: url("/w/backgrounds/CreationWikiBackgroundDarkMedium.webp");
  −
      background-attachment: fixed;
  −
      background-size: cover;
  −
      background-position: bottom;
  −
  }
  −
  }
  −
  −
  @media screen and (min-width: 1439px) {
  −
  .ns-3200 #mw-content-container,.ns-3201 #mw-content-container {
  −
      background: #71bdf7;
  −
      background-image: url("/w/backgrounds/CreationWikiBackgroundDarkBig.webp");
  −
      background-attachment: fixed;
  −
      background-size: cover;
  −
      background-position: bottom;
  −
  }
  −
  }
  −
 
  −
    @media screen and (max-width: 1439px) {
  −
  .ns-2 #mw-content-container,.ns-3 #mw-content-container {
  −
      background: #AB46A9;
  −
      background-image: url("/w/backgrounds/FactoryWikiBackgroundDarkMedium.webp");
  −
      background-attachment: fixed;
  −
      background-size: cover;
  −
      background-position: bottom;
  −
  }
  −
  }
  −
  −
  @media screen and (min-width: 1439px) {
  −
  .ns-2 #mw-content-container,.ns-3 #mw-content-container {
  −
      background: #AB46A9;
  −
      background-image: url("/w/backgrounds/FactoryWikiBackgroundDarkBig.webp");
  −
      background-attachment: fixed;
  −
      background-size: cover;
  −
      background-position: bottom;
  −
  }
  −
  }
  −
}
  −
  −
/* Small page Dark override */
  −
@media (prefers-color-scheme: dark) {
  −
@media screen and (max-width: 1099px) {
  −
  #mw-content {
  −
    background: rgba(22, 7, 74, 0.99);
  −
  }
  −
  #mw-site-navigation, .sidebar-chunk {
  −
  color:  black;
  −
  }
  −
}
  −
}
  −
@media (prefers-color-scheme: dark) {
  −
@media screen and (max-width: 850px) {
  −
  #mw-content-block {
  −
    background: #18094c;
  −
  }
  −
}
  −
}
  −
  −
/* Footer color */
  −
body {
  −
    background: #353c49;
  −
    /* background-image: url("/w/skins/Timeless/resources/images/dtlicons/noise.png");
  −
    background-attachment: fixed;*/
  −
}
  −
@media (prefers-color-scheme: dark) {
  −
body {
  −
    color: white;
  −
}
  −
}
      
/* Content width
 
/* Content width
Line 482: Line 253:  
  }
 
  }
   −
@media (prefers-color-scheme: dark) {
+
 
#mw-content {
  −
    border: 3px solid #6951CD;
  −
    border-radius: 10px;
  −
    box-shadow: #0000007d 0 0 4px;
  −
    margin-top: 1em;
  −
    margin-right: 1em;
  −
    background: rgba(22, 7, 74, 0.99);
  −
}
   
   
 
   
 
   
 
   
Line 594: Line 357:     
/* TOC */
 
/* TOC */
@media (prefers-color-scheme: dark) {
  −
.mw-warning, .toc, .toccolours {
  −
    background-color: #372579;
  −
}
   
  .mw-content-ltr .toc ul ul, .mw-content-rtl .mw-content-ltr .toc ul ul {
 
  .mw-content-ltr .toc ul ul, .mw-content-rtl .mw-content-ltr .toc ul ul {
 
   border-left: 2px solid #6951cd !important;
 
   border-left: 2px solid #6951cd !important;
Line 1,168: Line 927:  
     border-top: solid 3px #5aa7e2;
 
     border-top: solid 3px #5aa7e2;
 
}
 
}
@media (prefers-color-scheme: dark) {
+
 
  #content-bottom-stuff {
  −
    background: rgba(22,7,74,0.99);
  −
    border-top: solid 3px #6951cd;
  −
  }
  −
}
   
/* Page margins and border shadow*/
 
/* Page margins and border shadow*/
 
#mw-content {
 
#mw-content {
Line 1,184: Line 938:  
     border-bottom-left-radius: 10px;
 
     border-bottom-left-radius: 10px;
 
  }
 
  }
@media (prefers-color-scheme: dark) {
+
 
#mw-content {
  −
    margin-left: 1em;
  −
    margin-bottom: 1em;
  −
    margin-right: 1em;
  −
    border: 3px solid #6951CD;
  −
    box-shadow: #0000007d 0 0 4px;
  −
    border-bottom-right-radius: 10px;
  −
    border-bottom-left-radius: 10px;
  −
    }
  −
  }
   
}
 
}
 
#bodyContent {
 
#bodyContent {
Line 1,206: Line 950:  
   list-style-image: url(/w/skins/Raposa/resources/skins.raposa.styles/images/bullet-icon.svg?2be55);
 
   list-style-image: url(/w/skins/Raposa/resources/skins.raposa.styles/images/bullet-icon.svg?2be55);
 
}
 
}
@media (prefers-color-scheme: dark) {
+
 
  ul {
  −
    list-style-image: url(/w/skins/Raposa/resources/skins.raposa.styles/images/bullet-icon-white.svg?2be55);
  −
  }
  −
}
   
ul ul, ul ul ul, ul ul ul ul {
 
ul ul, ul ul ul, ul ul ul ul {
 
   list-style-image: none;
 
   list-style-image: none;
 
   list-style-type: circle;
 
   list-style-type: circle;
 
}
 
}