「利用者:Ansui/common.css」の版間の差分

削除された内容 追加された内容
m編集の要約なし
m編集の要約なし
 
5行目:
h5 span.mw-headline::after{content: "🔖5"; color: gray; font-size: small;} /*見出しの*/
h6 span.mw-headline::after{content: "🔖6"; color: gray; font-size: small;} /*見分け*/
 
a:link{
text-decoration: none; /*リンクの色*/
color: #008cff;
}
a:visited{
text-decoration: none; /*リンクの色*/
color: #9b00c6;
}
a.new{
text-decoration: none; /*赤リンクの色*/
color: red;
}
 
#bodyContent{color: #5b5b5b; } /*文字色*/
 
 
/*ナビゲーションポップアップ*/
.navpopup{
background-color: #ffffff !important;
}