list.css 6.75 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
.list a:link{
    text-decoration: none;
    background-image: url(../../img/bookshelf/list_off.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0px 3px 3px 0px;
}
.list a:hover{
    text-decoration: none;
    background-color:#D6E5E5;
    background-image: url(../../img/bookshelf/list_on.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0px 3px 3px 0px;
}
.list_select{
    text-decoration: none;
    background-color:#D6E5E5;
    background-image: url(../../img/bookshelf/list_on.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0px 3px 3px 0px;
}

#list .wrapper #main .hoge-R section.sectionhomelist .name img {

}

/* section */
section.sectionhomelist{
    border-top: 1px dashed #cccccc;
}
.cnt_section_list{

}
.cnt_section_list:hover{
    background-color: #FFFFFF;
}
.cnt_section_list a.img{

}
.cnt_section_list a.img:hover{
}
.cnt_section_list a.img canvas{

}

.cnt_section_list .text{

}
.cnt_section_list .text a.name{
    color: #37648C;
    font-size: 16px;
}
.cnt_section_list .text a.name:hover{ text-decoration:none;}


.cnt_section_list .text ul.date{

}
.cnt_section_list .text ul.date li{
    color: #333333;
    font-size: 12px;
}
/*---*/
.cnt_section_list .text .info{

}

.cnt_section_list .text ul.pic{

}
.cnt_section_list .text ul.pic li{

}
.cnt_section_list .text ul.pic li img {

}
.cnt_section_list .text ul.pic li img.sticker {

}
.cnt_section_list .text ul.pic li img.pen {
}

.cnt_section_list .text ul.pic li a.read {
    -moz-box-shadow: inset 0px 1px 0px 0px #86ACC7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #86ACC7;
    box-shadow: inset 0px 1px 0px 0px #86ACC7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
    background: -moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
    background-color: #23486F;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #0C274D;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    /* [disabled]text-shadow:1px 1px 0px #a2d613; */
}
.cnt_section_list .text ul.pic li a.read:hover {
    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% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23486F', endColorstr='#36638B');
	background-color:#36638B;
    
}
.cnt_section_list .text ul.pic li a.read:active {

}
.cnt_section_list .text ul.pic li a.read:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../../img/list/button_back_off.svg);
}
.cnt_section_list .text ul.pic li a.read:hover:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../../img/list/button_back_on.svg);
}

.cnt_section_list .text ul.pic li a.read_hover {
    -moz-box-shadow: inset 0px 1px 0px 0px #86ACC7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #86ACC7;
    box-shadow: inset 0px 1px 0px 0px #86ACC7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
    background: -moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
    background-color: #23486F;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #0C274D;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.cnt_section_list .text ul.pic li a.read_hover:hover {
    /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f3d3d), color-stop(1, #777575) );
    background:-moz-linear-gradient( center top, #3f3d3d 5%, #777575 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3d3d', endColorstr='#777575');
    background-color:#3f3d3d;*/
    
    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% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23486F', endColorstr='#36638B');
	background-color:#36638B;
    
}.cnt_section_list .text ul.pic li a.read_hover:active {

}

.btn_bott{  
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0C284E;
    border-radius: 4px;
    /*outline:1px solid #0C284E;*/
    background: #37648C; /* Old browsers */
    background: -moz-linear-gradient(top,  #37648C 0%, #22466D 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37648C), color-stop(100%,#22466D)); /* Chrome,Safari4+ */
    -moz-box-shadow: inset 0px 1px 0px 0px #86ACC7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #86ACC7;
    box-shadow: inset 0px 1px 0px 0px #86ACC7;
    background: -webkit-linear-gradient(top,  #37648C 0%,#22466D 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #37648C 0%,#22466D 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #37648C 0%,#22466D 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #37648C 0%,#22466D 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37648C', endColorstr='#22466D',GradientType=0 ); /* IE6-9 */
}
a:hover.btn_bott{
    background: #22466D; /* Old browsers */
    background: -moz-linear-gradient(top,  #22466D 0%, rgb(16,89,163) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22466D), color-stop(100%,#37648C)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #22466D 0%,#37648C 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #22466D 0%,#37648C 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #22466D 0%,#37648C 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #22466D 0%,#37648C) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22466D', endColorstr='#37648C',GradientType=0 ); /* IE6-9 */
}
#list .wrapper #main .hoge-R .tops .floatR {

}
#list .wrapper #main .hoge-R section .cnt_section_list .img .band_horizontal {
   
}
#list .wrapper #main .hoge-R section .cnt_section_list .img .band_vertical {
  
}
#list .wrapper #main .hoge-R section .cnt_section_list .text .info .pic li .read {
  
}
#list .wrapper #main article section .cnt_section_list .text .name .listIcon {

}