для seamonkey такое заглавие подойдет:
Конечно подойдёт для изменения интерфейса, ошибки не из-за этого
так то красиво.... НО в чём прикол
Очевидно из-за других стилей... Вот с похожей кнопкой
Отредактировано Vitaliy V. (09-08-2016 22:57:33)
Отсутствует
Отсутствует
Подскажите, как грамотно уменьшить ширину главной кнопки?
А что только одну кнопку, уменьшать так сразу все.
#nav-bar #PanelUI-menu-button { -moz-padding-start: 2px !important; -moz-padding-end: 2px !important; } #nav-bar #PanelUI-menu-button > .toolbarbutton-icon, #nav-bar #PanelUI-menu-button > .toolbarbutton-badge-container, #nav-bar #PanelUI-menu-button > .toolbarbutton-badge-stack { padding-left: 3px !important; padding-right: 3px !important; } #nav-bar #PanelUI-menu-button > .toolbarbutton-icon { width: 26px !important; }
всё зделал
Что сделал, а что за проблема-то? И браузер какой из этих
Отредактировано Vitaliy V. (16-09-2015 23:02:17)
Отсутствует
fokanik
Эту кнопку не смотрел и вообще Ночным режимом не пользуюсь.
Разве что случайно недавно попалось это расширение https://addons.mozilla.org/ru/firefox/addon/restyler
В нём есть такой стиль
@-moz-document regexp("(https?|ftps?|about)://(?!((.*).pdf$)).*") { html, body { background: linear-gradient(to top, #212122, #212122) repeat !important; background-color: #212122 !important; } body * { color: #9e9e9e !important; background-color: transparent !important; border-color: #424242 !important; } a, a * { color: #039be5 !important; } a:visited, a:visited * { color: #0277bd !important; } a:hover, a:hover * { color: #81d4fa !important; } }
P.S. И ещё такой
@-moz-document regexp("(https?|ftps?|about)://(?!((.*).pdf$)).*") { html, body { background: linear-gradient(to top, #212122, #212122) repeat !important; background-color: #212122 !important; } body * { color: #9e9e9e !important; background-color: #212122 !important; border-color: #424242 !important; } a, a * { color: #039be5 !important; } a:visited, a:visited * { color: #0277bd !important; } a:hover, a:hover * { color: #81d4fa !important; } }
Отредактировано Vitaliy V. (17-09-2015 00:16:57)
Отсутствует
было
У вас на скрине как минимум два стиля для меню.
И тот мой стиль был не для Pale Moon, а для FF австралис, и то не полный (только для menupopup).
Отредактировано Vitaliy V. (17-09-2015 00:46:43)
Отсутствует
У вас на скрине как минимум два стиля для меню.
почти тоже самое
/* AGENT_SHEET */ /* by makondo, 10/10, thanks to besnath for the insert idea!*/ @namespace url(http://www.w3.org/1999/xhtml); @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* Comment, if you use any of this */ /* shortcut keys > */ .menu-accel-container, #contentAreaContextMenu menuitem[disabled="true"], #contentAreaContextMenu menuitem[disabled="true"] menuseparator, /* menubar menu items arrows > */ menubar > menu > .menu-right, /* bottom separator > */#menuedit-bookmarksMenuPopup-untitled0 { display: none !important; } /* greasemonkey */ menu[label="User Script Commands..."], menu[label="Most Visited"]/*, autorepeatbutton*/ { visibility: collapse !important; } /* === scroll */ menupopup, context-menu, menupopup > menu > menupopup, #BMB_bookmarksPopup .arrowscrollbox-scrollbox, #bookmarksMenuPopup { -moz-appearance: none !important; max-height: 800px !important; overflow-y: auto !important; } #bookmarksMenuPopup .arrowscrollbox-scrollbox { overflow-y: auto !important; padding-bottom: 10px !important; } /* === hide icons */ #appmenu-popup .menu-iconic-left:not([checked="true"]), #custombuttons-contextpopup .menu-iconic-left:not([checked="true"]), #mmsearch-context .menu-iconic-left, #translator-content-area-menuitem-translate-page .menu-iconic-left, #translator-content-area-menuitem-translate .menu-iconic-left { visibility: hidden !important; } .menuitem-iconic.ae-clippings-clipping { list-style-image: none !important; } menupopup, context-menu, menupopup > menu > menupopup { -moz-appearance: none!important; background: rgba(0,0,0, .2) !important; font-size: 13px !important; border-radius: 2px !important; padding: 0 !important; /*margin-left: 12px !important;*/ } /* inset bg */ popup:not(#autoscroller) .popup-internal-box, menupopup .popup-internal-box, #PanelUI-helpView, .panel-subviews { margin: 10px !important; background: rgba(0,0,0, .2) !important; box-shadow: inset rgba(0,0,0, 0.5) 1px 6px 16px 2px !important; border-radius: 3px !important; border: 1px solid rgba(0,0,0,.6) !important; } /* === menuitems */ menu[disabled="true"], menuitem[disabled="true"], .splitmenu-menuitem[disabled="true"], menu[_moz-menuactive="true"][disabled="true"], menuitem[_moz-menuactive="true"][disabled="true"], .splitmenu-menuitem[_moz-menuactive="true"][disabled="true"] { color: #808687 !important; } .menu-right { margin: -5px 0 !important; } menupopup menu, menupopup menuitem, menulist > menupopup > menuitem > .menu-iconic-text, panel, popup > menu, .splitmenu-menuitem, #PlacesChevronPopup .menu-iconic.bookmark-item, #interclue-state-popup menuitem, .about-menuitem, .subviewbutton { -moz-appearance: none !important; border: 1px solid transparent !important; font-size: 16px !important; color: #FFFFFF!important; text-shadow: 1px 1px 2px black, 1px 1px 2px black !important; } menupopup .popup-internal-box, #appmenuPrimaryPane menupopup .popup-internal-box, #appmenuSecondaryPane menupopup .popup-internal-box, #appmenuPrimaryPane menupopup, #appmenuSecondaryPane, .menuitem-iconic.interclue-selected { padding: 3px !important; background: linear-gradient(-300deg,rgba(0,0,8,0.8),rgba(0,0,0,0.4), #AFC9C6) no-repeat !important; border: 1px solid rgba(10,10,10, .5) !important; } /* red on hover */ /* menubar > menu:hover, menubar > menu:focus, */ .splitmenu-menu:hover, .splitmenu-menuitem:hover, menupopup menuitem:not([disabled="true"]):hover, menupopup menu:hover, menupopup menuitem:not([disabled="true"]):hover .menu-text, popup menu:hover, popup menuitem:not([disabled="true"]):hover, menuitem:not([disabled="true"]):hover .menu-text, menupopup > menu:hover, menupopup > menu:focus, popup > menu:focus, popup > menu:hover, #appmenuPrimaryPane menu:hover, #appmenuSecondaryPane menu:hover, #appmenu_webDeveloper:hover, #appmenu_charsetMenu:hover, #nightly-appmenu:hover, #mmsearchpopupsearchengine menuitem:hover, .menuitem-iconic.menu-iconic.mmsearch_freesearch.mmsearch_freesearch-group:hover, #configContext menuitem:hover .menu-text { background: radial-gradient(at top, #AFC9C6, transparent) no-repeat !important; color: #FF300B !important; text-shadow: 1px 1px 2px black, 1px 1px 2px black !important; } menubar > menu:hover, menubar > menu:focus { -moz-appearance: none !important; background: transparent !important; color: #FF300B !important; text-shadow: 1px 1px 2px black, 1px 1px 2px black !important; border: 1px solid transparent !important; } menubar > menu {border: 1px solid transparent !important; -moz-appearance: none !important;} /* eleminates sys gray hover */ menu[_moz-menuactive="true"], menuitem[_moz-menuactive="true"], .splitmenu-menuitem[_moz-menuactive="true"] { background-color: transparent !important; box-shadow: none !important; } /* === bkmrk toolbar menus */ #PlacesChevronPopup menu label { font-weight: normal !important; color: #D9E5C3 !important; text-shadow: 1px 1px 2px black, 1px 1px 2px black !important; } .menulist-label-box { padding: 0px !important;} menulist:focus:not([open="true"]):not(.menulist-compact) > .menulist-label-box { background-color: transparent !important; padding: 0 !important; border-color: transparent !important; } menupopup, popup, context-menu { border: 1px solid transparent !important; } /* WSP groups menu fix */ .menuitem-iconic.menu-iconic.mmsearch_freesearch.mmsearch_freesearch-group { font-weight: normal !important; color: #D9E5C3 !important; text-shadow: 1px 1px 2px black, 1px 1px 2px black !important; } menu.menu-iconic > .menu-iconic-left, menuitem.menuitem-iconic > .menu-iconic-left, .splitmenu-menuitem[iconic="true"] > .menu-iconic-left { -moz-appearance: none !important; padding-top: 0px !important; } /* === appmenu button menu */ #appmenu-popup { background: transparent !important; } #appmenu-popup .popup-internal-box, .panel-subviews { background: transparent !important; border: none !important; box-shadow: none !important; } #appmenuPrimaryPane, #appmenuSecondaryPane, .panel-subview-body { margin: 16px 10px 10px 10px !important; background: rgba(0,0,0, .4) !important; box-shadow: inset rgba(0,0,0, 0.3) 1px 6px 16px 2px !important; border-radius: 3px !important; border: 1px solid rgba(0,0,0,.3) !important; } /* ======================= */ #PlacesToolbarItems > toolbarbutton > menupopup > menu label, #PlacesToolbarItems > toolbarbutton > menupopup > menuitem label, .menuitem-iconic.bookmark-item.menuitem {/* font-weight: bold !important;*/ font-family: "verdana", Verdana, sans-serif !important; color: #CED3B9 !important; text-shadow: 1px 1px 2px #000, 1px 1px 2px #000 !important; } #PlacesToolbarItems > toolbarbutton > menupopup > menu label, #PlacesToolbarItems > toolbarbutton > menupopup > menuitem label, .menuitem-iconic.bookmark-item.menuitem { font-weight: normal !important; } #PlacesToolbarItems > toolbarbutton > menupopup > menu > hbox > .menu-right { width: 16px !important; height: 16px !important; } #appmenu-popup menu>.menu-right { padding: 0 !important; margin-left: -2px !important; } .splitmenu-menuitem, .splitmenu-menu { -moz-appearance: none !important; background: none !important; } /*.split-menuitem-menu:hover, #appmenu-popup menu>.menu-right:hover { -moz-appearance: none !important; background: transparent !important; }*/ #identity-popup-more-info-button .button-text, #notification-popup popupnotification .button-text { font-weight: normal !important; color: #bbb !important; text-shadow: 1px 2px 1px #000 !important; } /* TMP rename tab menu */ #tabmixRenametab_panel label, #tabmixRenametab_defaultRow { font-weight: normal !important; color: #999 !important; text-shadow: 1px 2px 1px #000 !important; } #tabmixRenametab_panel button { -moz-appearance: none !important; border-radius: 3px !important; background: radial-gradient(at top, #A0AA8E, transparent), linear-gradient(to bottom,rgba(150,150,150, .6), rgba(150,150,150, .2), transparent) !important; border: 1px solid !important; border-top-color: #7C836E !important; border-right-color: #585E51 !important; border-bottom-color: #3E4239 !important; border-left-color: #585E51 !important; color: #000 !important; text-shadow: 1px 0px 0px #000, 1px 1px 1px #8FA17C !important; font-weight: normal !important; font-family: "Verdana", Verdana, sans-serif !important; } #tabmixRenametab_panel button:hover { -moz-appearance: none !important; background: radial-gradient(at top, #DBEAC7, transparent), linear-gradient(to bottom,rgba(85,116,132, .6), rgba(150,150,150, .2), transparent) !important; border: 1px solid !important; border-top-color: #9EA891 !important; border-right-color: #7B8371 !important; border-bottom-color: #646958 !important; border-left-color: #7B8371 !important; } #tabmixRenametab_panel button:hover label, #tabmixRenametab_titleField { -moz-appearance: none !important; font-weight: normal !important; color: #D6E5C2 !important; text-shadow: 1px 2px 1px #2C2F28, 1px 2px 1px #000 !important; } /* about: custom button */ .about-menuitem label { font-weight: normal !important; font-size: 13px !important; color: #D9E5C3 !important; text-shadow: 1px 1px 2px black, 1px 1px 2px black !important; } .about-menuitem:hover label, .about-menuitem[checked] label { -moz-appearance: none !important; color: #F00 !important; } /* ============= IMAGES ============== */ /* === the finger */ menu .menu-right { -moz-image-region: auto !important; list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAACkUlEQVR42s1UzU8TURCf99GGbrftpmAiWgStFkFOECsxxIPEkxcTvoJ6IZB4JdyNeBUveDI9YEKiByFc9B8wxpsHgpCQFAOxyEcA6bZbdvftx/i2ogdMCFyMk7zsy87Ob34zv5kF+N+MHOfs6elljuMQTUvg9PS0dyqgoaEhYhgVNjPz1j3qGxgY4ImEhsXiPolGo2hZFqiqCqVSCUl/fz9h0lzPg5iq4tTUlHcIGE01XLjDeeje0tLiZ9cRL+fm5twTMxodHb14KX1lWNOSD0zTaiLyi7JhwPz8/AIjmEvWJveUiOIQQmzDKHumabqM0S0yNjZWf6Pz5hPTPIBYPK6pauyuYRyolm0BILqbW9uwuroGti14OBwGSumfI8HA8z2Ix+Mev9rS2ns92/lIL+kyDmWADZKN46PPdnb2uOsTrD+XIoxSDwF9znhIOELesAoSPH1EFmS51nD+rFObTDicsZDMxCUgt4UDmctp4JyD7/vIKKO7e7tkZHjkleOIFfkOCKVCJgBZYonLksISmbmug5SSkGXZ6LouUFI1EMIl0o/xWBxXvq7QfH75WaFQWD7aW/5jv7hZMR26rxu8WNS9spReaoDSF5xquUFJIR6C8fGnbzKZzLfb3d0hlCyFEKAoClQqFeCLC1/ev5icvK9Go6qWrKsTwg4kZgGbKgiiH4lEYG11je1sbz7P5/MHfX19cs5mvL/kz2azMc/zElryzOvGxqZbVRD4xSnoUblcgk8fPzxua2udSKVSIpfL4bFz1NXVpRTWNyZqaiL3CaEKBJogio3v6+/KZf3hiZZO0qW/7+3t7al0Ot3a3Nzc0tHR0XA46fRUW3zqgOO2f3BwsKp90GRd13F2dhb/2f/oJwQgQaS2FOEGAAAAAElFTkSuQmCC") !important; } /* === menu separators */ menuseparator { -moz-appearance: none !important; margin: 1px 6px !important; border: 1px solid transparent !important; padding: 2px !important; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAToAAAAEBAMAAADsa+4GAAAAElBMVEUAAAADAABNSUdOSUeajYabjYZp3osxAAAAXklEQVR42s1NgQ3AMAjyhb0gH9AX1g/c/69MrW2zC1YSE0RAaQmoY1AGKw5QgdL9gKkzdO6AlimWCjA73ZSr7qKWvzKM0FfA63V0Ij1sYk+/fbrZnI/w71WukyFH4wWQxVT19RYmiQAAAABJRU5ErkJggg==") repeat-x !important; } /* === checkbox bullets */ #main-menubar menupopup menuitem[checked="true"] .menu-iconic-left, menupopup menuitem[checked="true"] .menu-iconic-left, #stylish menupopup menuitem[checked="true"] .menu-iconic-left, #appmenu_toggleTabsOnTop menuitem[checked="true"] .menu-iconic-left { -moz-appearance: none !important; min-height: 16px !important; min-width: 16px !important; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAACXBIWXMAAC4jAAAuIwF4pT92AAABJElEQVR42jVPvWqDYBT9QuhQmi4tLoW+kOAUIaNBNFvwpwTFEE0cQtu0m5NmctFNEA2+hoMheYaEpJUWo6m19wt0OJx7z+UezkG6rl9Np1Okado9wzBPFEW9Yx6Px3dYn0wmLYQHRVE6LMsuZrPZh+u6X5jxDvotviP4IGiafuF5/hzH8W+apj+YB4PBGfQ3wzDaqN/vj2A5wEdt2/bJsqwSuIBj3e12PyVJIhBJkq/wlS+Xy8r3/dLzvAb45DhOyXFcAXhEvV5vJAjCYbVa1ev1uthut2WWZd9hGNbgkg+HQwKJokgAnqMoqvb7fZPn+Xm32zVBEFSyLC+gXfvSDsJ35vO5miTJBoIfwXVjmqYK+s2lHQRs4QFDVdVrcH3A/K9h/AHS9qy+xl0K4QAAAABJRU5ErkJggg==") center no-repeat !important; } #BMB_bookmarksPopup .menu-right, menu>.menu-right { -moz-appearance: none !important; list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAC4jAAAuIwF4pT92AAADGUlEQVR42mNoaGhgGEjMMOqAUQeMOmDUAeRqDA4OYfbz82eJi4tjppsDEhMTGUNDw1iwyYWHh7OkpaUzh4WFsQDVMUdGRjKnpqYyA8WZyHYA0DBGoEEsoUBDk5KSmJEcwl1bVx/Q2NSyICw8IicoKIiFLiFQUFCgOGny1JZFi5ffnzlr/v9Zs+f/7+2f/D82PvliQkJSdlFxSURNTV1wbW29T2FhkWdGRqZrdna2LskOiIqKYgTRRUVFkitXrZmxYOGiGWvXb1ixc/fez2vXb/6/dMXq/0uXr/rd0z/5d3Ze8e+U9Nz/WbnF/3PyS//nFZb/Lyiu/F9YUvU/r6j8f01D65/4xJR5Ls7OTOnp6YxEOSAmNpYVRM+aPSf33oMn/89fuvr/3MUr/4+fOvv/5Onzv4D0301bd/1fuHT1v6Ur1/9fsXrjn+WrN/xavW7L/6Ur1/1fsnwtUG7V/wWLV/6ft2jFf2dXzxsODg6sRIdAcnIyOE5BPv/9+8+vj58+f/369duv799//Pv27fu/9x8+/Xv77sP/j5++gNmfPn39d+/+w79OTq7zbG3tq6ytbatsbO1L7O0dS4yNTdL09PTkwR6LiSEuBDIyMsAOmD5jxrwfP3/+ffvu3c/PX778f/v+/b+Xr1//e/3mzf83b9/+B9EvXr389+3797+79uz9Lysrq0GVRAjM2+Dgam3vaH374cv/O/cf/T1z/vKf/YdP/N9/+OQ/GN536MS/vYeO/zl07MwfKxu7pc7OzlzxCQmsQP0sERERoJzDAsqe2HxOKBGCs1xkZLRlfWPr/e6eCa9nz1vyf+qMub+B+N+0mfP+gegp0+f8mbtg6Z/a+tb/qqqqhiA9oaGhzFTNhmZmZrzGxsYyzq4eB5NSMv4np2b+TwLhlMz/aRm5/yOj4//LySnUeHl5saelpTHSrBywsbHhkldQmqquof1eQ1P3p4amzncg+yMvL/8SmhfFwGCFF6dGRkYyysrKWurq6prAkJGFloxM9KoLmAa8NgTWDYzARMoELCuYQkJCGEcbJKMOGHXAqAMoxQC0kG59QmABTwAAAABJRU5ErkJggg==") !important; } .autorepeatbutton-up[disabled="true"], .scrollbutton-up[disabled="true"], .autorepeatbutton-down[disabled="true"], .scrollbutton-down[disabled="true"] { visibility: collapse !important; } /* === arrow up */ .autorepeatbutton-up { -moz-image-region: auto !important; border: none !important; list-style-image: none !important; width: 0 !important; height: 16px !important; padding-left: 16px !important; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAC4jAAAuIwF4pT92AAACoElEQVR42mNoaGhggOH6+no4XVdXx9DS0sLQ3NwM5iPLIevBqrmxsRGsOSszizE3N5ehqakJLAYyFFkz2ABkjSAMUlxeXs4M0hgUGMgQEBDAUFRUBBJjamtrw3ANhrMqKyuZIyIiGJwcHcVmz56zrLCoeJGujq5oZGQkQ2JiIjPIFSDXwPQga2ZMSEhg8PHxYfAPCPSYMn3u7f9QUF3XctPewcnXxcWZAaQGqIcRZgjcSfHx8Qze3t4czi7uTRW1zf83bNnzLzExKXf+wkXTn7358r+2oeO/rJzCBDc3N8GUlBSGmpoaiAFdXV2McXFxIAM4Y+MSt7a29/8vKq26oKOr75qfX9AYGhrWFReflLFg8Yqbvv5h/1nYOM5ERUYK5efng7zCyNDT28scHh4GCiil+QuW/AgNjZypq6vnPGP2wgMwL+Tkl+w2t7AKi4lNmCkqJvU/IT5eu7Ozk6G2tpaJobW1lTEnJ4ehuLhYytLSKsPOziF/3qJln4+dvPB/2rQZXXv3H1h/8/7z/2WVDZ9VVdUrpaSk01JSUmVaW1tA0coIim/GgoIChrTUNM7c3PyZ23bs+d/dN/l5VHRcEChA3d3c2GbMnFM8dca8b54+wf+ZWdnXAcNAABSlYAN6enqAXggHuUB+/4FD/zu7eg84OTorQeOfBRh9jFFRkQwVlRX6aRm5e3j4BP8nJMRrtre3Q7zQ0dHBlJyczFBYWCgbn5BUExkRwenh4cGQl5fHDEqNIJuABjEHBQYxpKdnsBubmBa5uLgogJI42AVAU8DJFqiBwdnJiQGUAkHxDEqRsDwBSyexsTEMrq6uDFWVVYiUiJwsgWHBiJ43kNkgW4HRx1RdVQ1PjagKgC5BTuvoGCQOMgRrUoY5F1u2xacGAKC3j0eZAblXAAAAAElFTkSuQmCC") center no-repeat !important; } .autorepeatbutton-down { -moz-image-region: auto !important; border: none !important; list-style-image: none !important; width: 0 !important; height: 16px !important; padding-left: 16px !important; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAC4jAAAuIwF4pT92AAACo0lEQVR42mOor69naGhoYADRdXV1DMh8EI3MxqYGRUFzSwuYjawZGYPEm5ubGRobG+FqUEwrKChgRLcVxQKg5vz8fKbqqmq4IQy1tbUMLUCb8/LyGJydnBhyc3NBEoxNTU1wJ0MNYoyNjWFwdXVlqKqsQniho6ODKTk5maGwsFA2PiGpJjIigtPDwwNkIDPI4La2NoaioiLmoMAghvT0DHZjE9MiFxcXBZBrgIYzMvT09DCHh4czFBcXy+8/cOh/Z1fvASdHZ6WAgACQRpbIyEjGqKhIhorKCv20jNw9PHyC/xMS4jXb29tBrmcCOZ8R6HeGtNQ0ztzc/Jnbduz53903+XlUdFyQj48Pg7ubG9uMmXOKp86Y983TJ/g/Myv7upSUFAGQy8AuaG1tZczJyQG5QMrS0irDzs4hf96iZZ+Pnbzwf9q0GV179x9Yf/P+8/9llQ2fVVXVK6WkpNNSUlJlWltboF7o7QV6IQzkXKX5C5b8CA2NnKmrq+c8Y/bCA/+hICe/ZLe5hVVYTGzCTFExqf8J8fHanZ2dEC90dXUxxsXFMcTHx3PGxiVubW3v/19UWnVBR1ffNT+/oDE0NKwrLj4pY8HiFTd9/cP+s7BxnImKjBQCRicoKhnhCQdoAIO3tzeHs4t7U0Vt8/8NW/b8S0xMyp2/cNH0Z2++/K9t6PgvK6cwwc3NTRAYBgw1NTWQaERKMIwJCQkMoIDzDwj0mDJ97m2YF6rrWm7aOzj5urg4M4DUgNIJPCGhp7rKykrmiIgIBidHR7HZs+csKywqXqSroysKjE6GxMREZlDCwpmUQRiUAsvLy5lBKTIoMJABmh5AYkygqEPOK3AXoOc4kA2gVJiVmcUIMghkKEgMKVnDMUZuQ862IENASRbdVmQ9AG7Bj0ch2LUPAAAAAElFTkSuQmCC") center no-repeat !important; } /* === urlbar autocomplete switch to tab drop */ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-icon { width: 0 !important; padding-left: 12px !important; height: 12px !important; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAABpUlEQVR42gGaAWX+AHJwcwFIQkIDj4+NAFldXyQADR1tAhEidlpmZDeVlZAARDw7AHl2dgAAaWZjAn9+ewBBQUNLDRolwDtNV/RAUl34FSc000xbXmmLi4gGgH19AABhXlgAa3JrXQAAAO1qgHz/tMm/+rLHvvt2iYr+AAAL/3eDenJ9fHwAALS7tB4VJivFCRUl/2F+g/RHYWn7RmFo/GiIifYPISv5HTM177m5sQoAx8u6ZBc3PuwpSFX8W3d5+lRuefxXc3n7VnJ0/ChMWPgdO0L/1dbCGgCYn4lWSF1Z5mOCivuGo6P6fJid/XqYnfyEoKD7ZIGE9khbV/6Zo4sWAIuQggxOW0yrdpOW/8Pc4/HC19v3w9fc98Db3/Jyio//Ul9Py3J1agMAUEpKACYuGzUqOyzPmayj/9rYz//c2c7/kqad/y9BM9YiKBM8fnx/AABQSkoCQj07ADAzLCMAAACJDAwJtA0MCLYAAACMLC8oKXBuawB8enoAAIyLiwBpZGUCV1BRAICAgQB1cnMBdXJzAYGAgQBWT1AAbmlqAoOBgQBtLa4cBxrLlgAAAABJRU5ErkJggg==) center no-repeat !important; } /* === urlbar autocomplete reload icon */ .ac-result-type-tag { width: 0 !important; padding-left: 16px !important; height: 16px !important; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACbUlEQVR42pVTzUpqYRRdHn8yJVPQNM3UQUXkQHBkQT2AkINmDkJ6AR048AF8Egc+gROFRk1qmiGohJQ/hdiv5G9aZ+1uly6N7obDOef7vr322mvtTwM1EomE8+Pjw4T/j5FGTXZVKpWGxWIxzufzXyc0Go281QL/rCuKgpeXl6lO3TD7/X6jzWbDbDb7BcCDer1egN7f3+VhaLVaPD096XXqxnxlZQUOh+Pv5ncYjUbU63VcX1/D6XTC6/VieXkZw+EQOp0OCwsL0PGgx+PB6uoqJpMJDAaDALGdpaUldDodUpX/Xq+H3d1dbG1tYTqdSgEBcLvdgk5ag8EAi4uLGI/HMJvN8Pl8qNVqssaKp6enCAQCCAaDqFar0IZCIVskEklygX0eHx9jbW0N0WhUmGxsbODg4EC0IBD14DsWi8maMGB1q9WKk5MT3NzcIJvNYmdnB/v7+xiNRlJZLYR2u43Ly0v5J/j6+joUVnW5XCiVSjg/P5d22G8+nxehKBqr8puATH54eECr1RLhFfrbbDZxeHiIo6MjdLtd0SKZTEqSahX6/b640mg0RFSTyQS73Y7Hx0co3GDS29sb1HkQdTkP6XRaEkiVa8ViEblcTmjf3t6KM3d3d18a3N/fo1wuIxwOi52kSP/Jgu0RRJ1WKVIoFJDJZESzq6urLxfUvpK0je0w4eLiQvw+OzsTYApJ8egUE/f29gSMogoDfnCISFW9E0ilUiLo6+uriMieqQcLxONxWac21IB3QaEGP+ecSm9ubgob9krQ7e1tmUzOAF2i0M/Pz+BdGFIs9v3zNtJe2seD3GOQ4Xf8uUz4BPxCRhch2o/cAAAAAElFTkSuQmCC) center no-repeat !important; }
Отсутствует
Эту кнопку не смотрел и вообще Ночным режимом не пользуюсь.
Да это просто кнопка так называется, видимо из-за стиля. А так вроде можно любой стиль в нее вложить:
Отсутствует
почти тоже самое... а работает на Pale Moon и в FF австралис
Жуть... Это называется работает
Да это просто кнопка так называется
Я понял что речь о кнопке, но не смотрел её. А так можно и в Stylish сделать.
Отсутствует
откуда скрины брат?
С австралиса, чистый профиль разумеется.
Вот Pale Moon
Отсутствует
custombutton://%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Ccustombutton%20xmlns%3Acb%3D%22http%3A//xsms.nm.ru/custombuttons/%22%3E%0A%20%20%3Cname%3ENight%20Style%203%20%28%u0438%u0437%20firefox%20SM%29%3C/name%3E%0A%20%20%3Cimage%3E%3C%21%5BCDATA%5Bdata%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAANkE3LLaAgAAArVJREFUeJxtkktoVGcUx3/fd+/ceahMRum0E6vB+IKYFtpqFRFJu+imrgRdBkFoKC5cCC5cOM7GnQuXFqTSbqQWSsGFjS22Gsn4SqJJFCXJjBlnJol5mHHinbn3zj1dTKdMZA4c+M7hf37nnI+jeM8eXiLQGSMSqfGhrvEBBlqExYrLTC7M2+6jOM161Ry8uEhwU4L23Py2c/HNO7ujnT1xtKFLL++XFqaHn21c9/zsokMm0cvK+425lcS0f6Uze7nrD5n6uSrvJkWc6brbGZFiv+R++vKBc43dmR8JNep049Gx5+T+3HznuU37jn1FdL1F9QHYd+peSUOwwscHvt9dKO08rzf0HmxM3wAoT/zPQ5b1qQrYAakMggyDHgFjBNQI4qQR8lihtu6ayN5ksg4wAZJJlMHbsFa1GM4oRHwwXQh69T7KgIoJroWmEjVUeW0P6BT4ZmOFSNCZ8LXj4TwBX8CxQf8HsDXKDyOuCeL4kbD9ctUfpFL4y257vIaaQQdRfpHs3VdgzUBohuydAnivQENN67mS81H0b/D/XwHANAMjK57uEj/WRWRLG/oeSA18H0wFaz6DcoBq9emQDsbSqVQdYDQAsa0D+W8/WRotTskX0fZdW2M7viY74FIYi7K95wjiriefHnyUSGROZSfTQz9crwNW2fQvhJ0b7M9f7ZiUQq/I/BUZv3pIZO6EFH/b8cbt5/DiTaLNNbo5uDxOtbrCRLXsjPu527B8nY7EEOT/xFsuT3g2w48HVl/hqlMGkEsE7Hhoz9hCz81YdG1EIwgW8dDgd+sK2SuqDw+QlhMAqD5czzBfDFW+Md5tO4219wJ/zR/wXRUcV324zcUtAQA3HpVLPtaCFW7DCITQZtibXVKZVlqjVfLaP9Rml1b6S0uvD46NjqqnE8Xe42d+f9hK+y8c6jNrdcGm9QAAAABJRU5ErkJggg%3D%3D%5D%5D%3E%3C/image%3E%0A%20%20%3Cmode%3E0%3C/mode%3E%0A%20%20%3Cinitcode%3E%3C%21%5BCDATA%5B/*Initialization%20Code*/%5D%5D%3E%3C/initcode%3E%0A%20%20%3Ccode%3E%3C%21%5BCDATA%5Bthis.checked%20%3D%20%21this.checked%3B%0A%0Aif%20%28%20this.%20checked%20%29%20%0Athis.image%20%3D%20%22data%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAm1JREFUOI2Nkt1LU3EYx59zzs45m245p5buzaUiQV0V5AIRoswSItCY0UVXdtFf0z8QRFCwC6PCEAqL7CaYzZelc7rmltvOOjvbztzO287br6tgzS187r4Pn+8HHngwaDOTN+apiYkrd69PBYMUSeIbWzuR8NLy8ta3FamVJVoXs/OLAa/X++LRw7nQ+KjfeW7AdXbY77ufSudu2Xs90ezhLtfMY83h3sIi7fH43wT8ngZNQnRgoM9KYnqqIqDbotS4FE8ciJn04fTq+5fHfzt4s6Cvr39m9ubEHoVJr0AXIpJQ35V0epq2dg339DjEhbk7g263e76584+gwGTx8bERUpFFCQF00Tb7NYrEKQL0JE3iRZ9nULh4YcTT3LE0B9M0Ecdx+y6XSx7yBIYsFM2auvaDop3nZUVhMTCYMw5bpaPAMFD5y9pXYXQkgOx2+5CBAaFbCC9JYBXMStZ/ZdJCMpnKdTzBRBD7mWZcmqapslhbrwvCoW4YrIXAyoosZD6srvGZo/x2R8HnlXCtwPFZpsDRkiRUE8kcn2e4YqlSzWdzeSVX4EoP5maqHQUAAFYr/T22l3LUajVUYFlrLL5PHFeK1c1YoluS1e1QKAT/FbwNP9N5/jgnKSpO07hIUZjYUDUolfji8tLzRit/4hMBADCccKia8USVpUlNkS9nj5jxeHwnwhayv1tZSztBkUkJypj7sbt/FLd1dYPP70OfPr572o49cQIAgGkivVrlkc1GQTB4FcplDhoN1Ti1ACGoIYRFWJaDSGQdNje3DkzT5E8tqNfryl7iYPZMjzPs7O19HY1uTHFcqdyO/QM+cS7YiGvNZgAAAABJRU5ErkJggg%3D%3D%22%3B%0Aelse%20%0Athis.image%20%3D%20%22data%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAANkE3LLaAgAAArVJREFUeJxtkktoVGcUx3/fd+/ceahMRum0E6vB+IKYFtpqFRFJu+imrgRdBkFoKC5cCC5cOM7GnQuXFqTSbqQWSsGFjS22Gsn4SqJJFCXJjBlnJol5mHHinbn3zj1dTKdMZA4c+M7hf37nnI+jeM8eXiLQGSMSqfGhrvEBBlqExYrLTC7M2+6jOM161Ry8uEhwU4L23Py2c/HNO7ujnT1xtKFLL++XFqaHn21c9/zsokMm0cvK+425lcS0f6Uze7nrD5n6uSrvJkWc6brbGZFiv+R++vKBc43dmR8JNep049Gx5+T+3HznuU37jn1FdL1F9QHYd+peSUOwwscHvt9dKO08rzf0HmxM3wAoT/zPQ5b1qQrYAakMggyDHgFjBNQI4qQR8lihtu6ayN5ksg4wAZJJlMHbsFa1GM4oRHwwXQh69T7KgIoJroWmEjVUeW0P6BT4ZmOFSNCZ8LXj4TwBX8CxQf8HsDXKDyOuCeL4kbD9ctUfpFL4y257vIaaQQdRfpHs3VdgzUBohuydAnivQENN67mS81H0b/D/XwHANAMjK57uEj/WRWRLG/oeSA18H0wFaz6DcoBq9emQDsbSqVQdYDQAsa0D+W8/WRotTskX0fZdW2M7viY74FIYi7K95wjiriefHnyUSGROZSfTQz9crwNW2fQvhJ0b7M9f7ZiUQq/I/BUZv3pIZO6EFH/b8cbt5/DiTaLNNbo5uDxOtbrCRLXsjPu527B8nY7EEOT/xFsuT3g2w48HVl/hqlMGkEsE7Hhoz9hCz81YdG1EIwgW8dDgd+sK2SuqDw+QlhMAqD5czzBfDFW+Md5tO4219wJ/zR/wXRUcV324zcUtAQA3HpVLPtaCFW7DCITQZtibXVKZVlqjVfLaP9Rml1b6S0uvD46NjqqnE8Xe42d+f9hK+y8c6jNrdcGm9QAAAABJRU5ErkJggg%3D%3D%22%3B%0A%0Aconst%20sss%20%3D%20Cc%5B%22@mozilla.org/content/style-sheet-service%3B1%22%5D.getService%28Ci.nsIStyleSheetService%29%3B%20%20%0Avar%20uri%20%3D%20makeURI%28%22data%3Atext/css%2C%22%20+%20encodeURIComponent%28%20this.Help%20%29%29%3B%0A%0Aif%20%28%20sss.sheetRegistered%28uri%2C%20sss.AGENT_SHEET%29%20%29%20sss.unregisterSheet%28uri%2C%20sss.AGENT_SHEET%29%3B%0Aelse%20%0Asss.loadAndRegisterSheet%28uri%2C%20sss.AGENT_SHEET%29%3B%5D%5D%3E%3C/code%3E%0A%20%20%3Caccelkey%3E%3C%21%5BCDATA%5B%5D%5D%3E%3C/accelkey%3E%0A%20%20%3Chelp%3E%3C%21%5BCDATA%5B@namespace%20html%20url%28http%3A//www.w3.org/1999/xhtml%29%3B%0A/*@namespace%20xul%20url%28http%3A//www.mozilla.org/keymaster/gatekeeper/there.is.only.xul%29%3B*/%0A/*browser%5Btype%3D%22content-primary%22%5D%20%20%20%7B%09background-color%3A%23464646%20%21important%3B%09%7D*/%0A%0A@-moz-document%20regexp%28%22https%3F%3A//%28%3F%21insiderblogs.info%7Cforum.mozilla-russia.org%7Cvk.com%7Calternatio.org%7Caddons.mozilla.org%7Cwww.stoletie.ru%29.*%22%29%20%20%20%7B%0A%09*%3Anot%28%3Aempty%29%3Anot%28%5Bonclick*%3D%22open%22%5D%29%3Anot%28span%29%3Anot%28%5Bclass*%3D%22stars%22%5D%29%3Anot%28%5Bid*%3D%22stars%22%5D%29%3Anot%28%5Bid%3D%22rating%22%5D%29%3Anot%28%5Bclass%3D%22rating%22%5D%29%3Anot%28%5Bclass*%3D%22SPRITE%22%5D%29%3Anot%28%5Bid*%3D%22SPRITE%22%5D%29%3Anot%28%5Bid*%3D%22lbImage%22%5D%29%20%20%20%7B%0A%09background-image%3Anone%20%21important%3B%0A%09%7D%0A%0Ahtml%2Cbody%20%20%20%7B%0A%09background%3Anone%20%23464646%20%21important%3B%0A%09%7D%0A%0Abody%20*%20%20%20%7B%0A%09background-color%3Atransparent%20%21important%3B%0A%09%7D%0A%0Adiv%5Bid%5D%20%20%20%7B%0A%09%0A%09background-color%3Ainherit%20%21important%3B%0A%09%7D%0A%0Aspan%3Anot%28%3Aempty%29%3Anot%28%5Bclass*%3D%22icon%22%5D%29%3Anot%28%5Bid*%3D%22icon%22%5D%29%3Anot%28%5Bclass*%3D%22star%22%5D%29%3Anot%28%5Bid*%3D%22star%22%5D%29%3Anot%28%5Bid*%3D%22rating%22%5D%29%3Anot%28%5Bclass*%3D%22rating%22%5D%29%3Anot%28%5Bclass*%3D%22Sprite%22%5D%29%3Anot%28%5Bclass*%3D%22sprite%22%5D%29%20%20%20%7B%0A%09background%3Anone%20transparent%21important%3B%0A%09border-color%3A%23000%20%21important%3B%0A%09%7D%0A%0Ahtml%3Aroot%3Ebody%3E*%3E*%3E*%3E*%3Anot%28input%29%3Anot%28%5Bonclick%5D%29%3Ediv%3Anot%28%3Aempty%29%3Anot%28%5Bid%5D%29%20%20%7B%0A%09background%3Anone%20%23585858%20%21important%3B%0A%09%7D%0A%0Asummary%2Cdetails%20%20%7B%0A%09background-color%3Ainherit%20%21important%3B%0A%09%7D%0A%0Aabbr%2Cprogress%2Ctime%2Clabel%2C.date%20%20%7B%0A%09color%3A%23A5C96D%20%21important%3B%0A%09%7D%0A%0Amark%2Ccode%2Cpre%2Cblockquote%2C%5Bclass*%3D%22quote%22%5D%2Ctd%5Bstyle*%3D%22inset%22%5D%5Bclass%3D%22alt2%22%5D%20%20%7B%0A%09background-color%3A%23585858%20%21important%3B%0A%09%7D%0A%0Aheader%2C%23header%20%20%7B%0A%09background%3A-moz-linear-gradient%28%23333%2C%23464646%29%20transparent%20%21important%3B%0A%09%7D%0A%0A%23header%20h1%20%20%7B%0A%09background-color%3Atransparent%20%21important%3B%0A%09%7D%0A%0Ah1%2Ch2%20%20%7B%0A%09background%3Anone%20%23585858%21important%3B%0A%09border-radius%3A5px%21important%3B%0A%09-moz-border-radius%3A5px%21important%3B%0A%09-webkit-border-radius%3A5px%20%21important%3B%0A%09%7D%0A%0Ah3%2Ch4%20%20%7B%0A%09background%3Anone%20%23585858%21important%3B%0A%09border-radius%3A5px%21important%3B%0A%09-moz-border-radius%3A5px%21important%3B%0A%09-webkit-border-radius%3A5px%20%21important%3B%0A%09%7D%0A%0Ah5%2Ch6%20%20%7B%0A%09background%3Anone%20%23585858%20%21important%3B%0A%09%7D%0A%0Adt%20%20%7B%0A%09background-color%3A%23232323%20%21important%3B%0A%09%7D%0A%0Adl%2Cdd%20%20%7B%0A%09background-color%3A%23232323%20%21important%3B%0A%09%7D%0A%0Ali%2Cul%20%20%7B%0A%09background-color%3Ainherit%20%21important%3B%0A%09%7D%0A%0Ali%20a%3Anot%28%5Bclass*%3D%22icon%22%5D%29%3Anot%28%5Bid*%3D%22icon%22%5D%29%3Anot%28%5Bonclick%5D%29%2Cdt%20a%3Anot%28%5Bclass*%3D%22icon%22%5D%29%3Anot%28%5Bid*%3D%22icon%22%5D%29%3Anot%28%5Bonclick%5D%29%20%20%7B%0A%09background-image%3Anone%21important%3B%0A%09text-indent%3A0%20%21important%3B%0A%09%7D%0A%0Ali%5Bclass*%3D%22item%22%5D%20a%3Ahover%2Cli%5Bclass*%3D%22item%22%5D%3Ahover%2C%5Bclass*%3D%22menuitem%22%5D%3Ahover%20%20%7B%0A%09background-color%3A%232e2b2f%20%21important%3B%0A%09%7D%0A%0Atable%20%20%7B%0A%09background-color%3A%23232323%21important%3B%0Aborder-color%3A%23333%20%21important%3B%0A%09%7D%0A%0Atable%20table%20%20%7B%0A%09background%3A%23565656%20%21important%3B%0A%09%7D%0A%0Ath%2Ccaption%20%20%7B%0A%09background-color%3A%23353535%20%21important%3B%0A%09%7D%0A%0Ainput%20*%2Ctextarea%20*%20%20%7B%0A%09color%3A%23ddd%20%21important%3B%0A%09%7D%0A%0Ahtml%20body%20input%3Anot%28%5Btype%3D%22image%22%5D%29%2Cbutton%2Chtml%20body%20textarea%20%20%7B%0A%09background%3Anone%20%23353535%21important%3B%0A%09-moz-appearance%3Anone%21important%3B%0A%09-webkit-appearance%3Anone%21important%3B%0A%09color%3A%23ddd%21important%3B%0A%09border%3Asolid%201px%20%23777%21important%3B%0A%09border-radius%3A0%21important%3B%0A%09-moz-border-radius%3A0%21important%3B%0A%09-webkit-border-radius%3A0%21important%3B%0A%09opacity%3A1%20%21important%3B%0A%09%7D%0A%0Ahtml%20body%20input%5Btype%3D%22checkbox%22%5D%20%20%7B%0A%09-moz-appearance%3Acheckbox%21important%3B%0A%09-webkit-appearance%3Acheckbox%20%21important%3B%0A%09%7D%0A%0Ahtml%20body%20input%5Btype%3D%22radio%22%5D%20%20%7B%0A%09-moz-appearance%3Aradio%21important%3B%0A%09-webkit-appearance%3Aradio%20%21important%3B%0A%09%7D%0A%0Ahtml%3Aroot%20input%5Btype%3D%22button%22%5D%2Chtml%3Aroot%20input%5Btype%3D%22submit%22%5D%2Chtml%3Aroot%20input%5Btype%3D%22reset%22%5D%2Chtml%3Aroot%20button%20%20%7B%0A%09color%3A%23eee%21important%3B%0A%09background-color%3A%23585858%21important%3B%0A%09-moz-box-shadow%3Ainset%200%201px%20rgba%28255%2C255%2C255%2C.2%29%2Cinset%200%2010px%20rgba%28255%2C255%2C255%2C.1%29%2Cinset%200%2010px%2020px%20rgba%28255%2C255%2C255%2C.15%29%2Cinset%200%20-15px%2030px%20rgba%280%2C0%2C0%2C.2%29%21important%3B%0A%09-webkit-box-shadow%3Ainset%200%201px%20rgba%28255%2C255%2C255%2C.2%29%2Cinset%200%2010px%20rgba%28255%2C255%2C255%2C.1%29%2Cinset%200%2010px%2020px%20rgba%28255%2C255%2C255%2C.15%29%2Cinset%200%20-15px%2030px%20rgba%280%2C0%2C0%2C.2%29%20%21important%3B%0A%09%7D%0A%0Ahtml%3Aroot%20input%5Btype%3D%22button%22%5D%3Ahover%2Chtml%3Aroot%20input%5Btype%3D%22submit%22%5D%3Ahover%2Chtml%3Aroot%20input%5Btype%3D%22reset%22%5D%3Ahover%2Chtml%3Aroot%20button%3Ahover%20%20%7B%0A%09color%3A%23fff%21important%3B%0A%09background-color%3A%23464646%21important%3B%0A%09border-color%3A%235f687f%21important%3B%0A%09-moz-box-shadow%3Ainset%200%201px%20rgba%28255%2C255%2C255%2C.3%29%2Cinset%200%2010px%20rgba%28255%2C255%2C255%2C.2%29%2Cinset%200%2010px%2020px%20rgba%28255%2C255%2C255%2C.25%29%2Cinset%200%20-15px%2030px%20rgba%280%2C0%2C0%2C.3%29%21important%3B%0A%09-webkit-box-shadow%3Ainset%200%201px%20rgba%28255%2C255%2C255%2C.3%29%2Cinset%200%2010px%20rgba%28255%2C255%2C255%2C.2%29%2Cinset%200%2010px%2020px%20rgba%28255%2C255%2C255%2C.25%29%2Cinset%200%20-15px%2030px%20rgba%280%2C0%2C0%2C.3%29%20%21important%3B%0A%09%7D%0A%0Ahtml%3Aroot%20input%5Btype%3D%22image%22%5D%20%20%7B%0A%09opacity%3A9%20%21important%3B%0A%09%7D%0A%0Ahtml%3Aroot%20input%5Btype%3D%22image%22%5D%3Ahover%20%20%7B%0A%09opacity%3A1%20%21important%3B%0A%09%7D%0A%0Aselect%2Coption%2Coptgroup%20%20%7B%0A%09background%3Anone%20%23383838%21important%3B%0A%09border-color%3A%23555%21important%3B%0A%09color%3A%23f1f1f1%21important%3B%0A%09-moz-appearance%3Anone%20%21important%3B%0A%09%7D%0A%0Aaddress%20%20%7B%0A%09background%3Anone%20%23333%20%21important%3B%0A%09%7D%0A%0Ahr%20%20%7B%0A%09background%3Anone%20%23444%20%21important%3B%0A%09%7D%0A%0A.current%20%20%7B%0A%09color%3A%23fff%20%21important%3B%0A%09%7D%0A%0Aimg%5Bsrc*%3D%22spacer%22%5D%3Aempty%2C%5Bid*%3D%22round%22%5D%3Aempty%2C%5Bid*%3D%22bottom%22%5D%3Aempty%2C%5Bclass*%3D%22bottom%22%5D%3Aempty%2C%5Bclass*%3D%22Bottom%22%5D%3Aempty%2C%5Bid*%3D%22top%22%5D%3Aempty%2C%5Bclass*%3D%22top%22%5D%3Aempty%2C%5Bclass*%3D%22Top%22%5D%3Aempty%2C%5Bclass*%3D%22spacer%22%5D%3Aempty%20%20%7B%0A%09background-image%3Anone%20%21important%3B%0A%09%7D%0A%0Anav%2Cmenu%2Chtml%20body%5Bclass*%3D%22open%22%5D%2Chtml%20body%5Bid*%3D%22Dropdown%22%5D%2Chtml%20body%5Bid*%3D%22dropdown%22%5D%2Chtml%20body%5Bclass*%3D%22Dropdown%22%5D%2Chtml%20body%5Bclass*%3D%22dropdown%22%5D%2Chtml%20body%5Bid*%3D%22menu%22%5D%3Anot%28select%29%2Chtml%20body%5Bclass*%3D%22menu%22%5D%3Anot%28select%29%2Chtml%20body%5Bclass*%3D%22tooltip%22%5D%2Chtml%20body%5Bclass*%3D%22popup%22%5D%2Chtml%20body%5Bid*%3D%22popup%22%5D%2Chtml%20body%5Bclass*%3D%22note%22%5D%2Chtml%20body%5Bclass*%3D%22detail%22%5D%2Chtml%20body%5Bclass*%3D%22description%22%5D%20%20%7B%0A%09background-color%3A%23232323%20%21important%3B%0A%09%7D%0A%0A%5Bclass*%3D%22content%22%5D%2C%5Bclass*%3D%22container%22%5D%20%20%7B%0A%09background-color%3A%23585858%20%21important%3B%0A%09%7D%0A%0A%5Bid*%3D%22masthead%22%5D%20a%2C%5Bid*%3D%22header%22%5D%20a%2C%5Bid*%3D%22logo%22%5D%20a%2C%5Bclass*%3D%22logo%22%5D%20a%20%20%7B%0A%09text-indent%3A0%20%21important%3B%0A%09%7D%0A%0Ahtml%3Aroot%20body%5Bclass*%3D%22layer%22%5D%2Chtml%3Aroot%20body%20%23lightbox-nav%2Chtml%3Aroot%20body%20%23imageContainer%20%20%7B%0A%09background-color%3Atransparent%20%21important%3B%0A%09%7D%0A%0A*%20%20%7B%0A%09color%3A%23C0C0C0%21important%3B%0A%09border-color%3A%23444%21important%3B%0A%09outline-color%3A%23444444%21important%3B%0A%09text-shadow%3Anone%20%21important%3B%0A%09%7D%0A%0Ahtml%20*%3Aafter%2Chtml%20*%3Abefore%20%20%7B%0A%09color%3A%23C0C0C0%21important%3B%0Aborder-color%3A%23666666%21important%3B%0Abackground%3Anone%20transparent%20%21important%3B%0A%09%7D%0A%0Aa%3Alink%2Ca%3Alink%20*%3Anot%28img%29%20%20%7B%0A%09color%3A%23A2A251%21important%3B%0A%09background-color%3Atransparent%21important%3B%0A%09border-color%3A%23666666%20%21important%3B%0A%09%7D%0A%0Aa%3Avisited%2Ca%3Avisited%20*%20%20%7B%0A%09color%3A%23A5C96D%20%21important%3B%0A%09%7D%0A%0Aa%3Ahover%2Ca%3Ahover%20*%3Anot%28img%29%20%20%7B%0A%09color%3A%23A5C96D%21important%3B%0A%09background-color%3A%23585858%21important%3B%0A%09border-color%3A%23999999%20%21important%3B%0A%09%7D%0A%0Ahtml%5Bhref*%3D%22%23%22%5D%3Ahover%20%20%7B%0A%09color%3A%23A2A251%21important%3B%0A%09background-color%3Atransparent%20%21important%3B%0A%09%7D%0A%0A%5Bonclick%5D%2C%5Bondblclick%5D%2C%5Bonmousedown%5D%20%20%7B%0A%09color%3A%23A5C96D%21important%3B%0A%09text-indent%3A0%20%21important%3B%0A%09%7D%0A%0A%5Bonclick%5D%3Ahover%2C%5Bondblclick%5D%3Ahover%2C%5Bonmousedown%5D%3Ahover%20%20%7B%0A%09color%3A%23A5C96D%20%21important%3B%0A%09%7D%0A%0Aimg%20%20%7B%0A%09opacity%3A.75%20%21important%3B%0A%09%7D%0A%0Aimg%3Ahover%20%20%7B%0A%09opacity%3A1%21important%3B%0A%09background-color%3A%232E2B2F%20%21important%3B%0A%09%7D%0A%0Asvg%20%20%7B%0A%09background%3Anone%20%23666%20%21important%3B%0A%09%7D%0A%0A%3A%3A-moz-selection%20%20%7B%0A%09background-color%3A%23626f61%21important%3B%0A%09color%3A%23A5C96D%20%21important%3B%0A%09%7D%0A%0A.g%20.r%20%20%7B%0A%09background-color%3Atransparent%20%21important%3B%0A%09%7D%0A%0Adiv.vsc%3Ahover%3E.vspi%2Cdiv.vso%3E.vspi%20%20%7B%0A%09background%3Anone%20transparent%21important%3B%0A%09border%3A0%20%21important%3B%0A%09%7D%0A%7D%0A%0A/*%0A@-moz-document%20url%28about%3Anewtab%29%20%20%7B%0A%09window%20%20%7B%0A%09background%3A%23464646%20%21important%3B%0A%09%7D%0A%0A%23newtab-scrollbox%20%20%7B%0A%09background-color%3Atransparent%21important%3B%0A%09background-image%3Aurl%28chrome%3A//browser/skin/newtab/noise.png%29%2C-moz-linear-gradient%28transparent%2Ctransparent%29%20%21important%3B%0A%09%7D%0A%0A.newtab-title%20%20%7B%0A%09background-color%3Argba%280%2C0%2C0%2C.75%29%21important%3B%0A%09color%3A%23eee%20%21important%3B%0A%09%7D%0A%7D%0A%0A@-moz-document%20url%28about%3Ablank%29%20%20%7B%0A%09html%2Chtml%20*%20%20%7B%0A%09background%3Anone%20%23464646%21important%3B%0A%09color%3A%23ccc%20%21important%3B%0A%09%7D%0A%7D%0A%0A@-moz-document%20url-prefix%28%22about%3Aneterror%22%29%20%20%7B%0A%09html%2Cbody%20%20%7B%0A%09background-color%3A%23353535%21important%3B%0A%09color%3A%23C0C0C0%20%21important%3B%0A%09%7D%0A%0A%23errorPageContainer%20%20%7B%0A%09background-color%3A%23222222%21important%3B%0A%09border-color%3A%23666666%20%21important%3B%0A%09%7D%0A%0A%23errorPageContainer%20button%20%20%7B%0A%09opacity%3A.8%20%21important%3B%0A%09%7D%0A%0A%23resurrect%20%20%7B%0A%09background-color%3A%23333333%21important%3B%0A%09border-color%3A%23000000%20%21important%3B%0A%09%7D%0A%0A%0A%7D%0A%0A*/%0A%5D%5D%3E%3C/help%3E%0A%20%20%3Cattributes/%3E%0A%3C/custombutton%3E
this.checked = !this.checked; if ( this. checked ) this.image = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAm1JREFUOI2Nkt1LU3EYx59zzs45m245p5buzaUiQV0V5AIRoswSItCY0UVXdtFf0z8QRFCwC6PCEAqL7CaYzZelc7rmltvOOjvbztzO287br6tgzS187r4Pn+8HHngwaDOTN+apiYkrd69PBYMUSeIbWzuR8NLy8ta3FamVJVoXs/OLAa/X++LRw7nQ+KjfeW7AdXbY77ufSudu2Xs90ezhLtfMY83h3sIi7fH43wT8ngZNQnRgoM9KYnqqIqDbotS4FE8ciJn04fTq+5fHfzt4s6Cvr39m9ubEHoVJr0AXIpJQ35V0epq2dg339DjEhbk7g263e76584+gwGTx8bERUpFFCQF00Tb7NYrEKQL0JE3iRZ9nULh4YcTT3LE0B9M0Ecdx+y6XSx7yBIYsFM2auvaDop3nZUVhMTCYMw5bpaPAMFD5y9pXYXQkgOx2+5CBAaFbCC9JYBXMStZ/ZdJCMpnKdTzBRBD7mWZcmqapslhbrwvCoW4YrIXAyoosZD6srvGZo/x2R8HnlXCtwPFZpsDRkiRUE8kcn2e4YqlSzWdzeSVX4EoP5maqHQUAAFYr/T22l3LUajVUYFlrLL5PHFeK1c1YoluS1e1QKAT/FbwNP9N5/jgnKSpO07hIUZjYUDUolfji8tLzRit/4hMBADCccKia8USVpUlNkS9nj5jxeHwnwhayv1tZSztBkUkJypj7sbt/FLd1dYPP70OfPr572o49cQIAgGkivVrlkc1GQTB4FcplDhoN1Ti1ACGoIYRFWJaDSGQdNje3DkzT5E8tqNfryl7iYPZMjzPs7O19HY1uTHFcqdyO/QM+cS7YiGvNZgAAAABJRU5ErkJggg=="; else this.image = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAANkE3LLaAgAAArVJREFUeJxtkktoVGcUx3/fd+/ceahMRum0E6vB+IKYFtpqFRFJu+imrgRdBkFoKC5cCC5cOM7GnQuXFqTSbqQWSsGFjS22Gsn4SqJJFCXJjBlnJol5mHHinbn3zj1dTKdMZA4c+M7hf37nnI+jeM8eXiLQGSMSqfGhrvEBBlqExYrLTC7M2+6jOM161Ry8uEhwU4L23Py2c/HNO7ujnT1xtKFLL++XFqaHn21c9/zsokMm0cvK+425lcS0f6Uze7nrD5n6uSrvJkWc6brbGZFiv+R++vKBc43dmR8JNep049Gx5+T+3HznuU37jn1FdL1F9QHYd+peSUOwwscHvt9dKO08rzf0HmxM3wAoT/zPQ5b1qQrYAakMggyDHgFjBNQI4qQR8lihtu6ayN5ksg4wAZJJlMHbsFa1GM4oRHwwXQh69T7KgIoJroWmEjVUeW0P6BT4ZmOFSNCZ8LXj4TwBX8CxQf8HsDXKDyOuCeL4kbD9ctUfpFL4y257vIaaQQdRfpHs3VdgzUBohuydAnivQENN67mS81H0b/D/XwHANAMjK57uEj/WRWRLG/oeSA18H0wFaz6DcoBq9emQDsbSqVQdYDQAsa0D+W8/WRotTskX0fZdW2M7viY74FIYi7K95wjiriefHnyUSGROZSfTQz9crwNW2fQvhJ0b7M9f7ZiUQq/I/BUZv3pIZO6EFH/b8cbt5/DiTaLNNbo5uDxOtbrCRLXsjPu527B8nY7EEOT/xFsuT3g2w48HVl/hqlMGkEsE7Hhoz9hCz81YdG1EIwgW8dDgd+sK2SuqDw+QlhMAqD5czzBfDFW+Md5tO4219wJ/zR/wXRUcV324zcUtAQA3HpVLPtaCFW7DCITQZtibXVKZVlqjVfLaP9Rml1b6S0uvD46NjqqnE8Xe42d+f9hK+y8c6jNrdcGm9QAAAABJRU5ErkJggg=="; const sss = Cc["@mozilla.org/content/style-sheet-service;1"].getService(Ci.nsIStyleSheetService); var uri = makeURI("data:text/css," + encodeURIComponent( this.Help )); if ( sss.sheetRegistered(uri, sss.AGENT_SHEET) ) sss.unregisterSheet(uri, sss.AGENT_SHEET); else sss.loadAndRegisterSheet(uri, sss.AGENT_SHEET);
@namespace html url(http://www.w3.org/1999/xhtml); /*@namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);*/ /*browser[type="content-primary"] { background-color:#464646 !important; }*/ @-moz-document regexp("https?://(?!insiderblogs.info|forum.mozilla-russia.org|vk.com|alternatio.org|addons.mozilla.org|www.stoletie.ru).*") { *:not(:empty):not([onclick*="open"]):not(span):not([class*="stars"]):not([id*="stars"]):not([id="rating"]):not([class="rating"]):not([class*="SPRITE"]):not([id*="SPRITE"]):not([id*="lbImage"]) { background-image:none !important; } html,body { background:none #464646 !important; } body * { background-color:transparent !important; } div[id] { background-color:inherit !important; } span:not(:empty):not([class*="icon"]):not([id*="icon"]):not([class*="star"]):not([id*="star"]):not([id*="rating"]):not([class*="rating"]):not([class*="Sprite"]):not([class*="sprite"]) { background:none transparent!important; border-color:#000 !important; } html:root>body>*>*>*>*:not(input):not([onclick])>div:not(:empty):not([id]) { background:none #585858 !important; } summary,details { background-color:inherit !important; } abbr,progress,time,label,.date { color:#A5C96D !important; } mark,code,pre,blockquote,[class*="quote"],td[style*="inset"][class="alt2"] { background-color:#585858 !important; } header,#header { background:-moz-linear-gradient(#333,#464646) transparent !important; } #header h1 { background-color:transparent !important; } h1,h2 { background:none #585858!important; border-radius:5px!important; -moz-border-radius:5px!important; -webkit-border-radius:5px !important; } h3,h4 { background:none #585858!important; border-radius:5px!important; -moz-border-radius:5px!important; -webkit-border-radius:5px !important; } h5,h6 { background:none #585858 !important; } dt { background-color:#232323 !important; } dl,dd { background-color:#232323 !important; } li,ul { background-color:inherit !important; } li a:not([class*="icon"]):not([id*="icon"]):not([onclick]),dt a:not([class*="icon"]):not([id*="icon"]):not([onclick]) { background-image:none!important; text-indent:0 !important; } li[class*="item"] a:hover,li[class*="item"]:hover,[class*="menuitem"]:hover { background-color:#2e2b2f !important; } table { background-color:#232323!important; border-color:#333 !important; } table table { background:#565656 !important; } th,caption { background-color:#353535 !important; } input *,textarea * { color:#ddd !important; } html body input:not([type="image"]),button,html body textarea { background:none #353535!important; -moz-appearance:none!important; -webkit-appearance:none!important; color:#ddd!important; border:solid 1px #777!important; border-radius:0!important; -moz-border-radius:0!important; -webkit-border-radius:0!important; opacity:1 !important; } html body input[type="checkbox"] { -moz-appearance:checkbox!important; -webkit-appearance:checkbox !important; } html body input[type="radio"] { -moz-appearance:radio!important; -webkit-appearance:radio !important; } html:root input[type="button"],html:root input[type="submit"],html:root input[type="reset"],html:root button { color:#eee!important; background-color:#585858!important; -moz-box-shadow:inset 0 1px rgba(255,255,255,.2),inset 0 10px rgba(255,255,255,.1),inset 0 10px 20px rgba(255,255,255,.15),inset 0 -15px 30px rgba(0,0,0,.2)!important; -webkit-box-shadow:inset 0 1px rgba(255,255,255,.2),inset 0 10px rgba(255,255,255,.1),inset 0 10px 20px rgba(255,255,255,.15),inset 0 -15px 30px rgba(0,0,0,.2) !important; } html:root input[type="button"]:hover,html:root input[type="submit"]:hover,html:root input[type="reset"]:hover,html:root button:hover { color:#fff!important; background-color:#464646!important; border-color:#5f687f!important; -moz-box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 10px rgba(255,255,255,.2),inset 0 10px 20px rgba(255,255,255,.25),inset 0 -15px 30px rgba(0,0,0,.3)!important; -webkit-box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 10px rgba(255,255,255,.2),inset 0 10px 20px rgba(255,255,255,.25),inset 0 -15px 30px rgba(0,0,0,.3) !important; } html:root input[type="image"] { opacity:9 !important; } html:root input[type="image"]:hover { opacity:1 !important; } select,option,optgroup { background:none #383838!important; border-color:#555!important; color:#f1f1f1!important; -moz-appearance:none !important; } address { background:none #333 !important; } hr { background:none #444 !important; } .current { color:#fff !important; } img[src*="spacer"]:empty,[id*="round"]:empty,[id*="bottom"]:empty,[class*="bottom"]:empty,[class*="Bottom"]:empty,[id*="top"]:empty,[class*="top"]:empty,[class*="Top"]:empty,[class*="spacer"]:empty { background-image:none !important; } nav,menu,html body[class*="open"],html body[id*="Dropdown"],html body[id*="dropdown"],html body[class*="Dropdown"],html body[class*="dropdown"],html body[id*="menu"]:not(select),html body[class*="menu"]:not(select),html body[class*="tooltip"],html body[class*="popup"],html body[id*="popup"],html body[class*="note"],html body[class*="detail"],html body[class*="description"] { background-color:#232323 !important; } [class*="content"],[class*="container"] { background-color:#585858 !important; } [id*="masthead"] a,[id*="header"] a,[id*="logo"] a,[class*="logo"] a { text-indent:0 !important; } html:root body[class*="layer"],html:root body #lightbox-nav,html:root body #imageContainer { background-color:transparent !important; } * { color:#C0C0C0!important; border-color:#444!important; outline-color:#444444!important; text-shadow:none !important; } html *:after,html *:before { color:#C0C0C0!important; border-color:#666666!important; background:none transparent !important; } a:link,a:link *:not(img) { color:#A2A251!important; background-color:transparent!important; border-color:#666666 !important; } a:visited,a:visited * { color:#A5C96D !important; } a:hover,a:hover *:not(img) { color:#A5C96D!important; background-color:#585858!important; border-color:#999999 !important; } html[href*="#"]:hover { color:#A2A251!important; background-color:transparent !important; } [onclick],[ondblclick],[onmousedown] { color:#A5C96D!important; text-indent:0 !important; } [onclick]:hover,[ondblclick]:hover,[onmousedown]:hover { color:#A5C96D !important; } img { opacity:.75 !important; } img:hover { opacity:1!important; background-color:#2E2B2F !important; } svg { background:none #666 !important; } ::-moz-selection { background-color:#626f61!important; color:#A5C96D !important; } .g .r { background-color:transparent !important; } div.vsc:hover>.vspi,div.vso>.vspi { background:none transparent!important; border:0 !important; } } /* @-moz-document url(about:newtab) { window { background:#464646 !important; } #newtab-scrollbox { background-color:transparent!important; background-image:url(chrome://browser/skin/newtab/noise.png),-moz-linear-gradient(transparent,transparent) !important; } .newtab-title { background-color:rgba(0,0,0,.75)!important; color:#eee !important; } } @-moz-document url(about:blank) { html,html * { background:none #464646!important; color:#ccc !important; } } @-moz-document url-prefix("about:neterror") { html,body { background-color:#353535!important; color:#C0C0C0 !important; } #errorPageContainer { background-color:#222222!important; border-color:#666666 !important; } #errorPageContainer button { opacity:.8 !important; } #resurrect { background-color:#333333!important; border-color:#000000 !important; } } */
Отсутствует
Это конечно не сложно исправить, но в целом стиль мягко сказать плохой и всё калечит.
а почему он у тебя с белым фоном + шрифты "мазаные"?
Отсутствует
а почему он у тебя с белым фоном + шрифты "мазаные"?
Это не у меня, а ваш стиль так делает. Он не работает с popup окнами, зато портит там шрифты (вероятно не только их).
На обычных меню у меня как у вас на скрине, если вас такой вид устраивает, меня нет.
Отредактировано Vitaliy V. (17-09-2015 11:11:52)
Отсутствует
Ночной режим ( custom buttons)Исключение вписаны, нужно изменить/добавить свои в стиле во вкладке Help
Не работает что-то этот стиль, вот рабочие варианты:
@-moz-document url-prefix(http://), url-prefix(https://), url-prefix(ftp://), url-prefix(file://), url(about:blank), url-prefix("about:neterror"){ /* Firefox Scrollbars */ scrollbar {opacity: .75 !important;} /* Base */ *, ::before, ::after { color: #CCC !important; border-color: #444 !important; outline-color: #444 !important; text-shadow: none !important; box-shadow: none !important; box-shadow: none !important; background-color: transparent !important; } html * { color: #CCC !important; } p::first-letter, h1::first-letter, h2::first-letter, p::first-line { color: inherit !important; background: none !important; } /* :: Give solid BG :: */ /* element */ html,body, li ul, ul li, table, header, article, section, nav, menu, aside, /* common */ [class*="nav"], [class*="open"], [id*="ropdown"], /*dropdown*/ [class*="ropdown"], div[class*="menu"], [class*="tooltip"], div[class*="popup"], div[id*="popup"], /* Notes, details, etc. Maybe useful */ div[class*="note"], span[class*="note"], div[id*="detail"],div[class*="detail"], div[class*="description"], /* Also common */ div[class*="content"], div[class*="container"], /* Popup divs that use visibility: hidden and display: none */ div[style*="display: block"], div[style*="visibility: visible"] { background-color: #1a1a1a !important; } /*: No BG :*/ *:not(:empty):not(span):not([class="html5-volume-slider html5-draggable"]):not([class="html5-player-chrome html5-stop-propagation"]), *::before, *::after, td:empty, p:empty, div:empty:not([role]):not([style*="flashblock"]):not([class^="html5"]):not([class*="noscriptPlaceholder"]) { background-image: none !important; } /*: Filter non-icons :*/ span:not(:empty):not([class*="icon"]):not([id*="icon"]):not([class*="star"]):not([id*="star"]):not([id*="rating"]):not([class*="rating"]):not([class*="prite"]) { background-image: none !important; text-indent: 0 !important; } /*: Image opacity :*/ img:not([id="mpiv-preview"]), svg { opacity: .75 !important; } img:hover, svg:hover { opacity: 1 !important; } /* Highlight */ ::-moz-selection { background-color: #626F61 !important; color: #F6F7B9 !important; } /* ::: anchor/links ::: */ a { color: #71BAA5 !important; background-color: #1a1a1a !important; opacity: 1 !important; text-indent: 0 !important; } a:link { color: #ACC7F6 !important; } /* hyperlink */ a:visited { color: #CDB4E7 !important; } a:hover { color: #FFE900 !important; background-color: #363037 !important; } a:active { color: #FFAE00 !important; } /* "Top level" div */ body > div { background-color: inherit !important; } /* :::::: Text Presentation :::::: */ summary, details { background-color: inherit !important; } kbd, time, label, .date { color: #B6D2AC !important; } acronym, abbr { border-bottom: 1px dotted !important; cursor: help !important; } mark,code,pre,samp,blockquote { background-color: #282826 !important } /* :::::: Headings :::::: */ h1,h2,h3,h4,h5,h6 { background-image: none !important; border-radius: 5px !important; text-indent: 0 !important; } h1,h2 { background-color: #28313E !important; } h3,h4 { background-color: #2A3731 !important; } h5,h6 { background-color: #372A2A !important; } /* :::::: Tables, cells :::::: */ table table { background: #212121 !important; } th, caption { background: #313131 !important; } /* ::: Inputs, textareas ::: */ input, textarea, button, select, option, optgroup { color: #DDD !important; background: none #404046 !important; -moz-appearance: none !important; } input, textarea, button { border-color: #000 !important; border-width: 1px !important; } /* :::::: Button styling :::::: */ input[type="button"], input[type="submit"], input[type="reset"], button { background: #343855 !important; } input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover { color: #FFF !important; background: #435B6B !important; } input[type="image"] { opacity: .85 !important; } input[type="image"]:hover { opacity: .95 !important; } /* Lightbox fix */ html [id*="lightbox"] * { background-color: transparent !important; } html [id*="lightbox"] img { opacity: 1 !important; } /* Youtube Annotation */ #movie_player-html5 .annotation { background: #333 !important; } /* Mozilla addons shrink/expand sections */ .expando a { background: none transparent !important; } } @-moz-document url(about:newtab) { window { background: #1a1a1a !important; } #newtab-scrollbox { background: transparent none !important; } .newtab-title { background-color: rgba(0,0,0,.75) !important; color: #eee !important; } } @-moz-document url(chrome://browser/content/browser.xul) { /* Browser Background */ browser[type="content-primary"] { background-color: #1a1a1a !important; } }
@-moz-document url-prefix(http://), url-prefix(https://), url-prefix(about:blank) { body, html { min-height: 100% !important; } html, body { background-color: #111 !important; } body>*:not(:empty) { background-color: #222 !important; } body>*>*:not(:empty) { background-color: #222 !important; } body>*>*>*:not(:empty) { background-color: #282828 !important; } body>*>*>*>*:not(:empty) { background-color: #282828 !important; } body>*>*>*>*>*:not(:empty) { background-color: #383838 !important; } body>*>*>*>*>* * { background-color: #383838 !important; } body table[border="0"] td { background-color: #111 !important; } body table table[border="0"] td { background-color: #333 !important; } body table table table[border="0"] td { background-color: #222 !important; } body table table table table[border="0"] td { background-color: #444 !important; } body *:empty { background-color: #252525 !important; } body p:not(:empty), body p *, body h1, body h1 *, body h2, body h2 *, body h3, body h3 *, body h4, body h4 *, body h5, body h5 *, body strong>*, body b>*, body em>*, body i>*, body span>*:not(img) { background: transparent none !important; } body h1, body h1 *, body h2, body h2 *, p>strong:only-of-type, p>b:only-of-type { color: #a98 !important; } body h3, body h3 *, body h4, body h4 *{ color: #aaa !important; } *:not([onclick]):not(input):not(a):not(img):not([class^="UI"]), body a:not(:empty), div:not([onclick]) { background-image: none !important; text-indent: 0 !important } *[onclick] { color: #79a !important; } *[onclick]:hover { color: #99a8aa !important; } body hr { background: #666 none !important; color: #666 !important; border: 1px solid #666 !important; height: 1px !important; overflow: hidden !important; display: block !important; } * { color: #c0c0c0 !important; border-color: #666 !important; } * body a, body a *{ color: #B6AA7B !important; } body a:hover, body a:hover *{ color: #D9C077 !important; text-decoration: underline !important; } body img,a[href] img, a[href] button, input[type="image"],*[onclick]:empty, body a:empty { opacity: .5 !important; } body img:hover,a[href]:hover img, a[href]:hover button, *[onclick]:empty:hover, body a:empty:hover { opacity: 1 !important; } body input[type], body textarea[name], body input[name], body input[id], body select[name] { -moz-appearance: none !important; color: #bbb!important; border-radius: 4px !important; border-width: 1px !important; border-color: #778 !important; border-style: solid !important; background: #555 none !important; } body select[name] { -moz-appearance:none!important; color: #bbb !important; border-radius: 4px !important; border-width: 1px !important; border-color: #778!important; border-style: solid !important; background-color: #555 !important; } body input>*, body textarea>* { background:transparent none !important; color: #bbb!important; border-style: solid !important; border-width: 0px!important; } body select * { background-color: transparent !important; color: #bbb !important; border-style: solid !important; border-width: 0px !important; } }
Отредактировано fokanik (17-09-2015 11:22:01)
Отсутствует
Подскажите, как грамотно уменьшить ширину главной кнопки?
А что только одну кнопку, уменьшать так сразу все.
Да у меня там почти нет кнопок. Нравится по минимуму...
Вот еще бы Adblock Plus, сжать по ширине.
Там кстати еще кнопка проблемная: после скрытия дропмаркера, при наведении, с правой стороны границы - нет.
Отсутствует
Не работает что-то этот стиль, вот рабочие варианты:
все там работает. напсал жеж - исключения там прописаны мои Т.е. мне не нужно чтоб этот стиль во вкл. состоянии кнопки работал на этом сайте forum.mozilla-russia.org , на vk.com и дальше. Ибо на этих сайтх и так темная тема, либо родная либо ммной сделан стиль для этого сайта и уже примененн.
это и прописанно вверху:
@-moz-document regexp("https?://(?!insiderblogs.info|forum.mozilla-russia.org|vk.com|alternatio.org|addons.mozilla.org|www.stoletie.ru).*") {
Отсутствует
все там работает.
@-moz-document url-prefix(http://), url-prefix(https://), url-prefix(ftp://), url-prefix(file://), url(about:blank), url-prefix("about:neterror")
Отсутствует
Вот еще бы Adblock Plus, сжать по ширине.
#nav-bar #abp-toolbarbutton:not([type="menu-button"]), #nav-bar #abp-toolbarbutton > .toolbarbutton-menubutton-button, #nav-bar #abp-toolbarbutton > .toolbarbutton-menubutton-dropmarker { padding-left: 1px !important; padding-right: 1px !important; } #nav-bar #abp-toolbarbutton > .toolbarbutton-menubutton-button { -moz-padding-end: 0 !important; } #nav-bar #abp-toolbarbutton > .toolbarbutton-menubutton-dropmarker { -moz-padding-start: 0 !important; } #nav-bar #abp-toolbarbutton > .toolbarbutton-icon, #nav-bar #abp-toolbarbutton > .toolbarbutton-menubutton-button > .toolbarbutton-icon, #nav-bar #abp-toolbarbutton > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { padding-left: 3px !important; padding-right: 3px !important; } #nav-bar #abp-toolbarbutton > .toolbarbutton-menu-dropmarker { display: none !important; } #nav-bar #abp-toolbarbutton[type="menu"] { -moz-padding-start: 1px !important; -moz-padding-end: 3px !important; }
Там кстати еще кнопка проблемная: после скрытия дропмаркера, при наведении, с правой стороны границы - нет.
Даже на XP попробовал - нет такого у меня.
Отредактировано Vitaliy V. (17-09-2015 14:20:51)
Отсутствует
Отсутствует