Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*******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