User:Naomi/common.css: Difference between revisions

From Dune: Awakening Community Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 119: Line 119:
}
}


a {
.mw-list-item a {
   color: #9f9fa0;
   color: #9f9fa0;
   text-decoration: none;
   text-decoration: none;
}
}


a.new {
.mw-list-item a.new {
   color: #dd7878;
   color: #dd7878;
   text-decoration: none;
   text-decoration: none;
}
}


.mw-list-item a:visited {
  color: #9f9fa0;
}
.mw-list-item a.new:visited {
  color: #dd7878;
}


a:visited {
.mw-list-item a:hover {
   color: #9f9fa0;
   color: #ffffff;
  text-decoration: underline;
}
}


a.new:visited {
.mw-list-item a.new:hover {
   color: #dd7878;
   color: #dd7878;
  text-decoration: underline;
}
}
    
    

Revision as of 00:42, 9 February 2024

body {
  background-color: #2f2f2f;
}

#p-personal ul {
  padding-left: 0.25em;
  padding-right: 0.5em;
  border: 2px solid #313233;
  background-color: #232324;
}

#left-navigation {
  margin-top: 3.5em;
}

#right-navigation {
  margin-top: 3.5em;
}

#p-personal {
  border: 2px solid #000000;
}

#mw-head-base {
 height: 6em;
 margin-top: -6em;
}

#mw-page-base {
 height: 6em;
}

#mw-head {
  border-bottom: 2px solid #000000;
}

.vector-menu-tabs-legacy {
  padding: 0;
}

.vector-legacy-sidebar .vector-menu-portal {
  background-color: #232324;
  border: 2px solid #000000;
  margin-top: 0.75rem;
  padding-bottom: 0;
  padding-top: 0;
}

.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
  color: #ffffff;
  border-left: 2px solid #5a5b5c;
  border-top: 2px solid #5a5b5c;
  border-right: 2px solid #464747;
  border-bottom: 2px solid #000000;
  background-image: none;
  background-color: #313233;
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 0.9em;
}

.vector-legacy-sidebar .vector-menu-portal .vector-menu-content {
  margin: 0;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  border: 2px solid #313233;
}

.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
  color: #9f9fa0;
  text-decoration: none;
}

.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.mw-body {
  background-color: #313233;
  color: #ffffff;
  border: 2px solid #000000;
  border-top: none;
}

pre, code, .mw-code, .mw-message-box, textarea, .editOptions {
  background-color: #2f2f2f;
  border: 1px solid #202125;
  color: #ffffff;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
  background-image: none;
}

.oo-ui-inputWidget-input, .oo-ui-textInputWidget {
  background-color: #2f2f2f !important;
  border: 1px solid #202125 !important;
  color: #ffffff !important;
}

.vector-menu-tabs-legacy li { 
  background: rgb(35,35,36);
  background: linear-gradient(180deg, rgba(35,35,36,1) 50%, rgba(49,50,51,1) 100%); 
  border: 2px solid #000000;
  border-bottom: none;
  margin-right: 0.5em;
}

.vector-menu-tabs-legacy .selected {
  background: #313233;
  background: linear-gradient(180deg, rgba(68,70,71,1) 50%, rgba(49,50,51,1) 100%); 
}

.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited {
  color: #ffffff;
  text-decoration: none;
}

.mw-list-item a {
  color: #9f9fa0;
  text-decoration: none;
}

.mw-list-item a.new {
  color: #dd7878;
  text-decoration: none;
}

.mw-list-item a:visited {
  color: #9f9fa0;
}

.mw-list-item a.new:visited {
  color: #dd7878;
}

.mw-list-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.mw-list-item a.new:hover {
  color: #dd7878;
  text-decoration: underline;
}
  
h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
}