Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /***************Header****************/
- .fixed.top-header #header-bar {
- z-index: 35 !important;
- }
- #header-bar {
- height:20px !important;
- background-color: #2b2b2b !important;
- z-index: 9 !important;
- }
- :root:not(.header-gradient) #header-bar {
- background-color: #101010 !important;
- }
- #header-bar a:hover {
- color: #88D8B0 !important;
- transition: ease-out .2s !important;
- }
- /*Header bar when autohidden*/
- .fixed.top-header #header-bar.autohide:not(:hover) {
- margin-top: -1px !important;
- }
- /*Board List*/
- #board-list {
- width: auto !important;
- height: auto !important;
- }
- #custom-board-list {
- font-family: "Helvetica Rounded" !important;
- }
- #custom-board-list .current, #custom-board-list a:not(.current), #custom-board-list .current:hover {
- border: none !important;
- padding: 0 7px 0 7px !important;
- }
- .centered-links:root #custom-board-list {
- left: 0 !important;
- right: 0 !important;
- }
- a.current {
- color: #ffffff !important;
- }
- .centered-links:root #custom-board-list {
- position: fixed !important;
- }
- /*Update Timer*/
- #update-timer {
- color: #fdc298 !important;
- margin-right: 4px !important;
- }
- .new {
- color: #88d8b0 !important;
- }
- /*******Shortcuts********/
- /*Used to fixed button/stats alignment when using custom scrollbars that cover the page*/
- .fixed:root:not(.centered-links) #shortcuts {
- margin-right: 15px !important;
- }
- /*When using text buttons instead of icons*/
- .shortcut-icons:root #shortcuts .fa::before {
- font-family: "Helvetica Rounded" !important;
- font-size: 11px !important;
- }
- /*Hidden Shortcuts*/
- .autohiding-scrollbar:root #shortcuts {
- margin-right: 3px !important;
- }
- #watcher-link, .qr-shortcut.fa.fa-comment-o.disabled, #shortcut-qr, .expand-all-shortcut.fa.fa-expand {
- display: none !important;
- }
- /*4chanX Button*/
- .fa-wrench::before {
- content: "4chanX" !important;
- top: 0px !important;
- margin-right: 7px !important;
- }
- /*Oneechan Settings Button*/
- .fa-gears::before, .fa-cogs::before {
- content: "Settings" !important;
- top: 0px !important;
- margin-right: 5px !important;
- }
- /*Refresh Button on catalog*/
- a.fa.fa-refresh, .fa-refresh::before {
- font-family: FontAwesome !important;
- font-style: normal !important;
- font-weight: normal !important;
- text-decoration: inherit !important;
- content: "\f021" !important;
- }
- /*Drop Down Menu*/
- #header-bar .menu-button i {
- margin-top: 0px !important;
- }
- #header-bar .menu-button i:hover {
- color: #88D8B0 !important;
- transition: ease-out .2s !important;
- }
- /*Thread Stats*/
- #thread-stats {
- margin-right: 3px !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment