Difference between revisions of "MediaWiki:Vector.css"

From Dungeon Defenders 2 Wiki
Jump to: navigation, search
 
(98 intermediate revisions by 2 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 {
+
div#mw-head {
     background: url("https://dungeondefenders.com/2/images/backgrounds/Duxter-BG1-DD2.jpg") no-repeat top left #0b0c0e;
+
     #top: 110px;
    background-position: left top;
+
}
    background-attachment: fixed;
+
 
    margin-right: 10px;
+
#contentSub {
 +
margin: 0px;
 +
}
 +
 
 +
#mw-content-text {
 +
font-family:Noto Sans, sans-serif;
 +
color:rgba(244,244,244,.84);
 
}
 
}
  
#mw-page-base {
+
#firstHeading {
    background: transparent !important;
+
font-family:Noto Sans, sans-serif;
 
}
 
}
  
div#mw-head {
+
#mw-content-text a {
    top: 110px;
+
color:rgba(255,167,0,.96);
 
}
 
}
  
 
#mw-head-base {
 
#mw-head-base {
 
     background-image: none;
 
     background-image: none;
     background-color: rgba(0, 0, 0, .95);
+
     background-color: rgba(0, 0, 0, .97);
 
     border-left: 1px solid #181818;
 
     border-left: 1px solid #181818;
 
     border-right: 1px solid #181818;
 
     border-right: 1px solid #181818;
Line 27: Line 34:
 
     bottom: 0;
 
     bottom: 0;
 
     height: 48px;
 
     height: 48px;
     margin-top: 70px;
+
     margin-top: -40px;  
}
 
 
 
#p-logo a {
 
    background-image: url("https://dungeondefenders.com/2/images/global/logo-dd2.png") !important;
 
    background-position: left top;
 
    background-repeat: no-repeat;
 
    height: 143px;
 
    width: 300px;
 
}
 
 
 
#p-logo {
 
    height: 143px;
 
    width: 300px;
 
 
}
 
}
  
Line 50: Line 44:
 
     padding-right: 0.55em;
 
     padding-right: 0.55em;
 
     padding-bottom: 3px;
 
     padding-bottom: 3px;
     top: -100px;
+
     #top: -100px;
 
     margin-right: 10px;
 
     margin-right: 10px;
}
 
 
#p-personal ul {
 
    padding-left: 0
 
}
 
 
#p-personal a, #p-personal a.new, #p-personal a:visited, #p-personal a.new:visited {
 
    color: #32b1d2;
 
 
}
 
}
  
Line 68: Line 54:
 
#p-personal #pt-logout {
 
#p-personal #pt-logout {
 
     text-transform: lowercase;
 
     text-transform: lowercase;
}
 
 
#left-navigation {
 
    left: 25px;
 
    position: relative;
 
}
 
 
#right-navigation {
 
    float: right;
 
    margin-right: 16px;
 
    position: relative;
 
 
}
 
}
  
Line 135: Line 110:
 
div.vectorTabs li.new a:visited,  
 
div.vectorTabs li.new a:visited,  
 
div.vectorTabs li.new a:visited span {
 
div.vectorTabs li.new a:visited span {
     color: #FFFFFF;
+
     color: #FFFFFFF;
 
     font-weight: bold;
 
     font-weight: bold;
 
}
 
}
Line 143: Line 118:
 
}
 
}
  
#searchInput {
+
ul.tabbernav {
    background: #FFFFFF;
 
    border: 1px solid #3B3B3B;
 
    border-radius: 0.5em 0.5em 0.5em 0.5em;
 
    color: #000000;
 
    font-size: 92%;
 
 
     margin: 0;
 
     margin: 0;
     width: 10.9em;
+
     padding: 3px 0;
 +
    border-bottom: 1px solid rgba(255,255,255,.30);
 +
    font: bold 12px Verdana, sans-serif;
 
}
 
}
  
div#content {
+
ul.tabbernav li {
    background-image: none;
+
     list-style: none;
    background-color: rgba(0, 0, 0, .9);
 
    border-left: 1px solid #181818;
 
    border-right: 1px solid #181818;
 
    border-bottom: 1px solid #181818;
 
    border-top: 0px solid #181818;
 
    border-bottom-left-radius: 0.5em;
 
    border-bottom-right-radius: 0.5em;
 
    color: #FFFFFF;
 
    margin-bottom: 1em;
 
    padding: 0.3em 1em 1em;
 
}
 
 
 
div#mw-panel {
 
    background-color: rgba(0, 0, 0, 0.75);
 
    border: 1px solid #181818;
 
    border-radius: 0.5em 0.5em 0.5em 0.5em;
 
    line-height: 1em;
 
    padding: 5px;
 
    width: 145px;
 
    top: 150px;
 
}
 
 
 
div#mw-panel div.portal h5 {
 
    background: none repeat scroll 0 0 rgba(37, 53, 74, 0.5);
 
    color: #FFFFFF;
 
}
 
 
 
div#mw-panel div.portal div.body {
 
    background-image: none;
 
    background-position: left top;
 
    background-repeat: no-repeat;
 
    margin: 0 0 0 .75em;
 
    padding-top: 0.5em;
 
}
 
 
 
div#mw-panel div.portal div.body ul li a {
 
    color: #F0F0F0;
 
    display: block;
 
    padding: 3px 3px 3px 3px;
 
}
 
 
 
div#mw-panel div.portal div.body ul li a:hover {
 
     padding: 3px 3px 3px 3px;
 
}
 
 
 
div#mw-panel div.portal div.body ul li a:visited {
 
    color: #F0F0F0;
 
    display: block;
 
    padding: 3px 3px 3px 3px;
 
}
 
 
 
div#mw-panel div.portal div.body ul li {
 
    line-height: 1.125em;
 
}
 
 
 
a {
 
    color: #73819c;
 
    cursor: pointer;
 
    text-decoration: none;
 
}
 
 
 
a:visited {
 
    color: #73819c;
 
}
 
 
 
a#title {
 
    display: none;
 
}
 
 
 
a#title:hover {
 
    display: none;
 
}
 
 
 
a:active {
 
    color: #FAA700;
 
}
 
 
 
a:hover {
 
    color: #8594b3;
 
}
 
 
 
a.stub {
 
    color: #cc0000;
 
}
 
 
 
a.new {
 
    color: #cc0000;
 
}
 
 
 
a.new:visited {
 
    color: #cc0000;
 
}
 
 
 
div#content a.external {
 
    color: #73819c;
 
    cursor: pointer;
 
}
 
 
 
div#content a.external:visited {
 
    color: #73819c;
 
}
 
 
 
div#content a.external#title {
 
    display: none;
 
}
 
 
 
div#content a.external#title:hover {
 
    display: #8594b3;
 
}
 
 
 
div#content a.external:active {
 
    color: #FAA700;
 
}
 
 
 
div#content a.external:hover {
 
    color: #8594b3;
 
}
 
 
 
div#content a.external.stub {
 
    color: #73819c;
 
}
 
 
 
div#content a.external.new, #p-personal a.new {
 
    color: #73819c;
 
}
 
 
 
div#content a.external.new:visited, #p-personal a.new:visited {
 
    color: #73819c;
 
}
 
 
 
hr {
 
    background-color: #1c2b40;
 
    border: 0 none;
 
    color: #1c2b40;
 
    height: 1px;
 
    margin: 0.2em 0;
 
}
 
h1, h2, h3, h4, h5, h6 {
 
    background: none repeat scroll 0 0 transparent;
 
    border-bottom: 1px solid #888888;
 
    color: #FFFFFF;
 
    font-weight: normal;
 
 
     margin: 0;
 
     margin: 0;
     padding-bottom: 0.17em;
+
     display: inline;
    padding-top: 0.5em;
 
    width: auto;
 
}
 
h1 {
 
    font-size: 188%;
 
}
 
h1 .editsection {
 
    font-size: 53%;
 
}
 
h2 {
 
    font-size: 150%;
 
}
 
h2 .editsection {
 
    font-size: 67%;
 
}
 
h3, h4, h5, h6 {
 
    border-bottom: medium none;
 
    font-weight: bold;
 
}
 
h3 {
 
    font-size: 132%;
 
}
 
h3 .editsection {
 
    font-size: 76%;
 
    font-weight: normal;
 
}
 
h4 {
 
    font-size: 116%;
 
}
 
h4 .editsection {
 
    font-size: 86%;
 
    font-weight: normal;
 
}
 
h5 {
 
    font-size: 100%;
 
}
 
h5 .editsection {
 
    font-weight: normal;
 
}
 
h6 {
 
    font-size: 80%;
 
}
 
h6 .editsection {
 
    font-size: 125%;
 
    font-weight: normal;
 
}
 
 
 
div#footer {
 
    background-image: none;
 
}
 
 
 
div#footer ul li {
 
    color: #FFFFFF;
 
}
 
 
 
div#footer a {
 
    color: #32b1d2;
 
}
 
 
 
h4.mw-specialpagesgroup {
 
    background-color: #FFFFFF;
 
    border-left: 1px solid #181818;
 
    border-right: 1px solid #181818;
 
    border-top: 1px solid #181818;
 
    margin: 0.3em 0 0;
 
    padding: 2px;
 
}
 
 
 
#preferences {
 
    background-color: rgba(0, 0, 0, 0.4);
 
    background-image: none;
 
    border: 1px solid #181818;
 
    clear: both;
 
    float: left;
 
    margin: -2px 0 0;
 
    width: 100%;
 
 
}
 
}
  
#preferences fieldset.prefsection fieldset {
+
ul.tabbernav li a {
     background-color: rgba(0, 0, 0, 0.4);
+
     padding: 3px .5em;
}
+
    margin-left: 3px;
 
+
    border: 1px solid #CCC;
#preftoc li.selected a {
+
     border-bottom: none;
     background-image: none;
+
     background: rgba(21,2,30,.94);
     color: #FFFFFF;
 
 
     text-decoration: none;
 
     text-decoration: none;
 
}
 
}
  
#preftoc {
+
ul.tabbernav li a:link {
    background-image: none;
+
     color: #448;
}
 
 
 
#preftoc a, #preftoc a:active {
 
    background-image: none;
 
     color: #32b1d2;
 
}
 
 
 
#preftoc li {
 
    background-image: none;
 
 
}
 
}
  
#preferences legend {
+
ul.tabbernav li a:visited {
     color: #DDDDDD;
+
     color: #667;
 
}
 
}
  
#preferences td.htmlform-tip {
+
ul.tabbernav li a:hover {
     color: #DDDDDD;
+
    color: #000;
 +
    background: rgba(255,255,255,.30) !important;
 +
     border-color: #CCC;
 
}
 
}
  
.catlinks {
+
ul.tabbernav li.tabberactive a {
     background-color: rgba(0, 0, 0, 0.3);
+
     color: rgba(21,2,30,.94) !important;
     border: 1px solid #181818;
+
     background: #FFF;
     border-radius: 0.5em 0.5em 0.5em 0.5em;
+
     border-bottom: 1px solid #FFF;
 
}
 
}
  
.mw-warning {
+
ul.tabbernav li.tabberactive a:hover {
     background-color: #282828;
+
     color: #000;
     margin-left: 50px;
+
     background: #FFF;
     margin-right: 50px;
+
     border-bottom: 1px solid #FFF;
    text-align: center;
 
 
}
 
}
  
#toc, .toc, .mw-warning {
+
.tabber .tabbertab {
    background-color: rgba(0, 0, 0, 0.3);
 
    border: 1px solid #181818;
 
    border-radius: 0.5em 0.5em 0.5em 0.5em;
 
    font-size: 95%;
 
 
     padding: 5px;
 
     padding: 5px;
}
+
     border: 1px solid #CCC;
 
+
     border-top: 0;
#toc h2, .toc h2 {
 
     border: medium none;
 
    display: inline;
 
    font-size: 100%;
 
    font-weight: bold;
 
    padding: 0;
 
}
 
 
 
#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
 
    text-align: center;
 
}
 
 
 
#toc ul, .toc ul {
 
    list-style-image: none;
 
     list-style-type: none;
 
    margin-left: 0;
 
    padding-left: 0;
 
    text-align: left;
 
}
 
 
 
#toc ul ul, .toc ul ul {
 
    margin: 0 0 0 2em;
 
}
 
 
 
#toc .toctoggle, .toc .toctoggle {
 
    font-size: 94%;
 
}
 
 
 
ul {
 
    list-style-image: url("http://telarapedia.com/w/images/e/ef/Bullet-icon.png");
 
}
 
 
 
div.thumb {
 
    background-color: transparent;
 
    border-color: transparent;
 
 
}
 
}
  
 
li.gallerybox {
 
li.gallerybox {
    background-color: transparent;
+
border-style:none !important;
    border: 2px solid #181818;
 
}
 
 
 
li.gallerybox div.thumb {
 
    background: transparent;
 
    border: 0px solid #181818;
 
}
 
 
 
div.thumbinner {
 
    background-color: rgba(0, 0, 0, 0.3);
 
    border: 1px solid #07596e;
 
}
 
 
 
html .thumbimage {
 
    border: 1px solid #181818;
 
}
 
 
 
div#bodyContent table.wikitable {
 
    color: #FFFFFF;
 
}
 
 
 
