Chinese (Simplified)Chinese (Traditional)EnglishJapaneseKorean

Peanuts Blog[かぎや盛岡べん別館]

コロナ禍は厳しい…その時々の気づきを書き綴ります。55歳過ぎての、定年前のシルバー起業。 このままでは楽しくないと… 横浜市の支援と信用保証、銀行融資を活用して、必要な国家資格などを取得。生業としてこれからの働き方改革を自分自身に適用しました。

[備忘録ー]WP VizBektor CSS 追加変更内容

備忘録

WORDPRESSでの本店サイトで使用しているカスタマイズ CSS

@media (min-width: 970px) {
#main #container #content { width:660px; }
#main #container #sideTower { width:260px; }
}

#content .infoList .infoListBox div.thumbImage { float:left; }
#content .infoList .infoListBox div.entryTxtBox.haveThumbnail { float:right }


#content p { font-size:15px; }
#content h2 { font-size:20px; }
#content h3 { font-size:18px; }
#content h4 { font-size:16px; }


body {font-family:”ヒラギノ角ゴ Pro W3,“Hiragino Kaku Gothic Pro”, “メイリオ”, Meiryo, Osaka, “MS Pゴシック”,MS PGothic”, sans-serif;}

.grecaptcha-badge{
    margin-bottom: 120px;
}
.wp-block-image figcaption
{
  color: #808080;
  text-align: center;
  font-size: 16px;
}
.entry-content figure.wp-block-image {
    width: 100%;
    text-align: center;
}


.hatenablogcard{
  clear:both;
  width:100%;
  height:155px;
  margin:10px 0;
  max-width:680px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 90%;
    font-size: 16px;
    font-family: sans-serif;
}

#back-top #pagetop { display: block; overflow: hidden; width: 60px; height: 60px; }
#back-top a { display:block; overflow:hidden;position: fixed;bottom: 70px; right: 20px; }