Перейти из форума на сайт.

НовостиФайловые архивы
ПоискАктивные темыТоп лист
ПравилаКто в on-line?
Вход Забыли пароль? Первый раз на этом сайте? Регистрация
Компьютерный форум Ru.Board » Компьютеры » Программы » Расширения для Firefox (Mozilla Firefox Extensions) часть 6

Модерирует : gyra, Maz

articlebot (15-10-2014 12:58): Переезжаем в следующую часть:
Расширения для Firefox (Mozilla Firefox Extensions) часть 7.
 Версия для печати • ПодписатьсяДобавить в закладки
На первую страницук этому сообщениюк последнему сообщению

   

Ronin666



Silver Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору

Код:
sidebarheader
    {-moz-appearance: none !important;
     border-top: none !important;
     background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)) !important; }
 
#browser-bottombox > *
    {-moz-box-ordinal-group: 2 !important; }  
 
#browser-bottombox notificationbox
    {-moz-box-ordinal-group: 1 !important; }
 
#status-bar
    {background-color: transparent !important; }
 
#navigator-toolbox textbox
    {background-color: rgba(255, 255, 255, .84) !important; }
 
#navigator-toolbox textbox:hover
    {background-color: rgba(255, 255, 255, .92) !important; }
 
#navigator-toolbox textbox[focused]
    {background-color: white !important; }
 
#urlbar toolbarbutton
    {border-radius: 0 3.3px 3.3px 0!important; }
 
#aios-toolbar[orient="vertical"]
    {background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0) 27px) !important; }
 
[aios_appOS]:not([aiosOpen]) > :-moz-any(toolbar, toolbox, windowdragbox, hbox)
    {-moz-appearance: none !important;  
     background-color: -moz-dialog !important; }
 
[aios_appOS] #search
    {border-bottom: 1px solid threedshadow !important; }
 
[aios_appOS] #sidebar-box,
[id*="aios"][id*="-toolbar"]
    {border: none !important; }
 
[id^="aios-sidebardivider"]
    {display: none !important; }
 
@media not all and (-moz-windows-compositor){
 
#browser-bottombox > *
    {-moz-appearance: none !important;  
     background: none !important;  
     border: none !important; }
 
sidebarheader,
#navigator-toolbox:not(:-moz-lwtheme) > *:not(#TabsToolbar):not(#toolbar-menubar),
#browser-bottombox,
#main-window[tabsontop="false"] :-moz-any(#TabsToolbar, #toolbar-menubar),
#main-window[chromehidden=""][tabsontop="false"]:not(:-moz-lwtheme)
    {background-color: RGB(0, 18, 58) !important; }
 
[id*="aios"][id*="-toolbox"]
    {-moz-appearance: none !important;  
     background-color: RGB(0, 18, 58) !important; }
 
#navigator-toolbox:-moz-lwtheme > *:not(#TabsToolbar),
#browser-bottombox:-moz-lwtheme > *,
#main-window[tabsontop="false"]:-moz-lwtheme #TabsToolbar:nth-last-child(1n+2),
#main-window[tabsontop="false"]:-moz-lwtheme #PersonalToolbar[collapsed="false"] + #TabsToolbar,
#main-window[tabsontop="false"]:-moz-lwtheme [id^="__customToolbar"]:not([collapsed="true"]) ~ #TabsToolbar,
sidebarheader:-moz-lwtheme
    {background-color: RGBa(0, 18, 58, .5) !important; }
 
#main-window:-moz-lwtheme #TabsToolbar,
#main-window:-moz-lwtheme #toolbar-menubar,
#main-window[tabsontop="false"]:-moz-lwtheme #nav-bar
    {background-color: transparent !important; }
 
#main-window[stylish-platform*="Linux"] #nav-bar
    {background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)) !important; }
 
#main-window[stylish-platform*="Linux"][tabsontop="true"]:not([lwtheme="true"]) #TabsToolbar
    {box-shadow: 0 -1PX 0 threedshadow inset !important; }
 
#FindToolbar,
#addon-bar
    {border-top: 2px solid rgb(0, 0, 0) !important;  
     -moz-border-top-colors: rgb(128, 128, 128) rgba(255, 255, 255, .5) !important; }
 
#FindToolbar:not([hidden="true"]) ~ #addon-bar
    {border-top: none !important; }
 
#main-window:not([disablechrome="true"]) #navigator-toolbox:after
    {background-image: -moz-linear-gradient(RGBa(0, 18, 58, .2), transparent) !important; }
 
#main-window:not([disablechrome="true"]) .tabbrowser-tab[selected="true"]
    {background-image: -moz-linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)),
                       -moz-linear-gradient(RGB(0, 18, 58), RGB(0, 18, 58)) !important; }
 
#main-window[tabsontop="false"]:not([disablechrome="true"]) .tabbrowser-tab[selected="true"]
    {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
                       -moz-linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)),
                       -moz-linear-gradient(RGB(0, 18, 58), RGB(0, 18, 58)) !important; }
 
.tabbrowser-tab:not([selected="true"]),
.tabs-newtab-button
    {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
                       -moz-linear-gradient(rgba(195, 195, 195, .5), rgba(90, 90, 90, .5)),
                       -moz-linear-gradient(RGB(0, 18, 58), RGB(0, 18, 58)) !important; }
 
.tabbrowser-tab:not([selected="true"]):hover,
.tabs-newtab-button:hover
    {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
                       -moz-linear-gradient(rgba(245, 245, 245, .6), rgba(140, 140, 140, .6)),
                       -moz-linear-gradient(RGB(0, 18, 58), RGB(0, 18, 58)) !important; }
 
.tabbrowser-tab[pinned][titlechanged]
    {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
                       -moz-radial-gradient(50% 3px, circle cover, white 2%, rgba(255, 255, 255, 0) 50%),
                       -moz-linear-gradient(rgba(190, 190, 190, .5), rgba(110, 110, 110, .5) 50%),
                       -moz-linear-gradient(RGB(0, 18, 58), RGB(0, 18, 58)) !important; }
 
.tabbrowser-tab[pinned][titlechanged]:hover
    {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
                       -moz-radial-gradient(50% 3px, circle cover, white 2%, rgba(255, 255, 255, 0) 50%),
                       -moz-linear-gradient(rgba(240, 240, 240, .6), rgba(160, 160, 160, .6) 50%),
                       -moz-linear-gradient(RGB(0, 18, 58), RGB(0, 18, 58)) !important; }
 
.tabbrowser-tab[selected="true"]:-moz-lwtheme
    {background-image: -moz-linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)),
                       -moz-linear-gradient(RGBa(0, 18, 58, .5), RGBa(0, 18, 58, .5)) !important; }
 
#main-window[tabsontop="false"] .tabbrowser-tab[selected="true"]:-moz-lwtheme
    {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
                       -moz-linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)),
                       -moz-linear-gradient(RGBa(0, 18, 58, .5), RGBa(0, 18, 58, .5)) !important; }
 
.tabbrowser-tab:not([selected="true"]):-moz-lwtheme,
.tabs-newtab-button:-moz-lwtheme
    {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
                       -moz-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0) 50%),
                       -moz-linear-gradient(RGBa(0, 18, 58, .5), RGBa(0, 18, 58, .5)) !important; }
 
.tabbrowser-tab:not([selected="true"]):-moz-lwtheme:hover,
.tabs-newtab-button:-moz-lwtheme:hover
    {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
                       -moz-linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .1) 50%),
                       -moz-linear-gradient(RGBa(0, 18, 58, .5), RGBa(0, 18, 58, .5)) !important; }
 
.tabbrowser-tab[pinned][titlechanged]:-moz-lwtheme
    {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
                       -moz-radial-gradient(50% 3px, circle cover, white 2%, rgba(255, 255, 255, 0) 50%),
                       -moz-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0) 50%),
                       -moz-linear-gradient(RGBa(0, 18, 58, .5), RGBa(0, 18, 58, .5)) !important; }
 
.tabbrowser-tab[pinned][titlechanged]:-moz-lwtheme:hover
    {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4) 1px, rgba(0, 0, 0, .05) 1px, transparent 1px),
                       -moz-radial-gradient(50% 3px, circle cover, white 2%, rgba(255, 255, 255, 0) 50%),
                       -moz-linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .1) 50%),
                       -moz-linear-gradient(RGBa(0, 18, 58, .5), RGBa(0, 18, 58, .5)) !important; }
 
}
 
@media all and (-moz-windows-compositor){
 
#browser-bottombox:-moz-lwtheme > *
    {border: none !important; }
 
#browser-bottombox:not(:-moz-lwtheme)
    {background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)) !important; }
 
#browser-bottombox:not(:-moz-lwtheme) > *:not(#sync-notifications)
    {-moz-appearance: -moz-win-glass !important; }
 
#FindToolbar,
#addon-bar
    {box-shadow: 0 1px 0 rgba(26, 26, 26, .4) inset !important; }
 
#FindToolbar:not([hidden="true"]) ~ #addon-bar
    {box-shadow: none !important; }
 
#addon-bar > *:not(#status-bar)
    {margin-top: 1px !important;  
     margin-bottom: -1px !important; }
 
sidebarheader,
#navigator-toolbox > *,
#browser-bottombox,
#browser-bottombox > *,
#main-window[tabsontop="false"] #TabsToolbar:nth-last-child(1n+2),
#main-window[tabsontop="false"] #PersonalToolbar[collapsed="false"] + #TabsToolbar,
#main-window[tabsontop="false"] [id^="__customToolbar"]:not([collapsed="true"]) ~ #TabsToolbar
    {background-color: RGBA(0, 18, 58, 0) !important; }
 
[id*="aios"][id*="-toolbox"]
    {-moz-appearance: none !important;  
     background-color: RGBA(0, 18, 58, 0) !important; }
 
#TabsToolbar,
#toolbar-menubar,
#main-window[tabsontop="false"] #nav-bar
    {background-color: transparent !important; }
 
#main-window[tabsontop="true"]:-moz-any([sizemode="maximized"], [inFullscreen="true"]):not([lwtheme="true"]) #TabsToolbar
    {background-image: none !important;  
     box-shadow: 0 -0PX 0 rgba(26, 26, 26, .4) inset !important; }
 
#main-window[tabsontop="true"][sizemode="normal"]:not([lwtheme="true"]) #nav-bar
    {box-shadow: rgba(26, 26, 26, .4) 0 -0PX 0 !important;
     border-top: none !important;
     margin-top: 1px !important; }
 
#main-window[sizemode="normal"] #browser-bottombox > *
    {border-left: 1px solid rgba(26, 26, 26, .4) !important;
     border-right: 1px solid rgba(26, 26, 26, .4) !important; }
 
#main-window:not([disablechrome="true"]) #navigator-toolbox:after
    {background-color: RGBA(0, 18, 58, 0) !important;
     background-image: -moz-linear-gradient(rgba(26, 26, 26, .4), rgba(26, 26, 26, .4)) !important; }
 
#main-window:not([disablechrome="true"]) .tabbrowser-tab[selected="true"]
    {background-image: -moz-linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)),
                       -moz-linear-gradient(RGBA(0, 18, 58, 0), RGBA(0, 18, 58, 0)) !important; }
 
#main-window[tabsontop="false"]:not([disablechrome="true"]) .tabbrowser-tab[selected="true"]
    {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4), rgba(26, 26, 26, .4) 1px, transparent 1px),
                       -moz-linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)),
                       -moz-linear-gradient(RGBA(0, 18, 58, 0), RGBA(0, 18, 58, 0)) !important; }
 
.tabbrowser-tab:not([selected="true"]),
.tabs-newtab-button
    {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4), rgba(26, 26, 26, .4) 0PX, transparent 1px),
                       -moz-linear-gradient(rgba(195, 195, 195, .5), rgba(90, 90, 90, .5)),
                       -moz-linear-gradient(RGBA(0, 18, 58, 0), RGBA(0, 18, 58, 0)) !important; }
 
.tabbrowser-tab:not([selected="true"]):hover,
.tabs-newtab-button:hover
    {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4), rgba(26, 26, 26, .4) 0PX, transparent 1px),
                       -moz-linear-gradient(rgba(245, 245, 245, .6), rgba(140, 140, 140, .6)),
                       -moz-linear-gradient(RGBA(0, 18, 58, 0), RGBA(0, 18, 58, 0)) !important; }
 
.tabbrowser-tab[pinned][titlechanged]
    {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4), rgba(26, 26, 26, .4) 0PX, transparent 1px),
                       -moz-radial-gradient(50% 3px, circle cover, white 2%, rgba(255, 255, 255, 0) 50%),
                       -moz-linear-gradient(rgba(190, 190, 190, .5), rgba(110, 110, 110, .5) 50%),
                       -moz-linear-gradient(RGBA(0, 18, 58, 0), RGBA(0, 18, 58, 0)) !important; }
 
.tabbrowser-tab[pinned][titlechanged]:hover
    {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, .4), rgba(26, 26, 26, .4) 0PX, transparent 1px),
                       -moz-radial-gradient(50% 3px, circle cover, white 2%, rgba(255, 255, 255, 0) 50%),
                       -moz-linear-gradient(rgba(240, 240, 240, .6), rgba(160, 160, 160, .6) 50%),
                       -moz-linear-gradient(RGBA(0, 18, 58, 0), RGBA(0, 18, 58, 0)) !important; }
 
}
 
@media not all and (-moz-windows-compositor){
 
/**/}
 
@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){
 
#main-window:not([inFullscreen])
    {margin-top: -2px !important;  
     padding-top: 2px !important; }
 
}
 
@media not all and (-moz-windows-compositor){
 
#titlebar
    {visibility: hidden !important; }
 
#titlebar-content
    {visibility: visible !important; }
 
#main-window[sizemode="maximized"][tabsintitlebar="true"]:not(:-moz-lwtheme) #TabsToolbar
    {background-image: -moz-linear-gradient(bottom, rgba(26, 26, 26, 0.4) 1px, rgba(0, 0, 0, 0.05) 1px, transparent 50%) !important; }
 
 
#main-window[chromehidden=""]:not(:-moz-lwtheme),
#navigator-toolbox:not(:-moz-lwtheme) > *
    {background-color: RGB(0, 18, 58) !important; }
 
[id*="aios"][id*="-toolbox"]
    {-moz-appearance: none !important;  
     background-color: transparent !important; }
 
#main-window[tabsontop="false"]:not([stylish-platform*="Linux"]) #navigator-toolbox > *:not(#TabsToolbar)
    {background-image: none !important; }
 
#main-window[tabsontop="true"][stylish-platform*="Linux"]:not([lwtheme="true"]) #TabsToolbar
    {background-color: RGB(0, 18, 58) !important;  
     -moz-appearance: none !important; }
 
}
 
@media all and (-moz-windows-compositor){
 
#main-window[chromehidden=""]:not([inFullscreen="true"]),
#main-window[inFullscreen="true"] [id*="aios"][id*="-toolbox"],
#main-window[inFullscreen="true"] #nav-bar,
#main-window[inFullscreen="true"] #TabsToolbar
    {background-color: RGBA(0, 18, 58, 0) !important; }
 
[id*="aios"][id*="-toolbox"]
    {-moz-appearance: none !important;  
     background-color: transparent !important; }
 
#main-window:not([inFullscreen="true"]) #navigator-toolbox:not(:-moz-lwtheme) > *,
#main-window:not([inFullscreen="true"]) #browser-bottombox:not(:-moz-lwtheme),
#main-window:not([inFullscreen="true"]):not(:-moz-lwtheme) sidebarheader,
#main-window:not(:-moz-lwtheme):not([inFullscreen="true"]) #TabsToolbar:nth-last-child(1n+2),
#main-window[tabsontop="false"]:not([inFullscreen="true"]):not(:-moz-lwtheme) #PersonalToolbar[collapsed="false"] + #TabsToolbar,
#main-window[tabsontop="false"]:not([inFullscreen="true"]):not(:-moz-lwtheme) [id^="__customToolbar"]:not([collapsed="true"]) ~ #TabsToolbar
    {background-color: transparent !important; }
 
#main-window:not([inFullscreen="true"]):not([disablechrome="true"]) .tabbrowser-tab[selected="true"]:not(:-moz-lwtheme)
    {background-image: -moz-linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)),
                       -moz-linear-gradient(RGBA(0, 18, 58, 0) 000%, transparent 000%) !important; }
 
#main-window[inFullscreen="true"]:not([disablechrome="true"]) .tabbrowser-tab[selected="true"]
    {background-image: -moz-linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)) !important; }
 
#browser-bottombox
    {border-radius: 0 !important; }
 
}/**/

Всего записей: 3343 | Зарегистр. 27-11-2007 | Отправлено: 11:10 03-12-2012
   

На первую страницук этому сообщениюк последнему сообщению

Компьютерный форум Ru.Board » Компьютеры » Программы » Расширения для Firefox (Mozilla Firefox Extensions) часть 6
articlebot (15-10-2014 12:58): Переезжаем в следующую часть:
Расширения для Firefox (Mozilla Firefox Extensions) часть 7.


Реклама на форуме Ru.Board.

Powered by Ikonboard "v2.1.7b" © 2000 Ikonboard.com
Modified by Ru.B0ard
© Ru.B0ard 2000-2024

BitCoin: 1NGG1chHtUvrtEqjeerQCKDMUi6S6CG4iC

Рейтинг.ru