テンプレート:攻略TOPメニュー/styles.css

提供:ゼルダの伝説 知恵のかりもの
< テンプレート:攻略TOPメニュー
2024年10月2日 (水) 20:24時点におけるWiki01 (トーク | 投稿記録)による版 (ページの作成:「 .container { display: flex; flex-wrap: wrap; gap: 20px; margin: 10px; } .column { flex: 1 1 calc(50% - 10px); min-width: 300px; box-sizing: border-box; padding: 10px; border-radius: 8px; } .h2_blue { font-size: 1em; color: #fcfcfc; text-shadow: 0 0 10px #3fbbe8, 0 0 3px #3fbbe8, 0 0 1px #3fbbe8; background: linear-gradient(#163f6a, #406b97); padding: 6px 15px !important; margin: 20px 0 15px 0…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索
  .container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 10px;
  }
  .column {
    flex: 1 1 calc(50% - 10px);
    min-width: 300px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 8px;
  }
  .h2_blue {
    font-size: 1em;
    color: #fcfcfc;
    text-shadow: 0 0 10px #3fbbe8, 0 0 3px #3fbbe8, 0 0 1px #3fbbe8;
        background: linear-gradient(#163f6a, #406b97);
    padding: 6px 15px !important;
    margin: 20px 0 15px 0 !important;
    border-radius: 3px;
    font-weight: 700;
  }

  .menu-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .menulist {
    flex: 0 0 calc(32% - 5px);
    margin-bottom: 3px;
  }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 2px;
    box-sizing: border-box;
  }
  .column2{
    flex: 0 1 100%;
  }
.h2_gray{
    font-size:1em;
    color: #fcfcfc;
    background: linear-gradient(to right, #879294, #c0d5e1);
        padding: 6px 15px !important;
    margin: 0 0 15px 0 !important;
    font-weight: 700;
}
  .h2_blue2_bg {
  }

  @media (max-width: 768px) {
    .column {
      flex: 1 1 100%;
    }
    .menulist {
      flex: 0 0 100%;
    }
  .menulist {
    flex: 0 0 calc(32% - 5px);
    margin-bottom: 3px;
  }
  }