メニューを切り替える
個人設定メニューを切り替える
個人メニューを切り替える
ログインしていません
編集を行うと、IPアドレスが公開されます。

テンプレート:飲食店一覧ページ/styles.css

提供: 川西図鑑
2026年1月22日 (木) 15:52時点における0rr2f3 (トーク | 投稿記録)による版 (ページの作成:「 .search-intro p { margin: 4px 0; } --- 検索説明文(ライトテーマ) ---: html.skin-theme-clientpref-day .search-intro { background: #f7f9fc; padding: 12px 16px; border-radius: 8px; margin-bottom: 20px; font-size: 0.95rem; line-height: 1.6; } --- 検索説明文(ダークテーマ) ---: html.skin-theme-clientpref-night .search-intro { background: #1f2430; color: #e5e7eb; padding: 12px 16p…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
  .search-intro p {
    margin: 4px 0;
  }
  /* --- 検索説明文(ライトテーマ) --- */
  html.skin-theme-clientpref-day .search-intro {
    background: #f7f9fc;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 0.95rem;
    line-height: 1.6;
  }

  /* --- 検索説明文(ダークテーマ) --- */
  html.skin-theme-clientpref-night .search-intro {
    background: #1f2430;
    color: #e5e7eb;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 0.95rem;
    line-height: 1.6;
  }
  
  @media (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .search-intro {
      background: #1f2430;
      color: #e5e7eb;
      padding: 12px 16px;
      border-radius: 8px;
      margin-bottom: 20px;
      font-size: 0.95rem;
      line-height: 1.6;
    }
  }