Lets you pick the colours for v3rmillion to use
v3rmillion recolour by crax
Details
Authorcrax
LicenseCC-BY-NC-SA-4.0
Categoryv3rmillion
Created
Updated
Size997 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Assuming I set this up right, you should be able to pick the light and dark colours seperately
Source code
/* ==UserStyle==
@name v3rmillion recolour
@namespace v3rmillion.net
@version 1.0.0
@description Lets you pick the colours for v3rmillion to use
@author CraX
@preprocessor uso
@advanced color bright "Bright" #cd1818
@advanced color dark "Dark" #C32928
==/UserStyle== */
@-moz-document domain("v3rmillion.net") {
.thead, .tfoot {
background: /*[[bright]]*/;
}
#bridge, .thread_head {
border-bottom: 5px solid /*[[bright]]*/;
}
#footer, ul.menu li ul, .panel_buttons {
border-top: 5px solid /*[[bright]]*/;
}
.forum_on {
color: /*[[bright]]*/;
}
.pagination a, a.button:link, input.button, .postbit_buttons > a:link {
background: /*[[bright]]*/;
border: 1px solid /*[[bright]]*/;
}
.cRem a:link {
color: /*[[bright]]*/!important;
}
.cRem a:visited {
color: /*[[dark]]*/!important;
}
.inline_row a {
color: /*[[dark]]*/;
}
.postlink {
border: solid thin /*[[bright]]*/
}
}