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

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

提供: 川西図鑑
  .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;
    }
  }