MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
2,328 bytes added ,  17:05, 9 September 2022
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */


/* Body */
body {
body {
     background: url("/resources/dreamlightvalley/background.jpg") no-repeat fixed top center / cover;
     background: url("/resources/dreamlightvalley/background.jpg") no-repeat fixed top center / cover;
     font-family: sans-serif;
     font-family: sans-serif;
}
.mw-body {
  border: 1px solid #2a2f8b;
  margin-right: 15px;
  background-color: #ccceffe8;
  min-height:500px;
  margin-bottom: 60px;
}
div#footer {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
  width: 100%;
  padding: 0px !important;
  margin-top: 20px !important;
  bottom: 0px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #C2C8CF;
}
div#footer #footer-icons {
    margin-top: -18px;
}
div#mw-panel {
  border: 6px solid transparent;
  left: -12px;
  background-color: rgba(209, 230, 255, 0.67);
  padding-bottom: 15px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-top: 130px;
}
#p-logo {
  position: absolute;
  top: -130px;
}
#p-logo a {
  display:block;
}
div#footer a {
  color:white;
}
div#footer ul {
  padding-left: 190px;
  padding-right: 15px;
}
div#footer ul li {
  color:#C2C8CF;
}
.catlinks {
    border: 1px solid #50687f;
    background-color: rgb(77 92 121 / 43%);
}
#toc, .toc {
  background-color: rgba(255,255,255,0.58);
}
.mw-body h1, .mw-body h2 {
    font-family: 'Open Sans', sans-serif;
}
div.thumbinner {
  border: 1px solid #8DCAF0;
  background-color: rgba(255,255,255,0.58);
}
/* Mediawiki page tabs */
#mw-page-base {
  background:none;
}
div#mw-head div.vectorMenu h3, div.vectorTabs ul, div.vectorTabs li.selected, div.vectorTabs ul li, div.vectorTabs, div.vectorTabs span {
  background:none;
}
div.vectorTabs li a {
  color: #B7D2FF;
}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited, div.vectorMenu h3 span {
  color: #99BFFF;
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
  color: #C6DBFF;
}
div.vectorMenu div.menu {
  background-color: rgba(30, 17, 102, 0.67);
}
div.vectorMenu div.menu a {
  color: #C6DBFF;
}
#p-personal a, #p-personal a.new, p-personal a:visited, #p-personal a.new:visited {
  color: #99BFFF;
}
#p-personal a.hover, p-personal a:focus {
  color: #C6DBFF;
  text-decoration:none;
}
/* Account Creation Page */
.mw-createacct-benefits-list {
  padding: 10px 10px 10px 60px;
  border-radius: 12px;
  background-color: rgba(255,255,255,0.58);
  border: 1px solid #8DCAF0;
}
.mw-number-text.icon-edits, .mw-number-text.icon-pages, .mw-number-text.icon-contributors {
  filter: brightness(0.7);
}
}

Navigation menu