Difference between revisions of "MediaWiki:Vector.css"

From Dungeon Defenders 2 Wiki
Jump to: navigation, search
 
(294 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
@import 'https://fonts.googleapis.com/css?family=Montserrat|Noto+Sans';
  
/* Body Styling */
+
div#mw-head {
body {
+
    #top: 110px;
  background: #0A0523 url("https://dungeondefenders.com/2/images/backgrounds/Duxter-BG1-DD2.jpg") no-repeat fixed center center / cover;
 
 
}
 
}
  
#mw-page-base {
+
#contentSub {
  background:none;
+
margin: 0px;
 
}
 
}
  
.mw-body {
+
#mw-content-text {
  border: 1px solid #A7D7F9;
+
font-family:Noto Sans, sans-serif;
  margin-right: 15px;
+
color:rgba(244,244,244,.84);
  background-color: rgba(210, 245, 255, 0.7);
 
  min-height:500px;
 
  margin-bottom: 60px;
 
 
}
 
}
  
div#footer {
+
#firstHeading {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
+
font-family:Noto Sans, sans-serif;
  width: 100%;
 
  padding: 0px !important;
 
  margin-top: 20px !important;
 
  bottom: 0px !important;
 
  margin-left: auto !important;
 
  margin-right: auto !important;
 
  color: #C2C8CF;
 
 
}
 
}
  
div#footer a {
+
#mw-content-text a {
  color:white;
+
color:rgba(255,167,0,.96);
 
}
 
}
  
div#footer ul {
+
#mw-head-base {
  padding-left: 15px;
+
    background-image: none;
  padding-right: 15px;
+
    background-color: rgba(0, 0, 0, .97);
 +
    border-left: 1px solid #181818;
 +
    border-right: 1px solid #181818;
 +
    border-bottom: 0px solid #181818;
 +
    border-top: 1px solid #181818;
 +
    border-top-left-radius: 0.5em;
 +
    border-top-right-radius: 0.5em;
 +
    bottom: 0;
 +
    height: 48px;
 +
    margin-top: -40px;  
 
}
 
}
  
div#footer ul li {
+
#p-personal {
  color:#C2C8CF;
+
    background-color: rgba(0, 0, 0, 1);
 +
    border: 1px solid #181818;
 +
    border-radius: 4px 4px 4px 4px;
 +
    right: 0;
 +
    padding-right: 0.55em;
 +
    padding-bottom: 3px;
 +
    #top: -100px;
 +
    margin-right: 10px;
 
}
 
}
  
.catlinks {
+
#p-personal #pt-mytalk,
    border: 1px solid #84AEEC;
+
#p-personal #pt-preferences,
     background-color: rgba(199, 242, 254, 0.53);
+
#p-personal #pt-watchlist,
 +
#p-personal #pt-mycontris,
 +
#p-personal #pt-logout {
 +
     text-transform: lowercase;
 
}
 
}
  
#toc, .toc {
+
div.vectorTabs {
  background-color: rgba(255,255,255,0.58);
+
    background-image: none;
 
}
 
}
  
.mw-body h1, .mw-body h2 {
+
div.vectorTabs span {
     font-family: 'Open Sans', sans-serif;
+
     background-image: none;
 
}
 
}
  
div.thumbinner {
+
div.vectorTabs ul {
  border: 1px solid #8DCAF0;
+
    background-image: none;
  background-color: rgba(255,255,255,0.58);
 
 
}
 
}
  
/* Mediawiki page tabs */
+
div.vectorTabs li a {
div#mw-head div.vectorMenu h3, div.vectorTabs ul, div.vectorTabs li.selected, div.vectorTabs ul li, div.vectorTabs, div.vectorTabs span {
+
    background-image: none;
  background:none;
 
 
}
 
}
  
div.vectorTabs li a {
+
div.vectorTabs li.selected {
  color: #C6DBFF;
+
    background-color: transparent;
 +
    background-image: none;
 
}
 
}
  
div.vectorTabs li.new a, div.vectorTabs li.new a:visited, div.vectorMenu h3 span {
+
div.vectorTabs ul li {
  color: #000000;
+
    background-color:transparent;
 +
    background-image: none;
 
}
 
}
  
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
+
#mw-head div.vectorMenu h5 {
  color: #000000;
+
    background-image: none;
 
}
 
}
  
div.vectorMenu div.menu {
+
div.vectorMenu h5 a {
  background-color: rgba(30, 17, 102, 0.67);
+
    background-image: none;
 
}
 
}
  
div.vectorMenu div.menu a {
+
div.vectorTabs li a, div.vectorTabs li a span {
  color: #C6DBFF;
+
    color: #FFFFFF;
 +
    cursor: pointer;
 +
    font-weight: bold;
 +
    text-transform: uppercase;
 
}
 
}
  
#p-personal a, #p-personal a.new, p-personal a:visited {
+
div.vectorTabs li.selected a,
  color: #99BFFF;
+
div.vectorTabs li.selected a span,
 +
div.vectorTabs li.selected a:visited,
 +
div.vectorTabs li.selected a:visited span {
 +
    color: white !important;
 +
    font-weight: bold;
 +
    text-decoration: none;
 +
    text-shadow: -1px -1px 1px black;
 +
}
 +
div.vectorTabs li.new a,  
 +
div.vectorTabs li.new a span,
 +
div.vectorTabs li.new a:visited,  
 +
div.vectorTabs li.new a:visited span {
 +
    color: #FFFFFFF;
 +
    font-weight: bold;
 
}
 
}
  
#p-personal a.hover, p-personal a:focus {
+
div.vectorTabs li a {
  color: #C6DBFF;
+
    background-image: none;
  text-decoration:none;
 
 
}
 
}
  
/* Account Creation Page */
+
ul.tabbernav {
.mw-createacct-benefits-list {
+
    margin: 0;
  padding: 10px 10px 10px 60px;
+
    padding: 3px 0;
  border-radius: 12px;
+
    border-bottom: 1px solid rgba(255,255,255,.30);
  background-color: rgba(255,255,255,0.58);
+
    font: bold 12px Verdana, sans-serif;
  border: 1px solid #8DCAF0;
 
 
}
 
}
  
.mw-number-text.icon-edits, .mw-number-text.icon-pages, .mw-number-text.icon-contributors {
+
ul.tabbernav li {
  filter: brightness(0.7);
+
    list-style: none;
 +
    margin: 0;
 +
    display: inline;
 
}
 
}
  
/* Non-TOC headers */
+
ul.tabbernav li a {
 +
    padding: 3px .5em;
 +
    margin-left: 3px;
 +
    border: 1px solid #CCC;
 +
    border-bottom: none;
 +
    background: rgba(21,2,30,.94);
 +
    text-decoration: none;
 +
}
  
div.notochh1 {
+
ul.tabbernav li a:link {
  font-size: 188%;
+
    color: #448;
  border-bottom: 1px solid #AAA;
 
  padding-bottom: 0.17em;
 
  margin-bottom: 0.6em;
 
 
}
 
}
  
/* Graphical borders */
+
ul.tabbernav li a:visited {
 +
    color: #667;
 +
}
  
div#mw-panel {
+
ul.tabbernav li a:hover {
     background-color: rgba(210, 255, 255, 0.7);
+
    color: #000;
     border: 1px solid #181818;
+
     background: rgba(255,255,255,.30) !important;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
+
     border-color: #CCC;
    line-height: 1em;
 
    padding: 5px;
 
    width: 145px;
 
    top: 150px;
 
 
}
 
}
  
/* Navboxstyling */
+
ul.tabbernav li.tabberactive a {
#navbox {
+
    color: rgba(21,2,30,.94) !important;
  margin:auto;
+
    background: #FFF;
  width:80%;
+
    border-bottom: 1px solid #FFF;
  border: 1px solid rgb(132, 174, 236);
 
  padding: 5px;  
 
  border-radius:11px;
 
  clear: both;
 
  margin-top: 15px;
 
 
}
 
}
  
/* Table Styling */
+
ul.tabbernav li.tabberactive a:hover {
table.wikitable {
+
    color: #000;
  background-color: transparent;
+
    background: #FFF;
  border-collapse: separate;
+
    border-bottom: 1px solid #FFF;
  border: none;
 
}
 
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
 
  border: 1px solid #8DCAF0;
 
  padding: 0.2em;
 
  background-color: rgba(255, 255, 255, 0.58);
 
 
}
 
}
  
table.wikitable > tr > th, table.wikitable > * > tr > th {
+
.tabber .tabbertab {
  background-color: #03A007;
+
    padding: 5px;
  text-align: center;
+
    border: 1px solid #CCC;
  border-color: #007448;
+
    border-top: 0;
  box-shadow: 0px 1px rgba(0, 0, 0, 0.3);
 
  color: white;
 
  text-shadow: 0px 2px #00321f;
 
 
}
 
}
  
table.wikitable > tr > th a, table.wikitable > * > tr > th a {
+
li.gallerybox {
  color:white;
+
border-style:none !important;
 
}
 
}
  
#cellstretch {
+
#mainwiki {
  width:100%;
+
border-collapse:collapse;
 +
text-align:left;
 +
font-family:Noto Sans, sans-serif;
 
}
 
}
  
#cellcenter {
+
#mainwiki tr {
  text-align:center;
+
border: 1px solid #0a010c;
 
}
 
}
  
#roundedborder {
+
#mainwiki th {
  border:1px solid rgb(132,174,236);
+
vertical-align:top;
  padding:5px;
+
background-image: url(https://wiki.dungeondefenders2.com/images/4/4d/Wikigradient_small.png) !important;
  border-radius:11px;
+
height:36px;
  margin-top:15px;
+
text-align:center;
 +
font-size:1.4em;
 +
color:#f2f2f2;
 
}
 
}
  
#roundedborderfull {
+
#mainwiki td.content {
  border:1px solid rgb(132,174,236);
+
padding: 1em;
  padding:5px;
+
background: rgb(21,2,30); /* Old browsers */
  border-radius:11px;
+
background: -moz-linear-gradient(top, rgba(21,2,30,.90) 0%,rgba(0,0,0,.90) 1%); /* FF3.6-15 */
  margin-top:15px;
+
background: -webkit-linear-gradient(top, rgba(21,2,30,.90) 0%,rgba(0,0,0,.90) 1%); /* Chrome10-25,Safari5.1-6 */
  width:100%;
+
background: linear-gradient(to bottom, rgba(21,2,30,.90) 0%,rgba(0,0,0,.90) 1%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 +
vertical-align:top;
 +
/*color:#f2f2f2;*/
 +
color:rgba(244,244,244,.84);
 
}
 
}
  
/* Infobox Styling */
+
#mainwiki a {
 
+
/*color: #faa700;*/
#infoboxtable {
+
color:rgba(255,167,0,.96);
  max-width:350px;
 
  width:100%;
 
 
}
 
}
  
#infoboxheader {
+
#mainwiki td.space {
  text-align:center;
+
border-right:1px solid rgba(255,255,255,.30);
  font-size:24px;
+
-moz-background-clip: border;     /* Firefox 3.6 */
  padding-top:5px;
+
-webkit-background-clip: border; /* Safari 4? Chrome 6? */
  padding-bottom:5px;
+
background-clip: border-box;     /* Firefox 4, Safari 5, Opera 10, IE 9 */
  text-shadow: 0px 1.5px 0px rgba(0,0,0,0.2);
 
 
}
 
}
  
#infoboxsection {
+
table.wikitable th {
  background-color:#03A007;
+
color: #FFF;
  vertical-align:top;
 
  padding-left:15px;
 
  padding-right:5px;
 
  width:105px;
 
  border-color:#007448;
 
  box-shadow: 0px 1px rgba(0,0,0,0.3);
 
  color: white;
 
  text-shadow: 0px 2px #00321f;
 
 
}
 
}
  
#infoboxdetail {
+
th.headerSort {
  vertical-align:top;
+
color:rgba(255,167,0,.96) !important;
  padding-left:3px;
 
  padding-right:12px;
 
 
}
 
}
  
#infoboxdetail p {
+
.diffchange {
  margin:0px;
+
color:black;
 
}
 
}
  
#infoboxfooter {
+
.wikiEditor-preview-contents {
  width:100%;
+
background-color: transparent;
  padding-top:5px;
 
 
}
 
}
  
#infoboxdetail ul {
+
.wikiEditor-ui {
  margin: 0em 0px 0px 0.9em;
+
background-color: transparent;
 
}
 
}
  
#infoboxsep {
+
.simple-tooltip {
  text-align:center;
+
color: orange;
  background-color:#03A007;
 
  vertical-align:top;
 
  border-color:#007448;
 
  box-shadow: 0px 1px rgba(0,0,0,0.3);
 
  color: white;
 
  text-shadow: 0px 2px #00321f;
 
 
}
 
}

Latest revision as of 13:47, 19 December 2018

/* CSS placed here will affect users of the Vector skin */
@import 'https://fonts.googleapis.com/css?family=Montserrat|Noto+Sans';

div#mw-head {
    #top: 110px;
}

#contentSub {
margin: 0px;
}

#mw-content-text {
font-family:Noto Sans, sans-serif;
color:rgba(244,244,244,.84);
}

#firstHeading {
font-family:Noto Sans, sans-serif;
}

#mw-content-text a {
color:rgba(255,167,0,.96);
}

#mw-head-base {
    background-image: none;
    background-color: rgba(0, 0, 0, .97);
    border-left: 1px solid #181818;
    border-right: 1px solid #181818;
    border-bottom: 0px solid #181818;
    border-top: 1px solid #181818;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    bottom: 0;
    height: 48px;
    margin-top: -40px; 
}

#p-personal {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid #181818;
    border-radius: 4px 4px 4px 4px;
    right: 0;
    padding-right: 0.55em;
    padding-bottom: 3px;
    #top: -100px;
    margin-right: 10px;
}

#p-personal #pt-mytalk, 
#p-personal #pt-preferences, 
#p-personal #pt-watchlist, 
#p-personal #pt-mycontris, 
#p-personal #pt-logout {
    text-transform: lowercase;
}

div.vectorTabs {
    background-image: none;
}

div.vectorTabs span {
    background-image: none;
}

div.vectorTabs ul {
    background-image: none;
}

div.vectorTabs li a {
    background-image: none;
}

div.vectorTabs li.selected {
    background-color: transparent;
    background-image: none;
}

div.vectorTabs ul li {
    background-color:transparent;
    background-image: none;
}

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

div.vectorMenu h5 a {
    background-image: none;
}

div.vectorTabs li a, div.vectorTabs li a span {
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}

div.vectorTabs li.selected a, 
div.vectorTabs li.selected a span, 
div.vectorTabs li.selected a:visited, 
div.vectorTabs li.selected a:visited span {
    color: white !important;
    font-weight: bold;
    text-decoration: none;
    text-shadow: -1px -1px 1px black;
}
div.vectorTabs li.new a, 
div.vectorTabs li.new a span, 
div.vectorTabs li.new a:visited, 
div.vectorTabs li.new a:visited span {
    color: #FFFFFFF;
    font-weight: bold;
}

div.vectorTabs li a {
    background-image: none;
}

ul.tabbernav {
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px solid rgba(255,255,255,.30);
    font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li {
    list-style: none;
    margin: 0;
    display: inline;
}

ul.tabbernav li a {
    padding: 3px .5em;
    margin-left: 3px;
    border: 1px solid #CCC;
    border-bottom: none;
    background: rgba(21,2,30,.94);
    text-decoration: none;
}

ul.tabbernav li a:link {
    color: #448;
}

ul.tabbernav li a:visited {
    color: #667;
}

ul.tabbernav li a:hover {
    color: #000;
    background: rgba(255,255,255,.30) !important;
    border-color: #CCC;
}

ul.tabbernav li.tabberactive a {
    color: rgba(21,2,30,.94) !important;
    background: #FFF;
    border-bottom: 1px solid #FFF;
}

ul.tabbernav li.tabberactive a:hover {
    color: #000;
    background: #FFF;
    border-bottom: 1px solid #FFF;
}

.tabber .tabbertab {
    padding: 5px;
    border: 1px solid #CCC;
    border-top: 0;
}

li.gallerybox {
border-style:none !important;
}

#mainwiki {
border-collapse:collapse;
text-align:left;
font-family:Noto Sans, sans-serif;
}

#mainwiki tr {
border: 1px solid #0a010c;
}

#mainwiki th {
vertical-align:top;
background-image: url(https://wiki.dungeondefenders2.com/images/4/4d/Wikigradient_small.png) !important;
height:36px;
text-align:center;
font-size:1.4em;
color:#f2f2f2;
}

#mainwiki td.content {
padding: 1em;
background: rgb(21,2,30); /* Old browsers */
background: -moz-linear-gradient(top, rgba(21,2,30,.90) 0%,rgba(0,0,0,.90) 1%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(21,2,30,.90) 0%,rgba(0,0,0,.90) 1%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(21,2,30,.90) 0%,rgba(0,0,0,.90) 1%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
vertical-align:top;
/*color:#f2f2f2;*/
color:rgba(244,244,244,.84);
}

#mainwiki a {
/*color: #faa700;*/
color:rgba(255,167,0,.96);
}

#mainwiki td.space {
border-right:1px solid rgba(255,255,255,.30);
-moz-background-clip: border;     /* Firefox 3.6 */
-webkit-background-clip: border;  /* Safari 4? Chrome 6? */
background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

table.wikitable th {
color: #FFF;
}

th.headerSort {
color:rgba(255,167,0,.96) !important;
}

.diffchange {
color:black;
}

.wikiEditor-preview-contents {
background-color: transparent;
}

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

.simple-tooltip {
color: orange;
}