User:Grumblesaur/timeless.css: Difference between revisions

From Discovery Wiki
m (format <pre> with background and border)
No edit summary
 
(74 intermediate revisions by the same user not shown)
Line 1: Line 1:
  div#mw-content, pre {
/* Stylesheet originally by Grumblesaur. Some of the rules are extra specific
    color: #dedeee;
because MediaWiki's default style is so specific that a generalized style rule
    background: url("https://i.ibb.co/5YL4Dtz/backgroundpattern.png");
is too weak to overcome it. */
  }
 
  .infobox-data-title {
    color: #87c3e0;
  }
 
  .wikitable, .wikitable th, .wikitable td, .wikitable tr, pre {
    border: 1px solid #dddddd;
  }
 
  .wikitable, .wikitable td, .wikitable th.headerSort {
    color: #dedeee;
    background: url("https://i.ibb.co/5YL4Dtz/backgroundpattern.png");
  }
 
  .wikitable.mw-collapsed, .wikitable.mw-collapsed tr th, .wikitable.mw-collapsible tbody * th {
    background: url("https://i.ibb.co/5YL4Dtz/backgroundpattern.png");
  }


   div#mw-content a {
@font-face {
    color: #87c3e0;
  font-family: ParagonBlack;
    text-decoration: dotted underline;
  src: url("https://discoverygc.com/files/Paragon%20Cleaners%20Black.ttf");
   }
}
    
 
  * img {
@font-face {
    background: #555555;
   font-family: ParagonMedium;
   }
  src: url("https://discoverygc.com/files/Paragon%20Cleaners%20Medium.ttf");
}
 
#mw-header-container, #mw-content-container {
  background: #131335;
}
 
.color-left, .color-right {
  background: #2a4b8d;
}
 
.color-middle {
  background: #87c3e0;
}
 
a#p-banner, div#personal h2 {
  color: #dedeee;
  font-family: ParagonMedium, serif;
}
 
div#mw-content, #mw-content pre {
  color: #dedeee;
  background: url("https://i.ibb.co/5YL4Dtz/backgroundpattern.png");
}
 
#mw-content-text h3, #mw-content-text p {
  color: #dedeee;
}
 
pre.mw-code, pre.mw-css {
  background: none;
  color: #000;
}
 
.infobox-data-title {
  color: #87c3e0;
}
 
.wikitable, .wikitable tr td, .wikitable tr th {
  border: 1px solid #dddddd;
}
 
.wikitable, .wikitable td, .wikitable th.headerSort, .wikitable th[colspan] {
  color: #dedeee;
  background: url("https://discoverygc.com/w/images/1/12/Interface-tile.png");
}
 
.wikitable.mw-collapsed, .wikitable.mw-collapsed tr th, .wikitable.mw-collapsible tbody * th {
  background: url("https://discoverygc.com/w/images/1/12/Interface-tile.png");
}
 
div#mw-content a,
div#catlinks-sidebar.sidebar-chunk a,
div#site-tools.sidebar-chunk a,
div#page-tools.sidebar-chunk a,
div#site-navigation.sidebar-chunk a {
  color: #87c3e0;
  text-decoration: dotted underline;
}
 
div#mw-content a.new,
div#catlinks-sidebar.sidebar-chunk a.new,
div#site-tools.sidebar-chunk a.new,
div#page-tools.sidebar-chunk a.new,
div#site-navigation.sidebar-chunk a.new {
  color: #ff6699;
   text-decoration: dotted underline;
}
 
div#mw-content a:visited,
div#catlinks-sidebar.sidebar-chunk a:visited,
div#site-tools.sidebar-chunk a:visited,
div#page-tools.sidebar-chunk a:visited,
div#site-navigation.sidebar-chunk a:visited,
div#mw-content a.new:visited,
div#catlinks-sidebar.sidebar-chunk a.new:visited,
div#site-tools.sidebar-chunk a.new:visited,
div#page-tools.sidebar-chunk a.new:visited,
div#site-navigation.sidebar-chunk a.new:visited {
   color: #bc73db;
}
 
* img {
  background: #555555;
}
 
#firstHeading {
   border-color: #2a4b8d;
}
 
#mw-content {
  border: 2px solid #87c3e0;
}
 
.tools-inline li.selected {
  border-bottom-color: #2a4b8d;
}
 
.mw-headline, #firstHeading {
  font-family: ParagonMedium, sans-serif;
}
 
div#catlinks-sidebar.sidebar-chunk,
div#site-tools.sidebar-chunk,
div#page-tools.sidebar-chunk,
div#site-navigation.sidebar-chunk {
  background-image: url("https://discoverygc.com/w/images/1/12/Interface-tile.png");
  border: 2px solid #87c3e0;
  color: #dedeee;
}
 
div#catlinks-sidebar.sidebar-chunk h3,
div#site-tools.sidebar-chunk h3,
div#page-tools.sidebar-chunk h3,
div#site-navigation.sidebar-chunk h3 {
  font-family: ParagonMedium, sans-serif;
}
 
input#searchInput {
  border: 2px solid #87c3e0;
}

Latest revision as of 00:20, 21 August 2023

/* Stylesheet originally by Grumblesaur. Some of the rules are extra specific
because MediaWiki's default style is so specific that a generalized style rule
is too weak to overcome it. */

@font-face {
  font-family: ParagonBlack;
  src: url("https://discoverygc.com/files/Paragon%20Cleaners%20Black.ttf");
}

@font-face {
  font-family: ParagonMedium;
  src: url("https://discoverygc.com/files/Paragon%20Cleaners%20Medium.ttf");
}

#mw-header-container, #mw-content-container {
  background: #131335;
}

.color-left, .color-right {
  background: #2a4b8d;
}

.color-middle {
  background: #87c3e0;
}

a#p-banner, div#personal h2 {
  color: #dedeee;
  font-family: ParagonMedium, serif;
}

div#mw-content, #mw-content pre {
  color: #dedeee;
  background: url("https://i.ibb.co/5YL4Dtz/backgroundpattern.png");
}

#mw-content-text h3, #mw-content-text p {
  color: #dedeee;
}

pre.mw-code, pre.mw-css {
  background: none;
  color: #000;
}

.infobox-data-title {
  color: #87c3e0;
}

.wikitable, .wikitable tr td, .wikitable tr th {
  border: 1px solid #dddddd;
}

.wikitable, .wikitable td, .wikitable th.headerSort, .wikitable th[colspan] {
  color: #dedeee;
  background: url("https://discoverygc.com/w/images/1/12/Interface-tile.png");
}

.wikitable.mw-collapsed, .wikitable.mw-collapsed tr th, .wikitable.mw-collapsible tbody * th {
  background: url("https://discoverygc.com/w/images/1/12/Interface-tile.png");
}

div#mw-content a,
div#catlinks-sidebar.sidebar-chunk a,
div#site-tools.sidebar-chunk a,
div#page-tools.sidebar-chunk a,
div#site-navigation.sidebar-chunk a {
  color: #87c3e0;
  text-decoration: dotted underline;
}

div#mw-content a.new,
div#catlinks-sidebar.sidebar-chunk a.new,
div#site-tools.sidebar-chunk a.new,
div#page-tools.sidebar-chunk a.new,
div#site-navigation.sidebar-chunk a.new {
  color: #ff6699;
  text-decoration: dotted underline;
}

div#mw-content a:visited,
div#catlinks-sidebar.sidebar-chunk a:visited,
div#site-tools.sidebar-chunk a:visited,
div#page-tools.sidebar-chunk a:visited,
div#site-navigation.sidebar-chunk a:visited,
div#mw-content a.new:visited,
div#catlinks-sidebar.sidebar-chunk a.new:visited,
div#site-tools.sidebar-chunk a.new:visited,
div#page-tools.sidebar-chunk a.new:visited,
div#site-navigation.sidebar-chunk a.new:visited {
  color: #bc73db;
}

* img {
  background: #555555;
}

#firstHeading {
  border-color: #2a4b8d;
}

#mw-content {
  border: 2px solid #87c3e0;
}

.tools-inline li.selected {
  border-bottom-color: #2a4b8d;
}

.mw-headline, #firstHeading {
  font-family: ParagonMedium, sans-serif;
}

div#catlinks-sidebar.sidebar-chunk,
div#site-tools.sidebar-chunk,
div#page-tools.sidebar-chunk,
div#site-navigation.sidebar-chunk {
  background-image: url("https://discoverygc.com/w/images/1/12/Interface-tile.png");
  border: 2px solid #87c3e0;
  color: #dedeee;
}

div#catlinks-sidebar.sidebar-chunk h3,
div#site-tools.sidebar-chunk h3,
div#page-tools.sidebar-chunk h3,
div#site-navigation.sidebar-chunk h3 {
  font-family: ParagonMedium, sans-serif;
}

input#searchInput {
  border: 2px solid #87c3e0;
}