@charset "utf-8"; @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* 最終更新: 2022-01-23 (comment) 2019-05-25 適用: CC0 http://creativecommons.org/publicdomain/zero/1.0/ */ /* 文字サイズ */ *,*::before,*::after {font-size: inherit !important;} :root {font-size: 15.5px !important;} /* 非表示にする */ #TabsToolbar /* タブバー */ ,#sidebar-header /* サイドバーの上部 */ ,#pageActionSeparator ,#pageActionButton /* アドレスバーの「ページ操作」ボタン */ ,#PanelUI-button /* アドレスバーの「メニューを開きます」ボタン */ ,#aHTMLTooltip /* タブに觸れた時のツールチップ */ {visibility: collapse !important;} #context-sep-sendpagetodevice /* 外部端末 */ ,#context-sendpagetodevice ,#context-sep-sendlinktodevice ,#context-sendlinktodevice ,#pageActionPanel ,#context_reopenInContainer /* コンテナタブ */ ,#context-openlinkinusercontext-menu ,#context-navigation /* コンテキストメニューの上部ナビゲーション */ ,#context-sep-navigation ,#context-sep-viewsource /* ソース・情報 */ ,#context-viewsource ,#context-viewinfo ,#context-openlink /* 新しいウィンドウ */ ,#context-openlinkprivate ,#context-openframe ,#context-searchselect ,menuitem[label*="メールで送信"] {display: none !important;} /* 下地の配色 */ #tabbrowser-tabpanels /* 描畫部分 */ ,#nav-bar.browser-toolbar:not(.titlebar-color) /* アドレスバー */ { background-color: #000 !important; color: #ccc !important; } #nav-bar.browser-toolbar:not(.titlebar-color) /* アドレスバー */ ,textbox#urlbar /* アドレスバーのテキストボックス */ { background-color: #222 !important; } /* 境界線の配色 */ :root { --panel-separator-color: #333 !important; --chrome-content-separator-color: #333 !important; } #browser /* サイドバー */ { --sidebar-border-color: #333 !important; } /* アドレスバー ("ナビゲーションツールバー") */ #nav-bar { box-shadow: none !important; } #back-button ,#forward-button { padding: 0 !important; opacity: 0.7 !important; } #back-button[disabled="true"] ,#forward-button[disabled="true"] { opacity: 0 !important; } #urlbar /* URL */ { border: none !important; margin: 2px 0 0 !important; font-size: 18px !important; color: #999 !important; text-shadow: #000 2px 2px 0 !important; } #urlbar[focused="true"] { background-color: #000 !important; color: #ccc !important; text-shadow: none !important; } :root[lwt-toolbar-field-brighttext] #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity > #identity-icon-labels /* 綠のアイコン */ ,#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity > #connection-icon { opacity: 0.8 !important; font-size: 12px !important; } #urlbar-zoom-button[label="135%"] /* ズーム率 */ { display: none !important; } #urlbar-zoom-button[hidden="true"] { display: inline !important; border-color: #0090f0 !important; background-color: #0090f0 !important; color: transparent !important; text-shadow: none !important; opacity: 0.7 !important; } #star-button-box /* 星ボタン */ { opacity: 0.8 !important; } #star-button-box:hover ,#star-button-box[open="true"] { opacity: 1 !important; } #star-button:not([starred="true"]) { display: none !important; } .webextension-browser-action /* 擴張機能ボタン */ { padding: 0 !important; opacity: 0.4 !important; } .webextension-browser-action:hover ,.webextension-browser-action[open="true"] { opacity: 0.8 !important; } .webextension-browser-action > .toolbarbutton-badge-stack > .toolbarbutton-icon { width: 22px !important; height: 22px !important; } /* サイドバー */ #sidebar-box { min-width: 10px !important; } /* ツールチップ */ tooltip ,#statuspanel-label { -moz-appearance: none !important; background-color: #caca9a !important; color: #000 !important; font-family: "源ノ角ゴシック", sans-serif !important; } /* ステータスチップ */ #statuspanel {} #statuspanel[type="status"] { display: none !important; } #statuspanel[type="overLink"] { display: block !important; } #statuspanel-label { border: 1px solid #000 !important; padding: 6px 0.4em !important; background-color: #404040 !important; color: #c0c0c0 !important; text-shadow: #202020 2px 2px 0 !important; } /* メニュー項目 */ .menu-right::before { /* サブメニューの矢印 */ content: ">" !important; } menuitem[type="radio"][checked="true"] > .menu-iconic-text, menuitem[type="checkbox"][checked="true"] > .menu-iconic-text { /* ラジオボタン・チェックボックスの選擇項目を判り易く */ font-weight: bold !important; color: #e33 !important; /*#e66*/ } menupopup, panel { /* 通常 */ -moz-appearance: none !important; border-color: #808080 !important; /*#606060*/ background: #404040 !important; /*#202020*/ color: #e0e0e0 !important; /*#c9c9c9*/ } menuseparator { /* 境界線 */ -moz-appearance: none !important; border-top: none !important; border-bottom-color: #808080 !important; /*#606060*/ } menu[disabled="true"], menuitem[disabled="true"], menu[_moz-menuactive="true"][disabled="true"], menuitem[_moz-menuactive="true"][disabled="true"] { /* 無效の項目 */ -moz-appearance: none !important; color: #808080 !important; /*#606060*/ } menu[_moz-menuactive="true"], menuitem[_moz-menuactive="true"] { /* 觸れた時 */ -moz-appearance: none !important; background-color: #666 !important; /*#505050*/ color: #e9e9e9 !important; /*#e0e0e0*/ } /* menulist > menupopup > menuitem, menulist > menupopup > menucaption, menulist > menupopup > menu { color: -moz-FieldText; }*/