⚾ 野球ノート
西春高校野球部の試合結果を振り返る。
/* v3.00.0: 試合終了データのコールドゲーム表示 */ #gameResultView .coldGameBanner{ display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important; width:100%!important;box-sizing:border-box!important;margin:0 0 10px!important;padding:10px 12px!important; border:2px solid #d97706!important;border-radius:10px!important;background:rgba(245,158,11,.14)!important;color:#7c2d12!important; font-size:18px!important;font-weight:900!important;line-height:1.25!important;text-align:center!important; } #gameResultView .coldGameBanner .coldGameIcon{font-size:18px!important;flex:0 0 auto!important;} #gameResultView .coldGameBanner .coldGameReason{font-size:12px!important;font-weight:700!important;color:#7c2d12!important;} @media(max-width:430px){ #gameResultView .coldGameBanner{font-size:16px!important;padding:9px 8px!important;gap:6px!important;flex-wrap:wrap!important;} #gameResultView .coldGameBanner .coldGameReason{font-size:11px!important;width:100%!important;} }