Advertisement
Guest User

kuro

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