Ignore:
Timestamp:
2011/01/19 11:23:20 (13 years ago)
Author:
uemoto
Message:

#382(管理画面XHTMLに変更)

  • 細部調整
File:
1 edited

Legend:

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

    r19909 r19965  
    66} 
    77 
     8 
    89/* 上記による Fierfox 2 崩れ対応 */ 
    910option { 
     
    1819    width: 100%; 
    1920    height: 100%; 
    20     line-height: 150%; 
    2121    background: #fff; 
    2222    font-family: "MS Pゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif; 
    2323    font-size: 80%; 
     24    line-height: 150%; 
    2425} 
    2526 
     
    3536 
    3637select { 
     38    font-size: 100%; 
     39} 
     40select.top, 
     41input.top, 
     42textarea.top { 
    3743    margin-bottom: 5px; 
    38     font-size: 100%; 
     44} 
     45 
     46.page_rows{ 
     47    margin-bottom:20px; 
    3948} 
    4049 
     
    5766    line-height: 30px; 
    5867    color: #444757; 
    59     background: url(../img/contents/subtitle_back_02.jpg) repeat-x; 
     68    background: url('../img/contents/subtitle_back_02.jpg') repeat-x; 
    6069    font-size: 130%; 
    6170} 
    6271 
    6372h1 .title { 
     73    padding-top: 2px; 
    6474    padding-left: 20px; 
    65     background: url(../img/contents/subtitle_back.gif) no-repeat; 
     75    background: url('../img/contents/subtitle_back.gif') no-repeat; 
    6676} 
    6777 
     
    7181    border-bottom: 3px solid #ccc; 
    7282    color: #444757; 
    73     font-size: 110%; 
    74 } 
    75  
    76 h3, h4 { 
    7783    font-size: 100%; 
    7884} 
    7985 
    80 /*em { 
    81     color: #f00; 
    82     font-style: normal; 
    83 }*/ 
     86h3{ 
     87    margin-bottom: 20px; 
     88    padding: 5px; 
     89    color : #fff; 
     90    background: #999; 
     91    font-size: 90%; 
     92} 
     93 
    8494 
    8595/*テーブル設定*/ 
     
    104114 
    105115table.list th { 
    106     background: url('../img/contents/table_back02.png') repeat-x #c1c1c1; 
     116    background: url('../img/contents/table_back.png') repeat-x #b4b4b4; 
    107117    text-align: center; 
    108118} 
     
    110120table.list th.column { 
    111121    background: url('../img/contents/table_back.png') repeat-x #f4f5f5; 
    112     text-align: center;  
     122    text-align: left;  
    113123} 
    114124 
     
    138148} 
    139149 
    140 table.form thead th { 
    141     width: auto; 
    142     text-align: center; 
    143 } 
    144  
    145 .contents-main .btn-area, #popup .btn-area { 
     150table.form th { 
     151    width: 240px; 
     152    text-align: left; 
     153} 
     154 
     155table tr.last { 
     156    background: #e0e0e0; 
     157} 
     158 
     159#popup-container table th.column { 
     160    width: 200px; 
     161} 
     162 
     163.contents-main .btn-area, #popup .btn-area, #form_edit .btn-area{ 
    146164    margin : 0 0 60px 0; 
    147165    padding: 20px 0; 
     
    152170} 
    153171 
    154 .contents-main .btn-area li, #popup .btn-area li { 
     172.contents-main .btn-area li, #popup .btn-area li ,.btn-area li{ 
    155173    margin-right: 10px; 
    156174    display: inline; 
    157175} 
    158176 
     177.addnew{ 
     178    margin-bottom: 20px; 
     179} 
     180 
     181 
    159182/*通常ボタン*/ 
    160183.btn-normal, a.btn-normal:link, a.btn-normal:visited { 
     184    margin-right: 5px; 
    161185    padding: 2px 10px; 
    162186    border: solid 1px #bcbecb; 
     
    168192    background-color: #eee; 
    169193    font-weight: normal; 
    170     font-size: 100%; 
     194    font-size: 90%; 
    171195    text-decoration: none; 
    172196    white-space: nowrap; 
     
    187211} 
    188212 
     213 
    189214/*ツールボタン 共通部分*/ 
    190215.btn-tool-format, a.btn-tool-format:link, a.btn-tool-format:visited { 
     
    199224    background-color: #c9cbcb; 
    200225    font-weight: bold; 
    201     font-size: 80%; 
     226    font-size: 90%; 
    202227    text-decoration: none; 
    203228    cursor: pointer; 
     
    217242} 
    218243 
     244 
    219245/*ツールボタン コンテンツ*/ 
    220246.btn-tool, a.btn-tool:link, a.btn-tool:visited { 
     
    246272} 
    247273 
     274 
    248275/*登録する・検索するボタン*/ 
    249276.btn-action, a.btn-action:link, a.btn-action:visited { 
     
    275302} 
    276303 
     304 
    277305/*戻るボタン*/ 
    278306.btn-action .btn-prev { 
     
    284312} 
    285313 
     314 
    286315/*進むボタン*/ 
    287316.btn-action .btn-next { 
     
    293322} 
    294323 
    295 a.btn-normal:hover, a.btn-action:hover { 
     324a.btn-normal:hover, a.btn-action:hover, a.btn-tool:hover{ 
    296325    border: solid 1px #d5d7df; 
    297326    color: #6d728b; 
    298327} 
    299328 
     329a.btn-tool-format:hover{ 
     330    border: solid 1px #363a47; 
     331    color: #6b728b; 
     332} 
     333 
    300334a.btn:active, a.btn-normal:active { 
    301335    background-image: url('../img/button/white-grad-active.png'); 
    302336} 
    303337 
    304 /* 
    305 #contents ul { 
    306     margin: 0 0 0 2em; 
    307 }*/ 
    308338 
    309339/*LINK*/ 
     
    338368    color: #f00; 
    339369} 
     370 
    340371 
    341372/* ヘッダー 
     
    379410} 
    380411 
     412 
    381413/* ヘッダーナビ 
    382414----------------------------------------------- */ 
    383 #navi-wrap { 
    384     width: 100%; 
    385     background: #dcdddd; 
    386 } 
    387  
    388415#navi { 
    389416    z-index: 90; 
    390     height: 33px; 
     417    height: 28px; 
    391418    background: url('../img/header/navi_back.jpg') top left repeat-x; 
     419    font-size: 100%; 
     420    line-height: 100%; 
    392421} 
    393422 
    394423#navi li { 
    395424    background: url('../img/header/navi_back_line.jpg') no-repeat right; 
    396 } 
    397  
    398 #navi li, #navi li a, #navi li a span { 
    399425    display: block; 
    400426    float: left; 
    401427    cursor: pointer; 
    402 } 
    403  
    404 #navi li { 
     428    height: 28px; 
    405429    position: relative; 
     430} 
     431 
     432#navi li a, #navi li a span { 
     433    display: block; 
     434    _float: left;/*IE6対策*/ 
     435    cursor: pointer; 
    406436} 
    407437 
    408438#navi li a { 
    409439    color: #2d2f39; 
     440    height: 28px; 
    410441    font-weight: bold; 
    411442    text-decoration: none; 
     
    413444 
    414445#navi li a span { 
    415     height: 26px; 
    416     padding: 7px 8px 0; 
    417 } 
    418  
    419 #navi li a:hover, #navi li a:hover span, #navi li.on a, #navi li.on a span, #navi li.sfhover a, #navi li.sfhover a span { 
    420     background: url(../img/header/navi_on.jpg) left 0 repeat-x; 
     446    padding: 7px 10px; 
     447    _padding: 9px 10px 5px;/*IE6対策*/ 
     448    height: 15px; 
     449    _height: 13px;/*IE6対策*/ 
     450} 
     451 
     452#navi li a:hover { 
     453    background: url('../img/header/navi_on.jpg') left 0 repeat-x; 
     454} 
     455 
     456#navi li a:hover span { 
     457    background: url('../img/header/navi_on.jpg') left 0 repeat-x; 
     458} 
     459 
     460#navi li.on a { 
     461    background: url('../img/header/navi_on.jpg') left 0 repeat-x; 
     462} 
     463 
     464#navi li.on a span { 
     465    background: url('../img/header/navi_on.jpg') left 0 repeat-x; 
     466} 
     467 
     468#navi li.sfhover a { 
     469    background: url('../img/header/navi_on.jpg') left 0 repeat-x; 
     470} 
     471 
     472#navi li.sfhover a span { 
     473    background: url('../img/header/navi_on.jpg') left 0 repeat-x; 
    421474} 
    422475 
    423476#navi li ul { 
    424477    position: absolute; 
    425     top: 31px; 
     478    top: 26px; 
    426479    left: -9999px; 
    427     clear: both; 
    428480    width: 14px; 
    429481    font-weight: normal; 
    430 } 
     482    clear: both; 
     483} 
     484 
    431485 
    432486/*プルダウンメニュー 第1階層*/ 
    433 #navi li li, #navi li li a, #navi li li a span { 
     487#navi li li { 
    434488    display: block; 
    435489    top: 2px; 
    436     width: 189px; 
    437     height: 28px; 
     490    width: 180px; 
     491    height: 27px; 
    438492    line-height: 24px; 
    439493    color: #fff; 
     
    442496} 
    443497 
     498#navi li li a { 
     499    display: block; 
     500    top: 2px; 
     501    width: 180px; 
     502    height: 27px; 
     503    line-height: 24px; 
     504    color: #fff; 
     505    background: url('../img/header/subnavi_bak.gif') top left no-repeat #787878; 
     506    font-weight: normal; 
     507} 
     508 
     509#navi li li a span { 
     510    display: block; 
     511    top: 2px; 
     512    width: 180px; 
     513    height: 27px; 
     514    line-height: 24px; 
     515    color: #fff; 
     516    background: url('../img/header/subnavi_bak.gif') top left no-repeat #787878; 
     517    font-weight: normal; 
     518} 
     519 
    444520#navi li li { 
    445521    border: solid #888; 
     
    476552} 
    477553 
     554 
    478555/*プルダウンメニュー 第2階層*/ 
    479556#navi li ul.level2 { 
    480557    position: absolute; 
    481     top: 28px; 
     558    top: 27px; 
    482559    left: -9999px; 
    483     clear: both; 
    484560    width: 14px; 
    485561    font-weight: normal; 
     
    489565    margin-left: 0; 
    490566    display: block; 
    491     width: 189px; 
     567    width: 180px; 
    492568    top: 1px; 
    493569    height: 27px; 
     
    496572    background: #787878; 
    497573    font-weight: normal; 
     574    background: url('../img/header/subnavi_bak.gif') top left no-repeat #787878; 
    498575} 
    499576 
    500577#navi li li li.sfhover a:hover { 
    501     width: 189px; 
     578    width: 180px; 
    502579    top: 1px; 
    503580    height: 27px; 
     
    507584 
    508585#navi li ul ul { 
    509     margin: -28px 0 0 189px; 
    510     _margin: -28px 0 0 194px;/*IE6応急 */ 
     586    margin: -28px 0 0 180px; 
     587    _margin: -28px 0 0 187px;/*IE6応急 */ 
    511588} 
    512589 
     
    518595    left: auto; 
    519596} 
     597 
    520598 
    521599/*subnavi*/ 
     
    541619    font-size: 71%; 
    542620} 
    543 .subnavi-on a{ 
     621.subnavi-on a { 
    544622    padding: 6px 5px 4px 5px; 
    545623    display: block; 
     
    578656} 
    579657 
     658 
    580659/* ページャ */ 
    581660#contents .pager ul { 
     
    601680    background: #fff5ee; 
    602681} 
     682 
    603683 
    604684/* コンテンツ 
     
    620700 
    621701#contents { 
    622     padding: 20px 20px 40px; 
     702    padding: 20px 20px 100px; 
    623703    width: 1000px; 
    624704} 
    625705 
    626706#footer { 
     707    margin-top: 30px; 
    627708    position: absolute; 
    628709    bottom: 0; 
    629710    width: 100%; 
    630711    height: 40px; 
    631     background: url(../img/contents/footer_back.jpg) 0 0 repeat-x; 
     712    background: url('../img/contents/footer_back.jpg') 0 0 repeat-x; 
    632713} 
    633714 
     
    638719} 
    639720 
    640 #footer #copyright{ 
     721#footer #copyright { 
    641722    margin-left: 20px; 
    642723    float: left; 
     
    650731} 
    651732 
     733 
    652734/* ログイン 
    653735----------------------------------------------- */ 
    654736#login { 
    655     width: 100%; 
    656     margin: 150px auto 0; 
    657     text-align: center; 
    658 } 
    659  
    660 #login-form-wrap { 
    661     width:556px; 
    662     height: 250px; 
    663     margin: 0 auto; 
     737    margin: 0 auto; 
     738    padding: 0; 
     739    width: 100%; 
     740    text-align: center; 
     741} 
     742 
     743#login-wrap { 
     744    margin: 150px auto 0; 
    664745    padding: 0; 
    665746    border: 0; 
    666747    text-align: left; 
     748    width:556px; 
    667749    z-index: 2; 
    668750    background: url('../img/contents/admin_login_bg.jpg') center top repeat-x; 
    669751    -moz-box-shadow: 0 0 5px #000;/* Firefox */ 
    670752    -webkit-box-shadow: 0 0 5px #000;/* Safari and Chrome */ 
    671     box-shadow: 0 0 5px #000;/* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */ 
    672     behavior: url('ie-css3.htc'); 
    673 } 
    674  
    675 #login-form { 
    676     width: 556px; 
    677753} 
    678754 
    679755#login-form h1 { 
    680     margin-top: 46px; 
     756    margin: 46px auto 20px; 
    681757    padding-left: 50px; 
     758    padding-bottom: 40px; 
    682759    border: none; 
    683760    float: left; 
     
    697774    margin-top: 10px; 
    698775    color: #fff; 
    699     font-size: 80%; 
     776    font-size: 100%; 
    700777} 
    701778 
     
    705782 
    706783#login #copyright { 
    707     color: #000; 
    708     font-size: 87%; 
    709     padding-top: 30px; 
    710     text-align: center; 
    711 } 
     784    margin: 0 auto; 
     785    padding-top: 10px; 
     786    width: 556px; 
     787    color: #000000; 
     788    font-size: 80%; 
     789    text-align: left; 
     790} 
     791 
    712792 
    713793/* エラーメッセージ 
    714794----------------------------------------------- */ 
    715 #login-error-wrap { 
     795#error-wrap { 
     796    margin: 150px auto 0; 
    716797    width: 100%; 
    717     height: 100%; 
    718 } 
    719  
     798    text-align: center; 
     799} 
    720800#error-wrap #error .logo { 
    721801    padding-bottom: 5px; 
     
    724804 
    725805#error { 
    726     margin: -126px 0 0 -279px; 
    727     position: absolute; 
    728     top: 50%; 
    729     left: 50%; 
     806    margin: 0 auto; 
    730807    width: 560px; 
    731808} 
     
    769846    background: url('../img/contents/login_back_btn_bottom.jpg') bottom left no-repeat #eeeff0; 
    770847} 
     848 
    771849 
    772850/* 完了メッセージ 
     
    822900} 
    823901 
     902 
    824903/* メインページ 
    825904----------------------------------------------- */ 
     
    871950} 
    872951 
     952 
    873953/* 基本情報管理 
    874954----------------------------------------------- */ 
     
    890970} 
    891971 
     972 
    892973/* 商品管理 
    893974----------------------------------------------- */ 
     
    895976    float: left; 
    896977    width: 285px; 
     978    min-height: 200px; 
    897979} 
    898980 
     
    905987} 
    906988 
     989#contents-filemanager-tree #tree { 
     990    float: left; 
     991    min-height: 200px; 
     992} 
     993 
    907994#products-category-left, #products-rank-left { 
     995    min-height: 200px; 
    908996    padding: 10px; 
    909997    border: 3px solid #ddd; 
     
    9171005    border: 1px solid #ccc; 
    9181006} 
     1007 
     1008#products .class-payment { 
     1009    padding-top: 15px; 
     1010    font-size: 88%; 
     1011} 
     1012#products label { 
     1013    white-space: nowrap; 
     1014} 
     1015#products .list-info{ 
     1016    padding-top: 10px; 
     1017    border-top: solid 1px #ccc; 
     1018} 
     1019#products .list-info .btn { 
     1020    float: left; 
     1021    margin-right:20px; 
     1022} 
     1023#products .list-info p { 
     1024    float: right; 
     1025    color: #444757; 
     1026} 
     1027 
    9191028 
    9201029/* 受注管理 
     
    9251034} 
    9261035 
     1036 
    9271037/* 期間別集計 
    9281038----------------------------------------------- */ 
     
    9311041} 
    9321042 
     1043 
    9331044/* デザイン管理 
    9341045----------------------------------------------- */ 
    9351046/* レイアウト設定 */ 
    936  
    9371047.design-layout { 
    9381048    table-layout: fixed; 
     
    9681078    border: 1px solid #000; 
    9691079    color: #333; 
    970     background: c3d9ff; 
     1080    background: #eee; 
    9711081    font-size: 100%; 
    972     text-align: center; 
    9731082} 
    9741083 
     
    9861095} 
    9871096 
     1097 
     1098/* コンテンツ管理 
     1099----------------------------------------------- */ 
     1100#contents-csv-sqltbl { 
     1101    margin-bottom: 40px; 
     1102} 
     1103 
     1104 
    9881105/* フォーム 
    9891106----------------------------------------------- */ 
    990 div.btn, p.remark { 
     1107div.btn,p.remark { 
    9911108    margin: 0 0 20px 0; 
    992 } 
    993  
    994 .addbox { 
    995 margin-top: 5px; 
    9961109} 
    9971110 
     
    10301143 
    10311144.box40 { 
    1032     width: 292px; 
     1145    width: 276px; 
    10331146}/*W40*/ 
    10341147 
     
    11501263} 
    11511264 
    1152 /* 
    1153 ** Markup free clearing 
    1154 ** Details: http://www.positioniseverything.net/easyclearing.html 
    1155 */ 
    1156 .clear-block:after { 
    1157     display: block; 
    1158     clear: both; 
    1159     height: 0; 
    1160     visibility: hidden; 
    1161     content: "."; 
    1162 } 
    1163  
    1164 .clear-block { 
    1165     display: inline-block; 
    1166 } 
    1167  
    1168 /* Hides from IE-mac \*/ 
    1169 * html .clear-block { 
    1170     height: 1%; 
    1171 } 
    1172 .clear-block { 
    1173     display: block; 
    1174 } 
    1175  
    1176 /* End hide from IE-mac */ 
     1265 
     1266/*FONT*/ 
     1267.bold { 
     1268    font-weight:bold; 
     1269} 
     1270 
     1271 
     1272/* フロート解除 */ 
     1273.clearfix:after { 
     1274    display:block; 
     1275    clear:both; 
     1276    height:0; 
     1277    line-height:0; 
     1278    visibility:hidden; 
     1279    content:"."; 
     1280} 
     1281 
    11771282 
    11781283/* 権限 */ 
     
    11931298} 
    11941299 
     1300 
    11951301/* DnD並び替え系の設定 */ 
    11961302tr.movingHandle td { 
    11971303    background-color: #eee; 
    11981304} 
     1305 
    11991306 
    12001307.dragHandle { /* ハンドルの設定 */ 
     
    12041311} 
    12051312 
     1313 
    12061314.activeHandle { /* アクティブハンドルの設定 */ 
    12071315    color: #f9a406; 
    12081316} 
     1317 
    12091318 
    12101319table.layout, table.layout th, table.layout td { 
     
    12161325} 
    12171326 
     1327 
    12181328/* ログ表示用 */ 
    12191329.log td { 
     
    12261336    white-space: nowrap; 
    12271337} 
     1338 
    12281339 
    12291340/* ポップアップ画面用 */ 
     
    12491360    width: 560px; 
    12501361} 
     1362 
Note: See TracChangeset for help on using the changeset viewer.