Advertisement
Guest User

Untitled

a guest
Dec 17th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.95 KB | None | 0 0
  1. /* Personal edit of Melbourne by Noha http://fav.me/d7u524x */
  2. /* May only scale to appropriate margins of Menu bar is displayed. Enable it via the customize menu. Open sans recommended */
  3.  
  4. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  5.  
  6.  
  7. /*fix pinned*/
  8.  
  9. .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
  10. min-width: 10px !important;
  11. max-width: 100px !important;
  12. }
  13.  
  14. #browser-border-start, #browser-border-end {
  15. margin: -1px -1px -1px -3px !important;
  16. }
  17.  
  18. /* removes ugly cloud thing */
  19.  
  20. #TabsToolbar:not(:-moz-lwtheme)::after {display:none;}
  21.  
  22. /* Remove the following line if you want the text color of unselected tabs to be black (Firefox default) */
  23.  
  24. #TabsToolbar .tabbrowser-tab:not([selected]) {
  25. color: rgba(255,255,255,0.9);
  26. }
  27.  
  28. #TabsToolbar {
  29. background: transparent !important;
  30. margin-bottom: 0 !important;
  31. }
  32.  
  33. #TabsToolbar .tabbrowser-tabs {
  34. min-height: 30px !important;
  35. margin-top: -17px !important;
  36. margin-bottom: -2px !important;
  37. text-align: center !important;
  38. margin-left: -17px !important;
  39. margin-right: -16px !important;
  40. }
  41.  
  42.  
  43. #TabsToolbar .tabs-newtab-button {
  44. border-width: 1px 1px 0 1px !important;
  45. margin: 0 !important;
  46. width: auto !important;
  47. padding: 0 5px !important;
  48. }
  49.  
  50. .tab-close-button, .tab-close {
  51. opacity:0!important;
  52. }
  53.  
  54. .tab-close-button:hover, .tab-close:hover {
  55. opacity: 1 !important;
  56. }
  57.  
  58.  
  59. .tabbrowser-tab:not([pinned]) .tab-icon-image {
  60. display: none !important;
  61.  
  62. }
  63.  
  64. #main-window .tabbrowser-tab > .tab-stack {
  65. border-width: 0px 1px 0 1px !important;
  66. border-style: solid !important;
  67. border-top-color: rgb(39,38,45) !important;
  68. border-left-color: rgb(39,38,45) !important;
  69. border-right-color: rgb(39,38,45) !important;
  70. border-bottom-color: rgb(39,38,45) !important;
  71. background-clip: padding-box !important;
  72. border-radius: 0 !important;
  73. margin-top: 1px !important;
  74. margin-left: -1px !important;
  75. box-shadow: 0px -1px 0px rgba(220,220,220,.5),
  76. 0px 1px 0px rgba(220,220,220,.5) inset,
  77. 1px 0px 0px rgba(220,220,220,.5) inset,
  78. 1px 0px 0px rgba(220,220,220,.5) inset !important;
  79. }
  80.  
  81. #TabsToolbar .tabbrowser-tab {
  82. -moz-border-top-colors: none !important;
  83. -moz-border-left-colors: none !important;
  84. -moz-border-right-colors: none !important;
  85. -moz-border-bottom-colors: none !important;
  86. border-radius: 0px !important;
  87. background: rgb(49,48,48) !important;
  88. background-clip: padding-box !important;
  89. transition: all .1s !important;
  90. margin-left: -1px !important;
  91. color: rgb(130,110,183) !important;
  92. margin-top: -1px !important;
  93. font-family: 'ubuntu mono' !important;
  94. font-size: 12px !important;
  95. padding: 0px 0px !important;
  96. }
  97.  
  98. #TabsToolbar .tabbrowser-tab[last-visible-tab] {
  99. border-top-right-radius: 0px !important;
  100. /*border-bottom-right-radius: 3px !important;*/
  101. margin-right: 0px !important;
  102. box-shadow: 0px -1px 0px rgba(20,23,26,.04) !important;
  103. }
  104.  
  105. #TabsToolbar .tabbrowser-tab[first-visible-tab] {
  106. margin-left: 0px !important;
  107. border-left: 1px solid #ccc !important;
  108. }
  109.  
  110. #TabsToolbar .tabbrowser-tab[afterselected] {
  111. border-right: 1px solid rgba(20,23,26,.04)!important;
  112. }
  113.  
  114. #TabsToolbar .tabbrowser-tab[selected]:not([first-visible-tab]) {
  115. color: rgb(130,110,183) !important;
  116. border-bottom: none !important;
  117. }
  118.  
  119.  
  120. #main-window .tabbrowser-tab > .tab-stack:not(:-moz-lwtheme) {
  121. background-color: rgb(49,48,48) !important;
  122. box-shadow: inset 0 -5px 15px -15px rgb(27,27,28) !important;
  123. color: #666 !important;
  124. }
  125.  
  126. #TabsToolbar .tabs-newtab-button:hover,
  127. #TabsToolbar .tabbrowser-tab:hover:not([selected]) {
  128. background-color: #f1f1f1 !important;
  129. }
  130.  
  131. #TabsToolbar .tabbrowser-tab:active {
  132. }
  133.  
  134. #TabsToolbar .tab-background {
  135. margin: 0 !important;
  136. background: transparent !important;
  137. }
  138.  
  139. #TabsToolbar .tab-background-start,
  140. #TabsToolbar .tab-background-end {
  141. display: none !important;
  142. }
  143.  
  144. #TabsToolbar .tab-background-middle {
  145. margin: -4px -2px !important;
  146. background: transparent !important;
  147. }
  148.  
  149. #TabsToolbar .tabbrowser-tab:after,
  150. #TabsToolbar .tabbrowser-tab:before {
  151. display: none !important;
  152. }
  153.  
  154. #main-window .tabbrowser-tab[selected] .tab-stack {
  155. background-color: rgb(40,38,45) !important;
  156. box-shadow: none !important;
  157. color: rgb(136,80,91) !important;
  158. background-clip: padding-box !important;
  159. }
  160.  
  161. #addon-bar,
  162. #PersonalToolbar,
  163. #nav-bar {
  164. background: rgb(40,38,45) !important;
  165. box-shadow: none !important;
  166. background-clip: padding-box !important;
  167. border: 1px !important;
  168. border-radius: 0 !important;
  169. }
  170.  
  171. .subviewbutton.panel-subview-footer {
  172. padding-top: 6px !important;
  173. padding-bottom: 6px !important;
  174. }
  175.  
  176.  
  177. /* Menu */
  178.  
  179. menubar > menu {
  180. display:none !important;
  181. border: none !important;
  182. }
  183.  
  184. menubar {
  185. display: none !important;
  186. }
  187.  
  188. /* URL BAR */
  189.  
  190. /* remove back/fwd */
  191.  
  192. #nav-bar #back-button > .toolbarbutton-icon {
  193. display: none !important;
  194. }
  195.  
  196. #forward-button {
  197. display: none !important;
  198. }
  199.  
  200. /*styling*/
  201. #searchbar > .searchbar-textbox,
  202.  
  203. #urlbar {
  204. border: 1px solid rgb(40,38,45) !important;
  205. text-align: center !important;;
  206. background: rgb(40,38,45) !important;
  207. margin-top: -1px !important;
  208. margin-left: 5px !important;
  209. border-radius: 0px;
  210. padding: 0px !important;
  211. color: rgb(136,80,91) !important;
  212. height: 22px;
  213. font-size: 12px !important;
  214. font-family: "ubuntu mono" !important;
  215. }
  216.  
  217. #nav-bar {
  218. height: 30px;
  219. background-color: rgb(40,38,45) !important;
  220. border-bottom: 0px !important;
  221. margin-bottom: -1px !important;
  222. margin-top: 1px !important;
  223. box-shadow: 0px 3px 3px #aaaaaa !important;
  224. }
  225.  
  226. #PanelUI-button, #customization-panel-container,
  227. #customization-panelWrapper .panel-arrow,
  228. #ctr_panelui-button,
  229. #wrapper-ctr_panelui-button {
  230.  
  231. -moz-box-ordinal-group: 0
  232.  
  233. }
  234.  
  235.  
  236. #PanelUI-button {
  237. opacity: .55 !important;
  238. background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0;
  239. background: url('http://i.imgur.com/cxN9r8V.png') !important;
  240. background-repeat: no-repeat !important;
  241. background-position: center !important;
  242. box-shadow: none !important;
  243. width: 5px !important;
  244. /*display: none !important; /*COMMENT THIS LINE FOR A MENU BUTTON*/
  245. }
  246.  
  247. #PanelUI-button .button-icon,
  248. #PanelUI-button .button-text{
  249. display: none !important;
  250. }
  251. #PanelUI-menu-button {
  252. opacity: 0 !important;
  253. width: 5px !important;
  254. margin-right: -5px !important;
  255. }
  256.  
  257. #identity-box, #dropmarker-icon, #historydropmarker, #autocomplete-history-dropmarker, #urlbar-history-dropmarker, #dropmarker {
  258. display: none !important;
  259. }
  260.  
  261. #autocomplete-history-dropmarker, #urlbar-history-dropmarker, #urlbar-reload-button {
  262. display: none !important;
  263. }
  264.  
  265. .autocomplete-history-dropmarker.urlbar-history-dropmarker {
  266. display: none !important;
  267. }
  268.  
  269. #plugins-notification-icon, #notification-anchor-icon, #notification-popup-box {
  270. display: none !important;
  271.  
  272. }
  273.  
  274.  
  275. /*downloads*/
  276.  
  277. #downloads-button {
  278. background: url('http://i.imgur.com/dxQDPO2.png') !important;
  279. background-repeat: no-repeat !important;
  280. background-position: center !important;
  281. opacity: 0 !important;
  282. margin-left: 10px !important;
  283. margin-right: 10px !important;
  284. box-shadow: none !important;
  285. width: 10px !important;
  286. height: 10px !important;
  287. }
  288.  
  289. #toolbarbutton-icon .Downloads,
  290. #downloads-indicator-icon,
  291. #downloads-indicator-progress-area,
  292. #downloads-button .button-text {
  293. display: none !important;
  294. }
  295.  
  296. #downloads-indicator-anchor {opacity: 0 !important;}
  297.  
  298. #downloads-button:hover {
  299. opacity: 1 !important;
  300. box-shadow: none !important;
  301. background: url('http://i.imgur.com/I8kiKbo.png') !important;
  302. background-repeat: no-repeat !important;
  303. background-position: center !important;
  304. }
  305.  
  306.  
  307. /**ADD-ONS PAGE**/
  308.  
  309. #categories {
  310. width: 160px !important;
  311. font-size : 14px !important;
  312. font-family: "Open Sans" !important;
  313. }
  314.  
  315. .category {
  316. padding-top: 0px !important;
  317. height: 35px !important;
  318. font-size : 13px !important;
  319. font-family: "Open Sans" !important;
  320. }
  321.  
  322. #retirement-box {
  323. height: 60px !important;
  324. }
  325.  
  326. .category[disabled] {
  327. display: none !important;
  328. }
  329.  
  330. .category-icon {
  331. width: 25px !important;
  332. height: 25px !important;
  333. }
  334.  
  335. #addon-list > richlistitem:nth-child(even){
  336. background: AliceBlue !important;
  337. }
  338.  
  339. #list-view .addon.addon-view * {
  340. font-size: 101% !important;
  341. margin-top: .4px !important;
  342. margin-bottom: 0 !important;
  343. font-size : 13px !important;
  344. font-family: "Open Sans" !important;
  345. color: #555 !important;
  346. }
  347.  
  348. #list-view > #addon-list .addon.addon-view {
  349. padding: 0px !important;
  350. }
  351.  
  352. .content-inner-container{
  353. -moz-box-orient: horizontal !important;
  354. }
  355.  
  356. .icon-container ,
  357. .icon-container > .icon {
  358. width: 16px !important;
  359. height: 16px !important;
  360. }
  361.  
  362. .basicinfo-container{
  363. width: 350px !important;
  364. -moz-box-align: center !important;
  365. }
  366.  
  367. .name-container{
  368. color: #999 !important;
  369. font-size : 13px !important;
  370. font-family: "Open Sans" !important;
  371. }
  372.  
  373. #search-list *,
  374. #addon-list *,
  375. #updates-list{
  376. border: none !important;
  377. }
  378.  
  379. #addon-list .addon.addon-view {
  380. border-bottom: 1px rgb(230,227,218) solid !important;
  381. }
  382.  
  383. #search-list .addon-control,
  384. #addon-list .addon-control,
  385. #updates-list .addon-control {
  386. border: 1px solid #888 !important;
  387. }
  388.  
  389. .details.button-link{
  390. display: none !important;
  391. }
  392.  
  393. #list-view > #addon-list .status-control-wrapper{
  394. width: 250px !important;
  395. }
  396.  
  397. .control-container>button{
  398. margin: 1px !important;
  399. }
  400.  
  401. .addon-control{
  402. padding: 0px !important;
  403. }
  404.  
  405. /* Gray icon saying plugin is active and providing option to block */
  406. #plugins-notification-icon{
  407. width: 0px !important;
  408. margin-left: -7px !important;
  409. margin-right: -5px !important;
  410. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement