history.css 9.23 KB
Newer Older
Motohisa Nakano committed
1 2 3 4 5 6 7 8 9
/* Latest Update
   2012.11.5 write           */

/* author
   koyuki watanabe               */

/* article */
.articlehistory{ 
	display:block;
10
	margin-bottom:20px;
Motohisa Nakano committed
11 12 13 14
	overflow:hidden;
}
.tops{
	font-size:12px;
15
	margin-bottom:10px;
Motohisa Nakano committed
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
}
.tops a.btn_gray, .tops a.btn_blue{
	float:left;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:80px;
	layout-grid-line:80px;
	height:19px;
	text-decoration:none;
	margin-right:10px;
	color:#fff;
}
.tops a.btn_gray img, .tops a.btn_blue img{
	display:inline;
	line-height:19px;
    vertical-align:middle;
}


.tops a:hover.btn_blue,.tops a:hover.btn_gray{ 
	border:1px solid #fff; 
	outline:1px solid #727171;
	
	background: rgb(45,123,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */

	margin-right:10px;
}
.tops a.btn_blue,.tops a.btn_gray{ 
	border:1px solid #fff; 
	outline:1px solid #2d83da;
	background-image: linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
	background-image: -o-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
	background-image: -moz-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
	background-image: -webkit-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
	background-image: -ms-linear-gradient(bottom, rgb(69,154,239) 27%, rgb(117,185,254) 77%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.27, rgb(69,154,239)),
	color-stop(0.77, rgb(117,185,254)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77bafe', endColorstr='#4599ef');
}


69 70 71
.tops ul{
	float:right;
	margin:0px;
Motohisa Nakano committed
72 73
	padding:9px 0 9px 5px;
	width:415px;
74 75 76 77 78
	height:18px;
	background:url(../images/order_box_bg2.png) no-repeat;
}

.tops ul li{ display:inline; }
Motohisa Nakano committed
79 80 81
.tops ul li a{ 
	font-size:12px; 
	float:left; 
82
	color:#fff;
Motohisa Nakano committed
83 84 85 86 87 88 89
	text-decoration:none; 
	margin-right:5px; 
	margin-left:5px;
}
.tops ul li span{ 
	font-size:12px; 
	float:left; 
90
	color:#fff; 
Motohisa Nakano committed
91 92 93 94
	text-decoration:none; 
	margin-right:5px; 
	margin-left:5px;
}
95 96 97 98 99 100 101
.tops ul li a:hover{ text-decoration:underline; }
.tops ul li a.gray_text{ color:#999999; }
.tops ul li a.active_tops{
	color:#D3D300;
	font-weight:bold;
	text-decoration:underline;
}
Motohisa Nakano committed
102
.tops ul li span.sortHead {
Motohisa Nakano committed
103 104 105
	text-align:center;
	width:70px;
	margin-right:7px;
Motohisa Nakano committed
106
}
107 108

.tops p{ font-size:14px; padding:10px 2px 0 10px; margin:0; color:#f0f0f0;}
Motohisa Nakano committed
109 110 111

/* section */
section{ 
112
	float:left;
Motohisa Nakano committed
113 114 115 116 117 118 119
	padding-top:10px;
	border-top:1px dashed #cccccc;
	margin-top:10px;
	display:block;
}
.cnt_section{ 
	margin:0; 
120 121 122
	padding:5px;
	width:920px;
	height:130px;
Motohisa Nakano committed
123
}
124
.cnt_section:hover{ background-color:rgba(255,255,255,0.24); }
Motohisa Nakano committed
125 126 127 128 129 130 131
.cnt_section a.img{ 
	display:block;
	width:161px;
	height:120px;
	float:left;
	background:#fff;
}
Motohisa Nakano committed
132
.cnt_section a.img canvas{ margin:0 auto; height: 105px; width: 160px;}
Motohisa Nakano committed
133 134 135 136 137
.cnt_section .text{
	float:left;
	height:120px;
	margin:0 0 0 35px;
}
138
.cnt_section .text a.name{ color:#fff;font-size:18px;}
Motohisa Nakano committed
139 140 141 142 143 144 145 146
.cnt_section .text a.name:hover{ text-decoration:none;}


.cnt_section .text ul.date{
margin-top:0px;
float:left;
}
.cnt_section .text ul.date li{
147
color:#ccc;
Motohisa Nakano committed
148 149 150 151 152 153 154
font-size:13px;
}
/*---*/
.cnt_section .text .info{ overflow:hidden; margin-top:10px;}

.cnt_section .text ul.pic{
float:left;
Motohisa Nakano committed
155
margin-left:280px;
Motohisa Nakano committed
156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
}
.cnt_section .text ul.pic li{
height:82px;
float:left;
margin-left:17px;
}
.cnt_section .text ul.pic li img {
position:relative;
top:100%;
}
.cnt_section .text ul.pic li img.sticker {
margin-top:-40px;
}
.cnt_section .text ul.pic li img.pen {
margin-top:-40px;
}

.cnt_section .text ul.pic li a.read {
174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190
	margin-top:30px;
	width:90px;
	height:30px;
	border:1px #263957 solid;
	
	-pie-background: linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #1B2440), color-stop(0.00, #89c));
	background: -webkit-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -moz-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -o-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -ms-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: linear-gradient(to bottom, #89c 0%, #1B2440 97%);
	
	-webkit-border-radius:8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
	
Motohisa Nakano committed
191 192
	display:inline-block;
	color:#ffffff;
193 194
	font-size:16px;
	padding:6px 0 0 0;
Motohisa Nakano committed
195
	text-decoration:none;
196
	text-align:center;
Motohisa Nakano committed
197
	margin-left:5px;
198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214
	
	behavior:url('/abvw/css/PIE.htc');
}

.cnt_section .text ul.pic li a.read:hover {
	-pie-background: linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #303E6C), color-stop(0.00, #B9C5E5));
	background: -webkit-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -moz-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -o-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -ms-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: linear-gradient(to bottom, #B9C5E5 0%, #303E6C 97%);
	text-decoration:underline;
	cursor: pointer;
}

.cnt_section .text ul.pic li a.read:active {
Motohisa Nakano committed
215 216 217
	position:relative;
	top:1px;
}
218 219

/*
Motohisa Nakano committed
220 221 222 223 224 225 226 227 228 229
.cnt_section .text ul.pic li a.read:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../css/button_back_off.svg);
}
.cnt_section .text ul.pic li a.read:hover:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../css/button_back_on.svg);
}
230
*/
Motohisa Nakano committed
231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316

.cnt_section .text ul.pic li a.read_hover {
	-moz-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
	box-shadow:inset 0px 1px 0px 0px #b6b3b3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #777575), color-stop(1, #3f3d3d) );
	background:-moz-linear-gradient( center top, #777575 5%, #3f3d3d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#777575', endColorstr='#3f3d3d');
	background-color:#777575;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #63636d;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 26px;
	text-decoration:none;
	text-shadow:1px 1px 0px #686666;
	margin-left:5px;
	line-height:20px;
}.cnt_section .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;
}.cnt_section .text ul.pic li a.read_hover:active {
	position:relative;
	top:1px;
}
.btn_bott{ 
	display:block; 
	width:278px; 
	height:33px;
	line-height:33px;
	margin:37px auto 0 auto;
	font-size:14px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border:1px solid #fff; 
	outline:1px solid #2d83da;
	background: #78bafe; /* Old browsers */
	background: -moz-linear-gradient(top,  #78bafe 0%, #4499ef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78bafe), color-stop(100%,#4499ef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #78bafe 0%,#4499ef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #78bafe 0%,#4499ef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #78bafe 0%,#4499ef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #78bafe 0%,#4499ef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bafe', endColorstr='#4499ef',GradientType=0 ); /* IE6-9 */
}
a:hover.btn_bott{
	background: rgb(45,123,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */
}

.tops a.btn_gray, .tops a.btn_blue{
	float:left;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:80px;
	layout-grid-line:80px;
	height:19px;
	text-decoration:none;
	margin-right:10px;
	color:#fff;
	margin-right: 15px;
}
a:hover
{
	cursor:pointer;
}
img.home_canvas
{
	margin:0 auto;
	margin-top: 40px;
}