Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #sidebar, #bookmarksPanel, #bookmarks-view, #history-panel, #historyTree {
- background: #464649 !important;
- box-shadow: 0px 0px 1px 1px gray inset, 0px 0px 1px 1px white;
- color: #F5F7FA !important;
- font-family: Arial !important;
- font-size: 12px !important;
- }
- #sidebar-box
- {color: #D6D6D9 !important;
- text-shadow: black 1px 1px 1px !important;
- margin: 1px !important;
- padding: 0 !important;
- overflow: hidden !important;
- border: solid 0.2em lightblue;
- border-bottom-color: lightblue;
- -moz-appearance: none !important;
- position: fixed !important;
- display: block;
- top: 18% !important;
- left: 96% !important;
- height: 14px !important;
- width: 20px !important;
- z-index: 99999 !important;
- background: #424142 !important;
- border-radius: 1px !important;
- opacity: .6 !important;
- transition-duration: 0.2s !important;
- transition-delay: .2s !important;
- }
- #sidebar-box:hover
- {overflow: visible !important;
- max-width: none !important;
- top: 10% !important;
- left: 83% !important;
- width: 200px !important;
- height: 820px !important;
- border: 2px solid silver !important;
- border-radius: 1px 1px 1px 1px !important;
- opacity: .9 !important;
- transition-duration: 0.2s !important;
- transition-delay: 0.2s !important;
- }
- #sidebar
- {
- max-width: none !important;
- min-width: 0 !important;
- width: 100% !important;
- height: 800px !important;
- }
- #sidebar-header
- {
- font-weight: normal !important;
- margin-top: -1px !important;
- }
- #sidebar-splitter
- {
- display: none !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement