Ignore:
Timestamp:
2013/01/16 14:46:04 (14 years ago)
Author:
h_yoshimoto
Message:

#2025 フォーラムへのリンクボタンを追加

Location:
branches/version-2_12-multilang/html/user_data/packages/admin
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/html/user_data/packages/admin/css/admin_contents.css

    r21790 r22258  
    379379} 
    380380 
     381/*ツールボタン (オレンジ)*/ 
     382.btn-tool-format02, 
     383a.btn-tool-format02:link, 
     384a.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 
    381413 
    382414/*戻るボタン*/ 
     
    409441    border: solid 1px #363a47; 
    410442    color: #6b728b; 
     443} 
     444a.btn-tool-format02:hover { 
     445    border: solid 1px #977742; 
     446    color: #6b5f53; 
    411447} 
    412448 
     
    483519    padding-top: 16px; 
    484520    float: left; 
    485     width: 580px; 
     521    width: 400px; 
    486522    color: #fff; 
    487523    font-size: 80%; 
     
    496532    margin-right: 10px; 
    497533    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; 
    498544} 
    499545 
     
    10581104} 
    10591105 
     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} 
    10601117.home-info-item { 
    10611118    margin: 0 0 15px 20px; 
Note: See TracChangeset for help on using the changeset viewer.