User:Dante the Ghost/vector.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 27: Line 27:
.editOptions {
.editOptions {
     background-color: #666;
     background-color: #666;
}
/* History revision */
td.diff-deletedline .diffchange {
    background: #fc0000;
}
td.diff-addedline .diffchange {
    background: #00e64d;
}
}


Line 65: Line 76:
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: #3399ff !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;
}
}


Line 97: Line 127:
     color: #000;
     color: #000;
}
}
#contentSub, #contentSub2 {
    color: #C0C0C0;
}


/* Social profile */
/* Social profile */


.user-board-message-from {
#profile-toggle-button {
     background: #222;
    border-radius:1em;
     background:#666;
}
}


.user-board-message {
.profile-info-container b, .profile-info-container div {
    background: #404040;
}
 
/* Revision text adjustment */
 
td.diff-addedline {
    border-color: #a3d3ff;
    background-color: #C1C1C1
     color: #FFF;
     color: #FFF;
}
}


td.diff-deletedline .diffchange {
.user-board-message-from {
     background: #000;
     background: #222;
}
}


td.diff-addedline .diffchange {
.user-board-message {
     background: #000;
     background: #404040;
}
}


td.diff-context {
.random-users-avatars h2 {
    background: #DCDCDC;
    border-color: #e6e6e6;
     color: #000;
     color: #000;
}
}