Difference between revisions of "User:Toeryn/vector.css"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 119: Line 119:
.mw-footer ul#footer-places > li > a {
.mw-footer ul#footer-places > li > a {
   color: #e3e1e1 !important;  
   color: #e3e1e1 !important;  
}
.table.quest > :first-child > tr:first-child, .table.quest > tbody > tr.heading, .table.quest > :first-child > tr:first-child > *, .table.quest > tbody > tr.heading > * {
    background-color: #352102 !important;
}
.table.quest > tbody > tr:nth-child(2n+1), .table > tbody > tr.quest:nth-child(2n+1) {
    background-color: #fff3d81c;
}
#mainpagenavigation td {
    background: #242323 !important;
}
#searchInput {
    background-color: #4d4b4b;
    color: #e3e1e1 !important;
}
.tocnumber {
    color: #e3e1e1;
}
.thumbinner {
    background-color: #2c2e31 !important;
}
.table > tbody:first-child > tr:first-child > *, .table > tbody > tr.heading > *, .table > thead > tr:first-child > * {
    background-color: #2d2c2c;
}
.table > tbody > tr:nth-child(2n+1) {
    background-color: #222121;
}
.table > tbody > tr > th, .table > tfoot > tr > th {
    background-color: #3e3e3e;
}
.table.equip > :first-child > tr:first-child, .table.equip > tbody > tr.heading, .table.equip > :first-child > tr:first-child > *, .table.equip > tbody > tr.heading > *, .table.item > :first-child > tr:first-child, .table.item > tbody > tr.heading, .table.item > :first-child > tr:first-child > *, .table.item > tbody > tr.heading > * {
    background-color: #2d1103 !important;
}
element {
}
.table.equip > tbody > tr:nth-child(2n+1), .table > tbody > tr.equip:nth-child(2n+1), .table.item > tbody > tr:nth-child(2n+1), .table > tbody > tr.item:nth-child(2n+1) {
    background-color: #fff0e817;
}
div.infobox-n {
    background: #313131;
}
div.infobox-n.duty .heading, div.infobox-n.duty .subheading {
    background: #db3a0882;
}
}

Latest revision as of 23:58, 26 November 2021

body {
  background: #313030;;
   color: #e3e1e1 !important; 
}

.vector-menu-content-list > li > a {
   color: #e3e1e1 !important; 
}

.mw-body {
   background: #313030;
   color: #e3e1e1 !important; 
}

h1, h2, h3, h4, h5, h6 {
   color: #e3e1e1 !important; 
}

.mw-code, code, .mw-editfont-monospace {
   background: #4d4b4b;
   color: #e3e1e1 !important; 
}

.editOptions {
   background: #393939;
   color: #e3e1e1 !important; 
}

.oo-ui-textInputWidget .oo-ui-inputWidget-input {
   background: #4d4b4b;
   color: #e3e1e1 !important; 
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
   background: #4d4b4b;
   color: #e3e1e1 !important; 
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
   background: ##04044a;
   color: #e3e1e1 !important; 
}

a {
  color: #97baf4;
}

a:visited {
    color: #8987c8;
}

.usermessage, .warningbox {
  background-color: #6a4e1f;
  border: 1px solid #ffa500;
  color: #e3e1e1;
}

div#mw-head ul.vector-menu-content-list > li.selected {
  background-color: #03434a;
}

.table.mech2 > :first-child > tr:first-child, .table.mech2 > tbody > tr.heading, .table.mech2 > :first-child > tr:first-child > *, .table.mech2 > tbody > tr.heading > * {
    background-color: #055555 !important;
    border-color: #29a3a3 !important;
}

.table.mech2 > tbody > tr:nth-child(2n+1), .table > tbody > tr.mech2:nth-child(2n+1) {
    background-color: #1c2d2d;
}

div.nav.duty .heading, div.nav.duty .subheading {
    background-color: #000;
}

div.nav.duty .heading, div.nav.duty .subheading {
    background-color: #000;
}

div.infobox, div.nav .box {
    background: #262626;
}

.table.pve > :first-child > tr:first-child, .table.pve > tbody > tr.heading, .table.pve > :first-child > tr:first-child > *, .table.pve > tbody > tr.heading > * {
    background-color: #4a3200 !important;
    border-color: #cca352 !important;
}

.table.pve > tbody > tr:nth-child(2n+1), .table > tbody > tr.pve:nth-child(2n+1) {
    background-color: #ffb40a24;
}

.toc, .toccolours {
    border: 1px solid #a2a9b1;
    background-color: #3c3d3e7d;
    padding: 5px;
    font-size: 95%;
}

element {

}
#catlinks {

    text-align: left;

}
.catlinks {
    background-color: #2f3031;
}

#mw-head-base {
    background: rgba(215, 239, 242, 0.17);
}

.mw-footer li {
   color: #e3e1e1 !important; 
}

.mw-footer ul#footer-places > li > a {
   color: #e3e1e1 !important; 
}

.table.quest > :first-child > tr:first-child, .table.quest > tbody > tr.heading, .table.quest > :first-child > tr:first-child > *, .table.quest > tbody > tr.heading > * {
    background-color: #352102 !important;
}

.table.quest > tbody > tr:nth-child(2n+1), .table > tbody > tr.quest:nth-child(2n+1) {
    background-color: #fff3d81c;
}

#mainpagenavigation td {
    background: #242323 !important;
}

#searchInput {
    background-color: #4d4b4b;
    color: #e3e1e1 !important;
}

.tocnumber {
    color: #e3e1e1;
}

.thumbinner {
    background-color: #2c2e31 !important;
}

.table > tbody:first-child > tr:first-child > *, .table > tbody > tr.heading > *, .table > thead > tr:first-child > * {
    background-color: #2d2c2c;
}

.table > tbody > tr:nth-child(2n+1) {
    background-color: #222121;
}

.table > tbody > tr > th, .table > tfoot > tr > th {
    background-color: #3e3e3e;
}

.table.equip > :first-child > tr:first-child, .table.equip > tbody > tr.heading, .table.equip > :first-child > tr:first-child > *, .table.equip > tbody > tr.heading > *, .table.item > :first-child > tr:first-child, .table.item > tbody > tr.heading, .table.item > :first-child > tr:first-child > *, .table.item > tbody > tr.heading > * {
    background-color: #2d1103 !important;
}

element {

}
.table.equip > tbody > tr:nth-child(2n+1), .table > tbody > tr.equip:nth-child(2n+1), .table.item > tbody > tr:nth-child(2n+1), .table > tbody > tr.item:nth-child(2n+1) {
    background-color: #fff0e817;
}

div.infobox-n {
    background: #313131;
}

div.infobox-n.duty .heading, div.infobox-n.duty .subheading {
    background: #db3a0882;
}