MediaWiki:Common.css: Difference between revisions

From Pummel Party Mod Documentation
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
/* Custom classes */
/* Custom classes */
.main-page-section {
.main-page-section {
   border-left: 1px solid black;  
   border-left: 1px solid #eeeeee;  
   background-color:#414141;  
   background-color:#414141;  
   padding: 0.5em 1em;  
   padding: 0.5em 1em;  
Line 17: Line 17:
a, #mw-panel .vector-menu-content li a {
a, #mw-panel .vector-menu-content li a {
   color: #8d9ecc;
   color: #8d9ecc;
}
a:visited, #mw-panel .vector-menu-content li a:visited {
  color: #a18dcc;
}
}


Line 34: Line 38:
   background-color: #212121;
   background-color: #212121;
   background-image: linear-gradient(to top, #404040 0,#212121 100%);
   background-image: linear-gradient(to top, #404040 0,#212121 100%);
 
 
}
}



Revision as of 23:48, 5 December 2022

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

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



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-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 .selected a {
  color: #eeeeee;
}