Difference between revisions of "MediaWiki:Vector.css"

From Dungeon Defenders 2 Wiki
Jump to: navigation, search
 
(105 intermediate revisions by 3 users not shown)
Line 1: Line 1:
body {
+
/* CSS placed here will affect users of the Vector skin */
    background-color: #1a1a1a;
+
@import 'https://fonts.googleapis.com/css?family=Montserrat|Noto+Sans';
     min-width: 500px;
+
 
 +
div#mw-head {
 +
     #top: 110px;
 
}
 
}
  
#pageWrapper {
+
#contentSub {
    padding-right: 1em;
+
margin: 0px;
 
}
 
}
  
#p-logo a {
+
#mw-content-text {
width: auto;
+
font-family:Noto Sans, sans-serif;
}
+
color:rgba(244,244,244,.84);
#p-logo {
 
    left: -10px;
 
    margin: -10px 0 0;
 
    position: absolute;
 
    width: 204px;
 
 
}
 
}
  
div#mw-page-base {
+
#firstHeading {
    background: #262626;
+
font-family:Noto Sans, sans-serif;
    height: 98px;
 
    margin-bottom: 0;
 
    border-bottom: 3px solid #78187E;
 
 
}
 
}
  
div#mw-head {
+
#mw-content-text a {
    height: 98px;
+
color:rgba(255,167,0,.96);
 
}
 
}
  
 
#mw-head-base {
 
#mw-head-base {
     display: none;
+
     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;  
 
}
 
}
  
#left-navigation {
+
#p-personal {
     position: absolute;
+
     background-color: rgba(0, 0, 0, 1);
     top: 2px;
+
    border: 1px solid #181818;
     left: 204px;
+
     border-radius: 4px 4px 4px 4px;
     margin: 0;
+
     right: 0;
     margin-left: 2em;
+
     padding-right: 0.55em;
 +
    padding-bottom: 3px;
 +
    #top: -100px;
 +
     margin-right: 10px;
 
}
 
}
  
#right-navigation {
+
#p-personal #pt-mytalk,
    position: absolute;
+
#p-personal #pt-preferences,
    top: 2px;
+
#p-personal #pt-watchlist,
    right: 0;
+
#p-personal #pt-mycontris,
     margin: 0;
+
#p-personal #pt-logout {
 +
     text-transform: lowercase;
 
}
 
}
  
 
div.vectorTabs {
 
div.vectorTabs {
     padding-left: 0;
+
     background-image: none;
 
}
 
}
  
div.vectorTabs span,
+
div.vectorTabs span {
div.vectorTabs ul,
+
     background-image: none;
div.vectorTabs ul li,
 
div.vectorTabs ul li.selected,
 
div.vectorTabs,
 
div#mw-head div.vectorMenu h3 {
 
     background: none;
 
 
}
 
}
  
div.vectorTabs li a,
+
div.vectorTabs ul {
div.vectorTabs li a:visited,
+
     background-image: none;
div.vectorMenu h3 span,
 
div#mw-head li.new a {
 
     color: #ffffff;
 
    text-transform: uppercase;
 
 
}
 
}
  
 
div.vectorTabs li a {
 
div.vectorTabs li a {
     padding: 0 1.35em;
+
     background-image: none;
    height: 96px;
 
    line-height: 96px;
 
 
}
 
}
  
div.vectorTabs li:not(.new) a:hover,
+
div.vectorTabs li.selected {
div.vectorTabs li.selected a,
+
    background-color: transparent;
div.vectorTabs li.selected a:visited {
+
     background-image: none;
     color: #ffffff;
 
 
}
 
}
  
div.vectorTabs li.new a {
+
div.vectorTabs ul li {
     color: #ffffff;
+
     background-color:transparent;
 +
    background-image: none;
 
}
 
}
  
div.vectorTabs li.selected a,
+
#mw-head div.vectorMenu h5 {
div.vectorTabs li.selected a:visited {
+
     background-image: none;
     background: #78187E;
 
 
}
 
}
  
div.vectorMenu {}
+
div.vectorMenu h5 a {
 
+
    background-image: none;
div#mw-head div.vectorMenu h3 {
 
background-image: none;
 
 
}
 
}
  
div.vectorMenu h3 a {
+
div.vectorTabs li a, div.vectorTabs li a span {
     height: 700x;
+
     color: #FFFFFF;
     background-position: 100% 120%;
+
    cursor: pointer;
 +
    font-weight: bold;
 +
     text-transform: uppercase;
 
}
 
}
  
div.vectorMenu h3 span {
+
div.vectorTabs li.selected a,
color: #fff;
+
div.vectorTabs li.selected a span,
text-transform: uppercase;
+
div.vectorTabs li.selected a:visited,
padding: 0;
+
div.vectorTabs li.selected a:visited span {
     height: 96px;
+
    color: white !important;
     line-height: 96px;
+
    font-weight: bold;
 +
     text-decoration: none;
 +
     text-shadow: -1px -1px 1px black;
 
}
 
}
 
+
div.vectorTabs li.new a,
div.vectorMenu div.menu {
+
div.vectorTabs li.new a span,
top: 5em;
+
div.vectorTabs li.new a:visited,
 +
div.vectorTabs li.new a:visited span {
 +
    color: #FFFFFFF;
 +
    font-weight: bold;
 
}
 
}
  
div.vectorMenu div.menu {
+
div.vectorTabs li a {
     background: none;
+
     background-image: none;
border: 3px solid #78187E;
 
border-top: none;
 
 
}
 
}
  
div.vectorMenu ul {
+
ul.tabbernav {
     background: #262626;
+
     margin: 0;
     border: none;
+
    padding: 3px 0;
 +
     border-bottom: 1px solid rgba(255,255,255,.30);
 +
    font: bold 12px Verdana, sans-serif;
 
}
 
}
  
div.vectorMenu#p-cactions ul {
+
ul.tabbernav li {
     left: auto;
+
     list-style: none;
     right: 0;
+
     margin: 0;
 +
    display: inline;
 
}
 
}
  
div.vectorMenu li a {
+
ul.tabbernav li a {
     color: #ffffff;
+
     padding: 3px .5em;
 +
    margin-left: 3px;
 +
    border: 1px solid #CCC;
 +
    border-bottom: none;
 +
    background: rgba(21,2,30,.94);
 +
    text-decoration: none;
 
}
 
}
  
div#mw-head div.vectorMenu h3 {
+
ul.tabbernav li a:link {
     height: 96px;
+
     color: #448;
    line-height: 96px;
 
    padding: 0 0 0 1em;
 
    margin: 0;
 
 
}
 
}
  
#ca-unwatch.icon a,
+
ul.tabbernav li a:visited {
#ca-watch.icon a {
+
     color: #667;
     margin-top: 25px;
 
 
}
 
}
  
#p-search input,
+
ul.tabbernav li a:hover {
div#simpleSearch {
+
    color: #000;
     margin-top: 0;
+
    background: rgba(255,255,255,.30) !important;
 +
     border-color: #CCC;
 
}
 
}
  
#p-search form {
+
ul.tabbernav li.tabberactive a {
     margin-top: 31px;
+
    color: rgba(21,2,30,.94) !important;
 +
    background: #FFF;
 +
     border-bottom: 1px solid #FFF;
 
}
 
}
  
div#content {
+
ul.tabbernav li.tabberactive a:hover {
     background: #ffffff;
+
     color: #000;
     color: #000000;
+
     background: #FFF;
     border: none;
+
     border-bottom: 1px solid #FFF;
    margin-top: 1em;
 
    font-family: OpenSans, sans-serif;
 
    font-weight: normal;
 
 
}
 
}
  
.mw-notification {
+
.tabber .tabbertab {
     background: #000;
+
     padding: 5px;
     background: rgba(0, 0, 0, .7);
+
     border: 1px solid #CCC;
     border-color: #78187E;
+
     border-top: 0;
    color: #FFF;
 
 
}
 
}
  
 
li.gallerybox {
 
li.gallerybox {
    border-color: #78187E;
+
border-style:none !important;
}
 
 
 
li.gallerybox div.thumb {
 
    border: none;
 
}
 
 
 
div.thumbinner {
 
    border-color: #78187E;
 
}
 
 
 
code {
 
    background: none;
 
}
 
 
 
pre,
 
.mw-code {
 
    border-color: #78187E;
 
    overflow-x: scroll;
 
}
 
 
 
div#mw-panel div.portal {
 
    background-image: url("http://i.imgur.com/VNxqRL2.png");
 
    background-position: left top;
 
    background-repeat: no-repeat;
 
    direction: ltr;
 
    margin: 0 0 0 0;
 
    padding: 0.25em 0;
 
}
 
 
 
div#mw-panel div.portal h3,
 
#mw-panel.collapsible-nav .portal h3 a,
 
#mw-panel.collapsible-nav .portal.collapsed h3 a {
 
    color: #ffffcc;
 
}
 
 
 
div#mw-panel div.portal div.body ul li a:visited {
 
    color: #FFFFFF;
 
}
 
 
 
div#mw-panel div.portal div.body ul li a {
 
    color: #FFFFFF;
 
 
}
 
}
  
div#mw-panel div.portal div.body,
+
#mainwiki {
#mw-panel.collapsible-nav .portal {
+
border-collapse:collapse;
    border-bottom:;
+
text-align:left;
 +
font-family:Noto Sans, sans-serif;
 
}
 
}
  
a:visited {
+
#mainwiki tr {
    color: #2252A4;
+
border: 1px solid #0a010c;
}
 
 
 
a#title {
 
    display: none;
 
}
 
 
 
a#title:hover {
 
    display: none;
 
}
 
 
 
a:active {
 
    color: #2252A4;
 
}
 
 
 
a:hover {
 
    color: #0F2C5D;
 
}
 
 
 
a.stub {
 
    color: #cc0000;
 
}
 
 
 
a.new {
 
    color: #cc0000;
 
}
 
 
 
a.new:visited {
 
    color: #cc0000;
 
}
 
 
 
div#content a.external {
 
    color: #2252A4;
 
    cursor: pointer;
 
 
}
 
}
  
div#content a.external:visited {
+
#mainwiki th {
    color: #2252A4;
+
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;
 
}
 
}
  
div#content a.external#title {
+
#mainwiki td.content {
    display: none;
+
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);
 
}
 
}
  
div#content a.external#title:hover {
+
#mainwiki a {
    display: #0F2C5D;
+
/*color: #faa700;*/
 +
color:rgba(255,167,0,.96);
 
}
 
}
  
div#content a.external:active {
+
#mainwiki td.space {
     color: #2252A4;
+
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 */
 
}
 
}
  
div#content a.external:hover {
+
table.wikitable th {
    color: #0F2C5D;
+
color: #FFF;
 
}
 
}
  
div#content a.external.stub {
+
th.headerSort {
    color: #cc0000;
+
color:rgba(255,167,0,.96) !important;
 
}
 
}
  
div#footer ul li {
+
.diffchange {
    color: #eae8d3;
+
color:black;
 
}
 
}
  
div#footer a {
+
.wikiEditor-preview-contents {
    color: #E4C62E;  
+
background-color: transparent;
 
}
 
}
  
#p-personal a, #p-personal a.new, p-personal a:visited {
+
.wikiEditor-ui {
  color: #FFFFFF;
+
background-color: transparent;
 
}
 
}
  
#p-personal a.hover, p-personal a:focus {
+
.simple-tooltip {
  color: #FFFFFF;
+
color: orange;
  text-decoration:none;
 
 
}
 
}

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;
}