Guest User

moiist css

a guest
May 10th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. /*Sidebar search*/
  2.  
  3. #bookmarksPanel,
  4. #history-panel
  5. {
  6. -moz-box-direction: reverse;
  7. }
  8.  
  9. #bookmarksPanel,
  10. #history-panel
  11. {
  12. font-family:"Calibri"!important;
  13. }
  14. label[value='Search:']
  15. {
  16. margin-left: 0px !important;
  17. }
  18.  
  19. #bookmarksPanel #search-box,
  20. #history-panel #search-box
  21. {
  22. margin-left: 0px !important;
  23. }
  24.  
  25. #bookmarksPanel #search-box
  26. {
  27. margin-right: 0px !important;
  28. }
  29.  
  30. #viewButton
  31. {
  32. margin-left: 0px !important;
  33. margin-right: 0px !important;
  34. }
  35.  
  36. #search-box *{
  37. color: black !important;}
  38.  
  39. #bookmarksPanel label[control="search-box"],
  40. #history-panel label[control="search-box"],#viewButton > hbox > hbox > label {
  41. display: none !important;
  42. }
  43.  
  44. #main-window #appmenu-button
  45. {
  46. display:none!important;
  47. }
  48.  
  49.  
  50. /*#main-window #tabbrowser-tabs tab
  51. {
  52. font-family:"Calibri"!important;
  53. background:rgba(0,0,0,0)!important;
  54. border:0!important;
  55. color:rgba(0,0,0,1)!important;
  56. text-shadow:rgba(0,0,0,0) 0 0 0px!important;
  57. }
  58.  
  59.  
  60. /* TABS */
  61. #main-window #tabbrowser-tabs tab
  62. {
  63. font-family:"Calibri"!important;
  64. background:rgba(255,255,255,0)!important;
  65. }
  66.  
  67. /* Shrink tab titles by 10% */
  68. .tabbrowser-tabs .tab-text {
  69. font-size: 100%;
  70. }
  71.  
  72. #main-window #tabbrowser-tabs tab .tab-throbber,
  73. #main-window #tabbrowser-tabs tab .tab-icon-image
  74. {
  75. max-height:10px!important;
  76. max-width:10px!important;
  77. margin-top:0px!important;
  78. }
  79.  
  80. #main-window #tabbrowser-tabs tab .tab-close-button .toolbarbutton-icon
  81. {
  82. max-height:0px!important;
  83. max-width:0px!important;
  84. }
  85.  
  86. #main-window #tabbrowser-tabs tab[fadein]:not([pinned])
  87. {
  88. min-width:150px!important;
  89. max-width:300px!important;
  90. }
  91.  
  92. #main-window #tabbrowser-tabs tab[selected]
  93. {
  94. color:rgba(0,0,0,1) !important;
  95. }
Advertisement
Add Comment
Please, Sign In to add comment