Firefox - Enable Aero Glass Transparency

Page 11 of 14 FirstFirst ... 910111213 ... LastLast

  1. Posts : 321
    Windows 7 Home Premium SP1 64-bit
    Thread Starter
       #100

    dray said:
    Edrik,

    Nice work. i am loving your theme. However, I would like to tweak it a bit. I would like to have tabs look like the Glasser 1.1.2 style tabs but on your theme. What code do I need to apply for that?

    TIA

    cheers

    you could remove the transparency on the tab in the css code
      My Computer


  2. Posts : 5
    windows 7
       #101

    help this noob please


    Here is what I got Edrik:

    /* AERO FOX */

    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

    *:not([style*="rgb"]) {
    -moz-appearance: -moz-win-glass !important ;
    background:transparent!important;
    color:#fff !important;
    }
    popup menu:hover,
    menuitem:hover
    {
    background-color: steelblue !important;
    }

    popup:not(#autoscroller), menupopup
    {
    border: none !important;
    padding: 15px 30px 20px 0px !important;
    }

    }
    #identity-box
    {
    padding: 1px 3px 1px 3px !important;
    margin-left: -1px !important;
    }

    #identity-box[chromedir="ltr"]:-moz-system-metric(windows-default-theme)
    {
    -moz-border-radius: 0 0 !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: solid 1px rgba(234,234,234,1) !important;
    }


    .searchbar-engine-button,
    stack,
    .searchbar-textbox,
    #urlbar,
    #page-proxy-stack,
    stack[none="PageProxyClickHandler(event);"],
    #identity-box > hbox,
    box[role="button"][chromedir="ltr"][onclick="gIdentityHandler.handleIdentityButtonEvent(event);"][onkeypress="gIdentityHandler.handleIdentityButtonEvent(event);"][class="unknownIdentity"][tooltiptext="This web site does not supply identity information."][style="-moz-user-focus: ignore;"]
    {
    border:none!important;
    border-color:transparent!Important;
    -moz-box-shadow: 0px 0px 0px transparent!important;
    text-align:left!Important;
    color:#fff!important;
    text-shadow:skyblue 0px 0px 10px,skyblue 1px 1px 10px,skyblue 1px 1px 3px !important;
    }

    textbox:not(#urlbar):not(.searchbar-textbox),menulist
    {
    background-color: rgba(0,0,0,.15) !important;
    -moz-border-radius: 12px;
    padding: 2px 0px 3px 5px !important;
    }

    #urlbar
    {
    -moz-border-radius: 30px !important;
    }

    .searchbar-engine-button
    {
    margin-left: -11px !important;
    width: 19px !important;
    height: 22px !important;
    border-right: none !important;
    margin-top: -1px !important;
    margin-bottom: -1px !important;
    }

    .searchbar-engine-button:hover
    {
    margin-left: -11px !important;
    width: 19px !important;
    height: 22px !important;
    border-right: none !important;
    margin-top: -1px !important;
    margin-bottom: -1px !important;
    }

    .searchbar-textbox
    {
    font-size:13px!Important;
    margin-left:5px!important;
    font-weight:normal!important;
    color:white!important;
    text-shadow:steelblue 0px 0px 10px,steelblue 0px 0px 10px,white 0px 0px 3px !important;
    }

    .searchbar-textbox:hover
    {
    font-size:14px!Important;
    margin-left:5px!important;
    font-weight:normal!important;
    color:white!important;
    text-shadow:cyan 0px 0px 10px,cyan 0px 0px 10px,white 0px 0px 3px !important;
    }

    .autocomplete-textbox.textbox-input
    {
    font-size:14px!Important;
    margin-left:5px!important;
    font-weight:normal!important;
    color:white!important;
    text-shadow:steelblue 0px 0px 10px,steelblue 0px 0px 10px,white 0px 0px 3px !important;
    }

    .autocomplete-textbox.textbox-input:hover
    {
    font-size:14px!Important;
    margin-left:5px!important;
    font-weight:normal!important;
    color:white!important;
    text-shadow:cyan 0px 0px 10px,steelblue 0px 0px 10px,white 0px 0px 3px !important;
    }

    #urlbar
    {
    font-size:13px!Important;
    margin-left:5px!important;
    font-weight:normal!important;
    color:white!important;
    text-shadow:steelblue 0px 0px 10px,steelblue 0px 0px 10px,white 0px 0px 3px !important;
    }

    #urlbar:hover
    {
    font-size:14px!Important;
    margin-left:5px!important;
    font-weight:normal!important;
    color:white!important;
    text-shadow:cyan 0px 0px 10px,cyan 0px 0px 10px,white 0px 0px 3px !important;
    }

    #urltext,
    #typetext,
    #modetext,
    #encodingtext,
    #sizetext,
    #refertext,
    #modifiedtext,
    #metatree > treechildren,
    #general-security-identity,
    #general-security-privacy
    {
    opacity: 0.99 !important;
    color: black !important;
    text-shadow: white 0px 0px 6px,
    white 0px 0px 6px !important;
    }


    scrollbarbutton{
    -moz-border-radius: 15px !important;
    }

    scrollbar thumb
    {
    -moz-border-radius: 15px !important;
    }

    scrollbar{
    -moz-appearance:-moz-win-glass !important;
    background: black !important;
    }

    thumb,
    scrollbarbutton {
    -moz-border-radius: 15px !important;
    }

    scrollbar[orient="vertical"]
    {
    -moz-appearance:-moz-win-glass !important;
    background: transparent!important;
    }

    thumb[orient="horizontal"]
    {
    -moz-appearance:-moz-win-glass !important;
    background:transparent !important;
    }

    thumb
    {
    -moz-appearance:-moz-win-glass !important;
    background: transparent !important;
    }

    thumb:active, thumb[active="true"]
    {
    -moz-border-radius: 15px !important;
    -moz-appearance:-moz-win-glass !important;
    background: transparent !important;
    }

    thumb[orient="horizontal"]:active, thumb[orient="horizontal"][active="true"]
    {
    -moz-appearance:-moz-win-glass !important;
    background: transparent !important;
    }

    thumb:active, thumb:hover, scrollbarbutton:hover
    {
    background: rgba(0,0,0,.2) !important;
    }

    scrollbarbutton
    {
    -moz-appearance:-moz-win-glass !important;
    background: transparent !important;
    }


    scrollbarbutton:hover:active, scrollbarbutton[active="true"]
    {
    -moz-appearance:-moz-win-glass !important;
    background: rgba(0,0,0,0.2) !important;
    }

    scrollcorner {
    -moz-appearance: none !important;
    background: black !important;
    }

    scrollbar scrollcorner {
    -moz-appearance: none !important;
    background: black !important;
    }

    scrollbarbutton[type="increment"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbarbutton[type="increment"][disabled="true"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbar[orient="vertical"] > scrollbarbutton[type="increment"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbar[orient="horizontal"] > scrollbarbutton[type="increment"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbar[orient="horizontal"] > scrollbarbutton[type="increment"][disabled="true"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbarbutton[type="decrement"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbarbutton[type="decrement"][disabled="true"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbar[orient="horizontal"] > scrollbarbutton[type="decrement"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbar[orient="horizontal"] > scrollbarbutton[type="decrement"][disabled="true"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    #PopupAutoCompleteRichResult scrollbar
    {
    background:transparent!important;
    }

    #PopupAutoCompleteRichResult > richlistbox > scrollbox
    {
    margin: 2px 20px 20px 2px !important;
    border:none!Important;
    }

    #PopupAutoCompleteRichResult > richlistbox > scrollbox > box
    {
    border: 0 !important;
    padding: 0px 10px 0px 5px !important;
    }

    menuitem,menu
    {
    border-bottom: solid 4px rgba(0,0,0,0) !important;
    border-top: solid 5px rgba(0,0,0,0) !important;
    }

    menubar > menu
    {
    border-left: none !important;
    border-right: none !important;
    }

    menuitem[disabled="true"]>label
    {
    color: grey !important;
    text-shadow: black 0px 0px 5px, black 0px 0px 5px!important;
    opacity: 0.6 !important;
    }

    menupopup menu:hover, popup menu:hover,treechildren:-moz-tree-row(hover),menu:hover,
    menuitem:hover, richlistitem:hover , richlistitem[selected=true]:hover,[class^="menu-iconic"]:hover,
    [class*="menuitem-iconic"],
    menu[container="true"],#PopupAutoComplete > tree > treechildren:-moz-tree-row(selected)
    {
    -moz-appearance: toolbarbutton !important;
    background: transparent !important;
    text-shadow:cyan 0px 0px 5px,white 0px 0px 5px,grey 0px 0px 5px !important;
    }

    menupopup menu, popup menu,treechildren:-moz-tree-row(hover),menu,
    menuitem, richlistitem , richlistitem[selected=true],[class^="menu-iconic"],
    [class*="menuitem-iconic"],
    menu[container="true"],#PopupAutoComplete > tree > treechildren:-moz-tree-row(selected)
    {
    -moz-appearance: -moz-win-glass !important;
    background:transparent!important;
    text-shadow:steelblue 0px 0px 5px,darkcyan 0px 0px 5px,grey 0px 0px 5px !important;
    }

    menupopup[menugenerated="true"],menupopup,popup,#editBookmarkPanel, #PopupAutoComplete
    {
    padding: 0px 15px 15px 0px !important;
    border: none !important;
    }

    popup:not(#autoscroller), menupopup
    {
    padding: 2px 0px 15px 0px !important;
    border: none !important;
    }

    .popup-internal-box
    {
    padding: 2px 15px 5px 0px !important;
    }

    menupopup[menugenerated="true"]
    {
    padding: 2px 15px 15px 0px !important;
    text-shadow:cyan 0px 0px 5px,white 0px 0px 5px,grey 0px 0px 5px !important;
    }

    .menulist-dropmarker
    {
    background-color: transparent !important;
    -moz-border-radius: 12px;
    margin: 0px 2px 0px 0px !important;
    }

    .menuitem-iconic.bookmark-item
    {
    margin-left:0px !important;
    }

    menuseparator
    {
    -moz-box-shadow: 0 0 3px 1px #c0c0c0;
    opacity:0.6!important;
    padding: 0px !important;
    border: solid 1px #c0c0c0 !important;
    }

    dropmarker:hover
    {
    background: none!important;
    border-left:ridge 1px rgba(0,0,0,0) !important;
    }

    #historyGroup
    {
    margin: 0px 0px -65px 0px !important;
    }

    #historyRememberPane
    {
    padding: 0px 0px 55px 0px !important;
    }

    radio[pane][selected="true"]:hover, radio[id*="-view"][selected="true"]:hover
    {
    background: url(chrome://browser/skin/tabbrowser/tab-hover-bkgnd.png) !important;
    -moz-border-radius:0px!important;
    }

    radio[selected="true"]
    {
    background-color: transparent !important;
    border: none !important;
    -moz-border-radius: 12px;
    }

    radio[selected="true"]:hover
    {
    background-color: transparent !important;
    border:none !important;
    -moz-border-radius: 12px;
    }

    radio:not([selected="true"]):hover,tab
    {
    background-color:transparent !important;
    border:none!important;
    -moz-border-radius: 12px;
    }

    .radio-check-box1
    {
    -moz-appearance: radio !important ;
    }

    .checkbox-check
    {
    -moz-appearance: checkbox !important ;
    }

    #sidebars-titlebutton
    {
    border:none!important;
    }

    #sidebars-titlebutton > label
    {
    color: black !important;
    opacity: 0.99 !important;
    background: none !important;
    text-shadow: white 0 0 12px,
    white 0 0 12px,
    white 0 0 12px !important
    }

    #viewButton,
    #clearListButton,
    .selectedButtons,
    .toolbarbutton-1,
    #styles-sort,
    #mainDeck button,
    #mainDeck .caption-text,
    #styles button,
    #extensionsManager toolbarbutton,
    #extensionsView .addonInstallButton,
    #styles .button-text
    {
    color: black !important;
    border: none !important;
    opacity: 0.99 !important;
    background: none !important;
    text-shadow: white 0 0 8px,
    white 0 0 8px,
    white 0 0 8px !important;
    }

    radiogroup *,#imageRadioGroup
    {
    -moz-appearance: none !important;
    background-color:transparent!important;
    background:transparent!important;
    }

    #search-box,
    .textbox-input,
    .textbox-input,
    #search #searchbox .textbox-input-box,
    #searchPanel #searchfield,
    #styles-filter
    {
    opacity: 0.99 !important;
    color:black !important;
    text-shadow: white 0 0 6px,
    white 0 0 6px !important;
    margin-top :5px!important;
    }

    #styles > richlist labal{
    opacity:0.99 !important;
    color: black !important;
    }

    richlistitem .name,
    richlistitem .dateTime,
    richlistitem .status
    {
    color: white !important;
    font-weight: normal !important;
    opacity: 0.99 !important;
    text-shadow: black 0 0 6px,
    black 0 0 6px !important
    }

    richlistitem .name:active,
    richlistitem .dateTime:active,
    richlistitem .status:active
    {
    color: white !important;
    opacity: 0.99 !important;
    text-shadow: black 0 0 6px,
    black 0 0 6px !important
    }

    #placesView > splitter,#sidebar-splitter
    {
    border-right:none!important;
    }

    .sidebar-placesTree
    {
    border:none!important;
    }

    .sidebar-placesTreechildren{background-color:transparent!important;
    color: black !important;
    opacity: 0.99 !important;
    text-shadow: white 0 0 16px,
    white 0 0 16px !important;
    }

    #styles richlistitem label
    {
    opacity: 0.99 !important;
    color: white !important;
    text-shadow: black 0 0 6px,
    black 0 0 6px !important;
    }

    #noThemeSelected > label,
    #previewImageContainer > description,
    .addon-name-version,
    .descriptionWrap,
    .selectedStatusMsgs,
    .addonTextBox
    {
    opacity: 0.99 !important;
    color: white !important;
    text-shadow: black 0 0 6px,
    black 0 0 6px !important;
    }

    #extensionsView label[value="Recommended"],
    #extensionsView label[value="See All Recommended Add-ons"],
    #browseAddons,
    #extensionsView .addonLearnMore.text-link,
    #extensionsView .text-link
    {
    opacity: 0.99 !important;
    color: black !important;
    text-shadow: white 0 0 6px,
    white 0 0 6px !important;
    }

    #extensionsView .addonType.addonTypeExtension,
    #extensionsView .descriptionWrap
    {
    opacity: 0.99 !important;
    color: white !important;
    text-shadow: black 0 0 6px,
    black 0 0 6px !important;
    }

    #browseAddons:hover,
    #extensionsView .addonLearnMore.text-link:hover,
    #extensionsView label[value="See All Recommended Add-ons"]:hover
    {
    opacity: 0.99 !important;
    color: purple !important;
    text-shadow: white 0 0 6px,
    white 0 0 6px !important;
    }



    #titletext,
    #generalPanel > grid,
    #metatree .treecol-text
    {
    opacity: 0.99 !important;
    color: black !important;
    text-shadow: white 0 0 6px,
    white 0 0 6px !important;
    }


    #imagetree > treechildren,
    #imageurltext,
    #imagetypetext,
    #imagesizetext,
    #imagedimensiontext,
    #imagetext,
    #imagelongdesctext,
    #blockImage
    {
    opacity: 0.99 !important;
    color: white !important;
    text-shadow: black 0 0 6px,
    black 0 0 6px !important;
    }

    #imagetree > treecols,
    #mediaPreviewBox
    {
    opacity: 0.99 !important;
    color: black !important;
    text-shadow: white 0 0 6px,
    white 0 0 6px !important;
    }

    #feedListbox .text-link,
    #feedListbox .feedTitle,
    #feedListbox > richlistitem
    {
    opacity: 0.99 !important;
    text-shadow: white 0 0 6px,
    white 0 0 6px !important;
    }


    #permList > vbox > label
    {
    color:black !important;
    opacity: 0.99 !important;
    text-shadow: white 0 0 6px,
    white 0 0 6px !important;
    }

    #permList #permImageGroup,
    #permList #permPopupGroup,
    #permList #permCookieGroup,
    #permList #permInstallGroup,
    #permList radio
    {
    opacity: 0.99 !important;
    color: white !important;
    text-shadow: black 0 0 6px,
    black 0 0 6px !important;
    }

    #security-privacy,
    #security-technical-groupbox,
    #security-privacy-groupbox textbox,
    #security-identity-groupbox
    {
    color:black !important;
    opacity: 0.99 !important;
    text-shadow: white 0 0 6px,
    white 0 0 6px !important;
    }

    #security-privacy-groupbox,
    #security-identity-groupbox textbox
    {
    opacity: 0.99 !important;
    color: white !important;
    text-shadow: black 0 0 6px,
    black 0 0 6px !important;
    }

    #metaTagsCaption,
    #securityBoxCaption,
    #mainDeck #securityPanel caption
    {
    Background: RGBa(200,200,200,0.6) !important;
    }

    toolbarbutton[class="tabs-closebutton"][oncommand="aios_toggleSidebar(this);"][ondblclick="event.stopPropagation();"][tooltiptext="Close sidebar"][label="Close sidebar"][chromedir="ltr"]
    {
    list-style-image: url("chrome://global/skin/icons/close.png")!important;
    -moz-appearance: none!important;
    -moz-image-region: rect(0px, 14px, 14px, 0px)!important;
    }

    treecol[label="Content"][persist="width"][flex="4"][ordinal="3"],
    treecol[label="Name"][persist="width"][flex="1"][ordinal="1"]
    {
    -moz-appearance:-moz-win-glass!important;background:transparent!important;
    background-color:black!important;
    text-shadow: 0px 0px 10px white!important;
    }

    button,
    input[type="submit"], [type="reset"], [class="gac_sb"]
    {
    -moz-appearance: -moz-win-glass !important;
    color: white !important;
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    opacity: 0.99 !important;
    background: transparent !important;
    text-shadow: steelblue 0px 0px 10px,
    steelblue 0px 0px 10px,
    steelblue 0px 0px 10px !important
    }

    button:hover,
    input[type="submit"]:hover, [type="reset"]:hover, [class="gac_sb"]:hover
    {
    background: -moz-rgba(0, 0, 0,0) !important;
    border: transparent !important;
    border-top: threedhighlight !important;
    border-bottom: threedhighlight !important;
    border-left: threedhighlight !important;
    border-right: threedhighlight !important;
    margin:1px!important;

    color: white !important;
    font-weight: bold!important;
    text-shadow: lime 0px 0px 10px,
    lime 0px 0px 10px,
    lime 0px 0px 10px !important;
    }

    button::-moz-focus-outer,
    ::-moz-focus-inner
    {
    border:none !important;
    }

    tooltip
    {
    -moz-border-radius: 12px !important;
    background: transparent !important;
    border:none!important;
    font-weight:bolder!important;
    text-align:center!important;
    text-shadow: orange 0px 0px 6px, orange 0px 0px 6px, orange 0px 0px 6px!important;
    color:white!important
    }

    .tooltip-label
    {
    margin: 1px 0 -1px 0 !important;
    }

    #btTooltip
    {
    -moz-border-radius: 12px !important;
    background: rgba(0,0,0,0.2) !important;
    padding: 5px 8px 5px 5px !important;

    }

    #btTitleText
    {
    font-size: 14px !important;
    margin-top: -2px !important;
    }

    #btUrlText
    {
    color: white !important;
    font-size: 12px !important;
    margin: -5px 0 3px 0 !important;
    opacity: 0.65 !important;
    }

    #generalTab[selected="true"], #networkTab[selected="true"],
    #updateTab[selected="true"],#encryptionTab[selected="true"]
    {
    font-weight:bold !important;
    background: url(chrome://browser/skin/tabbrowser/tab-bkgnd.png) !important;
    border: solid 1px rgba(0,255,255,0.3) !important;
    -moz-border-radius-topleft: 12px!important;
    -moz-border-radius-topright: 12px!important;
    }

    #generalTab, #networkTab, #updateTab, #encryptionTab
    {
    background: url(chrome://browser/skin/tabbrowser/tab-bkgnd.png) !important;
    border: solid 1px rgba(0,255,255,0.3) !important;
    -moz-border-radius-topleft: 12px!important;
    -moz-border-radius-topright: 12px!important;
    }

    treechildren, label, #Console2Window, #JSConsoleWindow,
    #BrowserPreferences, [id*="Dialog"], #places, richlistitem
    {
    opacity:0.99 !important;
    }

    treechildren:-moz-tree-cell-text
    {
    color:lightgreen !important;
    }

    treechildren:-moz-tree-cell-text(leaf)
    {
    color:lightblue!important;
    }

    treechildren:-moz-tree-row(even)
    {
    background: rgba(0,0,0,0.55)!important;
    }

    treechildren:-moz-tree-row(odd)
    {
    background: rgba(0,0,0,0.45)!important;
    }


    statusbarpanel, #status-bar, .tabs-bottom , #navigator-toolbox, #PopupAutoCompleteRichResult, richlistbox
    {
    border: 0 !important;
    }

    statusbarpanel, #status-bar, .tabs-bottom ,#navigator-toolbox,groupbox,tabpanels,.tabs-right
    {
    border: 0 !important;
    }

    richlistitem[selected=true]
    {
    background: rgba(0,0,0,0.2) !important;
    }




    .groupbox-title
    {
    background-color: rgba(0,0,0,.6) !important;
    -moz-border-radius: 15px !important;
    border: 1px !important;
    }

    .colorpicker-button-menupopup
    {
    border: none !important;
    padding-bottom: 15px !important;
    padding-right: 15px !important;
    }

    autorepeatbutton
    {
    -moz-box-shadow: 0 0 3px #c0c0c0;
    -moz-border-radius: 15px !important;
    height: 10px !important;
    border: solid 1px #c0c0c0 !important;
    margin: 5px !important;
    }

    #showWhenDownloading, #closeWhenDone, #saveWhere, #alwaysAsk, #useCursorNavigation,
    #searchStartTyping, #blockAutoRefresh, #useAutoScroll, #useSmoothScrolling, #checkSpelling
    {
    border: none !important;
    margin: -2px 0px -2px 0px !important;
    opacity:0.99 !important
    }

    #nav-bar
    {
    margin-top: -3px!important;
    }

    #updatePanel > hbox
    {
    margin-top: -10px !important;
    }
    .tabs-bottom { display: none !important;
    background-color: rgba(255, 255, 255, 00) !important; }

    #browser tab {
    margin-bottom: 1px;
    }

    tab {opacity: 0.95 !important;}
    tab:hover {opacity: 0.95 !important;}
    tab[selected="true"] {opacity: 0.95 !important;}
    {
    margin-top:5px!important;
    }


    @-moz-document url("chrome://browser/content/browser.xul")
    {

    .tab-text{
    color: black !important;
    opacity: .999 !important;
    {
    background-color:transparent!important;
    -moz-border-radius:12px!important;
    text-align:left!important;
    }
    .tabbrowser-tabs {
    -moz-appearance: transparent !important;
    background: none !important;
    background-color: rgb(0, 0, 0) !important;
    border: 0 none !important;
    padding-bottom: 0px !important;
    }

    element {
    color: white;
    opacity: 0.99;
    background: RGBa(0,0,0,0.3);
    }

    tab[selected="true"] .tab-close-button,
    .tabbrowser-tab:not([selected="true"]) > .tab-text {
    color: black !important;
    text-shadow: white 0px 0px 16px,
    white 0px 0px 16px,
    white 0px 0px 16px!important;
    opacity: .999 !important;
    }

    tab[selected="true"]:hover .tab-close-button,
    .tabbrowser-tabs tab:not([selected="true"]):hover .tab-close-button,
    .findbar-closebutton:hover
    {
    list-style-image: url("chrome://global/skin/icons/close.png")!important;
    -moz-appearance: none!important;
    -moz-image-region: rect(0px, 14px, 14px, 0px)!important;
    }

    }
    .tabs-newtab-button,.tabs-alltabs-button
    {
    -moz-appearance: -moz-win-glass !important ;
    background: none !important;
    border:none!Important;
    }

    .tabbrowser-tabs tab
    {
    background:white!important;
    opacity:1 !important;
    padding:0 !important;
    margin:5px !important;
    background-color:none !important;
    border:none!important;
    }

    .tabbrowser-tabs tab:hover
    {
    color:none !important;
    opacity:1!important;
    border:none!important;

    }

    .tabbrowser-tabs tab[selected="true"]
    {
    -moz-appearance:-moz-win-glass!important;
    background-color:none !important ;
    padding-bottom: 5px !important;
    margin-bottom: 0px !important;
    border:none!important;
    }

    .tabbrowser-tab:not([selected="true"]) > .tab-text {
    color: white !important;
    text-shadow: steelblue 0px 0px 10px,
    steelblue 0px 0px 10px,
    steelblue 0px 0px 10px !important;
    opacity: .90 !important;
    font-weight:normal!important;
    }

    .tabbrowser-tab:not([selected="true"]):hover > .tab-text {
    color: white !important;
    text-shadow: darkcyan 0px 0px 10px,
    darkcyan 0px 0px 10px,
    darkcyan 0px 0px 10px !important;
    opacity: .9 !important;
    }

    .tab-text {
    text-align: left!important;
    color: white !important;
    text-shadow: cyan 0px 0px 10px,
    cyan 0px 0px 10px,
    cyan 0px 0px 10px !important;
    font-size:12px !important;
    opacity: .9 !important;
    }

    .tab-text:hover {
    color: white !important;
    text-shadow: cyan 0px 0px 10px,
    cyan 0px 0px 10px,
    cyan 0px 0px 10px !important;
    font-weight:bolder!important;
    opacity: .9 !important;
    }

    /* DEFAULT SIDEBAR */
    sidebarheader
    {
    -moz-appearance: none !important;
    background: transparent !important;
    border: none !important;
    padding-right: 10px !important;
    margin-right: -10px !important;
    }
    .sidebar-placesTree
    {
    opacity: 0.99 !important;
    background: transparent !important;
    color: white !important;
    border: none !important;

    }

    #sidebar-title {
    opacity: 0.99 !important;
    color: transparent !important;
    text-shadow: white 0 0 14px,
    white 0 0 14px,
    white 0 0 14px !important;

    }
    #sidebar-splitter{
    -moz-appearance: none !important;
    background: transparent !important;
    border: none !important;
    margin-top: 25px !important;
    }
    #history-panel > hbox, #bookmarksPanel > hbox{

    -moz-appearance: none !important;

    background: transparent !important;
    margin-bottom: -2px !important;
    text-shadow: white 0 0 12px,
    white 0 0 12px,
    white 0 0 12px !important
    }

    #bookmarksPanel > hbox > textbox, #history-panel > hbox > text
    {
    -moz-appearance: none !important;
    background: RGBa(255,255,255,0.3) !important;
    border: none !important;
    }




    hbox[flex="1"],vbox
    {
    border:none !important;
    }

    .alertBox
    {
    background:black !important;
    }

    #stop-button[disabled="true"] { display:none; }
    #stop-button:not([disabled]) + #reload-button { display:none; }

    #navigator-toolbox,
    #main-window toolbox,
    #main-window toolbar
    {
    background-image: none !important;
    }

    Here is a screenshot of what happens when I remove transparencies
    Attached Thumbnails Attached Thumbnails Firefox - Enable Aero Glass Transparency-aero-tabs.png  
      My Computer


  3. Posts : 321
    Windows 7 Home Premium SP1 64-bit
    Thread Starter
       #102

    dray said:
    Here is what I got Edrik:

    /* AERO FOX */

    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

    *:not([style*="rgb"]) {
    -moz-appearance: -moz-win-glass !important ;
    background:transparent!important;
    color:#fff !important;
    }
    popup menu:hover,
    menuitem:hover
    {
    background-color: steelblue !important;
    }

    popup:not(#autoscroller), menupopup
    {
    border: none !important;
    padding: 15px 30px 20px 0px !important;
    }

    }
    #identity-box
    {
    padding: 1px 3px 1px 3px !important;
    margin-left: -1px !important;
    }

    #identity-box[chromedir="ltr"]:-moz-system-metric(windows-default-theme)
    {
    -moz-border-radius: 0 0 !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: solid 1px rgba(234,234,234,1) !important;
    }


    .searchbar-engine-button,
    stack,
    .searchbar-textbox,
    #urlbar,
    #page-proxy-stack,
    stack[none="PageProxyClickHandler(event);"],
    #identity-box > hbox,
    box[role="button"][chromedir="ltr"][onclick="gIdentityHandler.handleIdentityButtonEvent(event);"][onkeypress="gIdentityHandler.handleIdentityButtonEvent(event);"][class="unknownIdentity"][tooltiptext="This web site does not supply identity information."][style="-moz-user-focus: ignore;"]
    {
    border:none!important;
    border-color:transparent!Important;
    -moz-box-shadow: 0px 0px 0px transparent!important;
    text-align:left!Important;
    color:#fff!important;
    text-shadow:skyblue 0px 0px 10px,skyblue 1px 1px 10px,skyblue 1px 1px 3px !important;
    }

    textbox:not(#urlbar):not(.searchbar-textbox),menulist
    {
    background-color: rgba(0,0,0,.15) !important;
    -moz-border-radius: 12px;
    padding: 2px 0px 3px 5px !important;
    }

    #urlbar
    {
    -moz-border-radius: 30px !important;
    }

    .searchbar-engine-button
    {
    margin-left: -11px !important;
    width: 19px !important;
    height: 22px !important;
    border-right: none !important;
    margin-top: -1px !important;
    margin-bottom: -1px !important;
    }

    .searchbar-engine-button:hover
    {
    margin-left: -11px !important;
    width: 19px !important;
    height: 22px !important;
    border-right: none !important;
    margin-top: -1px !important;
    margin-bottom: -1px !important;
    }

    .searchbar-textbox
    {
    font-size:13px!Important;
    margin-left:5px!important;
    font-weight:normal!important;
    color:white!important;
    text-shadow:steelblue 0px 0px 10px,steelblue 0px 0px 10px,white 0px 0px 3px !important;
    }

    .searchbar-textbox:hover
    {
    font-size:14px!Important;
    margin-left:5px!important;
    font-weight:normal!important;
    color:white!important;
    text-shadow:cyan 0px 0px 10px,cyan 0px 0px 10px,white 0px 0px 3px !important;
    }

    .autocomplete-textbox.textbox-input
    {
    font-size:14px!Important;
    margin-left:5px!important;
    font-weight:normal!important;
    color:white!important;
    text-shadow:steelblue 0px 0px 10px,steelblue 0px 0px 10px,white 0px 0px 3px !important;
    }

    .autocomplete-textbox.textbox-input:hover
    {
    font-size:14px!Important;
    margin-left:5px!important;
    font-weight:normal!important;
    color:white!important;
    text-shadow:cyan 0px 0px 10px,steelblue 0px 0px 10px,white 0px 0px 3px !important;
    }

    #urlbar
    {
    font-size:13px!Important;
    margin-left:5px!important;
    font-weight:normal!important;
    color:white!important;
    text-shadow:steelblue 0px 0px 10px,steelblue 0px 0px 10px,white 0px 0px 3px !important;
    }

    #urlbar:hover
    {
    font-size:14px!Important;
    margin-left:5px!important;
    font-weight:normal!important;
    color:white!important;
    text-shadow:cyan 0px 0px 10px,cyan 0px 0px 10px,white 0px 0px 3px !important;
    }

    #urltext,
    #typetext,
    #modetext,
    #encodingtext,
    #sizetext,
    #refertext,
    #modifiedtext,
    #metatree > treechildren,
    #general-security-identity,
    #general-security-privacy
    {
    opacity: 0.99 !important;
    color: black !important;
    text-shadow: white 0px 0px 6px,
    white 0px 0px 6px !important;
    }


    scrollbarbutton{
    -moz-border-radius: 15px !important;
    }

    scrollbar thumb
    {
    -moz-border-radius: 15px !important;
    }

    scrollbar{
    -moz-appearance:-moz-win-glass !important;
    background: black !important;
    }

    thumb,
    scrollbarbutton {
    -moz-border-radius: 15px !important;
    }

    scrollbar[orient="vertical"]
    {
    -moz-appearance:-moz-win-glass !important;
    background: transparent!important;
    }

    thumb[orient="horizontal"]
    {
    -moz-appearance:-moz-win-glass !important;
    background:transparent !important;
    }

    thumb
    {
    -moz-appearance:-moz-win-glass !important;
    background: transparent !important;
    }

    thumb:active, thumb[active="true"]
    {
    -moz-border-radius: 15px !important;
    -moz-appearance:-moz-win-glass !important;
    background: transparent !important;
    }

    thumb[orient="horizontal"]:active, thumb[orient="horizontal"][active="true"]
    {
    -moz-appearance:-moz-win-glass !important;
    background: transparent !important;
    }

    thumb:active, thumb:hover, scrollbarbutton:hover
    {
    background: rgba(0,0,0,.2) !important;
    }

    scrollbarbutton
    {
    -moz-appearance:-moz-win-glass !important;
    background: transparent !important;
    }


    scrollbarbutton:hover:active, scrollbarbutton[active="true"]
    {
    -moz-appearance:-moz-win-glass !important;
    background: rgba(0,0,0,0.2) !important;
    }

    scrollcorner {
    -moz-appearance: none !important;
    background: black !important;
    }

    scrollbar scrollcorner {
    -moz-appearance: none !important;
    background: black !important;
    }

    scrollbarbutton[type="increment"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbarbutton[type="increment"][disabled="true"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbar[orient="vertical"] > scrollbarbutton[type="increment"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbar[orient="horizontal"] > scrollbarbutton[type="increment"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbar[orient="horizontal"] > scrollbarbutton[type="increment"][disabled="true"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbarbutton[type="decrement"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbarbutton[type="decrement"][disabled="true"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbar[orient="horizontal"] > scrollbarbutton[type="decrement"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    scrollbar[orient="horizontal"] > scrollbarbutton[type="decrement"][disabled="true"]
    {
    background-position: center !important;
    background-repeat: no-repeat !important;
    }

    #PopupAutoCompleteRichResult scrollbar
    {
    background:transparent!important;
    }

    #PopupAutoCompleteRichResult > richlistbox > scrollbox
    {
    margin: 2px 20px 20px 2px !important;
    border:none!Important;
    }

    #PopupAutoCompleteRichResult > richlistbox > scrollbox > box
    {
    border: 0 !important;
    padding: 0px 10px 0px 5px !important;
    }

    menuitem,menu
    {
    border-bottom: solid 4px rgba(0,0,0,0) !important;
    border-top: solid 5px rgba(0,0,0,0) !important;
    }

    menubar > menu
    {
    border-left: none !important;
    border-right: none !important;
    }

    menuitem[disabled="true"]>label
    {
    color: grey !important;
    text-shadow: black 0px 0px 5px, black 0px 0px 5px!important;
    opacity: 0.6 !important;
    }

    menupopup menu:hover, popup menu:hover,treechildren:-moz-tree-row(hover),menu:hover,
    menuitem:hover, richlistitem:hover , richlistitem[selected=true]:hover,[class^="menu-iconic"]:hover,
    [class*="menuitem-iconic"],
    menu[container="true"],#PopupAutoComplete > tree > treechildren:-moz-tree-row(selected)
    {
    -moz-appearance: toolbarbutton !important;
    background: transparent !important;
    text-shadow:cyan 0px 0px 5px,white 0px 0px 5px,grey 0px 0px 5px !important;
    }

    menupopup menu, popup menu,treechildren:-moz-tree-row(hover),menu,
    menuitem, richlistitem , richlistitem[selected=true],[class^="menu-iconic"],
    [class*="menuitem-iconic"],
    menu[container="true"],#PopupAutoComplete > tree > treechildren:-moz-tree-row(selected)
    {
    -moz-appearance: -moz-win-glass !important;
    background:transparent!important;
    text-shadow:steelblue 0px 0px 5px,darkcyan 0px 0px 5px,grey 0px 0px 5px !important;
    }

    menupopup[menugenerated="true"],menupopup,popup,#editBookmarkPanel, #PopupAutoComplete
    {
    padding: 0px 15px 15px 0px !important;
    border: none !important;
    }

    popup:not(#autoscroller), menupopup
    {
    padding: 2px 0px 15px 0px !important;
    border: none !important;
    }

    .popup-internal-box
    {
    padding: 2px 15px 5px 0px !important;
    }

    menupopup[menugenerated="true"]
    {
    padding: 2px 15px 15px 0px !important;
    text-shadow:cyan 0px 0px 5px,white 0px 0px 5px,grey 0px 0px 5px !important;
    }

    .menulist-dropmarker
    {
    background-color: transparent !important;
    -moz-border-radius: 12px;
    margin: 0px 2px 0px 0px !important;
    }

    .menuitem-iconic.bookmark-item
    {
    margin-left:0px !important;
    }

    menuseparator
    {
    -moz-box-shadow: 0 0 3px 1px #c0c0c0;
    opacity:0.6!important;
    padding: 0px !important;
    border: solid 1px #c0c0c0 !important;
    }

    dropmarker:hover
    {
    background: none!important;
    border-left:ridge 1px rgba(0,0,0,0) !important;
    }

    #historyGroup
    {
    margin: 0px 0px -65px 0px !important;
    }

    #historyRememberPane
    {
    padding: 0px 0px 55px 0px !important;
    }

    radio[pane][selected="true"]:hover, radio[id*="-view"][selected="true"]:hover
    {
    background: url(chrome://browser/skin/tabbrowser/tab-hover-bkgnd.png) !important;
    -moz-border-radius:0px!important;
    }

    radio[selected="true"]
    {
    background-color: transparent !important;
    border: none !important;
    -moz-border-radius: 12px;
    }

    radio[selected="true"]:hover
    {
    background-color: transparent !important;
    border:none !important;
    -moz-border-radius: 12px;
    }

    radio:not([selected="true"]):hover,tab
    {
    background-color:transparent !important;
    border:none!important;
    -moz-border-radius: 12px;
    }

    .radio-check-box1
    {
    -moz-appearance: radio !important ;
    }

    .checkbox-check
    {
    -moz-appearance: checkbox !important ;
    }

    #sidebars-titlebutton
    {
    border:none!important;
    }

    #sidebars-titlebutton > label
    {
    color: black !important;
    opacity: 0.99 !important;
    background: none !important;
    text-shadow: white 0 0 12px,
    white 0 0 12px,
    white 0 0 12px !important
    }

    #viewButton,
    #clearListButton,
    .selectedButtons,
    .toolbarbutton-1,
    #styles-sort,
    #mainDeck button,
    #mainDeck .caption-text,
    #styles button,
    #extensionsManager toolbarbutton,
    #extensionsView .addonInstallButton,
    #styles .button-text
    {
    color: black !important;
    border: none !important;
    opacity: 0.99 !important;
    background: none !important;
    text-shadow: white 0 0 8px,
    white 0 0 8px,
    white 0 0 8px !important;
    }

    radiogroup *,#imageRadioGroup
    {
    -moz-appearance: none !important;
    background-color:transparent!important;
    background:transparent!important;
    }

    #search-box,
    .textbox-input,
    .textbox-input,
    #search #searchbox .textbox-input-box,
    #searchPanel #searchfield,
    #styles-filter
    {
    opacity: 0.99 !important;
    color:black !important;
    text-shadow: white 0 0 6px,
    white 0 0 6px !important;
    margin-top :5px!important;
    }

    #styles > richlist labal{
    opacity:0.99 !important;
    color: black !important;
    }

    richlistitem .name,
    richlistitem .dateTime,
    richlistitem .status
    {
    color: white !important;
    font-weight: normal !important;
    opacity: 0.99 !important;
    text-shadow: black 0 0 6px,
    black 0 0 6px !important
    }

    richlistitem .name:active,
    richlistitem .dateTime:active,
    richlistitem .status:active
    {
    color: white !important;
    opacity: 0.99 !important;
    text-shadow: black 0 0 6px,
    black 0 0 6px !important
    }

    #placesView > splitter,#sidebar-splitter
    {
    border-right:none!important;
    }

    .sidebar-placesTree
    {
    border:none!important;
    }

    .sidebar-placesTreechildren{background-color:transparent!important;
    color: black !important;
    opacity: 0.99 !important;
    text-shadow: white 0 0 16px,
    white 0 0 16px !important;
    }

    #styles richlistitem label
    {
    opacity: 0.99 !important;
    color: white !important;
    text-shadow: black 0 0 6px,
    black 0 0 6px !important;
    }

    #noThemeSelected > label,
    #previewImageContainer > description,
    .addon-name-version,
    .descriptionWrap,
    .selectedStatusMsgs,
    .addonTextBox
    {
    opacity: 0.99 !important;
    color: white !important;
    text-shadow: black 0 0 6px,
    black 0 0 6px !important;
    }

    #extensionsView label[value="Recommended"],
    #extensionsView label[value="See All Recommended Add-ons"],
    #browseAddons,
    #extensionsView .addonLearnMore.text-link,
    #extensionsView .text-link
    {
    opacity: 0.99 !important;
    color: black !important;
    text-shadow: white 0 0 6px,
    white 0 0 6px !important;
    }

    #extensionsView .addonType.addonTypeExtension,
    #extensionsView .descriptionWrap
    {
    opacity: 0.99 !important;
    color: white !important;
    text-shadow: black 0 0 6px,
    black 0 0 6px !important;
    }

    #browseAddons:hover,
    #extensionsView .addonLearnMore.text-link:hover,
    #extensionsView label[value="See All Recommended Add-ons"]:hover
    {
    opacity: 0.99 !important;
    color: purple !important;
    text-shadow: white 0 0 6px,
    white 0 0 6px !important;
    }



    #titletext,
    #generalPanel > grid,
    #metatree .treecol-text
    {
    opacity: 0.99 !important;
    color: black !important;
    text-shadow: white 0 0 6px,
    white 0 0 6px !important;
    }


    #imagetree > treechildren,
    #imageurltext,
    #imagetypetext,
    #imagesizetext,
    #imagedimensiontext,
    #imagetext,
    #imagelongdesctext,
    #blockImage
    {
    opacity: 0.99 !important;
    color: white !important;
    text-shadow: black 0 0 6px,
    black 0 0 6px !important;
    }

    #imagetree > treecols,
    #mediaPreviewBox
    {
    opacity: 0.99 !important;
    color: black !important;
    text-shadow: white 0 0 6px,
    white 0 0 6px !important;
    }

    #feedListbox .text-link,
    #feedListbox .feedTitle,
    #feedListbox > richlistitem
    {
    opacity: 0.99 !important;
    text-shadow: white 0 0 6px,
    white 0 0 6px !important;
    }


    #permList > vbox > label
    {
    color:black !important;
    opacity: 0.99 !important;
    text-shadow: white 0 0 6px,
    white 0 0 6px !important;
    }

    #permList #permImageGroup,
    #permList #permPopupGroup,
    #permList #permCookieGroup,
    #permList #permInstallGroup,
    #permList radio
    {
    opacity: 0.99 !important;
    color: white !important;
    text-shadow: black 0 0 6px,
    black 0 0 6px !important;
    }

    #security-privacy,
    #security-technical-groupbox,
    #security-privacy-groupbox textbox,
    #security-identity-groupbox
    {
    color:black !important;
    opacity: 0.99 !important;
    text-shadow: white 0 0 6px,
    white 0 0 6px !important;
    }

    #security-privacy-groupbox,
    #security-identity-groupbox textbox
    {
    opacity: 0.99 !important;
    color: white !important;
    text-shadow: black 0 0 6px,
    black 0 0 6px !important;
    }

    #metaTagsCaption,
    #securityBoxCaption,
    #mainDeck #securityPanel caption
    {
    Background: RGBa(200,200,200,0.6) !important;
    }

    toolbarbutton[class="tabs-closebutton"][oncommand="aios_toggleSidebar(this);"][ondblclick="event.stopPropagation();"][tooltiptext="Close sidebar"][label="Close sidebar"][chromedir="ltr"]
    {
    list-style-image: url("chrome://global/skin/icons/close.png")!important;
    -moz-appearance: none!important;
    -moz-image-region: rect(0px, 14px, 14px, 0px)!important;
    }

    treecol[label="Content"][persist="width"][flex="4"][ordinal="3"],
    treecol[label="Name"][persist="width"][flex="1"][ordinal="1"]
    {
    -moz-appearance:-moz-win-glass!important;background:transparent!important;
    background-color:black!important;
    text-shadow: 0px 0px 10px white!important;
    }

    button,
    input[type="submit"], [type="reset"], [class="gac_sb"]
    {
    -moz-appearance: -moz-win-glass !important;
    color: white !important;
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    opacity: 0.99 !important;
    background: transparent !important;
    text-shadow: steelblue 0px 0px 10px,
    steelblue 0px 0px 10px,
    steelblue 0px 0px 10px !important
    }

    button:hover,
    input[type="submit"]:hover, [type="reset"]:hover, [class="gac_sb"]:hover
    {
    background: -moz-rgba(0, 0, 0,0) !important;
    border: transparent !important;
    border-top: threedhighlight !important;
    border-bottom: threedhighlight !important;
    border-left: threedhighlight !important;
    border-right: threedhighlight !important;
    margin:1px!important;

    color: white !important;
    font-weight: bold!important;
    text-shadow: lime 0px 0px 10px,
    lime 0px 0px 10px,
    lime 0px 0px 10px !important;
    }

    button::-moz-focus-outer,
    ::-moz-focus-inner
    {
    border:none !important;
    }

    tooltip
    {
    -moz-border-radius: 12px !important;
    background: transparent !important;
    border:none!important;
    font-weight:bolder!important;
    text-align:center!important;
    text-shadow: orange 0px 0px 6px, orange 0px 0px 6px, orange 0px 0px 6px!important;
    color:white!important
    }

    .tooltip-label
    {
    margin: 1px 0 -1px 0 !important;
    }

    #btTooltip
    {
    -moz-border-radius: 12px !important;
    background: rgba(0,0,0,0.2) !important;
    padding: 5px 8px 5px 5px !important;

    }

    #btTitleText
    {
    font-size: 14px !important;
    margin-top: -2px !important;
    }

    #btUrlText
    {
    color: white !important;
    font-size: 12px !important;
    margin: -5px 0 3px 0 !important;
    opacity: 0.65 !important;
    }

    #generalTab[selected="true"], #networkTab[selected="true"],
    #updateTab[selected="true"],#encryptionTab[selected="true"]
    {
    font-weight:bold !important;
    background: url(chrome://browser/skin/tabbrowser/tab-bkgnd.png) !important;
    border: solid 1px rgba(0,255,255,0.3) !important;
    -moz-border-radius-topleft: 12px!important;
    -moz-border-radius-topright: 12px!important;
    }

    #generalTab, #networkTab, #updateTab, #encryptionTab
    {
    background: url(chrome://browser/skin/tabbrowser/tab-bkgnd.png) !important;
    border: solid 1px rgba(0,255,255,0.3) !important;
    -moz-border-radius-topleft: 12px!important;
    -moz-border-radius-topright: 12px!important;
    }

    treechildren, label, #Console2Window, #JSConsoleWindow,
    #BrowserPreferences, [id*="Dialog"], #places, richlistitem
    {
    opacity:0.99 !important;
    }

    treechildren:-moz-tree-cell-text
    {
    color:lightgreen !important;
    }

    treechildren:-moz-tree-cell-text(leaf)
    {
    color:lightblue!important;
    }

    treechildren:-moz-tree-row(even)
    {
    background: rgba(0,0,0,0.55)!important;
    }

    treechildren:-moz-tree-row(odd)
    {
    background: rgba(0,0,0,0.45)!important;
    }


    statusbarpanel, #status-bar, .tabs-bottom , #navigator-toolbox, #PopupAutoCompleteRichResult, richlistbox
    {
    border: 0 !important;
    }

    statusbarpanel, #status-bar, .tabs-bottom ,#navigator-toolbox,groupbox,tabpanels,.tabs-right
    {
    border: 0 !important;
    }

    richlistitem[selected=true]
    {
    background: rgba(0,0,0,0.2) !important;
    }




    .groupbox-title
    {
    background-color: rgba(0,0,0,.6) !important;
    -moz-border-radius: 15px !important;
    border: 1px !important;
    }

    .colorpicker-button-menupopup
    {
    border: none !important;
    padding-bottom: 15px !important;
    padding-right: 15px !important;
    }

    autorepeatbutton
    {
    -moz-box-shadow: 0 0 3px #c0c0c0;
    -moz-border-radius: 15px !important;
    height: 10px !important;
    border: solid 1px #c0c0c0 !important;
    margin: 5px !important;
    }

    #showWhenDownloading, #closeWhenDone, #saveWhere, #alwaysAsk, #useCursorNavigation,
    #searchStartTyping, #blockAutoRefresh, #useAutoScroll, #useSmoothScrolling, #checkSpelling
    {
    border: none !important;
    margin: -2px 0px -2px 0px !important;
    opacity:0.99 !important
    }

    #nav-bar
    {
    margin-top: -3px!important;
    }

    #updatePanel > hbox
    {
    margin-top: -10px !important;
    }
    .tabs-bottom { display: none !important;
    background-color: rgba(255, 255, 255, 00) !important; }

    #browser tab {
    margin-bottom: 1px;
    }

    tab {opacity: 0.95 !important;}
    tab:hover {opacity: 0.95 !important;}
    tab[selected="true"] {opacity: 0.95 !important;}
    {
    margin-top:5px!important;
    }


    @-moz-document url("chrome://browser/content/browser.xul")
    {

    .tab-text{
    color: black !important;
    opacity: .999 !important;
    {
    background-color:transparent!important;
    -moz-border-radius:12px!important;
    text-align:left!important;
    }
    .tabbrowser-tabs {
    -moz-appearance: transparent !important;
    background: none !important;
    background-color: rgb(0, 0, 0) !important;
    border: 0 none !important;
    padding-bottom: 0px !important;
    }

    element {
    color: white;
    opacity: 0.99;
    background: RGBa(0,0,0,0.3);
    }

    tab[selected="true"] .tab-close-button,
    .tabbrowser-tab:not([selected="true"]) > .tab-text {
    color: black !important;
    text-shadow: white 0px 0px 16px,
    white 0px 0px 16px,
    white 0px 0px 16px!important;
    opacity: .999 !important;
    }

    tab[selected="true"]:hover .tab-close-button,
    .tabbrowser-tabs tab:not([selected="true"]):hover .tab-close-button,
    .findbar-closebutton:hover
    {
    list-style-image: url("chrome://global/skin/icons/close.png")!important;
    -moz-appearance: none!important;
    -moz-image-region: rect(0px, 14px, 14px, 0px)!important;
    }

    }
    .tabs-newtab-button,.tabs-alltabs-button
    {
    -moz-appearance: -moz-win-glass !important ;
    background: none !important;
    border:none!Important;
    }

    .tabbrowser-tabs tab
    {
    background:white!important;
    opacity:1 !important;
    padding:0 !important;
    margin:5px !important;
    background-color:none !important;
    border:none!important;
    }

    .tabbrowser-tabs tab:hover
    {
    color:none !important;
    opacity:1!important;
    border:none!important;

    }

    .tabbrowser-tabs tab[selected="true"]
    {
    -moz-appearance:-moz-win-glass!important;
    background-color:none !important ;
    padding-bottom: 5px !important;
    margin-bottom: 0px !important;
    border:none!important;
    }

    .tabbrowser-tab:not([selected="true"]) > .tab-text {
    color: white !important;
    text-shadow: steelblue 0px 0px 10px,
    steelblue 0px 0px 10px,
    steelblue 0px 0px 10px !important;
    opacity: .90 !important;
    font-weight:normal!important;
    }

    .tabbrowser-tab:not([selected="true"]):hover > .tab-text {
    color: white !important;
    text-shadow: darkcyan 0px 0px 10px,
    darkcyan 0px 0px 10px,
    darkcyan 0px 0px 10px !important;
    opacity: .9 !important;
    }

    .tab-text {
    text-align: left!important;
    color: white !important;
    text-shadow: cyan 0px 0px 10px,
    cyan 0px 0px 10px,
    cyan 0px 0px 10px !important;
    font-size:12px !important;
    opacity: .9 !important;
    }

    .tab-text:hover {
    color: white !important;
    text-shadow: cyan 0px 0px 10px,
    cyan 0px 0px 10px,
    cyan 0px 0px 10px !important;
    font-weight:bolder!important;
    opacity: .9 !important;
    }

    /* DEFAULT SIDEBAR */
    sidebarheader
    {
    -moz-appearance: none !important;
    background: transparent !important;
    border: none !important;
    padding-right: 10px !important;
    margin-right: -10px !important;
    }
    .sidebar-placesTree
    {
    opacity: 0.99 !important;
    background: transparent !important;
    color: white !important;
    border: none !important;

    }

    #sidebar-title {
    opacity: 0.99 !important;
    color: transparent !important;
    text-shadow: white 0 0 14px,
    white 0 0 14px,
    white 0 0 14px !important;

    }
    #sidebar-splitter{
    -moz-appearance: none !important;
    background: transparent !important;
    border: none !important;
    margin-top: 25px !important;
    }
    #history-panel > hbox, #bookmarksPanel > hbox{

    -moz-appearance: none !important;

    background: transparent !important;
    margin-bottom: -2px !important;
    text-shadow: white 0 0 12px,
    white 0 0 12px,
    white 0 0 12px !important
    }

    #bookmarksPanel > hbox > textbox, #history-panel > hbox > text
    {
    -moz-appearance: none !important;
    background: RGBa(255,255,255,0.3) !important;
    border: none !important;
    }




    hbox[flex="1"],vbox
    {
    border:none !important;
    }

    .alertBox
    {
    background:black !important;
    }

    #stop-button[disabled="true"] { display:none; }
    #stop-button:not([disabled]) + #reload-button { display:none; }

    #navigator-toolbox,
    #main-window toolbox,
    #main-window toolbar
    {
    background-image: none !important;
    }

    Here is a screenshot of what happens when I remove transparencies

    I'll check it later when I get home.... I'm still at school and it's only 30 more minutes before my break time is over... :)
      My Computer


  4. Posts : 5
    windows 7
       #103

    This is the look I want on my tabs and can't figure it out!!
    Attached Thumbnails Attached Thumbnails Firefox - Enable Aero Glass Transparency-aero-tabs-2.png  
      My Computer


  5. Posts : 321
    Windows 7 Home Premium SP1 64-bit
    Thread Starter
       #104

    dray said:
    This is the look I want on my tabs and can't figure it out!!
    Sorry for the late reply... I'm too busy for my preliminary thesis


    anyway..
    try this... just modify the colours if you want to..


    .tabbrowser-tabs tab {
    -moz-border-radius-topleft: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -moz-border-left-colors: #959595 !important;
    -moz-border-top-colors: #959595 !important;
    -moz-border-right-colors: #959595 !important;
    }
      My Computer


  6. Posts : 5
    windows 7
       #105

    edrik said:
    dray said:
    This is the look I want on my tabs and can't figure it out!!
    Sorry for the late reply... I'm too busy for my preliminary thesis


    anyway..
    try this... just modify the colours if you want to..


    .tabbrowser-tabs tab {
    -moz-border-radius-topleft: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -moz-border-left-colors: #959595 !important;
    -moz-border-top-colors: #959595 !important;
    -moz-border-right-colors: #959595 !important;
    }

    Tried it and no go buddy. Thx
      My Computer


  7. Posts : 15
    win7
       #106

    dray said:
    Here is what I got Edrik:

    /* AERO FOX */

    all that **** is bein omitted!

    Here is a screenshot of what happens when I remove transparencies
    omg use paste-it.net or similar next time!!!
      My Computer


  8. Posts : 15
    win7
       #107

    n now to the topic...first of all,thx for the tutorial. Unfortunately, the first plugin ur recommendin doesnt work for the newest version(3.5.5) of firefox, however, there is another plugin https://addons.mozilla.org/en-US/firefox/addon/12181 which does the same job even without any needs for installin those remainin plugins from your tutorial...

    hope it will b useful for some

    edit: ye ok, there is also a new version of galsserPojo(1.1.2)
      My Computer


  9. Posts : 5
    windows 7
       #108

    n8w1ng said:
    dray said:
    Here is what I got Edrik:

    /* AERO FOX */

    all that **** is bein omitted!

    Here is a screenshot of what happens when I remove transparencies
    omg use paste-it.net or similar next time!!!
    LMAO...sorry I was wondering how they did that. :)
    Last edited by dray; 30 Nov 2009 at 21:20.
      My Computer


  10. Posts : 2
    Windows 7
       #109

    dude i got this after applying transparency on Firefox can you explained what to do for full transparency
    Attached Thumbnails Attached Thumbnails Firefox - Enable Aero Glass Transparency-error.png  
      My Computer


 
Page 11 of 14 FirstFirst ... 910111213 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 01:50.
Find Us