Advertisement
mkv

firefox minimalized

mkv
May 24th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.43 KB | None | 0 0
  1. @namespace xul url('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul');
  2. @-moz-document url-prefix("chrome://") {
  3.  
  4. /* firefox minimalized
  5.  * (put this in a blank stylish skin)
  6.  * 2012  ed <irc.rizon.net>
  7.  */
  8.  
  9. #appmenu-button-container {
  10.     overflow: hidden !important;
  11. }
  12. #appmenu-button {
  13.     margin-top: -64px !important;
  14.     margin-left: -70px !important;
  15.     background: #333 !important;
  16. }
  17. #appmenu-button-container,
  18. #appmenu-button-container * {
  19.     border: none !important;
  20. }
  21. #tabbrowser-tabs,
  22. #tabbrowser-tabs * {
  23.     max-height: 22px !important;
  24. }
  25. #tabbrowser-tabs {
  26.     background: #222 !important;
  27. }
  28. #tabbrowser-tabs tab {
  29.     color: #999 !important;
  30.     border: none !important;
  31.     background: none !important;
  32.     text-shadow: 0 1px 0 rgba(0,0,0,0.4) !important;
  33. }
  34. #tabbrowser-tabs tab[selected="true"] {
  35.     border: 1px solid #555 !important;
  36.     border-width: 0 1px !important;
  37.     text-shadow: none !important;
  38.     background: #444 !important;
  39.     color: #fff !important;
  40. }
  41. #nav-bar {
  42.     padding: 0 !important;
  43.     border: none !important;
  44.     height: 21px !important;
  45.     background: #444 !important;
  46. }
  47. #nav-bar * {
  48.     color: #fff !important;
  49.     background: none !important;
  50.     box-shadow: none !important;
  51.     border: none !important;
  52. }
  53. #back-button,
  54. #back-button * {
  55.     height: 21px !important;
  56.     box-shadow: none !important;
  57.     padding: 0 0 0 3px !important;
  58. }
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement