Guest User

Atreus CSS

a guest
Jun 28th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.60 KB | None | 0 0
  1.  
  2. #appcontent,
  3. #appcontent > #content,
  4. #appcontent > #content > tabbox > tabpanels {
  5. background: #202020 !important;
  6. }
  7.  
  8. #main-window[stylish-url="about:blank"]:not([onclose^="PrintUtils"]):not([title^="Source Chart"]):not([chromehidden="menubar toolbar directories extrachrome "]) #content browser:not([src]) {
  9. opacity: 0 !important;
  10. }
  11.  
  12. a:active {
  13. outline: none !important;
  14. }
  15.  
  16. .tabbrowser-arrowscrollbox > .scrollbutton-up,
  17. .tabbrowser-arrowscrollbox > .scrollbutton-down,
  18. toolbarbutton#alltabs-button,
  19. toolbarbutton#new-tab-button,
  20. .tab-icon-image,
  21. .tabs-closebutton-box,
  22. .tabs-border-bottom,
  23. .tab-close-button {
  24. display: none !important;
  25. }
  26.  
  27.  
  28.  
  29.  
  30. tabs#tabbrowser-tabs, tabs#tabbrowser-tabs * {
  31. -moz-appearance: none !important;
  32. border-radius: 0px !important;
  33. border: none !important;
  34. border-bottom: 0px none !important;
  35. background-image: none !important;
  36. margin-top: 0px !important;
  37. margin-left: 2px !important;
  38. max-height: 16px !important;
  39. min-height: 16px !important;
  40. }
  41.  
  42. tabs#tabbrowser-tabs {
  43. background: #202020 !important;
  44. padding-top: 0px !important;
  45. margin-left: 0px !important;
  46. padding-top: 0px !important;
  47. padding-bottom: 0px !important;
  48. border-bottom: 0px none !important;
  49. text-align: center !important;
  50. /*box-shadow: inset 0px -4px 2px rgba(0,0,0,0.1) !important;*/
  51. }
  52.  
  53. .tabbrowser-tab {
  54. max-height: 12px !important;
  55. margin-left: 0px !important;
  56. padding-top: 2px !important;
  57. height: 26px !important;
  58. color: #5C5C5C !important;
  59. border-bottom: 0px none !important;
  60. background: #202020 !important;
  61. /*box-shadow: inset 0px -4px 2px rgba(0,0,0,0.1) !important;*/
  62.  
  63. }
  64.  
  65. .tabbrowser-tab[selected=true] {
  66. color: #FFFFFF !important;
  67. background: #202020 !important;
  68. border-bottom: 0px none !important;
  69. box-shadow: none !important;
  70. }
  71.  
  72. .tabbrowser-tab .tab-text {
  73. margin-left: 3px !important;
  74. margin-right: 3px !important;
  75. margin-top: 2px !important;
  76. font-size: 11px !important;
  77. font-family: cure.se !important;
  78. }
  79.  
  80. #urlbar dropmarker,
  81. #identity-box,
  82. #star-button,
  83. #go-button,
  84. #back-button,
  85. #forward-button,
  86. #reload-button,
  87. .tab-throbber,
  88. .tabs-newtab-button,
  89. .tab-throbber[progress] {
  90. display: none !important;
  91. }
  92.  
  93. .titlebar-placeholder[type="caption-buttons"] {
  94. margin-left: 10px !important;
  95. }
  96.  
  97. .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
  98. min-width: 30px !important;
  99. max-width: 130px !important;
  100. }
  101.  
  102. notificationbox {
  103. overflow-x: hidden;
  104. }
  105.  
  106. /* hide vertical scrollbar */
  107. notificationbox {
  108. overflow-x: hidden;
  109. }
  110.  
  111. /*browser[type="content-primary"], browser[type="content-targetable"] {
  112. overflow-y: scroll;
  113. margin-right: 0px; /* 12px == width of my scrollbar */
  114. }
  115.  
  116. browser[type="content-primary"], browser[type="content-targetable"] {
  117. overflow-y: scroll;
  118. margin-right: 0px;
  119. }*/
  120.  
  121.  
  122. /* scrollbar
  123. scrollbar scrollbarbutton ,
  124. scrollbar gripper {
  125. visibility: collapse;
  126. }
  127.  
  128. scrollbar ,
  129. scrollbar thumb {
  130. -moz-appearance: none !important;
  131. }
  132.  
  133. scrollbar[orient="vertical"] {
  134. -moz-margin-start: -4px;
  135. min-width: 4px;
  136. max-width: 4px;
  137. }
  138.  
  139. scrollbar[orient="horizontal"] {
  140. margin-top: -4px;
  141. min-height: 4px;
  142. max-height: 4px;
  143. }
  144.  
  145. scrollbar {
  146. position: relative;
  147. background-image: none;
  148. z-index: ;
  149. background-color: transparent;
  150. }
  151.  
  152. scrollbar:hover {
  153. background-color: ButtonHighlight;
  154. transition: all 0.2s ease 0s;
  155. }
  156.  
  157. scrollbar thumb {
  158. border: none !important;
  159. border-radius: 1.5px !important;
  160. background-color: #92969b;
  161. opacity: .55;
  162. }
  163.  
  164. scrollbar:hover thumb {
  165. opacity: 1;
  166. transition: all 0.2s ease 0s;
  167. }
  168.  
  169. scrollbar thumb:active ,
  170. scrollbar thumb:hover {
  171. opacity: 1;
  172. background-color: ButtonShadow;
  173. transition: all 0.2s ease 0s;
  174. }
  175. */
  176.  
  177. .searchbar-engine-image {
  178. display: none !important;
  179. }
  180. .search-go-button {
  181. display: none !important;
  182. }
  183. #nav-bar {
  184. background-image: none !important;
  185. background-color: #202020 !important;
  186. margin-left: 40px !important;
  187. border: none !important;
  188. margin-bottom: 0 !important;
  189. padding: 5 !important;
  190. }
  191. #url-bar {
  192. background: none !important;
  193. border: none !important;
  194. margin-left: 20px !important;
  195. border-radius: 1px 0 0 0 !important;
  196. margin: 0 !important;
  197. box-shadow: none !important;
  198. color: #202020 !important;
  199. }
  200.  
  201. /* Make my URL bar and Search bar bigger and bolder. */
  202. #urlbar, #searchbar .searchbar-textbox {
  203. font-family: cure.se !important;
  204. font-size: 9pt;
  205. }
Advertisement
Add Comment
Please, Sign In to add comment