.mw-specialpages-table {
 
  margin-bottom: 0;
 
  margin-top: 0;
 
}
 
 
 
div.vectorTabs span {
 
    background-image: none;
 
 
}
 
}
  
.mw-specialpages-table {
+
#mainwiki {
  margin-bottom: 0;
+
border-collapse:collapse;
  margin-top: 0;
+
text-align:left;
 +
font-family:Noto Sans, sans-serif;
 
}
 
}
  
.wikitable th, .wikitable td {
+
#mainwiki tr {
    border: 1px solid #07596e;
+
border: 1px solid #0a010c;
 
}
 
}
  
table.wikitable {
+
#mainwiki th {
    background: transparent;
+
vertical-align:top;
    color: #FFFFFF;
+
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;
 
}
 
}
  
table.wikitable th, table.wikitable tr th, table.wikitable > tr > th, table.wikitable > * > tr > th {
+
#mainwiki td.content {
    background: rgba(0, 0, 0, 0.5);
+
padding: 1em;
    border: 1px solid #07596e;
+
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);
 
}
 
}
  
table.wikitable td, table.wikitable tr td, table.wikitable > tr > td, table.wikitable > * > tr > td {
+
#mainwiki a {
    border: 1px solid #07596e;
+
/*color: #faa700;*/
 +
color:rgba(255,167,0,.96);
 
}
 
}
  
fieldset {
+
#mainwiki td.space {
    border: 1px solid #07596e;
+
border-right:1px solid rgba(255,255,255,.30);
     background: rgba(0, 0, 0, 0.6);
+
-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 */
 
}
 
}
  
code {
+
table.wikitable th {
    background: rgba(0, 0, 0, 0.4);
+
color: #FFF;
 
}
 
}
  
ul#filetoc {
+
th.headerSort {
    background-color: rgba(0, 0, 0, 0.4);
+
color:rgba(255,167,0,.96) !important;
    border: 1px solid #181818;
 
 
}
 
}
  
table.mw_metadata td {
+
.diffchange {
    background-color: rgba(0, 0, 0, 0.4);
+
color:black;
}
 
table.mw_metadata th {
 
    background-color: rgba(0, 0, 0, 0.4);
 
}
 
table.mw_metadata td, table.mw_metadata th {
 
    border: 1px solid #181818;
 
}
 
#pagehistory li {
 
    border: 1px solid #07596e;
 
}
 
#pagehistory li.selected {
 
    background-color: transparent;
 
    border: 1px dashed #07596e;
 
}
 
table.diff, td.diff-otitle, td.diff-ntitle {
 
    background-color: rgba(0, 0, 0, 0.4);
 
}
 
td.diff-context {
 
    background: none repeat scroll 0 0 #EEEEEE;
 
    color: #000000;
 
}
 
.TablePager {
 
    border: 1px solid #02535A;
 
 
}
 
}
  
.TablePager th {
+
.wikiEditor-preview-contents {
    background-color: rgba(0, 0, 0, 0.4);
+
background-color: transparent;
    border: 1px solid #07596e;
 
}
 
.TablePager tr, .TablePager td {
 
    background-color: transparent;
 
    border: 1px solid #07596e;
 
 
}
 
}
  
.TablePager tr:hover td {
+
.wikiEditor-ui {
    background-color: rgba(0, 0, 0, 0.4);
+
background-color: transparent;
}
 
.mw-datatable th {
 
    background-color: rgba(0, 0, 0, 0.4);
 
}
 
.mw-datatable, .mw-datatable td, .mw-datatable th {
 
    border: 1px solid #07596e;
 
}
 
.ns-main a { 
 
    color: #086A87;
 
}
 
.ns-MEDIAWIKI a { 
 
    color: #086A87;
 
 
}
 
}
  
#wpSummaryLabel {
+
.simple-tooltip {
    color: #000000;
+
color: orange;
}
 
#mw-editpage-minoredit {
 
    color: #000000;
 
}
 
#editpage-copywarn {
 
    color: #000000;
 
}
 
#mw-editpage-watch {
 
    color: #000000;
 
}
 
div#mw-panel div.portal h3 {
 
    color: #FFFFFF;
 
 
}
 
}

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