userChrome.css・userContent.cssスレ Part14 (923レス)
前次1-
抽出解除 レス栞

806
(4): (ワッチョイ aaa5-63lk) 05/22(木)16:51 ID:zWXU8p770(1)調 AAS
https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/compact_urlbar_megabar.css
https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/urlbar_popup_full_width.css
URLバーがちょっと大きくなるのとかURLバー下の検索窓がURLバー幅でしか開かないの弄るために久々に調べたメモ
以前もやったのに変更入って無効になってた
807
(1): (ワッチョイ 4f15-FIIW) 05/22(木)18:02 ID:mUcMUOpD0(1)調 AAS
>>806
MrOtherGuyの人cssマスターだよね
自分手直ししてこれ使ってたわ
https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/overlay_fullscreen_toolbars.css
https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/textual_searchbar_one-offs.css
808: 803 (ワッチョイ cad4-mHPU) [灰色は、PEUGEOT 9X8の2023年ル・マン前までのgrisがトレビアン sage] 05/23(金)06:58 ID:0fJ1fNFv0(1/2)調 AAS
>>805
調べても掛からないから意外と無いのかも。

Skiaのフォントレンダリングを補整できるwebkit-text-stroke-widthは
文字が選択範囲で白字化する際に
白色化前のcolorでstrokeしてしまいアウトラインが黒縁になるので、
about:config法(>>803)で文字色にあたるForegroundの方を #000000 (⬛)に書き変え。

 ⚙about:configは
  何の為にどの記述を変えたのかをノートしとかないと🩶https://bokete.jp/boke/27401566

それから、>>701>>766
* {text-shadow: 0px 0px 0.36px #acacac80 !important;}
::selection {
color: #000;
background: #c0c0c0;}
を、

* {text-shadow: 0px 0px 0.36px rgba(128, 128, 128, 0.333) !important;}
::selection {background: rgba(128, 128, 128, 0.5);}

にchange the 𝖂ord
 ・16進数の#カラーコードではなくてrgba(,,,)値で指定した方が、色とα(透過)率を把握し易い
 ・シャドウ(blur-radius)はK(⬛)で透過の方が良いかと思ったけど、白以外の背景色との兼ね合いでは・・・灰色で・・・・・・
 ・::selectionはcolor値を指定しないと白字化しなかったので、ではbackgroundを灰色で半透明で。

>>806-807 MrOtherGuy
適用前と適用後の画像を添えておくと、とっても参考になるよ
812
(2): (ワッチョイ 1bbe-S5sT) 05/24(土)19:59 ID:9UvLb/220(1)調 AAS
>>806
#urlbar { will-change: auto !important; }

1949742 - Use will-change: transform in the urlbar to make sure to consistently contain fixed position descendants.
https://bugzilla.mozilla.org/show_bug.cgi?id=1949742
817
(1): (オッペケT Srcf-3DDr) 05/25(日)06:02 ID:Ts8HqYzyr(1/2)調 AAS
>>812
#urlbar { will-change: auto !important; }
>>806
full_width_urlbar_popup,compact_urlbar_megabar

/* 検索結果のURL表記を一行にまとめる */
#urlbar > .urlbarView .urlbarView-url{
padding-left: 8px !important;}
#urlbar > .urlbarView .urlbarView-row-inner {
flex-wrap: nowrap !important;}
#urlbar > .urlbarView .urlbarView-no-wrap {
flex-basis: unset !important;
max-width: 80% !important;}
/* タイプアイコンを別枠で表示 */
#urlbar > .urlbarView .urlbarView-body-inner{
margin-inline-start: 34px !important;}
#urlbar > .urlbarView .urlbarView-type-icon{
width: 17px !important;
height: 17px !important;
margin: 0 0 0 -28px !important;}
を追加してこんな感じに落ち着きました
https://i.imgur.com/rXDohi9.png

ありがとうございました
前次1-
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 1.425s*