Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2018
2,344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. /*:::::::::::::::::::::::::::::::::::::::::::::::::::: Zotero :::::::::::::::::::::::::::::::::::::::::::::::::::*/
  2. #main-window[stylish-url="chrome://zotero/content/tab.xul"] #nav-bar { visibility: visible !important }
  3. #main-window[stylish-url="chrome://zotero/content/tab.xul"] #customToolbars,
  4. #main-window[stylish-url="chrome://zotero/content/tab.xul"] #PersonalToolbar { visibility: collapse!important }
  5. /*#PersonalToolbar {visibility: hidden !important;}*/
  6. /*#navigator-toolbox:hover > #PersonalToolbar {visibility: visible !important;}*/
  7. /*#main-window[stylish-url="chrome://zotero/content/tab.xul"] #BookmarkslToolbar { visibility: hidden!important; }*/
  8.  
  9. * {border: 0 !important; }
  10. #zotero-tb, #zotero-toolbar{ background: linear-gradient(#2D2D2D, #595959) !important;
  11. color: #eee !important; }
  12.  
  13. #zotero-splitter{ background: linear-gradient(#696969, #2D2D2D) !important; }
  14.  
  15. #zotero-pane{ background: #595959 !important;
  16. color: #eee !important; }
  17. grippy{ opacity: .5 !important; }
  18.  
  19. treechildren,
  20. tabpanel *{ background: #222 !important;
  21. color: #eee !important; }
  22.  
  23. tab[selected="true"]{ background: #222 !important; }
  24.  
  25. tab{ -moz-appearance: none !important;
  26. color: #fff !important;
  27. background: #555 !important;
  28. border-radius: 20px 5px 0 0 !important;
  29. box-shadow: inset #111 0 2px 2px !important;
  30. font-weight: bold !important; }
  31.  
  32. tab:hover{ color: #fff !important;
  33. background: RGBa(255, 75, 0, .3) !important;
  34. box-shadow: inset #49ADEB 0 2px 6px !important;
  35. border-radius: 20px 5px 0 0 !important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement