User:Grumblesaur/timeless.css: Difference between revisions

From Discovery Wiki
No edit summary
m (retabulate)
Line 1: Line 1:
  div#mw-content, #mw-content pre {
div#mw-content, #mw-content pre {
    color: #dedeee;
   color: #dedeee;
    background: url("https://i.ibb.co/5YL4Dtz/backgroundpattern.png");
   background: url("https://i.ibb.co/5YL4Dtz/backgroundpattern.png");
  }
}
 
  pre.mw-code, pre.mw-css {
    background: none;
    color: #000;
  }
 
  .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 {
pre.mw-code, pre.mw-css {
    color: #87c3e0;
  background: none;
    text-decoration: dotted underline;
   color: #000;
  }
}
 
 
  * img {
.infobox-data-title {
    background: #555555;
  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 {
  color: #87c3e0;
  text-decoration: dotted underline;
}
 
* img {
  background: #555555;
}

Revision as of 18:31, 13 August 2023

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

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

.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 {
  color: #87c3e0;
  text-decoration: dotted underline;
}

* img {
  background: #555555;
}