Commit aed724ef by vietdo

#9372 V1.1】サムネイル上のマウスオーバー時の背景色変化がわかりづらい

parent 834b55cf
...@@ -41,7 +41,12 @@ p.dop_info a:hover{ text-decoration:none;} ...@@ -41,7 +41,12 @@ p.dop_info a:hover{ text-decoration:none;}
} }
.cnt_section_bookshelf:hover{ background:#FFF;} .cnt_section_bookshelf:hover{ background:#FFF;}
.cnt_section_bookshelf a.img{
section.sectionhomebookshelf .cnt_section_bookshelf:hover{
background-color: #EDEDED;
}
.cnt_section_bookshelf a.img{
} }
.cnt_section_bookshelf a.img img{ .cnt_section_bookshelf a.img img{
...@@ -153,7 +158,7 @@ a:hover.btn_bott{ ...@@ -153,7 +158,7 @@ a:hover.btn_bott{
} }
#bookshelf .wrapper_ws #main-ws .hoge-R .tops .floatR { #bookshelf .wrapper_ws #main-ws .hoge-R .tops .floatR {
} }
#bookshelf .wrapper_ws #main-ws .hoge-R section .cnt_section_bookshelf .img .band_vertical { #bookshelf .wrapper_ws #main-ws .hoge-R section .cnt_section_bookshelf .img .band_vertical {
...@@ -162,8 +167,8 @@ a:hover.btn_bott{ ...@@ -162,8 +167,8 @@ a:hover.btn_bott{
} }
.wrapper_ws #main-ws .hoge-R section .cnt_section_bookshelf .img .book_horizontal { .wrapper_ws #main-ws .hoge-R section .cnt_section_bookshelf .img .book_horizontal {
} }
.wrapper_ws #main-ws .hoge-R .cnt_section_bookshelf .img .book_vertical { .wrapper_ws #main-ws .hoge-R .cnt_section_bookshelf .img .book_vertical {
} }
@charset "utf-8"; @charset "utf-8";
.articlehistory{ .articlehistory{
border:1px solid #ccc; border:1px solid #ccc;
} }
.tops{ .tops{
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
.tops a.btn_gray img, .tops a.btn_blue img{ .tops a.btn_gray img, .tops a.btn_blue img{
} }
.tops a.btn_blue,.tops a.btn_gray .tops a.btn_blue,.tops a.btn_gray
{ {
color:#fff; color:#fff;
-moz-box-shadow: inset 0px 1px 0px 0px #86ACC7; -moz-box-shadow: inset 0px 1px 0px 0px #86ACC7;
...@@ -49,13 +49,13 @@ ...@@ -49,13 +49,13 @@
.tops ul{ } .tops ul{ }
.tops ul li{ } .tops ul li{ }
.tops ul li a{ .tops ul li a{
font-size:12px; font-size:12px;
color:rgb(45,131,218); color:rgb(45,131,218);
} }
.tops ul li span{ .tops ul li span{
font-size:12px; font-size:12px;
color:#333333; color:#333333;
} }
.tops ul li a.nottouchdevice:hover{ } .tops ul li a.nottouchdevice:hover{ }
.tops ul li a.gray_text{ color:#999999;} .tops ul li a.gray_text{ color:#999999;}
...@@ -69,8 +69,8 @@ ...@@ -69,8 +69,8 @@
} }
.cnt_section_list{ .cnt_section_list{
} }
.cnt_section_list:hover{ section.sectionhistory .cnt_section_list:hover{
background-color: #FFFFFF; background-color: #EDEDED;
} }
.cnt_section_list a.img{ .cnt_section_list a.img{
} }
...@@ -103,9 +103,9 @@ ...@@ -103,9 +103,9 @@
} }
.cnt_section_list .text ul.pic{ .cnt_section_list .text ul.pic{
} }
.cnt_section_list .text ul.pic li{ .cnt_section_list .text ul.pic li{
} }
.cnt_section_list .text ul.pic li img { .cnt_section_list .text ul.pic li img {
} }
.cnt_section_list .text ul.pic li a.read { .cnt_section_list .text ul.pic li a.read {
-moz-box-shadow: inset 0px 1px 0px 0px #86ACC7; -moz-box-shadow: inset 0px 1px 0px 0px #86ACC7;
......
...@@ -38,6 +38,11 @@ section.sectionhomelist{ ...@@ -38,6 +38,11 @@ section.sectionhomelist{
.cnt_section_list:hover{ .cnt_section_list:hover{
background-color: #FFFFFF; background-color: #FFFFFF;
} }
section.sectionhomelist .cnt_section_list:hover{
background-color:#EDEDED;
}
.cnt_section_list a.img{ .cnt_section_list a.img{
} }
...@@ -108,7 +113,7 @@ section.sectionhomelist{ ...@@ -108,7 +113,7 @@ section.sectionhomelist{
background:-moz-linear-gradient( center top, #23486F 5%, #36638B 100% ); background:-moz-linear-gradient( center top, #23486F 5%, #36638B 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23486F', endColorstr='#36638B'); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23486F', endColorstr='#36638B');
background-color:#36638B; background-color:#36638B;
} }
.cnt_section_list .text ul.pic li a.read:active { .cnt_section_list .text ul.pic li a.read:active {
...@@ -147,17 +152,17 @@ section.sectionhomelist{ ...@@ -147,17 +152,17 @@ section.sectionhomelist{
background:-moz-linear-gradient( center top, #3f3d3d 5%, #777575 100% ); background:-moz-linear-gradient( center top, #3f3d3d 5%, #777575 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3d3d', endColorstr='#777575'); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3d3d', endColorstr='#777575');
background-color:#3f3d3d;*/ background-color:#3f3d3d;*/
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #23486F), color-stop(1, #36638B) ); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #23486F), color-stop(1, #36638B) );
background:-moz-linear-gradient( center top, #23486F 5%, #36638B 100% ); background:-moz-linear-gradient( center top, #23486F 5%, #36638B 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23486F', endColorstr='#36638B'); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23486F', endColorstr='#36638B');
background-color:#36638B; background-color:#36638B;
}.cnt_section_list .text ul.pic li a.read_hover:active { }.cnt_section_list .text ul.pic li a.read_hover:active {
} }
.btn_bott{ .btn_bott{
font-size: 14px; font-size: 14px;
color: #fff; color: #fff;
text-align: center; text-align: center;
...@@ -191,13 +196,13 @@ a:hover.btn_bott{ ...@@ -191,13 +196,13 @@ a:hover.btn_bott{
} }
#list .wrapper_ws #main-ws .hoge-R section .cnt_section_list .img .band_horizontal { #list .wrapper_ws #main-ws .hoge-R section .cnt_section_list .img .band_horizontal {
} }
#list .wrapper_ws #main-ws .hoge-R section .cnt_section_list .img .band_vertical { #list .wrapper_ws #main-ws .hoge-R section .cnt_section_list .img .band_vertical {
} }
#list .wrapper_ws #main-ws .hoge-R section .cnt_section_list .text .info .pic li .read { #list .wrapper_ws #main-ws .hoge-R section .cnt_section_list .text .info .pic li .read {
} }
#list .wrapper_ws #main-ws article section .cnt_section_list .text .name .listIcon { #list .wrapper_ws #main-ws article section .cnt_section_list .text .name .listIcon {
......
...@@ -21,7 +21,7 @@ a ...@@ -21,7 +21,7 @@ a
} }
.button{ } .button{ }
#ws-body .delete { #ws-body .delete {
-moz-box-shadow: inset 0px 1px 0px 0px #C66; -moz-box-shadow: inset 0px 1px 0px 0px #C66;
-webkit-box-shadow: inset 0px 1px 0px 0px #C66; -webkit-box-shadow: inset 0px 1px 0px 0px #C66;
box-shadow: inset 0px 1px 0px 0px #C66; box-shadow: inset 0px 1px 0px 0px #C66;
...@@ -94,9 +94,9 @@ a ...@@ -94,9 +94,9 @@ a
.tops ul{ } .tops ul{ }
.tops ul li{ } .tops ul li{ }
.tops ul li a{ .tops ul li a{
font-size:12px; font-size:12px;
color:#333333; color:#333333;
} }
.tops ul span{ .tops ul span{
font-size: 12px; font-size: 12px;
...@@ -116,9 +116,12 @@ a ...@@ -116,9 +116,12 @@ a
.cnt_section:hover{ .cnt_section:hover{
background-color: #FFFFFF; background-color: #FFFFFF;
} }
section.sectionBookmark .cnt_section:hover{
background-color: #EDEDED;
}
.cnt_section a.img .cnt_section a.img
{ {
cursor:default; cursor:default;
} }
.cnt_section .check{ .cnt_section .check{
} }
...@@ -207,7 +210,7 @@ a ...@@ -207,7 +210,7 @@ a
background-color:#36638B; background-color:#36638B;
}.cnt_section .text ul.pic li a.read_hover:active { }.cnt_section .text ul.pic li a.read_hover:active {
} }
.btn_bott{ .btn_bott{
background:url(../img/list/button_bottom.png) no-repeat; background:url(../img/list/button_bottom.png) no-repeat;
} }
section#bottom { section#bottom {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment