userChrome.css・userContent.cssスレ Part13

■ このスレッドは過去ログ倉庫に格納されています
0001名無しさん@お腹いっぱい。 (ワッチョイW 73c8-igId)
垢版 |
2023/11/25(土) 08:56:40.96ID:K9T8+5GH0
!extend:checked:vvvvv:1000:512
次スレを立てる方は↑を二行重ねて書いてください

●※前スレ
userChrome.css・userContent.cssスレ Part12
https://egg.5ch.net/test/read.cgi/software/1650551086/

●拡張機能
Stylish
https://addons.mozilla.org/ja/firefox/addon/stylish/
Stylus
https://addons.mozilla.org/ja/firefox/addon/styl-us/
User Style Manager (レガシーアドオン・要Classic Add-ons Archive)
https://addons.mozilla.org/ja/firefox/addon/user-style-manager/

●スクリプト
userChromeJS/UserCSSLoader at master ・ Griever/userChromeJS
https://github.com/Griever/userChromeJS/tree/master/UserCSSLoader
UserCSSManager (要userChromeES)
https://greasyfork.org/scripts/35880

●CSS(ユーザースタイルを記入するべきファイル)
userChrome.css(UI) / userContent.css(Web Site)

●関連サイト
Userstyles.org
https://userstyles.org/
CSS: カスケーディングスタイルシート | MDN
https://developer.mozilla.org/ja/docs/Web/CSS
とほほのスタイルシート入門
http://www.tohoho-web.com/css/
VIPQ2_EXTDAT: checked:vvvvv:1000:512:: EXT was configured
0003名無しさん@お腹いっぱい。 (ワッチョイ 6753-LbrA)
垢版 |
2023/11/27(月) 22:04:58.90ID:j8bt8tGW0
>>1おつです
ついでに

●CSS有効化

userChrome.css / userContent.css を使う場合
about:config もしくは user.js で「toolkit.legacyUserProfileCustomizations.stylesheets」を「true」に設定

●自力で調べるには

Browser Toolbox
https://firefox-source-docs.mozilla.org/devtools-user/browser_toolbox/index.html
https://web.archive.org/web/20220328185954/https://developer.mozilla.org/ja/docs/Tools/Browser_Toolbox
Select an element
https://firefox-source-docs.mozilla.org/devtools-user/page_inspector/how_to/select_an_element/index.html
セレクタやプロパティなどはどうやって調べるの(例)
https://egg.5ch.net/test/read.cgi/software/1650551086/43
00075 (ワッチョイ 5fd4-B8PW)
垢版 |
2023/12/01(金) 02:35:15.24ID:GeHpoaxB0
>>6
@-moz-document url-prefix(about:),url-prefix(chrome:)

(chrome:)の方は必要だったか不明だけどこれでいけました!
0008名無しさん@お腹いっぱい。 (ワッチョイ 2302-/274)
垢版 |
2023/12/19(火) 07:45:16.02ID:HKP7JPcV0
#statuspanel-label {
transform: scale(1, 1.3);
}

リンクにポイントした時などにウィンドウの左下に表示される、ステータスパネルをもっと大きくしたくて
CSSの書式を調べ、↑のようにしてみたのですが、一応大きくはなったものの
この数字以外だとリンクが全部表示されなかったり、縦横の比率がおかしくなったりしてウマく行きません。
正確に2倍とかにするにはどうしたらいいでしょうか?
0009名無しさん@お腹いっぱい。 (ワッチョイ 6fbe-STVn)
垢版 |
2023/12/19(火) 08:02:39.28ID:VMEZHrol0
>>8
#statuspanel-label {
font-size: 200% !important;
}
0011名無しさん@お腹いっぱい。 (ワッチョイ ebb7-oME/)
垢版 |
2023/12/22(金) 08:02:01.35ID:4bfpJVZs0
スクリプトスに間違ってしまい再度お聞きします

アクティブタブの背景色が効かなくなった
何方かわかる方お願いします
12.10

/*アクティブタブの背景色*/
/* active tabs background color */
.tab-background[selected=true] {
background-color: MediumTurquoise !important;
background-image: none !important;
}

/*非アクティブタブの文字色*/
/* inactive tabs text color */
.tabbrowser-tab:not([visuallyselected=true]) {
color: black !important;
}

/*非アクティブタブの背景色*/
/* intactive tabs background color */
.tab-background:not([selected=true]) {
background-color: YellowGreen !important;
}

/*非アクティブタブにマウスオンしたときの背景色*/
/* inactive tabs background color (hover) */
.tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true]) {
background-color:red !important;
}
■ このスレッドは過去ログ倉庫に格納されています

ニューススポーツなんでも実況