Table背景色

平成29年10月12日(木曜日)

//
日本海側
5
7
6
7
10
10
10
10
11
以後も注意報級
//
.jikei_emg      { background-color: #6C008C; color: #ffffff; height: 32px; /* 特別警報セル(紫・白字) */ }
.jikei_wrn      { background-color: #FF2800; color: #ffffff; height: 32px; /* 警報セル(赤・白字) */ }
.jikei_adv      { background-color: #FAF500;                 height: 32px; /* 注意報セル(黄・黒字(bodyの設定値)) */ }
.jikei_white    { background-color: #FFFFFF;                 height: 32px; /* 空白セル(白・黒字(bodyの設定値)) */ }
.jikei_none     { background-image: url(../images/NSig.png);  /* グレー縞セル(背景画像) */ }
.jikei_e_w_img  { background-image: url(../images/TK-K.png);               /* 特別警報に言及した警報セル(赤色地/紫斜線) */ }
.jikei_e_a_img  { background-image: url(../images/TK-C.png);               /* 特別警報に言及した注意報セル(黄色地/紫斜線) */ }
.jikei_w_a_img  { background-image: url(../images/K-C.png);                /* 警報に言及した注意報セル(黄色地/赤斜線) */ }
.jikei_e_w_img span { background-color: #FF2800; color: #ffffff; padding: 1px; /* 特別警報に言及した警報セルの文字(白字) */ }
.jikei_e_a_img span { background-color: #FAF500;                 padding: 1px; /* 特別警報に言及した注意報セルの文字(黒字(bodyの設定値)) */ }
.jikei_w_a_img span { background-color: #FAF500;                 padding: 1px; /* 警報に言及した注意報セルの文字色(黒字(bodyの設定値)) */} 
repeat;}/* 表 風向矢印画像(黒) */
.arw_N  { background: url(../images/N.png) center no-repeat;}
.arw_NE { background: url(../images/NE.png) center no-repeat;}
.arw_E  { background: url(../images/E.png) center no-repeat;}
.arw_SE { background: url(../images/SE.png) center no-repeat;}
.arw_S  { background: url(../images/S.png) center no-repeat;}
.arw_SW { background: url(../images/SW.png) center no-repeat;}
.arw_W  { background: url(../images/W.png) center no-repeat;}
.arw_NW { background: url(../images/NW.png) center no-repeat;}

/* 表 風向矢印画像(白) */
.arw_N_w  { background: url(../images/N_w.png) center no-repeat;}
.arw_NE_w { background: url(../images/NE_w.png) center no-repeat;}
.arw_E_w  { background: url(../images/E_w.png) center no-repeat;}
.arw_SE_w { background: url(../images/SE_w.png) center no-repeat;}
.arw_S_w  { background: url(../images/S_w.png) center no-repeat;}
.arw_SW_w { background: url(../images/SW_w.png) center no-repeat;}
.arw_W_w  { background: url(../images/W_w.png) center no-repeat;}
.arw_NW_w { background: url(../images/NW_w.png) center no-
カテゴリー:CSS