MediaWiki:Common.css: Difference between revisions

From Vintage Story Wiki
(add some more of the dark mode theme (sorry i missed it))
m (refine dark theme)
Line 34: Line 34:
     padding: 1px 4px;
     padding: 1px 4px;
     background: #423222;
     background: #423222;
}
table.gameplaynavbox img {
    filter: drop-shadow(2px 2px 2px #333);
}
}


Line 58: Line 54:


table td {
table td {
/*  background-color: rgba(80, 60, 40, 0.9);*/
  background-color: rgba(80, 60, 40, 0.9);
}
}


Line 79: Line 75:
width: 100%;
width: 100%;
}
}


@media only screen and (min-width: 1500px) {
@media only screen and (min-width: 1500px) {
Line 139: Line 134:


div.vectorMenu {
div.vectorMenu {
    background-color: rgba(80,60,40,0.9);
  background-color: rgba(80,60,40,0.9);
    border-right: 1px solid rgba(46,35,25);
  border-right: 1px solid rgba(46,35,25);
    border-top: 1px solid rgba(46,35,25);
  border-top: 1px solid rgba(46,35,25);
    color: #F6F0EA;
  color: #F6F0EA;
}
}


Line 155: Line 150:


div#mw-head div.vectorMenu h3 {
div#mw-head div.vectorMenu h3 {
  background-image: none;
  background-image: none;
}
}


div#mw-panel div.portal div.body ul li, div#mw-panel div.portal div.body ul li {
div#mw-panel div.portal div.body ul li, div#mw-panel div.portal div.body ul li {
    font-size: 0.85em !important;
  font-size: 0.85em !important;
}
}


table.wikitable > tr > th, table.wikitable > * > tr > th {
table.wikitable > tr > th, table.wikitable > * > tr > th {
    background-color: transparent !important;
  background-color: transparent !important;
}
}


Line 217: Line 212:


.wikiEditor-ui-controls {
.wikiEditor-ui-controls {
    background-color: transparent;
  background-color: transparent;
}
}


.wikiEditor-ui {
.wikiEditor-ui {
    background-color: transparent;
  background-color: transparent;
}
}


Line 238: Line 233:


#simpleSearch input {
#simpleSearch input {
background-color: #ffffff;
  background-color: #ffffff;
}
 
.mw-search-profile-tabs {
  background-color: rgba(120,90,60,0.4) !important;
  border: 1px solid rgba(46, 35, 25) !important;
}
 
.mw-search-profile-tabs {
  background-color: rgba(120,90,60,0.4) !important;
  border: 1px solid rgba(46, 35, 25) !important;
}
}


.mw-search-profile-tabs,
.mw-search-profile-tabs,
fieldset#mw-searchoptions,
fieldset#mw-searchoptions {
fieldset#mw-searchoptions {
   background-color: rgba(120,90,60,0.4) !important;
   background-color: rgba(120,90,60,0.4) !important;
   border: 1px solid rgba(46, 35, 25) !important;
   border: 1px solid rgba(46, 35, 25) !important;
}
fieldset#mw-searchoptions {
  background-color: rgba(120,90,60,0.4) !important;
  border: 1px solid rgba(46, 35, 25) !important;
}
.mw-search-profile-tabs div.search-types ul li.current a {
  color: #F6F0EA;
}
}


.mw-search-profile-tabs div.search-types ul li.current a {
.mw-search-profile-tabs div.search-types ul li.current a {
   color: #F6F0EA;
   color: #F4D4B3;
}
}


Line 300: Line 279:


a {
a {
  color: #5B3710;
  color: #F4D4B3;
}
}


a:hover {
a:hover {
   color:navajowhite;
   color: navajowhite;
}
 
.mw-body a.external {
    color: #E5C29D;
}
}


Line 316: Line 291:


a.new, #p-personal a.new {
a.new, #p-personal a.new {
    color: indianred;
     color: #F4D4B3;
}
 
.mw-body a.external:visited {
     color: #E5C29D;
}
}