list.css 3.57 KB
Newer Older
1 2
@charset "utf-8";

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
.list a:link{
    text-align: center;
    float: left;
    width: 80px;
    height: 33px;
    display: table-cell;
}
.list a:hover{
    text-align: center;
    width: 80px;
    height: 33px;
    display: table-cell;
}
.list_select{
    text-align: center;   
    width: 80px;
    height: 33px;
    display: table-cell;
}

#list .wrapper #main .hoge-R section.sectionhomelist .name img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

/* section */
section.sectionhomelist{
    height: 135px;
    padding-top: 10px;
    margin-top: 10px;
    display: block;
}
.cnt_section_list{
    margin: 0;
    height: 120px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 5px;
}
.cnt_section_list:hover{

}
.cnt_section_list a.img{
    display: block;
    width: 161px;
    height: 120px;
    float: left;
    margin-left: 10px;
}
.cnt_section_list a.img:hover{
}
.cnt_section_list a.img canvas{
    margin: 7px auto 0;
}

.cnt_section_list .text{
    float: left;
    height: 120px;
    margin: 0 0 0 25px;
    /*----Edit for prevent break layout----*/
    width:300px;
}
.cnt_section_list .text a.name{

}
.cnt_section_list .text a.name:hover{ text-decoration:none;}


.cnt_section_list .text ul.date{
    /* [disabled]float: left; */
    display: block;
}
.cnt_section_list .text ul.date li{

}
/*---*/
.cnt_section_list .text .info{
    /* [disabled]overflow: hidden; */
    margin-top: 10px;
}

.cnt_section_list .text ul.pic{
    position: relative;
    /* [disabled]overflow: hidden; */
    display: block;
}
.cnt_section_list .text ul.pic li{
    height: 68px;
    float: left;
}
.cnt_section_list .text ul.pic li img {
    position: absolute;
    top: 20px;
    left: 40px;
}
.cnt_section_list .text ul.pic li img.sticker {
    position: absolute;
    top: 20px;
    left: 0px;
}
.cnt_section_list .text ul.pic li img.pen {
}

.cnt_section_list .text ul.pic li a.read {  
    display: inline-block;
    padding: 2px 26px;
    /* [disabled]text-shadow:1px 1px 0px #a2d613; */
    margin-left: 5px;
}
.cnt_section_list .text ul.pic li a.read:hover {

}
.cnt_section_list .text ul.pic li a.read:active {
    position:relative;
    top:1px;
}
.cnt_section_list .text ul.pic li a.read:not(:target) {

}
.cnt_section_list .text ul.pic li a.read:hover:not(:target) {

}

.cnt_section_list .text ul.pic li a.read_hover {  
    display: inline-block;  
    padding: 2px 26px;
    /* [disabled]text-shadow:1px 1px 0px #686666; */
    margin-left: 5px;
    line-height: 20px;
}
.cnt_section_list .text ul.pic li a.read_hover:hover {

}.cnt_section_list .text ul.pic li a.read_hover:active {
    position:relative;
    top:1px;
}

.btn_bott{
    display: block;
    width: 210px;
    height: 33px;
    line-height: 33px;
    margin: 37px auto 0 auto;   
}
a:hover.btn_bott{

}
#list .wrapper #main .hoge-R .tops .floatR {
    display: inline;
}
#list .wrapper #main .hoge-R section .cnt_section_list .img .band_horizontal {
    position: absolute;
    top: 7px;
    left: 12px;
}
#list .wrapper #main .hoge-R section .cnt_section_list .img .band_vertical {
    position: absolute;
    top: 7px;
    left: 50px;
}
164
/*
165 166 167 168 169 170
#list .wrapper #main .hoge-R section .cnt_section_list .text .info .pic li .read {
    position: absolute;
    right: -145px;
    display: block;
    top: 15px;
}
171 172 173 174 175 176 177
*/
#list .wrapper #main .hoge-R section .cnt_section_list .text .info .pic li .iconList {
    position: absolute;
    right: -145px;
    display: block;
    top: 15px;
}
178 179 180 181 182
#list .wrapper #main article section .cnt_section_list .text .name .listIcon {
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
}