User:Spartacus/vector.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
Line 29: Line 29:
}
}


/* Revision text adjustment */


td.diff-addedline {
/* Tabs */
     border-color: #a3d3ff;
 
     background-color: #C1C1C1
div.vectorTabs ul > li {
    background: #333; /* For browsers that do not support gradients */
    background: linear-gradient(rgba(34,34,34,.2), rgba(38,38,38,1));
}
 
div.vectorTabs li.selected {
    background: #444; /* For browsers that do not support gradients */
    background: linear-gradient(rgba(34,34,34,.2), rgba(51,51,51,1));
}
 
div.vectorTabs {
     border-left: 1px solid #777;
    background-image:none;
}
 
div.vectorTabs span {
    border-right: 1px solid #777;
     background-image: none;
}
 
div.vectorMenu div.menu {
    background: #444;
}
 
 
/* Font color */
 
h1, h2, h3, h4, h5, h6, div#mw-panel div.portal h3 {
     color: #FFF;
     color: #FFF;
}
}
a, .mw-body a.extiw, .mw-body a.extiw:active, div#mw-panel div.portal div.body ul li a, div.vectorTabs li.selected a, div.vectorTabs li a, div.vectorMenu li a, div.vectorMenu h3 span, .mw-body a.external {
    color: #AACCFF !important;
}
a:visited {
    color: #3399ff !important;
}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited, a.new {
    color: #ff1a1a !important;
}
div#footer ul li {
    color: #CECECE;
}
/* Recentchanges */
.mw-plusminus-neg {
    color: #ff1a1a;
}
.mw-plusminus-pos {
    color: #33cc33;
}
/* History revision */


td.diff-deletedline .diffchange {
td.diff-deletedline .diffchange {
     background: #000;
     background: #feeec8;
}
}


td.diff-addedline .diffchange {
td.diff-addedline .diffchange {
     background: #000;
     background: #00e64d;
}
 
 
/* Miscellaneous */
 
ul { /* Bulleted list */
    list-style-image: none;
}
 
#toc, .toc, div.thumbinner, li.gallerybox div.thumb, .tabcontainer, .tabtoc li.selected, .mw-datatable td, .catlinks {
    background: #404040;
}
 
.mw-datatable th {
    background: #303030;
}
 
.mw-datatable tr:hover td, #pagehistory li.selected {
    background: #666;
}
}


td.diff-context {
pre, .mw-code {
     background: #DCDCDC;
     background: rgba(242,242,242,0.7);
    border-color: #e6e6e6;
}
 
#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
     color: #000;
     color: #000;
}
}
/* Social profile */
#profile-toggle-button {
    border-radius:1em;
    background:#666;
}
.profile-info-container b, .profile-info-container div {
    color: #FFF;
}
.user-board-message-from {
    background: #222;
}
.user-board-message {
    background: #404040;
}/**********************/
/* Not So Dark Vector */
/**********************/
/* Main background */
#p-logo a, #p-logo a:hover {
height: 175px;
        background: url(/images/4/49/Halopedia_Logo_Vector_2017.png) no-repeat 0 10px !important;
}
body, div#mw-head {
    background-color: #222;
}
#mw-page-base {
    background: none;
}
/* Article background */
.mw-body {
    border: 1px solid #777;
    background-color: #333;
    color: #FFF;
}
#bodyContent {
    background: none !important; /* Overrides and removes the ONI (with white background) */
}
.editOptions {
    background-color: #666;
}


/* Tabs */
/* Tabs */
Line 86: Line 216:
a, .mw-body a.extiw, .mw-body a.extiw:active, div#mw-panel div.portal div.body ul li a, div.vectorTabs li.selected a, div.vectorTabs li a, div.vectorMenu li a, div.vectorMenu h3 span, .mw-body a.external {
a, .mw-body a.extiw, .mw-body a.extiw:active, div#mw-panel div.portal div.body ul li a, div.vectorTabs li.selected a, div.vectorTabs li a, div.vectorMenu li a, div.vectorMenu h3 span, .mw-body a.external {
     color: #1AAAE7 !important;
     color: #1AAAE7 !important;
}
a:visited {
    color: #AACCFF !important;
}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited, a.new {
    color: #ff1a1a !important;
}
}


div#footer ul li {
div#footer ul li {
     color: #CECECE;
     color: #CECECE;
}
/* Recentchanges */
.mw-plusminus-neg {
    color: #ff1a1a;
}
.mw-plusminus-pos {
    color: #33cc33;
}
/* History revision */
td.diff-deletedline .diffchange {
    background: #feeec8;
}
td.diff-addedline .diffchange {
    background: #00e64d;
}
}


Line 119: Line 279:
}
}


#contentSub, #contentSub2 {
/* Social profile */
     color: #C0C0C0;
 
#profile-toggle-button {
     border-radius:1em;
    background:#666;
}
}


/* Social profile */
.profile-info-container b, .profile-info-container div {
    color: #FFF;
}


.user-board-message-from {
.user-board-message-from {
Line 131: Line 296:
.user-board-message {
.user-board-message {
     background: #404040;
     background: #404040;
}
.profile-info-container div {
    color: #fff;
}
.profile-info-container b {
    color: #fff;
}
}



Revision as of 16:34, September 16, 2017

/**********************/
/* Not So Dark Vector */
/**********************/

/* Main background */

body, div#mw-head {
    background-color: #222;
}

#mw-page-base {
    background: none;
}

/* Article background */

.mw-body {
    border: 1px solid #777;
    background-color: #333;
    color: #FFF;
}

#bodyContent {
    background: none !important; /* Overrides and removes the ONI (with white background) */
}

.editOptions {
    background-color: #666;
}


/* Tabs */

div.vectorTabs ul > li {
    background: #333; /* For browsers that do not support gradients */
    background: linear-gradient(rgba(34,34,34,.2), rgba(38,38,38,1));
}

div.vectorTabs li.selected {
    background: #444; /* For browsers that do not support gradients */
    background: linear-gradient(rgba(34,34,34,.2), rgba(51,51,51,1));
}

div.vectorTabs {
    border-left: 1px solid #777;
    background-image:none;
}

div.vectorTabs span {
    border-right: 1px solid #777;
    background-image: none;
}

div.vectorMenu div.menu {
    background: #444;
}


/* Font color */

h1, h2, h3, h4, h5, h6, div#mw-panel div.portal h3 {
    color: #FFF;
}

a, .mw-body a.extiw, .mw-body a.extiw:active, div#mw-panel div.portal div.body ul li a, div.vectorTabs li.selected a, div.vectorTabs li a, div.vectorMenu li a, div.vectorMenu h3 span, .mw-body a.external {
    color: #AACCFF !important;
}

a:visited {
    color: #3399ff !important;
}

div.vectorTabs li.new a, div.vectorTabs li.new a:visited, a.new {
    color: #ff1a1a !important;
}

div#footer ul li {
    color: #CECECE;
}


/* Recentchanges */

.mw-plusminus-neg {
    color: #ff1a1a;
}

.mw-plusminus-pos {
    color: #33cc33;
}


/* History revision */

td.diff-deletedline .diffchange {
    background: #feeec8;
}

td.diff-addedline .diffchange {
    background: #00e64d;
}


/* Miscellaneous */

ul { /* Bulleted list */
    list-style-image: none;
}

 #toc, .toc, div.thumbinner, li.gallerybox div.thumb, .tabcontainer, .tabtoc li.selected, .mw-datatable td, .catlinks {
    background: #404040;
}

.mw-datatable th {
    background: #303030;
}

.mw-datatable tr:hover td, #pagehistory li.selected {
    background: #666;
}

pre, .mw-code {
    background: rgba(242,242,242,0.7);
}

#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
    color: #000;
}

/* Social profile */

#profile-toggle-button {
    border-radius:1em;
    background:#666;
}

.profile-info-container b, .profile-info-container div {
    color: #FFF;
}

.user-board-message-from {
    background: #222;
}

.user-board-message {
    background: #404040;
}/**********************/
/* Not So Dark Vector */
/**********************/

/* Main background */

#p-logo a, #p-logo a:hover {
	height: 175px;
        background: url(/images/4/49/Halopedia_Logo_Vector_2017.png) no-repeat 0 10px !important;
}

body, div#mw-head {
    background-color: #222;
}

#mw-page-base {
    background: none;
}

/* Article background */

.mw-body {
    border: 1px solid #777;
    background-color: #333;
    color: #FFF;
}

#bodyContent {
    background: none !important; /* Overrides and removes the ONI (with white background) */
}

.editOptions {
    background-color: #666;
}


/* Tabs */

div.vectorTabs ul > li {
    background: #333; /* For browsers that do not support gradients */
    background: linear-gradient(rgba(34,34,34,.2), rgba(38,38,38,1));
}

div.vectorTabs li.selected {
    background: #444; /* For browsers that do not support gradients */
    background: linear-gradient(rgba(34,34,34,.2), rgba(51,51,51,1));
}

div.vectorTabs {
    border-left: 1px solid #777;
    background-image:none;
}

div.vectorTabs span {
    border-right: 1px solid #777;
    background-image: none;
}

div.vectorMenu div.menu {
    background: #444;
}


/* Font color */

h1, h2, h3, h4, h5, h6, div#mw-panel div.portal h3 {
    color: #FFF;
}

a, .mw-body a.extiw, .mw-body a.extiw:active, div#mw-panel div.portal div.body ul li a, div.vectorTabs li.selected a, div.vectorTabs li a, div.vectorMenu li a, div.vectorMenu h3 span, .mw-body a.external {
    color: #1AAAE7 !important;
}

a:visited {
    color: #AACCFF !important;
}

div.vectorTabs li.new a, div.vectorTabs li.new a:visited, a.new {
    color: #ff1a1a !important;
}

div#footer ul li {
    color: #CECECE;
}


/* Recentchanges */

.mw-plusminus-neg {
    color: #ff1a1a;
}

.mw-plusminus-pos {
    color: #33cc33;
}


/* History revision */

td.diff-deletedline .diffchange {
    background: #feeec8;
}

td.diff-addedline .diffchange {
    background: #00e64d;
}


/* Miscellaneous */

ul { /* Bulleted list */
    list-style-image: none;
}

 #toc, .toc, div.thumbinner, li.gallerybox div.thumb, .tabcontainer, .tabtoc li.selected, .mw-datatable td, .catlinks {
    background: #404040;
}

.mw-datatable th {
    background: #303030;
}

.mw-datatable tr:hover td, #pagehistory li.selected {
    background: #666;
}

pre, .mw-code {
    background: rgba(242,242,242,0.7);
}

#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
    color: #000;
}

/* Social profile */

#profile-toggle-button {
    border-radius:1em;
    background:#666;
}

.profile-info-container b, .profile-info-container div {
    color: #FFF;
}

.user-board-message-from {
    background: #222;
}

.user-board-message {
    background: #404040;
}

.random-users-avatars h2 {
    color: #000;
}