Last active
April 27, 2019 05:18
-
-
Save minhducsun2002/d77e2dea9f0989b37352b85fef1ef3ad to your computer and use it in GitHub Desktop.
This file contains hidden or 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 { | |
background-color: #232323 !important; | |
color: #26C6DA; | |
transition-duration: 1s !important; | |
} | |
a { | |
color: #FFFF00; | |
} | |
span.submission-AC, b.submission-AC { | |
color: #76FF03 !important; | |
} | |
.submission-SS { | |
color: #FFA000 !important; | |
} | |
.user-admin { | |
color: #FF5722 !important; | |
} | |
.panel-body { | |
background-color: black; | |
transition-duration: 0.5s; | |
} | |
.panel-footer { | |
background-color: black; | |
transition-duration: 0.5s; | |
} | |
.panel { | |
border-color: gray !important; | |
transition-duration: 0.5s; | |
} | |
.panel-heading { | |
background-image: none !important; | |
background-color: #263238 !important; | |
color: white !important; | |
border-color: black !important; | |
border: 1px solid white !important; | |
transition-duration: 0.5s; | |
} | |
tr.success>td { | |
background-color: black !important; | |
} | |
span.user-newbie { | |
color: #00695C !important; | |
transition-duration: 0.5s; | |
} | |
.table-striped>tbody>tr:nth-of-type(odd):hover>td { | |
background-color: #4E342E !important; | |
} | |
tr.success:hover { | |
background-color: gray !important; | |
transition-duration: 0.5s; | |
} | |
tr:hover { | |
background-color: #263238 !important; | |
} | |
tr.success:hover>td { | |
background-color: #4E342E !important; | |
} | |
tr>td>a>b{ | |
color: #FF3D00 !important; | |
} | |
tr>td>a:hover { | |
color: white; | |
text-decoration-color: white !important | |
} | |
.list-group-item { | |
background-color: black; | |
color: #00E676 !important; | |
transition-duration: 0.5s; | |
} | |
.list-group-item:hover { | |
background-color: #1A237E !important; | |
color: yellow !important; | |
} | |
.list-group-item:hover>a:hover { | |
color: white; | |
} | |
a.list-group-item.active { | |
background-image: none !important; | |
background-color: #004D40 !important; | |
border-color: white !important; | |
color: white !important; | |
} | |
.fade.in.popover.top { | |
border: 1px solid gray; | |
background-color: black !important; | |
} | |
.popover-title { | |
background-color: black !important; | |
} | |
.table-striped>tbody>tr:nth-of-type(odd) { | |
background-color: black !important; | |
} | |
h2.text-center { | |
color: #00E5FF; | |
} | |
.text-center.panel.panel-default>.panel-body>a { | |
background: black !important; | |
border: 1px white solid !important; | |
transition-duration: 0.17s; | |
} | |
.text-center.panel.panel-default>.panel-body>a:hover { | |
background: #3E2723 !important; | |
} | |
.text-center.panel.panel-default>.panel-body>a:active { | |
background: #5D4037 !important; | |
} | |
.pager li>a { | |
background-color: black; | |
border-color: gray; | |
} | |
.pager li>a:hover { | |
background-color: #004D40; | |
color: yellow; | |
} | |
.pager>li.disabled>a { | |
background-color: #212121 !important; | |
color: white !important; | |
} | |
.submission-CE { | |
color: white !important; | |
} | |
.panel-heading>h2>a { | |
color: white !important; | |
} | |
pre { | |
background-color: black !important; | |
} | |
code { | |
color: white !important; | |
} | |
.btn-default { | |
background: none !important; | |
background-color: black; | |
color: white !important; | |
text-shadow: none !important; | |
transition-duration: 0.5s; | |
} | |
a.btn.btn-sm:hover { | |
background-color: #0D47A1 !important; | |
} | |
button.btn.btn-default:hover { | |
background-color: green !important; | |
} | |
p>code { | |
color: #c7254e !important; | |
} | |
strong>code { | |
color: #c7254e !important; | |
} | |
ul.nav-pills>li>a { | |
color: #FFFF00 !important; | |
} | |
ul.nav-pills>li>a:hover { | |
background: #212121 !important; | |
} | |
ul.nav-pills>li.active>a { | |
color: white !important; | |
background: #3E2723 !important; | |
} | |
textarea, input, select { | |
color: white !important; | |
background-color: black !important; | |
outline: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment