MediaWiki:Common.css: Difference between revisions

From Pummel Party Mod Documentation
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:
.main-page-section {
.main-page-section {
   border-left: 1px solid #eeeeee;  
   border-left: 1px solid #eeeeee;  
   background-color:#212121;  
   background-color:#141417;  
   padding: 0.5em 1em;  
   padding: 0.5em 1em;  
   margin-bottom: 1em;
   margin-bottom: 1em;
Line 10: Line 10:


.wikitable {
.wikitable {
     background-color: #141417;
     background-color: #212121;
     color: #eeeeee;
     color: #eeeeee;
     margin: 1em 0;
     margin: 1em 0;

Revision as of 23:55, 5 December 2022

/* CSS placed here will be applied to all skins */

/* Custom classes */
.main-page-section {
  border-left: 1px solid #eeeeee; 
  background-color:#141417; 
  padding: 0.5em 1em; 
  margin-bottom: 1em;
}

.wikitable {
    background-color: #212121;
    color: #eeeeee;
    margin: 1em 0;
    border: 1px solid #a2a9b1;
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6, p {
  color: #eeeeee;
}

a, #mw-panel .vector-menu-content li a {
  color: #8d9ecc;
}

a:visited, #mw-panel .vector-menu-content li a:visited {
  color: #a18dcc;
}

body {
  background-color: #141417;
}

.mw-body {
  border: 1px solid #eeeeee;
}

#mw-head {
  background-color: #141417;
}

#content {
  background-color: #212121;
}

.mw-list-item, .vector-menu-tabs li{
  background-color: #212121;
  background-image: linear-gradient(to top, #404040 0,#212121 100%);
}

.selected.mw-list-item{
  background-color: #212121;
  background-image: none;
  
}

.vector-menu-tabs {
  background-image: linear-gradient(to bottom, #212121 0, #eeeeee 100%);
}

.vector-menu-tabs .selected a {
  color: #eeeeee;
}