コンテンツにスキップ

利用者:HidamariNoTami/vector.css

お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。

多くの WindowsLinux のブラウザ

  • Ctrl を押しながら F5 を押す。

Mac における Safari

  • Shift を押しながら、更新ボタン をクリックする。

Mac における ChromeFirefox

  • Cmd Shift を押しながら R を押す。

詳細についてはWikipedia:キャッシュを消すをご覧ください。

/* ここに記述したCSSはベクター外装の利用者に影響します */
h2 {
    font-size: 20px;
    margin-top: 50px;
    border-bottom: 3px solid #cd853f; 
}
h3{
    position: relative;
    font-size: 18px;
    margin: 0 0 1.5em ;
    padding-left: 40px;
    border-bottom: 0.5px solid #cd853f;
}
h3:before{
    content: "□";
    font-size: 100%;
    position: absolute;
    color: #ff6b6e;
    top: 0.5em;
    left: 0.3em;
    height: 10px;
    width: 10px;
}
h3:after{
    content: "□";
    font-size: 100%;
    position: absolute;
    color: #B92A2C;
    top: 0.1em;
    left: 0;
    height: 10px;
    width: 10px;
}
h4{
    position: relative;
    color: #111;
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0 1.5em;
    padding-top: 6px;
    padding-left: 19px;
}
h4:before{
    content: "";
    position: absolute;
    background: #d48789;
    top: 0.80em;
    left: 0em;
    height: 14px;
    width: 14px;
}
h5 {
    font-size: 12pt;
    padding-top: 0px;
}
h6 {
    font-size: 12pt;
    padding-top: 0px;
}