プロフィールページの一言メッセージフォームで感想を受け付けてます。お気軽にご利用ください。
タイッツーのユーザースタイルシート、背景画像を1枚もの固定にしてみた。後はちょっと修正。
@-moz-document url-prefix("https://taittsuu.com/") {
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');
body,input,textarea,select,button{
font-family: 'Zen Maru Gothic', sans-serif !important;
}
html{
width:100vw;
height:100vh;
}
body{
background-image:url('https://example.com/bg.jpg') !important;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
background-attachment: fixed;
}
a[target="_blank"]{
color:#991f5a !important;
}
a[href*="hashtags/search?query"]{
color:#146566 !important;
}
}隠す
適用したらこんな感じ。
思い通りにできて満足。
#CSS
@-moz-document url-prefix("https://taittsuu.com/") {
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');
body,input,textarea,select,button{
font-family: 'Zen Maru Gothic', sans-serif !important;
}
html{
width:100vw;
height:100vh;
}
body{
background-image:url('https://example.com/bg.jpg') !important;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
background-attachment: fixed;
}
a[target="_blank"]{
color:#991f5a !important;
}
a[href*="hashtags/search?query"]{
color:#146566 !important;
}
}隠す
適用したらこんな感じ。
思い通りにできて満足。#CSS
- この投稿日時に関連する投稿:
- この投稿に隣接する前後3件ずつをまとめて見る
