Created
April 12, 2017 19:12
-
-
Save BANOnotIT/eea7b4754b729e6b9c0dce6dcd29137b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body > div[style^="min-width:"] { | |
margin: 0 !important; | |
} | |
body, .page, .panelsurround, .panel, div.head, td.head { | |
background-color: #080808; | |
color: #fff; | |
} | |
legend { | |
color: #fff; | |
} | |
.panel, fieldset, .vBulletin_editor { | |
border: 1px solid #fff; | |
background-color: #444 !important; | |
} | |
.alt1, .alt1Active { | |
background: #353535; | |
color: #fff; | |
} | |
.alt2, .alt2Active, tr[id^=vbpostrow]:hover, tr[id^=vbpostrow]:hover td, code { | |
background: #252525 !important; | |
color: #fff | |
} | |
.vbmenu_option { | |
background: #353535 !important; | |
color: #fff; | |
} | |
.vbmenu_popup { | |
background: #292929; | |
border: none; | |
border-top: 1px black solid; | |
} | |
#top-link:hover { | |
background: #000; | |
} | |
#top-link { | |
width: inherit !important; | |
padding-bottom: 0 !important; | |
bottom: 0; | |
} | |
.vbmenu_hilite { | |
background: none; | |
} | |
.tborder { | |
background: #292929; | |
border: none; | |
} | |
.tcat, .thead, .vbmenu_control, .tfoot { | |
background: #1c2a35; | |
} | |
font[color="#991199"] { | |
color: #ff42ff; | |
text-shadow: 0 0 17px white; | |
} | |
font[color="#006000"] { | |
color: #22d622; | |
text-shadow: 0 0 17px white; | |
} | |
font[color="#d53e07"] { | |
color: #ff4400; | |
; | |
text-shadow: 0 0 17px white; | |
} | |
font[color="#b5a642"] { | |
color: #ffde00; | |
} | |
.vbmenu_control a { | |
color: #fff!important; | |
} | |
.time { | |
color: #a1a1e4; | |
} | |
a:hover, a:active { | |
color: #4073ec; | |
} | |
a:visited { | |
color: #4073ec; | |
} | |
a { | |
color: #4073ec !important; | |
/*text-shadow: 0 0 17px white;*/ | |
} | |
input:not([type="image"]), select, textarea, button { | |
background: #444; | |
color: white; | |
outline: none; | |
border: 1px solid white; | |
} | |
input:not([type="image"]):focus, select:focus, textarea:focus, button:focus { | |
border-color: #2342e6; | |
; | |
} | |
.spoiler-wrap, .spoiler-body { | |
background-color: transparent !important; | |
} | |
.bigusername { | |
color: #4073ec; | |
} | |
[bgcolor="#F6F6F6"], [bgcolor="#F7F7F7"] { | |
background-color: transparent !important; | |
} | |
[id^="forum_statusicon"]:not([src*="subforum"]) { | |
display: inline-block; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
width: 29px; | |
height: 30px; | |
padding-left: 29px; | |
} | |
img[src$="statusicon/forum_new.gif"] { | |
background: url(https://habrastorage.org/files/81b/659/411/81b65941138547dca8a4749d2df042b8.png) | |
} | |
img[src$="statusicon/forum_old.gif"] { | |
background: url(https://habrastorage.org/files/d2e/320/d27/d2e320d274094f0ea02c1d1de4e5dfe0.png) | |
} | |
[id^="thread_statusicon"] | |
/*, .inlineimg*/ | |
{ | |
display: block; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
width: 20px; | |
height: 20px; | |
padding-left: 20px; | |
} | |
.inlineimg { | |
display: inline-block; | |
} | |
img[src$="statusicon/thread_new.gif"] { | |
background: url(https://habrastorage.org/files/550/978/0f1/5509780f1afd41de8fa9e86c143cd1ad.png); | |
} | |
img[src$="statusicon/thread_moved_new.gif"] { | |
background: url(https://habrastorage.org/files/697/b0e/f3d/697b0ef3d89b48a29b4476971ea06ae1.png); | |
} | |
img[src$="statusicon/thread_dot.gif"] { | |
background: url(https://habrastorage.org/files/d67/539/85e/d6753985ebb54913bccf3b445a5d6f77.png); | |
} | |
img[src$="statusicon/thread_moved.gif"] { | |
background: url(https://habrastorage.org/files/477/238/1f8/4772381f81bc4534ada898ecafe17943.png); | |
} | |
img[src$="statusicon/thread.gif"] { | |
background: url(https://habrastorage.org/files/695/9ab/db8/6959abdb850f469eb289ead6787fd2a9.png); | |
} | |
.javascript .nu0, .json .nu0 { | |
color: #a00000 !important; | |
} | |
.asm .co1, .bash .co0, .c .co1, .fortran .co1, .java5 .co1, .java5 .coMULTI, .pascal .co1, .pascal .coMULTI, .perl6 .co1, .perl6 .co5, .perl6 .coMULTI, .php .co1, .php .co2, .php .coMULTI, .phphtml .co1, .phphtml .co2, .phphtml .coMULTI, .prolog .co1, .prolog .coMULTI { | |
color: #9a9a9a !important; | |
font-style: italic; | |
} | |
.javascript .co1, .javascript .coMULTI, .json .co1, .json .coMULTI { | |
color: #07e207 !important; | |
font-style: italic; | |
} | |
.javascript .me1, .json .me1, .phphtml .re5 { | |
color: #f100f1 !important; | |
} | |
.cpp-qt .co2, .cpp-qt .br0, .cpp-qt .sy0 { | |
color: #00ce4b !important; | |
} | |
.asm .co1, .bash .co0, .c .co1, .fortran .co1, .java5 .co1, .java5 .coMULTI, .pascal .co1, .pascal .coMULTI, .perl6 .co1, .perl6 .co5, .perl6 .coMULTI, .php .co1, .php .co2, .php .coMULTI, .phphtml .co1, .phphtml .co2, .phphtml .coMULTI, .prolog .co1, .prolog .coMULTI { | |
color: #8a8a8a !important; | |
font-style: italic; | |
} | |
.c .kw4, .css .kw2, .css .re3, .fortran .kw4, .phphtml .kw-6, .phphtml .re4 { | |
color: #9a0000 !important; | |
} | |
.c .es5, .cpp .es5, .cpp-qt .es5, .php .es4, .phphtml .es4, .unknown .es5 { | |
color: #00a5f7 !important; | |
} | |
.bigusername { | |
color: #4073ec !important; | |
} | |
.actionscript3 .sy0, .delphi .kw4, .javascript .kw1, .json .kw1, .pascal .kw4, .phphtml .kw-5 { | |
color: #3838ff !important; | |
} | |
.javascript .kw2, .json .kw2, .phphtml .kw-4, .eiffel .kw2, .eiffel .kw1, .csharp .kw1 { | |
color: #da4444; | |
} | |
.moder-infraction { | |
background-color: transparent; | |
border: 4px solid #ffc; | |
} | |
.actionscript3 .nu0, .bash .kw1, .bash .co3, .bash .sy0, .c .kw2, .cpp-qt .kw1, .css .kw1, .delphi .kw1, .delphi .kw2, .fortran .kw2, .html4strict .kw2, .html5 .kw2, .java5 .kw1, .java5 .kw2, .pascal .kw1, .pascal .kw2, .perl6 .kw2, .php .kw2, .php .sy1, .phphtml .kw-7, .phphtml .kw-1, .phphtml .kw2, .phphtml .sy1, .xml .re1, .xml .re2 { | |
color: #fff !important; | |
} | |
.c .kw3, .delphi .kw3, .delphi .br0, .delphi .sy0, .delphi .sy1, .delphi .sy2, .delphi .sy3, .fortran .kw3, .html4strict .kw3, .html5 .kw3, .javascript .kw3, .json .kw3, .pascal .kw3, .perl6 .kw3, .phphtml .kw-3, .phphtml .kw3, .qbasic .kw3, .vbnet .kw7, .xml .re0 { | |
color: #3d3dff !important; | |
} | |
.visualprolog .nu0, .uscript .kw10, .uscript .kw2, .uscript .kw1, .tsql .kw1, .reg .geshi_variable, .reg .re3, .reg .geshi_registry_header, .powershell .kw3, .plsql .sy0, .plsql .br0, .plsql .kw3, .plsql .kw1, .php .st0, .php .st_h, .phphtml .st0, .matlab .kw2, .matlab .kw1, .lotusscript .kw1, .lotusformulas .kw2, .dcl .re1, .csharp .me2, .csharp .me1, .basic4gl .sy0, .basic4gl .kw3 { | |
color: #0079ff; | |
} | |
.phphtml .re0, .php .re0, .awk .re0 { | |
color: #0c0061 | |
} | |
.bash .re5 { | |
color: #f7007b; | |
} | |
.entryposter { | |
background: #004646 !important; | |
} | |
/* scroll bar */ | |
::-webkit-scrollbar { | |
max-width: 10px !important; | |
max-height: 10px !important; | |
background: #1d1d1d !important; | |
} | |
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner { | |
background: #1d1d1d !important; | |
} | |
::-webkit-scrollbar-thumb { | |
background: rgba(175, 175, 175, .5) !important; | |
} | |
::-webkit-scrollbar-thumb:hover { | |
background: rgba(65, 131, 196, .8) !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment