Changeset 22258 for branches/version-2_12-multilang/html/user_data/packages
- Timestamp:
- 2013/01/16 14:46:04 (14 years ago)
- Location:
- branches/version-2_12-multilang/html/user_data/packages/admin
- Files:
-
- 3 added
- 1 edited
-
css/admin_contents.css (modified) (5 diffs)
-
img/banner (added)
-
img/banner/bnr_user_forums.jpg (added)
-
img/button/orange-grad.png (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/html/user_data/packages/admin/css/admin_contents.css
r21790 r22258 379 379 } 380 380 381 /*ツールボタン (オレンジ)*/ 382 .btn-tool-format02, 383 a.btn-tool-format02:link, 384 a.btn-tool-format02:visited { 385 padding: 0 6px; 386 border: solid 1px #FFA801; 387 display: inline-block; 388 color: #393B57; 389 background: url('../img/button/orange-grad.png') repeat-x #eee; 390 background-origin: padding-box; 391 background-attachment: scroll; 392 background-clip: border-box; 393 background-color: #c9cbcb; 394 font-weight: bold; 395 font-size: 90%; 396 text-decoration: none; 397 cursor: pointer; 398 399 /* CSS3 radius */ 400 border-radius: 4px; 401 /* Safari, Chrome radius */ 402 -webkit-box-sizing: content-box; 403 -webkit-border-radius: 4px; 404 /* Firefox radius */ 405 -moz-border-radius: 4px; 406 /* Safari, Chrome radius */ 407 -webkit-box-sizing: content-box; 408 -webkit-border-radius: 4px; 409 /* Firefox radius */ 410 -moz-border-radius: 4px; 411 } 412 381 413 382 414 /*戻るボタン*/ … … 409 441 border: solid 1px #363a47; 410 442 color: #6b728b; 443 } 444 a.btn-tool-format02:hover { 445 border: solid 1px #977742; 446 color: #6b5f53; 411 447 } 412 448 … … 483 519 padding-top: 16px; 484 520 float: left; 485 width: 580px;521 width: 400px; 486 522 color: #fff; 487 523 font-size: 80%; … … 496 532 margin-right: 10px; 497 533 float: left; 534 } 535 536 #site-check ul li.bt_forum { 537 padding-right: 14px; 538 margin-right: 0; 539 border-right: 1px solid #343845; 540 } 541 #site-check ul li.bt_checksite { 542 padding-left: 13px; 543 border-left: 1px solid #717585; 498 544 } 499 545 … … 1058 1104 } 1059 1105 1106 #home-info .banner { 1107 padding-bottom: 10px; 1108 } 1109 #home-info .banner p { 1110 text-align: right; 1111 padding-bottom: 10px; 1112 } 1113 #home-info .banner p a:hover img { 1114 opacity:0.8; 1115 filter: alpha(opacity=80); 1116 } 1060 1117 .home-info-item { 1061 1118 margin: 0 0 15px 20px;
Note: See TracChangeset
for help on using the changeset viewer.
