Guest User

Snail

a guest
May 28th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.80 KB | None | 0 0
  1. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  2.  
  3. :root {
  4.  
  5.  
  6. --bg: #a3aeca !important;
  7.  
  8. --sel: #97a2be !important;
  9.  
  10. --hover: #97a2be !important;
  11.  
  12. --urlbg: #FFFFFF !important;
  13.  
  14. --text: #FFFFFF !important;
  15.  
  16. --urltxt: #3C4C5C !important;
  17.  
  18. }
  19.  
  20.  
  21. #TabsToolbar .tabbrowser-tabs, #urlbar {
  22.  
  23. font-family: 'Open Sans' !important;
  24.  
  25. font-weight: 500 !important;
  26. }
  27.  
  28. #TabsToolbar .box-inherit {
  29.  
  30. background: var(--bg) !important;
  31.  
  32. }
  33.  
  34. #TabsToolbar .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
  35.  
  36. min-width: 10px !important;
  37.  
  38. max-width: 260px !important;
  39.  
  40. }
  41.  
  42. #TabsToolbar {
  43.  
  44. margin-top: 8px !important;
  45.  
  46. margin-bottom: 7px!important;
  47.  
  48. }
  49.  
  50. #TabsToolbar .tabbrowser-tabs {
  51.  
  52. text-align: center !important;
  53.  
  54. margin-left: -15px !important;
  55.  
  56. margin-right: -15px !important;
  57.  
  58. min-height: 26px !important;
  59.  
  60. max-height: 26px !important;
  61.  
  62. }
  63.  
  64. #TabsToolbar .tabbrowser-tab {
  65.  
  66. margin: -3px 3px 0px 6px !important;
  67.  
  68. border-radius: 0px !important;
  69.  
  70. background: var(--bg) !important;
  71.  
  72. background-clip: padding-box !important;
  73.  
  74. color: var(--text)!important;
  75.  
  76. }
  77.  
  78. #TabsToolbar .tabbrowser-tab[selected] {
  79.  
  80. color: var(--text)!important;
  81.  
  82. background: var(--sel) !important;
  83.  
  84. }
  85.  
  86. #TabsToolbar .tabbrowser-tab:hover:not([selected]) {
  87.  
  88. color: var(--text)!important;
  89.  
  90. background: var(--hover) !important;
  91.  
  92. }
  93.  
  94. #TabsToolbar .tab-background {
  95.  
  96. background: transparent !important;
  97.  
  98. }
  99. #TabsToolbar .tab-background-start,
  100.  
  101. #TabsToolbar .tab-background-end {
  102.  
  103. background: transparent !important;
  104.  
  105. background-image: none !important;
  106.  
  107. }
  108. #TabsToolbar .tab-background-middle {
  109.  
  110. background: transparent !important;
  111.  
  112. }
  113.  
  114. #TabsToolbar .tab-background-start::before, #TabsToolbar .tab-background-end::before {
  115.  
  116. background-image: none !important;
  117.  
  118. }
  119.  
  120. .tab-background-start[selected=true]:-moz-locale-dir(ltr)::after,
  121.  
  122. .tab-background-end[selected=true]:-moz-locale-dir(ltr)::after {
  123.  
  124. background-image: none!important;
  125.  
  126. }
  127.  
  128. #TabsToolbar .tabbrowser-tab:after,
  129.  
  130. #TabsToolbar .tabbrowser-tab:before {
  131.  
  132. display: none !important;
  133.  
  134. }
  135.  
  136. #main-window #tabbrowser-tabs tab .tab-throbber,#main-window #tabbrowser-tabs tab .tab-icon-image {
  137.  
  138. width:10px!important;
  139.  
  140. height:10px!important;
  141.  
  142. }
  143.  
  144. .tabbrowser-tab:not([pinned]) .tab-icon-image{
  145.  
  146. display: none !important;
  147.  
  148. }
  149.  
  150. .tab-close-button {
  151.  
  152. opacity: 0 !important;
  153. }
  154.  
  155. .tab-close-button:hover {
  156.  
  157. opacity: 1 !important;
  158.  
  159. }
  160.  
  161. #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar) {
  162.  
  163. border: 0 !important;
  164.  
  165. background: var(--bg) !important;
  166.  
  167. color: var(--text2) !important;
  168.  
  169. }
  170.  
  171. #nav-bar {
  172.  
  173.  
  174. border: none !important;
  175.  
  176. visibility: visible !important;
  177.  
  178. }
  179.  
  180. #navigator-toolbox {
  181.  
  182. background: var(--bg) !important;
  183.  
  184. }
  185.  
  186. #navigator-toolbox:after {
  187.  
  188. height: 0px !important;
  189.  
  190. }
  191.  
  192. #nav-bar {
  193.  
  194. background: var(--bg)!important;
  195.  
  196. box-shadow: none !important;
  197.  
  198. background-clip: padding-box !important;
  199.  
  200. padding-top: 5px!important;
  201.  
  202. margin-top: -4px!important;
  203.  
  204. margin-bottom: 1px!important;
  205.  
  206. }
  207.  
  208. #urlbar {
  209.  
  210. text-align: left;
  211.  
  212. background: var(--urlbg) !important;
  213.  
  214. border: 0 !important;
  215.  
  216. margin-left: 10px !important;
  217.  
  218. margin-right: 5px !important;
  219.  
  220. padding-left: 5px!important;
  221.  
  222. color: var(--urltxt)!important;
  223.  
  224. margin-bottom: 2px!important;
  225.  
  226. border-radius: 0 !important;
  227.  
  228. height: 25px !important;
  229.  
  230. }
  231.  
  232. #forward-button, #back-button {
  233.  
  234. display: none !important;
  235.  
  236. }
  237.  
  238. #back-button > .toolbarbutton-icon {
  239.  
  240. list-style-image: url(https://a.pomf.cat/ilfsjr.png) !important;
  241.  
  242. margin-left: -3px !important;
  243.  
  244. }
  245.  
  246. #forward-button {
  247.  
  248. list-style-image: url(https://a.pomf.cat/dvdmhb.png) !important;
  249.  
  250. margin-left: -3px !important;
  251.  
  252. }
  253.  
  254. #back-button:hover, #forward-button:hover {
  255.  
  256. background: transparent !important;
  257.  
  258. opacity: 0.3 !important;
  259.  
  260. border: none !important;
  261.  
  262. box-shadow: none !important;
  263.  
  264. }
  265.  
  266. #back-button:not([disabled="true"]):not([open="true"]):not(:active):hover > .toolbarbutton-icon, #back-button, #back-button .toolbarbutton-icon:hover, #back-button .toolbarbutton-icon, #forward-button .toolbarbutton-icon, #forward-button {
  267.  
  268. border-radius: 0px !important;
  269.  
  270. background: transparent !important;
  271.  
  272. background-color: transparent !important;
  273.  
  274. border: 0px solid #000 !important;
  275.  
  276. padding: 3px !important;
  277.  
  278. box-shadow: none !important;
  279.  
  280. margin-left: 7px !important;
  281.  
  282. margin-top: 0px !important;
  283.  
  284. margin-bottom: 0px !important;
  285.  
  286. background-color: var(--bg) !important;
  287.  
  288. width: 25px !important;
  289.  
  290. height: 30px !important;
  291.  
  292. }
  293.  
  294. #back-button:disabled, #forward-button:disabled {
  295.  
  296. opacity: 0.4 !important;
  297.  
  298. }
  299.  
  300. #back-button#back-button#back-button>image.toolbarbutton-icon {
  301.  
  302. box-shadow: none !important;
  303.  
  304. }
  305.  
  306. #urlbar-go-button {
  307.  
  308. display: none !important;
  309.  
  310. }
  311.  
  312.  
  313.  
  314. #urlbar-reload-button, #urlbar-stop-button {
  315.  
  316. opacity: 0 !important;
  317.  
  318. border: 0 !important;
  319.  
  320. }
  321.  
  322. #urlbar-reload-button:hover, #urlbar-stop-button:hover {
  323.  
  324. opacity: 1 !important;
  325.  
  326. }
  327.  
  328. #identity-box{
  329.  
  330. display: none !important;
  331.  
  332. background: transparent !important;
  333.  
  334. border: 0 !important;
  335.  
  336. margin-left: -30px!important;
  337. }
  338.  
  339. #dropmarker-icon, #connection-icon, #urlbar-container dropmarker, #historydropmarker, #autocomplete-history-dropmarker, #urlbar-history-dropmarker, #dropmarker, #plugins-notification-icon, #notification-anchor-icon, #notification-popup-box, statuspanel {
  340.  
  341. display: none !important;
  342.  
  343. }
  344.  
  345. tabbrowser-tab *, .tabs-newtab-button * {
  346.  
  347. background: none !important; list-style-image: none !important;
  348.  
  349. margin: 0 0 0 0 !important; padding: 0 0 0 0 !important;
  350.  
  351. -moz-appearance: none !important;
  352.  
  353. }
  354.  
  355. .tabs-newtab-button {
  356.  
  357. color: var(--text2)!important;
  358.  
  359. display: block !important;
  360.  
  361. background: var(--bg) !important;
  362.  
  363. margin: 0 0 0 0 !important;
  364.  
  365. width: 32px !important;
  366.  
  367. }
  368.  
  369. .tabs-newtab-button::before {
  370.  
  371. content: " " !important;
  372.  
  373. }
  374.  
  375. .tabs-newtab-button:hover {
  376.  
  377. background:var(--hover) !important;
  378.  
  379. color: var(--text) !important;
  380.  
  381. }
  382.  
  383. #browser-bottombox {
  384.  
  385. border: none !important;
  386.  
  387. }
  388.  
  389. #browser-border-end, #browser-border-start {
  390.  
  391. display: none !important;
  392.  
  393. }
  394.  
  395. #main-window {
  396.  
  397. -moz-appearance: -moz-win-borderless-glass !important;
  398.  
  399. -moz-appearance: -moz-win-glass !important;
  400.  
  401. }
  402.  
  403. #reader-mode-button {
  404.  
  405. margin-right: 5px !important;
  406.  
  407. }
  408.  
  409. #downloads-button {
  410.  
  411. background: url('https://a.pomf.cat/vcdlci.png') !important;
  412.  
  413. background-repeat: no-repeat !important;
  414.  
  415. background-position: center !important;
  416.  
  417. opacity: 1 !important;
  418.  
  419. margin-left: 5px !important;
  420.  
  421. margin-right: 9px !important;
  422.  
  423. box-shadow: none !important;
  424.  
  425. width: 10px !important;
  426.  
  427. }
  428.  
  429. #toolbarbutton-icon .Downloads,
  430. #downloads-indicator-icon,
  431. #downloads-indicator-progress-area,
  432. #downloads-button .button-text {
  433.  
  434. display: none !important;
  435.  
  436. }
  437.  
  438. #downloads-indicator-anchor {
  439.  
  440. opacity: 0 !important;
  441.  
  442. }
  443.  
  444. #downloads-button:hover {
  445.  
  446. opacity: 1 !important;
  447.  
  448. box-shadow: none !important;
  449.  
  450. background: url('http://i.imgur.com/I8kiKbo.png') !important;
  451.  
  452. background-repeat: no-repeat !important;
  453.  
  454. background-position: center !important;
  455. }
  456. #PanelUI-button, #customization-panel-container,
  457. #customization-panelWrapper .panel-arrow,
  458. #ctr_panelui-button,
  459. #wrapper-ctr_panelui-button, #downloads-button {
  460.  
  461. -moz-box-ordinal-group: 0
  462.  
  463. }
  464.  
  465. #PanelUI-button {
  466.  
  467. border: 0 !important;
  468.  
  469. background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0;
  470.  
  471. background: url('https://a.pomf.cat/innqif.png') !important;
  472.  
  473. background-repeat: no-repeat !important;
  474.  
  475. background-position: center !important;
  476.  
  477. box-shadow: none !important;
  478.  
  479. width: 5px !important;
  480.  
  481.  
  482. }
  483.  
  484. #PanelUI-button .button-icon,
  485. #PanelUI-button .button-text{
  486.  
  487. display: none !important;
  488.  
  489. }
  490.  
  491. #PanelUI-menu-button {
  492.  
  493. opacity: 0 !important;
  494.  
  495. width: 5px !important;
  496.  
  497. }
  498.  
  499. *|*.main-content {
  500.  
  501. background: var(--bg)!important;
  502.  
  503. }
  504.  
  505. .addon[selected] {
  506.  
  507. background: var(--sel)!important;
  508.  
  509. }
  510.  
  511. .category, #nav-header, #categories {
  512.  
  513. color: var(--text)!important;
  514.  
  515. background: var(--sel)!important;
  516.  
  517. }
  518.  
  519. /* AGENT_SHEET */
  520. scrollbarbutton[sbattr="scrollbar-up-top"],
  521. scrollbarbutton[sbattr="scrollbar-down-top"],
  522. scrollbarbutton[sbattr="scrollbar-up-bottom"],
  523. scrollbarbutton[sbattr="scrollbar-down-bottom"] {
  524.  
  525. -moz-appearance: none !important;
  526.  
  527. display: none !important;
  528.  
  529. }
  530.  
  531. scrollbar[orient="vertical"] {
  532.  
  533. -moz-margin-start: -15px;
  534.  
  535. min-width: 15px!important;
  536.  
  537. max-width: 15px!important;
  538.  
  539. -moz-appearance: none!important;
  540.  
  541. position: relative;
  542.  
  543. background-color: transparent!important;
  544.  
  545. background-image: none!important;
  546.  
  547. border: 0;
  548.  
  549. z-index: 2147483647;
  550.  
  551. -moz-box-align: start;
  552.  
  553. padding:1px 1px 1px 6px!important;
  554.  
  555. }
  556.  
  557. scrollbar[orient="horizontal"] {
  558.  
  559. margin-top: -15px;
  560.  
  561. min-height: 15px;
  562.  
  563. max-height: 15px;
  564.  
  565. -moz-appearance: none!important;
  566.  
  567. position: relative;
  568.  
  569. background-color: transparent;
  570.  
  571. background-image: none;
  572.  
  573. border: 0;
  574.  
  575. z-index: 2147483647;
  576.  
  577. -moz-box-align: start;
  578.  
  579. padding:6px 11px 1px 1px!important;
  580.  
  581. }
  582.  
  583. scrollbar thumb {
  584.  
  585. -moz-appearance: none !important;
  586.  
  587. background-color: #ffffff;
  588.  
  589. border-radius: 0;
  590.  
  591. border: 0;
  592.  
  593. }
  594.  
  595. scrollbar[orient="vertical"] thumb {
  596.  
  597. min-height: 20px!important;
  598.  
  599. min-width: 15px!important;
  600.  
  601. max-width: 15px!important;
  602.  
  603. }
  604.  
  605. scrollbar[orient="horizontal"] thumb {
  606.  
  607. min-width: 20px!important;
  608.  
  609. min-height: 15px!important;
  610.  
  611. max-height: 15px!important;
  612.  
  613. }
  614.  
  615. scrollbar thumb:hover, scrollbar thumb:active {
  616.  
  617. background-color: rgba(0,0,0,0.5);
  618.  
  619. }
  620.  
  621. html div scrollbar {
  622.  
  623. -moz-margin-start: 0!important;
  624.  
  625. }
Advertisement
Add Comment
Please, Sign In to add comment