sitemap h4の設定 AQUAS用 CSSカスタム方法

sitemap h4の設定

#sitemaps h4 {
line-height: 18px;
text-decoration: none;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 20px;
font-weight: bold;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
background-image: url(img/h4.jpg);
font-family: sans-serif;
background-repeat: no-repeat;
background-position: left center;

}

 

#sitemaps h4 a{
color:#333333;
text-decoration:none;
}

 

#sitemaps h4 a:hover{
color:#FF0000;
text-decoration:underline;
}
#sitemaps hr {
font-size: 2px;
height: 2px;
border-top-style: dotted;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-color: #CCCCCC;

margin-bottom: 10px;
color: #FFFFFF;
}

 

 

 

#sitemaps h4 { ⇒サイトマップ H4の表示
line-height: 18px;       ⇒行の高さ
text-decoration: none;    ⇒テキストの装飾
padding-top: 0px;        ⇒上余白
padding-right: 0px;        ⇒右余白
padding-bottom: 0px;       ⇒下余白
padding-left: 20px;        ⇒ 左余白
font-weight: bold;         ⇒文字太さ 一般的な太字の太さです
margin-top: 5px;           ⇒上余白
margin-right: 0px;           ⇒右余白
margin-bottom: 5px;          ⇒下余白  
margin-left: 0px;            ⇒左余白
background-image: url(img/h4.jpg); ⇒背景画像 imgフォルダ h4画像参照
font-family: sans-serif;         ⇒使用スタイル:font-family 指定可能な値:sans-serif
background-repeat: no-repeat;     ⇒背景繰り返さない
background-position: left center;     ⇒背景基準位置
}

 

#sitemaps h4 a{              ⇒サイトマップ カーソル時
color:#333333;               ⇒文字色
text-decoration:none;           ⇒文字装飾なし

 

 

#sitemaps h4 a:hover{           ⇒サイトマップ カーソル時
color:#FF0000;                 ⇒文字色
text-decoration:underline;          ⇒文字下線
}

 

#sitemaps hr {                ⇒サイトマップ 線
font-size: 2px;                ⇒大きさ
height: 2px;                   ⇒高さ
border-top-style: dotted;           ⇒上 点線で表示されます
border-right-style: none;            ⇒右 なし
border-bottom-style: none;           ⇒下 なし
border-left-style: none;              ⇒左なし
border-top-width: 1px;                ⇒上太さ
border-right-width: 1px;               ⇒右太さ
border-bottom-width: 1px;              ⇒下太さ
border-left-width: 1px;                 ⇒左太さ
border-top-color: #CCCCCC;             ⇒線色
margin-bottom: 10px;                  ⇒下余白
color: #FFFFFF;                      ⇒色

sitemapの設定関連エントリー

h3 h2タグ設定
見出し h3 h2タグ設定
H1 タグ設定
見出し H1タグの設定
H4 タグ設定
見出し H4タグ設定
H5 タグ設定
H5 タグの設定
H6 タグ設定
H6 タグの設定
H5,H6共通設定
H5,H6共通設定 文字大きさ 行高さ
sitemapの設定
sitemap の設定