Advertisement
decembre

STY - FIREFOX - Tweaked - Firefox 4 Choose You

Sep 16th, 2013
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 22.79 KB | None | 0 0
  1.  
  2. /* ===== FIREFOX - OK(DEV) - COULEUR - COULEUR - Firefox 4 Choose Your Color (LOACAT BAR - Tweak Dark-N-Grey)-x Test: Choose Your Color (TWEAK) txt Gris clair et pas Shadow)-1 - FlickrSurf(clean) copy of CleanInterface ========= */
  3.  
  4. /* OK - BOOKMARK POPUP - === */
  5. /*#bookmarksMenuPopup{
  6. min-height: 800px !important;
  7. overflow-y: auto !important;
  8. }*/
  9. #editBMPanel_folderTree {
  10.   margin-top: 2px;
  11.   margin-bottom: 2px;
  12. min-height: 400px !important;
  13. }
  14.  
  15. /* TEST - NO?? - Combine Stop and Reload Buttons, Hide Both as Necessary */
  16. /*#reload-button[disabled="true"] { display: none; }
  17. #stop-button[disabled="true"] { display: none; }
  18. #stop-button:not([disabled]) + #reload-button { display: none;}*/
  19.  
  20.  
  21. /* OK - Dim the Bookmark star icon until hover */
  22. /*#star-button {opacity: 0.2 !important;}
  23. #star-button:hover {opacity: 1.5 !important;}*/
  24.  
  25.  
  26. /* TEXT DES BOUTON-MENU (ex : STYLISH EDITOR) - NO CHANGE -
  27. .toolbarbutton-text {
  28.   margin: 0 !important;
  29.   text-align: center;
  30. color : red  !important;
  31. } === */
  32. /* TEXT WITH ICON IN TOOLBAR - GREY - GENERAL - === */
  33. toolbarbutton {
  34.   -moz-appearance: toolbarbutton;
  35.   -moz-box-align: center;
  36.   -moz-box-pack: center;
  37.   margin: 0;
  38.   border: 1px solid transparent;
  39.   padding: 3px;
  40.   background-color: transparent;
  41.   color: grey !important;
  42. }
  43.  
  44. /* SCRIPT - FLUTE ICON BOTTON LEFT - === */
  45. img#flute_settings_icon {
  46.     bottom: 0;
  47.     height: 10px !important;
  48.     opacity: 0.55 !important;
  49.     position: fixed;
  50.     right: 0;
  51.     width: 10px !important;
  52.     z-index: 15000 !important;
  53. background:black !important;
  54. padding: 3px !important;
  55. border-radius:4px !important;
  56. }
  57. img#flute_settings_icon:hover {
  58. background:red !important;
  59.     opacity: 1 !important;
  60. }
  61.  
  62.  
  63.  
  64. /* === Tweak DARK-NGrey - X-TEsT-1 ====*/
  65. /* === Sans Color Full Tabs ===*/
  66. /* === Pas besoin (c'est le'Userstyle de test avec Dark/Grey incorporé) - Instal original : Black rgb(0,0,0 ) CHANGE to Dark-N-Grey (rgb(51, 51, 51) ====*/
  67. /* === Transparency (Opaque) + Text (Default) + Paint Tab Bar and TittleBar (Yes) ====*/
  68.  
  69.  
  70. /* === NEW ==== */
  71. /* DOWNLOAD BAR - "TELECHARGEMENTS" + "REDIURE" + "CLEAR" BUTTONs -
  72.     background:-moz-linear-gradient(top, rgba(255, 255, 255, .8), rgba(248, 248, 248, 0.6), rgba(240, 240, 240, 0.8), rgba(240, 240, 240, 0.5));
  73.  === */
  74. #downbarMainMenuButton , #downbarToMiniButton, #downbarClearButton  {
  75.     border-radius: 2px;
  76.     padding-left: 2px;
  77.     border: 1px solid transparent;
  78.     border-left: 1px solid ThreeDShadow;
  79.     margin-right: 1px;
  80. background:#333333 !important;
  81.     /*background-image: url("chrome://downbar/skin/buttonBackground.png") !important;*/
  82. }
  83.  
  84. #downbarMainMenuButton:hover , #downbarToMiniButton:hover , #downbarClearButton:hover {
  85.     border: 1px solid ThreeDShadow;
  86.     background:red !important;
  87.     /* background-image: url("chrome://downbar/skin/buttonBackgroundHover.png") !important;*/
  88. }
  89. /* AUTRE -
  90.     background:-moz-linear-gradient(top, rgba(255, 255, 255, .8), rgba(248, 248, 248, 0.6), rgba(240, 240, 240, 0.8), rgba(240, 240, 240, 0.5));
  91.  ==== */
  92.  
  93.  
  94. /* GOOGLE BAR - CUSTOM SEARCH BUTTONs - BACKGROUND CLASSIC + SUPP IMAGE OVERLAY ON HOVER - === */
  95. /* WEBDEV TOOL BAR - BACKGROUND BUTTONS GREY LIGHT - === */
  96. window[gtbSearchBox="focused"] toolbarbutton[hassearch].gtbHelperIcon .gtbButtonSearchOverlay {
  97.   visibility: hidden !important;
  98. }
  99. window[gtbContentArea="selectedText"] toolbarbutton[hassend].gtbHelperIcon .gtbButtonSelectedOverlay {
  100.   visibility: hidden !important;
  101. }
  102.  
  103. /* === A SUPP ?? - === */
  104. toolbarbutton.gtbSimpleCustomButton ,
  105.  
  106. #webdeveloper-options-toolbar ,
  107. #webdeveloper-tools-toolbar ,
  108.  
  109. #webdeveloper-cookies-toolbar ,
  110. #webdeveloper-resize-toolbar ,
  111. #webdeveloper-information-toolbar ,
  112. #webdeveloper-view-source-toolbar ,
  113. #webdeveloper-disable-toolbar ,
  114. #webdeveloper-miscellaneous-toolbar ,
  115. #webdeveloper-forms-toolbar ,
  116. #webdeveloper-images-toolbar ,
  117. #webdeveloper-outline-toolbar ,
  118. #webdeveloper-css-toolbar ,
  119. #webdeveloper-render-mode-statusbar ,
  120. toolbarbutton.webdeveloper-close-toolbar
  121.  
  122.  
  123.  {
  124.   -moz-binding: url('chrome://google-toolbar/content/toolbar.xml#gtbSimpleCustomButton') !important;
  125. -moz-appearance: none !important;
  126.         padding: 1px 5px !important;
  127.         background: rgba(151,152,153,.05)
  128.                     -moz-linear-gradient(rgba(251,252,253,.95), rgba(246,247,248,.47) 49%,
  129.                                             rgba(231,232,233,.45) 51%, rgba(225,226,229,.3)) !important;
  130.         background-clip: padding-box !important;
  131.         border-radius: 3.5px !important;
  132.         border: 1px solid !important;
  133.         border-color: rgba(0,0,0,.12) rgba(0,0,0,.19) rgba(0,0,0,.38) !important;
  134.         box-shadow: 0 0 0 1px rgba(255,255,255,.3) inset,
  135.                     0 0 0 2px rgba(255,255,255,.1) inset !important;
  136.         color: black !important;
  137.         text-shadow: 0 0 2px white !important;
  138. }
  139.  
  140. /* BUTTONS -
  141. rgb(247,182,82)
  142. rgba(255,255,255,0.5)
  143. rgb(1, 1, 1)
  144.  === */
  145.  
  146.  
  147. /* APP BUTTON - Reduce Size - === */
  148. #appmenu-toolbar-button,
  149. #appmenu-button {
  150.     padding: 0 3px 0 3px !important;
  151.     min-width: 0;
  152. margin-left:4px !important;
  153. margin-right:4px !important;
  154. }
  155. /* NEW - TESt - TWEAK TITLEBAR - == */
  156. /* NEW - MENU BAR (BOOKMARK dossiers) - COLOR TXT (#eee>grey) - force titlebar items use customized text-color with text-shadow - === */
  157. #personal-titlebar[textcolor="true"] toolbarbutton > label,
  158. #personal-titlebar[textcolor="true"] toolbaritem > label {
  159.   color: grey !important;
  160.   text-shadow: 1px 1px 2px #000, 0 0 3px #000, 0 0 3px #000 !important;
  161. }
  162. /* MENU BAR - === */
  163. #personal-titlebar[textcolor="true"] menubar > menu{
  164.   color: #C4C4C4 !important;
  165.   text-shadow: 1px 1px 2px #000, 0 0 3px #000, 0 0 3px #000 !important;
  166. }
  167. /* NEW - TEST - POSITION - BAR MENU - personal-titlebar styles - === */
  168. #personal-titlebar {
  169.   -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar-drag");
  170.   -moz-box-flex: 1;
  171.   margin: -5px 0px 3px !important;
  172.   padding: 1px !important;
  173. height:5px !important;
  174. }
  175. /* TITLEBAR - BOX TEXT PROFILE - === */
  176. #titlebar-text-container {
  177.     margin: 2px 2px 2px 10px!important;
  178. background:black !important;
  179. height:10px !important;
  180.     border-radius: 10px 10px 10px 10px !important;
  181. max-width:250px !important;
  182. }
  183.  
  184. #titlebar-text {
  185.     margin: 0 0 0 10px !important;
  186. }
  187.  
  188.  
  189. /* === MODIF - SUPP - Texte Shadow- OLD (text-shadow: black 1px 1px 1.5px !important;) === */
  190. /* === MODIF - COULEUR Texte TOLLBAR - grids clair rgb(209, 209, 209) - OLD:(color: white !important;) ==== */
  191.  
  192. /* ====================================================== */
  193. #navigator-toolbox label:not([class^="menu-"]):not([id^="identity-icon"]):not([class^="urlbar"]):not([class^="tab"]),
  194. sidebarheader label:not([class^="menu-"]),
  195. #browser-bottombox label:not([class^="menu-"]),
  196. #browser-bottombox description,
  197.  
  198. /* === MODIF - SUPP - Texte Shadow- OLD (text-shadow: black 1px 1px 1.5px !important;) === */
  199. /* === NEW (SUPP POUR LOCATON BAR 2) MODIF - COULEUR Texte TOLLBAR - grids clair rgb(209, 209, 209) - OLD:(color: white !important;) -
  200. #navigator-toolbox:not([blah]) .tabbrowser-tab
  201.     {color: rgb(209, 209, 209)!important;
  202. } ==== */
  203.  
  204. /* === NEW (SUPP POUR LOCATON BAR 2)  -
  205. #browser-bottombox [disabled="true"] label:not([class^="menu-"])
  206.     {color: rgb(127, 127, 127) !important;  
  207.          text-shadow: 1px 1px 0 black !important; }
  208. === */
  209.  
  210. #main-window[stylish-platform*="Linux"] #navigator-toolbox label[class^="menu"],
  211. #browser-bottombox notificationbox *:not([blah]),
  212. #tab-view-deck tooltip label:not([class^="menu-"]):not([id^="identity-icon"]):not([class^="urlbar"]):not([class^="tab"])
  213.     {color: inherit !important;
  214.          text-shadow: none !important; }
  215.  
  216. sidebarheader
  217.     {-moz-appearance: none !important;
  218.          border-top: none !important;
  219.          background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)) !important; }
  220.  
  221. #browser-bottombox > *
  222.     {-moz-box-ordinal-group: 2 !important; }
  223.  
  224. #browser-bottombox notificationbox
  225.     {-moz-box-ordinal-group: 1 !important; }
  226.  
  227. #status-bar
  228.         {background-color: transparent !important; }
  229.  
  230. #navigator-toolbox textbox
  231.         {background-color: rgba(255, 255, 255, .84) !important; }
  232.  
  233. #navigator-toolbox textbox:hover
  234.         {background-color: rgba(255, 255, 255, .92) !important; }
  235.  
  236. #navigator-toolbox textbox[focused]
  237.         {background-color: white !important; }
  238.  
  239. #urlbar toolbarbutton
  240.         {border-radius: 0 3.3px 3.3px 0!important; }
  241.  
  242. #aios-toolbar[orient="vertical"]
  243.     {background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0) 27px) !important; }
  244.  
  245. [aios_appOS]:not([aiosOpen]) > :-moz-any(toolbar, toolbox, windowdragbox, hbox)
  246.     {-moz-appearance: none !important;
  247.      background-color: -moz-dialog !important; }
  248.  
  249. [aios_appOS] #search
  250.     {border-bottom: 1px solid threedshadow !important; }
  251.  
  252. [aios_appOS] #sidebar-box,
  253. [id*="aios"][id*="-toolbar"]
  254.     {border: none !important; }
  255.  
  256. [id^="aios-sidebardivider"]
  257.     {display: none !important; }
  258.  
  259. @media not all and (-moz-windows-compositor){
  260.  
  261. #browser-bottombox > *
  262.     {-moz-appearance: none !important;
  263.      background: none !important;
  264.      border: none !important; }
  265.  
  266. sidebarheader,
  267. #navigator-toolbox:not(:-moz-lwtheme) > *:not(#TabsToolbar):not(#toolbar-menubar),
  268. #browser-bottombox,
  269. #main-window[tabsontop="false"] :-moz-any(#TabsToolbar, #toolbar-menubar),
  270. #main-window[chromehidden=""][tabsontop="false"]:not(:-moz-lwtheme)
  271.         {background-color: RGB(51, 51, 51) !important; }
  272.  
  273. [id*="aios"][id*="-toolbox"]
  274.     {-moz-appearance: none !important;
  275.      background-color: RGB(51, 51, 51) !important; }
  276.  
  277. #navigator-toolbox:-moz-lwtheme > *:not(#TabsToolbar),
  278. #browser-bottombox:-moz-lwtheme > *,
  279. #main-window[tabsontop="false"]:-moz-lwtheme #TabsToolbar:nth-last-child(1n+2),
  280. #main-window[tabsontop="false"]:-moz-lwtheme #PersonalToolbar[collapsed="false"] + #TabsToolbar,
  281. #main-window[tabsontop="false"]:-moz-lwtheme [id^="__customToolbar"]:not([collapsed="true"]) ~ #TabsToolbar,
  282. sidebarheader:-moz-lwtheme
  283.         {background-color: RGBa(51, 51, 51, .5) !important; }
  284.  
  285. #main-window:-moz-lwtheme #TabsToolbar,
  286. #main-window:-moz-lwtheme #toolbar-menubar,
  287. #main-window[tabsontop="false"]:-moz-lwtheme #nav-bar
  288.     {background-color: transparent !important; }
  289.  
  290. #main-window[stylish-platform*="Linux"] #nav-bar
  291.     {background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)) !important; }
  292.  
  293. #main-window[stylish-platform*="Linux"][tabsontop="true"]:not([lwtheme="true"]) #TabsToolbar
  294.     {box-shadow: 0 -1PX 0 threedshadow inset !important; }
  295.  
  296. #FindToolbar,
  297. #addon-bar
  298.     {border-top: 2px solid rgb(0, 0, 0) !important;  
  299.      -moz-border-top-colors: rgb(128, 128, 128) rgba(255, 255, 255, .5) !important; }
  300.  
  301. #FindToolbar:not([hidden="true"]) ~ #addon-bar
  302.     {border-top: none !important; }
  303.  
  304. #navigator-toolbox:after
  305.         {background-image: -moz-linear-gradient(RGBa(51, 51, 51, .2), transparent) !important; }
  306.  
  307. .tabbrowser-tab[selected="true"]
  308.     {background-image: -moz-linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)),
  309.                            -moz-linear-gradient(RGB(51, 51, 51), RGB(51, 51, 51)) !important; }
  310.  
  311. #main-window[tabsontop="false"] .tabbrowser-tab[selected="true"]
  312.     {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
  313.                            -moz-linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)),
  314.                            -moz-linear-gradient(RGB(51, 51, 51), RGB(51, 51, 51)) !important; }
  315.  
  316. .tabbrowser-tab:not([selected="true"]),
  317. .tabs-newtab-button
  318.     {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
  319.                            -moz-linear-gradient(rgba(195, 195, 195, .5), rgba(90, 90, 90, .5)),
  320.                            -moz-linear-gradient(RGB(51, 51, 51), RGB(51, 51, 51)) !important; }
  321.  
  322. .tabbrowser-tab:not([selected="true"]):hover,
  323. .tabs-newtab-button:hover
  324.     {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
  325.                            -moz-linear-gradient(rgba(245, 245, 245, .6), rgba(140, 140, 140, .6)),
  326.                            -moz-linear-gradient(RGB(51, 51, 51), RGB(51, 51, 51)) !important; }
  327.  
  328. .tabbrowser-tab[pinned][titlechanged]
  329.     {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
  330.                            -moz-radial-gradient(50% 3px, circle cover, white 2%, rgba(255, 255, 255, 0) 50%),
  331.                            -moz-linear-gradient(rgba(190, 190, 190, .5), rgba(110, 110, 110, .5) 50%),
  332.                            -moz-linear-gradient(RGB(51, 51, 51), RGB(51, 51, 51)) !important; }
  333.  
  334. .tabbrowser-tab[pinned][titlechanged]:hover
  335.     {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
  336.                            -moz-radial-gradient(50% 3px, circle cover, white 2%, rgba(255, 255, 255, 0) 50%),
  337.                            -moz-linear-gradient(rgba(240, 240, 240, .6), rgba(160, 160, 160, .6) 50%),
  338.                            -moz-linear-gradient(RGB(51, 51, 51), RGB(51, 51, 51)) !important; }
  339.  
  340. .tabbrowser-tab[selected="true"]:-moz-lwtheme
  341.     {background-image: -moz-linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)),
  342.                            -moz-linear-gradient(RGBa(51, 51, 51, .5), RGBa(51, 51, 51, .5)) !important; }
  343.  
  344. #main-window[tabsontop="false"] .tabbrowser-tab[selected="true"]:-moz-lwtheme
  345.     {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
  346.                            -moz-linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)),
  347.                            -moz-linear-gradient(RGBa(51, 51, 51, .5), RGBa(51, 51, 51, .5)) !important; }
  348.  
  349. .tabbrowser-tab:not([selected="true"]):-moz-lwtheme,
  350. .tabs-newtab-button:-moz-lwtheme
  351.     {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
  352.                            -moz-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0) 50%),
  353.                            -moz-linear-gradient(RGBa(51, 51, 51, .5), RGBa(51, 51, 51, .5)) !important; }
  354.  
  355. .tabbrowser-tab:not([selected="true"]):-moz-lwtheme:hover,
  356. .tabs-newtab-button:-moz-lwtheme:hover
  357.     {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
  358.                            -moz-linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .1) 50%),
  359.                            -moz-linear-gradient(RGBa(51, 51, 51, .5), RGBa(51, 51, 51, .5)) !important; }
  360.  
  361. .tabbrowser-tab[pinned][titlechanged]:-moz-lwtheme
  362.     {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
  363.                            -moz-radial-gradient(50% 3px, circle cover, white 2%, rgba(255, 255, 255, 0) 50%),
  364.                            -moz-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0) 50%),
  365.                            -moz-linear-gradient(RGBa(51, 51, 51, .5), RGBa(51, 51, 51, .5)) !important; }
  366.  
  367. .tabbrowser-tab[pinned][titlechanged]:-moz-lwtheme:hover
  368.     {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
  369.                            -moz-radial-gradient(50% 3px, circle cover, white 2%, rgba(255, 255, 255, 0) 50%),
  370.                            -moz-linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .1) 50%),
  371.                            -moz-linear-gradient(RGBa(51, 51, 51, .5), RGBa(51, 51, 51, .5)) !important; }
  372.  
  373. }
  374.  
  375. @media all and (-moz-windows-compositor){
  376.  
  377. #browser-bottombox:-moz-lwtheme > *
  378.     {border: none !important; }
  379.  
  380. #browser-bottombox:not(:-moz-lwtheme)
  381.     {background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)) !important; }
  382.  
  383. #browser-bottombox:not(:-moz-lwtheme) > *:not(#sync-notifications)
  384.     {-moz-appearance: -moz-win-glass !important; }
  385.  
  386. #FindToolbar,
  387. #addon-bar
  388.     {box-shadow: 0 1px 0 rgba(26, 26, 26, .4) inset !important; }
  389.  
  390. #FindToolbar:not([hidden="true"]) ~ #addon-bar
  391.     {box-shadow: none !important; }
  392.  
  393. #addon-bar > *:not(#status-bar)
  394.     {margin-top: 1px !important;
  395.      margin-bottom: -1px !important; }
  396.  
  397. sidebarheader,
  398. #navigator-toolbox > *,
  399. #browser-bottombox,
  400. #browser-bottombox > *,
  401. #main-window[tabsontop="false"] #TabsToolbar:nth-last-child(1n+2),
  402. #main-window[tabsontop="false"] #PersonalToolbar[collapsed="false"] + #TabsToolbar,
  403. #main-window[tabsontop="false"] [id^="__customToolbar"]:not([collapsed="true"]) ~ #TabsToolbar
  404.     {background-color: RGBA(51, 51, 51, 1) !important; }
  405.  
  406. [id*="aios"][id*="-toolbox"]
  407.     {-moz-appearance: none !important;
  408.      background-color: RGBA(51, 51, 51, 1) !important; }
  409.  
  410. #TabsToolbar,
  411. #toolbar-menubar,
  412. #main-window[tabsontop="false"] #nav-bar
  413.     {background-color: transparent !important; }
  414.  
  415. #main-window[tabsontop="true"]:-moz-any([sizemode="maximized"], [inFullscreen="true"]):not([lwtheme="true"]) #TabsToolbar
  416.     {background-image: none !important;
  417.      box-shadow: 0 -1PX 0 rgba(26, 26, 26, .4) inset !important; }
  418.  
  419. #main-window[tabsontop="true"][sizemode="normal"]:not([lwtheme="true"]) #nav-bar
  420.     {box-shadow: rgba(26, 26, 26, .4) 0 -1PX 0 !important;  
  421.          border-top: none !important;
  422.          margin-top: 1px !important; }
  423.  
  424. #main-window[sizemode="normal"] #browser-bottombox > *
  425.         {border-left: 1px solid rgba(26, 26, 26, .4) !important;
  426.          border-right: 1px solid rgba(26, 26, 26, .4) !important; }
  427.  
  428. #navigator-toolbox:after
  429.         {background-color: RGBA(51, 51, 51, 1) !important;
  430.          background-image: -moz-linear-gradient(rgba(26, 26, 26, .4), rgba(26, 26, 26, .4)) !important; }
  431.  
  432.  
  433. .tabbrowser-tab[selected="true"]
  434.     {background-image: -moz-linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)),
  435.                            -moz-linear-gradient(RGBA(51, 51, 51, 1), RGBA(51, 51, 51, 1)) !important; }
  436.  
  437. #main-window[tabsontop="false"] .tabbrowser-tab[selected="true"]
  438.     {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4), rgba(26, 26, 26, .4) 1px, transparent 1px),
  439.                            -moz-linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)),
  440.                            -moz-linear-gradient(RGBA(51, 51, 51, 1), RGBA(51, 51, 51, 1)) !important; }
  441.  
  442. .tabbrowser-tab:not([selected="true"]),
  443. .tabs-newtab-button
  444.     {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4), rgba(26, 26, 26, .4) 1PX, transparent 1px),
  445.                            -moz-linear-gradient(rgba(195, 195, 195, .5), rgba(90, 90, 90, .5)),
  446.                            -moz-linear-gradient(RGBA(51, 51, 51, 1), RGBA(51, 51, 51, 1)) !important; }
  447.  
  448. .tabbrowser-tab:not([selected="true"]):hover,
  449. .tabs-newtab-button:hover
  450.     {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4), rgba(26, 26, 26, .4) 1PX, transparent 1px),
  451.                            -moz-linear-gradient(rgba(245, 245, 245, .6), rgba(140, 140, 140, .6)),
  452.                            -moz-linear-gradient(RGBA(51, 51, 51, 1), RGBA(51, 51, 51, 1)) !important; }
  453.  
  454. .tabbrowser-tab[pinned][titlechanged]
  455.     {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4), rgba(26, 26, 26, .4) 1PX, transparent 1px),
  456.                            -moz-radial-gradient(50% 3px, circle cover, white 2%, rgba(255, 255, 255, 0) 50%),
  457.                            -moz-linear-gradient(rgba(190, 190, 190, .5), rgba(110, 110, 110, .5) 50%),
  458.                            -moz-linear-gradient(RGBA(51, 51, 51, 1), RGBA(51, 51, 51, 1)) !important; }
  459.  
  460. .tabbrowser-tab[pinned][titlechanged]:hover
  461.     {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4), rgba(26, 26, 26, .4) 1PX, transparent 1px),
  462.                            -moz-radial-gradient(50% 3px, circle cover, white 2%, rgba(255, 255, 255, 0) 50%),
  463.                            -moz-linear-gradient(rgba(240, 240, 240, .6), rgba(160, 160, 160, .6) 50%),
  464.                            -moz-linear-gradient(RGBA(51, 51, 51, 1), RGBA(51, 51, 51, 1)) !important; }
  465.  
  466. }
  467.  
  468. @media not all and (-moz-windows-compositor){
  469.  
  470. /**/}
  471.  
  472. @media all and (-moz-windows-theme: luna-blue), all and (-moz-windows-theme: luna-olive), all and (-moz-windows-theme: luna-silver), all and (-moz-windows-theme: royale), all and (-moz-windows-theme: zune){
  473.  
  474. #main-window:not([inFullscreen])
  475.     {margin-top: -2px !important;
  476.      padding-top: 2px !important; }
  477.  
  478. }
  479.  
  480. @media not all and (-moz-windows-compositor){
  481.  
  482. #titlebar
  483.     {visibility: hidden !important; }
  484.  
  485. #titlebar-content
  486.     {visibility: visible !important; }
  487.  
  488. #main-window[sizemode="maximized"][tabsintitlebar="true"]:not(:-moz-lwtheme) #TabsToolbar
  489.     {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, 0.4) 1px, rgba(0, 0, 0, 0.05) 1px, transparent 50%) !important; }
  490.  
  491.  
  492. #main-window[chromehidden=""]:not(:-moz-lwtheme),
  493. #navigator-toolbox:not(:-moz-lwtheme) > *
  494.     {background-color: RGB(51, 51, 51) !important; }
  495.  
  496. [id*="aios"][id*="-toolbox"]
  497.     {-moz-appearance: none !important;
  498.      background-color: transparent !important; }
  499.  
  500. #main-window[tabsontop="false"]:not([stylish-platform*="Linux"]) #navigator-toolbox > *:not(#TabsToolbar)
  501.     {background-image: none !important; }
  502.  
  503. #main-window[tabsontop="true"][stylish-platform*="Linux"]:not([lwtheme="true"]) #TabsToolbar
  504.     {background-color: RGB(51, 51, 51) !important;
  505.      -moz-appearance: none !important; }
  506.  
  507. }
  508.  
  509. @media all and (-moz-windows-compositor){
  510.  
  511. #main-window[chromehidden=""]:not([inFullscreen="true"]),
  512. #main-window[inFullscreen="true"] [id*="aios"][id*="-toolbox"],
  513. #main-window[inFullscreen="true"] #nav-bar,
  514. #main-window[inFullscreen="true"] #TabsToolbar
  515.     {background-color: RGBA(51, 51, 51, 1) !important; }
  516.  
  517. [id*="aios"][id*="-toolbox"]
  518.     {-moz-appearance: none !important;
  519.      background-color: transparent !important; }
  520.  
  521. #main-window:not([inFullscreen="true"]) #navigator-toolbox:not(:-moz-lwtheme) > *,
  522. #main-window:not([inFullscreen="true"]) #browser-bottombox:not(:-moz-lwtheme),
  523. #main-window:not([inFullscreen="true"]):not(:-moz-lwtheme) sidebarheader,
  524. #main-window:not(:-moz-lwtheme):not([inFullscreen="true"]) #TabsToolbar:nth-last-child(1n+2),
  525. #main-window[tabsontop="false"]:not([inFullscreen="true"]):not(:-moz-lwtheme) #PersonalToolbar[collapsed="false"] + #TabsToolbar,
  526. #main-window[tabsontop="false"]:not([inFullscreen="true"]):not(:-moz-lwtheme) [id^="__customToolbar"]:not([collapsed="true"]) ~ #TabsToolbar
  527.     {background-color: transparent !important; }
  528.  
  529. #main-window:not([inFullscreen="true"]) .tabbrowser-tab[selected="true"]:not(:-moz-lwtheme)
  530.     {background-image: -moz-linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)),
  531.                            -moz-linear-gradient(RGBA(51, 51, 51, 1) 100%, transparent 100%) !important; }
  532.  
  533. #main-window[inFullscreen="true"] .tabbrowser-tab[selected="true"]
  534.     {background-image: -moz-linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)) !important; }
  535.  
  536. #browser-bottombox
  537.     {border-radius: 0 !important; }
  538.  
  539. }
  540. /* ======== end ========== */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement