Advertisement
Guest User

That one cool 4chan person's FF CSS

a guest
Nov 6th, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.50 KB | None | 0 0
  1.  
  2.  
  3. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  4.  
  5. /*remove blue browser border */
  6. #main-window:not([chromehidden*="toolbar"])[sizemode="normal"] {
  7.  
  8. margin-top:-1px!important;
  9.  
  10. margin-left:-1px!important;
  11.  
  12. margin-right:-1px!important;
  13.  
  14. margin-bottom: 33px !important;
  15.  
  16. }
  17.  
  18. /*Tabs */
  19.  
  20.  
  21. #TabsToolbar .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
  22.  
  23. min-width: 10px !important;
  24.  
  25. max-width: 100% !important;
  26.  
  27. }
  28.  
  29. #TabsToolbar {
  30.  
  31. margin-left: -15px !important;
  32.  
  33. margin-right: -15px !important;
  34. }
  35.  
  36. #TabsToolbar .tabbrowser-tab {
  37.  
  38. text-align: center!important;
  39.  
  40. -moz-border-top-colors: none !important;
  41.  
  42. -moz-border-left-colors: none !important;
  43.  
  44. -moz-border-right-colors: none !important;
  45.  
  46. -moz-border-bottom-colors: none !important;
  47.  
  48. background-color: #323636!important;
  49.  
  50. color: #575757 !important;
  51.  
  52. border-radius: 0px 0px 0px 0px !important;
  53.  
  54. min-height: 33px !important;
  55.  
  56.  
  57. }
  58.  
  59.  
  60. #TabsToolbar .tabbrowser-tab[selected] {
  61.  
  62. background-color: #323636!important;
  63.  
  64. color: #ffffff !important;
  65.  
  66. border-radius: 0px 0px 0px 0px !important;
  67.  
  68. }
  69.  
  70. #TabsToolbar .tabbrowser-tab:hover:not([selected]) {
  71.  
  72. background-color: #88a1ba!important;
  73.  
  74. color: #ffffff !important;
  75.  
  76. }
  77.  
  78. #TabsToolbar .tab-background {
  79.  
  80. margin: 0 !important;
  81.  
  82. background: transparent !important;
  83.  
  84. }
  85.  
  86. .tabbrowser-tab:not([pinned]) .tab-icon-image{
  87.  
  88. display: none !important;
  89.  
  90. }
  91.  
  92. #identity-box, #identity-icon-labels {
  93.  
  94. display: none;
  95. }
  96.  
  97.  
  98. /* Australis Tabs */
  99.  
  100. #TabsToolbar .tab-background {
  101.  
  102. margin: 0 !important;
  103.  
  104. background: transparent !important;
  105.  
  106. }
  107.  
  108. #TabsToolbar .tab-background-start,
  109. #TabsToolbar .tab-background-end {
  110.  
  111. display: none !important;
  112.  
  113. }
  114.  
  115. #TabsToolbar .tab-background-middle {
  116.  
  117. margin: 0px 0px !important;
  118.  
  119. background: transparent !important;
  120. }
  121.  
  122. #TabsToolbar .tabbrowser-tab:after,
  123. #TabsToolbar .tabbrowser-tab:before {
  124.  
  125. display: none !important;
  126.  
  127. }
  128.  
  129.  
  130.  
  131.  
  132. /* Navbar */
  133.  
  134. #TabsToolbar:not([collapsed="true"]) + #nav-bar {
  135.  
  136. border: 0px !important;
  137.  
  138. }
  139.  
  140. #navigator-toolbox > toolbar:not(:-moz-lwtheme):not(#toolbar-menubar):not(#TabsToolbar) {
  141.  
  142. background: #323636 !important;
  143.  
  144. }
  145.  
  146. #nav-bar {
  147.  
  148. background: #323636 !important;
  149.  
  150. border: 0px #282B34!important;
  151.  
  152. box-shadow: none !important;
  153.  
  154. height: 33px !important;
  155.  
  156. position: fixed !important;
  157.  
  158. bottom: 0 !important;
  159.  
  160. width: 100% !important;
  161.  
  162.  
  163. }
  164.  
  165.  
  166.  
  167. #urlbar {
  168.  
  169. background-color: #323636 !important;
  170.  
  171. color: #575757!important;
  172.  
  173. text-align: center !important;
  174.  
  175. border-radius: 0px !important;
  176.  
  177. border: none !important;
  178.  
  179. margin: 0 0 0 0 !important;
  180.  
  181. height: 33px !important;
  182.  
  183. width: 2000px !important;
  184.  
  185. padding-bottom: 5px !important;
  186.  
  187. padding-left: 20px;
  188.  
  189. }
  190.  
  191. .findbar-container {
  192.  
  193. background-color: #323636 !important;
  194.  
  195. color: #575757!important;
  196.  
  197. }
  198.  
  199. .browserContainer > findbar {
  200.  
  201. background-color: #323636 !important;
  202.  
  203. color: #575757!important;
  204.  
  205. text-shadow: none;
  206.  
  207. border: 0px !important;
  208.  
  209. padding-bottom: 30px !important;
  210.  
  211. }
  212.  
  213. .findbar-textbox {
  214.  
  215. background-color: #323636 !important;
  216.  
  217. color: #575757!important;
  218.  
  219. border: 0px !important;
  220.  
  221.  
  222. }
  223.  
  224. #editor-tools {
  225.  
  226. background-color: #323636 !important;
  227.  
  228. color: #fcfcfc!important;
  229.  
  230. }
  231.  
  232.  
  233. .devtools-toolbarbutton {
  234.  
  235. color: #fcfcfc!important;
  236.  
  237. }
  238.  
  239. .main-content
  240. {
  241.  
  242. background-color: #323636 !important;
  243.  
  244. color: #fcfcfc!important;
  245.  
  246. }
  247.  
  248. .addon[selected]{
  249.  
  250. background-color: #88a1ba !important;
  251.  
  252. color: #fcfcfc !important;
  253. }
  254.  
  255. #header-search{
  256.  
  257. background-color: #323636 !important;
  258.  
  259. color: #fcfcfc!important;
  260.  
  261. border: 0px !important;
  262.  
  263. }
  264.  
  265. .header-button{
  266.  
  267. background-color: #323636 !important;
  268.  
  269. color: #fcfcfc!important;
  270.  
  271. border: 0px !important;
  272. }
  273.  
  274. button{
  275.  
  276. background-color: #323636 !important;
  277.  
  278. color: #fcfcfc!important;
  279.  
  280. border: 0px !important;
  281. }
  282.  
  283. button:hover
  284. { background-color: #88a1ba !important;
  285.  
  286. color: #fcfcfc !important;}
  287.  
  288. /* buttons */
  289.  
  290. #urlbar-reload-button, dropmarker,#back-button,#forward-button {
  291.  
  292. display: none !important;
  293.  
  294. }
  295.  
  296. #back-button[disabled="true"]{
  297.  
  298. display: none;
  299.  
  300. }
  301.  
  302. #forward-button[disabled="true"]{
  303.  
  304. display: none;
  305.  
  306. }
  307.  
  308.  
  309.  
  310. #PanelUI-button {
  311.  
  312. background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0;
  313.  
  314. background: url('http://i.imgur.com/TkuW5hs.png') !important;
  315.  
  316. background-repeat: no-repeat !important;
  317.  
  318. background-position: center !important;
  319.  
  320. box-shadow: none !important;
  321.  
  322. width: 5px !important;
  323.  
  324. border: 0px !important;
  325.  
  326. }
  327.  
  328. #PanelUI-menu-button {
  329.  
  330. opacity: 0 !important;
  331.  
  332. width: 10px !important;
  333.  
  334. margin-right: -15px !important;
  335.  
  336. }
  337.  
  338. .tabbrowser-tab .tab-close-button {
  339.  
  340. visibility: hidden !important;
  341.  
  342. margin-left: -16px !important;
  343.  
  344. }
  345.  
  346.  
  347. .tabbrowser-tab:hover .tab-close-button {
  348.  
  349. visibility: visible !important;
  350.  
  351. margin-left: 0px !important;
  352.  
  353. }
  354.  
  355.  
  356.  
  357.  
  358.  
  359. .tabs-newtab-button {
  360.  
  361. background: transparent !important;
  362.  
  363. list-style-image: url("http://a.pomf.cat/tilhhe.png") !important;
  364.  
  365. -moz-image-region: auto !important;
  366.  
  367. }
  368.  
  369.  
  370.  
  371.  
  372. scrollbox{
  373.  
  374. background-color: #323636 !important;
  375.  
  376. }
  377.  
  378.  
  379.  
  380. /* fonts */
  381.  
  382. #urlbar, #TabsToolbar .tabbrowser-tab, menu, .autocomplete-richlistbox, #menubar-items, statuspanel[type="overLink"] .statuspanel-label, toolbarbutton, #placeContent, #placesList, .editBMPanel_rowLabel, .textbox-input-box, .viewer-title.label.toolbar, .downloadTarget, .downloadDetails, #bookmarks-view-children, #sidebar-search-label, #sidebar-title, .menubar-text {
  383.  
  384. font-family: 'sans'!important;
  385.  
  386. font-size: 12px !important;
  387.  
  388. text-shadow: none !important;
  389.  
  390. font-weight: normal !important
  391.  
  392. }
  393.  
  394.  
  395. /*Removes Separator*/
  396.  
  397. #browser-bottombox {
  398.  
  399. border: none !important;
  400.  
  401. }
  402.  
  403.  
  404.  
  405. #browser-border-end, #browser-border-start {
  406.  
  407. display: none !important;
  408.  
  409. }
  410.  
  411.  
  412.  
  413. #nav-bar {
  414.  
  415. border: none !important;
  416.  
  417. visibility: visible !important;
  418.  
  419. }
  420.  
  421.  
  422.  
  423. #navigator-toolbox:after {
  424.  
  425. height: 0px !important;
  426.  
  427. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement