source: branches/version-2_5-dev/html/user_data/packages/admin/css/admin_contents.css @ 19715

Revision 19715, 14.6 KB checked in by nanasess, 13 years ago (diff)

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

  • UI を改善
Line 
1@charset "utf-8";
2
3* { margin: 0; padding: 0; }
4
5/* 上記による Fierfox 2 崩れ対応 */
6option {
7    margin-right: 0.5em;
8}
9
10html {height: 100%;}
11body {
12    font-size: 80%;
13    font-family:"MS Pゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif;
14    background: #FFFFFF;
15    min-width: 800px;
16    height: 100%;
17    line-height: 150%;
18}
19body#popup {
20    min-width: 0px;
21    padding: 10px;
22    height: auto;
23}
24input,select,option,textarea {
25    font-size: 1em;
26}
27img {
28    border: 0;
29}
30h1 {
31    background: url(../img/contents/subtitle_back.gif) 0 0 repeat-y #818287;
32    border-top: 1px solid #666666;
33    height: 30px;
34    line-height: 30px;
35    color: #FFFFFF;
36    font-size: 1.2em;
37    text-indent: 20px;
38}
39h2 {
40    font-size: 1.2em;
41    border-bottom: 3px solid #CCCCCC;
42    margin: 0 0 10px 0;
43    padding: 3px 0;
44    color: #DD7010;
45}
46h3, h4 {font-size: 1em;}
47em {color: #FF0000;font-style: normal;}
48
49table {
50    font-size: 1em;
51    border-collapse: collapse;
52    width: 100%;
53    margin: 0 0 20px;
54}
55th, td {padding: 5px;border:1px solid #CCCCCC;}
56th {background: #f2f1ec;font-weight:normal;text-align:left;}
57
58table.list th { text-align: center; }
59table.list th.left { text-align: left; }
60table.list th.right { text-align: right; }
61table.list td.id,
62table.list td.thumbnail {
63    text-align: center;
64}
65table.list td.menu {
66    text-align: center;
67    vertical-align: middle;
68}
69table.form th { width: 25%; }
70table.form td { width: 75%; }
71table.form thead th { text-align: center; width: auto; }
72
73input[type='submit'],
74input[type='button'],
75input[type='reset'],
76input[type='file'],
77button {
78    color: #000;
79    text-decoration: none;
80    background-attachment: scroll;
81    background-clip: border-box;
82    background-color: #eee;
83    background-image: url('../img/button/white-grad.png');
84    background-origin: padding-box;
85    line-height: 15px;
86    padding: 5px 10px;
87    white-space: nowrap;
88    border: solid 1px #999;
89    cursor: pointer;
90    font-size: 11px;
91
92    /* CSS3 radius */
93    border-bottom-left-radius: 5px 5px;
94    border-bottom-right-radius: 5px 5px;
95    border-top-left-radius: 5px 5px;
96    border-top-right-radius: 5px 5px;
97
98    /* Safari, Chrome radius */
99    -webkit-box-sizing: content-box;
100    -webkit-border-radius: 5px;
101
102    /* Firefox radius */
103    -moz-border-radius: 5px;
104}
105
106input[type='submit']:hover,
107input[type='button']:hover,
108input[type='reset']:hover,
109input[type='file']:hover,
110button:hover {
111    border: solid 1px #666;
112}
113
114input[type='submit']:active,
115input[type='button']:active,
116input[type='reset']:active,
117input[type='file']:active,
118button:active {
119    background-image: url('../img/button/white-grad-active.png');
120}
121
122#contents ul {margin: 0 0 0 2em;}
123
124/*LINK*/
125a:link { color: #006699; text-decoration: none; }
126a:visited { color: #006699; text-decoration: none; }
127a:hover { color: #f9a406; text-decoration: underline; }
128
129.left { text-align: left; }
130.center { text-align: center; }
131.right { text-align: right; }
132
133.attention { color: #FF0000; }
134
135
136/* ヘッダー
137----------------------------------------------- */
138#header {
139    position: relative;
140    z-index: 9999;
141    width: 100%;
142    height: 50px;
143    margin: 0;
144    padding: 0;
145    background: url(../img/header/header_back.jpg) 0 0 repeat-x;
146}
147#logo {position: absolute; top: 0; left: 0;}
148#header p {
149    color: #FFFFFF;
150    position: absolute;
151    top: 25px;
152    right: 10px;
153    text-align: right;
154}
155#header p span {font-weight:bold;}
156#sites {
157    position: absolute;
158    top: 5px;
159    right: 10px;
160    list-style: none;
161}
162#sites li {float:right;}
163#header p a, #sites a {color: #99CC33;padding: 0 8px;border-left: 1px solid #FFFFFF;}
164#siteswitch {
165    position: absolute;
166    left: 240px;
167    height: 50px;
168    line-height: 50px;
169}
170#siteswitch label { color: #FFFFFF; }
171
172
173/* ヘッダーナビ
174----------------------------------------------- */
175#navi, #navi li {
176    height: 30px;
177    background: url(../img/header/navi_back.jpg) 0 0 repeat-x;
178    z-index:90;
179}
180#navi li, #navi li a, #navi li a span {
181    line-height: 30px;
182    display: block;
183    float: left;
184    white-space: nowrap;
185}
186#navi li {
187    position: relative;
188    border-right: 1px solid #999999;
189    border-left: 1px solid #FFFFFF;
190}
191#navi li a {
192    color: #333355;
193    font-weight: bold;
194    text-decoration: none;
195}
196#navi li a span {padding: 0 8px;}
197#navi li a:hover {background: url(../img/header/navi_on.jpg) left 0 repeat-x;}
198#navi li a:hover span {background: url(../img/header/navi_on_right.jpg) right 0 no-repeat;}
199#navi li.on a {background: url(../img/header/navi_on.jpg) left 0 no-repeat;}
200#navi li.on a span {background: url(../img/header/navi_on_right.jpg) right 0 no-repeat;}
201#navi li.sfhover a {background: url(../img/header/navi_on.jpg) left 0 repeat-x;}
202#navi li.sfhover a span {background: url(../img/header/navi_on_right.jpg) right 0 no-repeat;}
203
204#navi li ul {
205    position: absolute;
206    top: 30px;
207    left: -999em;
208    height: auto;
209    width: 14.4em;
210    font-weight: normal;
211    clear: both;
212    z-index: 100;
213}
214#navi li li, #navi li li a, #navi li li a span {
215    width: 14.4em;
216    height: 2em;
217    line-height: 2em;
218    display: block;
219    background: #DDEEEE;
220    padding: 0;
221}
222#navi li li {border: solid #AAAAAA;border-width: 0 1px 1px;}
223#navi li li a span {text-indent: 8px;}
224#navi li li a:hover { background: #AACCCC; }
225#navi li li a:hover span { background: #AACCCC;}
226#navi li.on li a, #navi li.on li a span, #navi li li.on a, #navi li li.on a span { background: transparent; }
227#navi li.sfhover li a, #navi li.sfhover li a span, #navi li li.sfhover a, #navi li li.sfhover a span { background: transparent; }
228#navi li.sfhover li a:hover, #navi li li.sfhover a:hover { background: #AACCCC; }
229
230#navi li ul ul {
231    margin: -1.75em 0 0 14.5em;
232}
233#navi li:hover ul ul, #navi li:hover ul ul ul, #navi li.sfhover ul ul, #navi li.sfhover ul ul ul {
234    left: -999em;
235}
236#navi li:hover ul, #navi li li:hover ul, #navi li li li:hover ul,
237#navi li.sfhover ul, #navi li li.sfhover ul, #navi li li li.sfhover ul {
238    left: auto;
239}
240
241
242/*subnavi*/
243.subnavi a{
244    background-color: #818287;
245    width:140px;
246    padding: 6px 5px 4px 5px;
247    color:#ffffff;
248    text-decoration:none;
249    display:block;
250}
251.subnavi a:visited {
252    color:#ffffff;
253    text-decoration:none;
254}
255.subnavi a:hover {
256    background-color: #b7b7b7;
257    color:#000000;
258    text-decoration:none;
259}
260.subnavi_text {
261    font-size: 71%;
262    padding: 0 0 0 8px;
263}
264.subnavi-on a{
265    background-color: #b7b7b7;
266    width:140px;
267    padding: 6px 5px 4px 5px;
268    color:#000000;
269    text-decoration:none;
270    display:block;
271}
272.subnavi-on a:visited {
273    color:#000000;
274    text-decoration:none;
275}
276.subnavi-on a:hover {
277    background-color: #b7b7b7;
278    color:#000000;
279    text-decoration:none;
280}
281.number-on a:visited {
282    color:#ffffff;
283    text-decoration:none;
284}
285.number a:visited {
286    color:#ffffff;
287    text-decoration:none;
288}
289
290#agreement{
291    height: 120px;
292    width: 480px;
293    overflow: auto;
294    margin: 0px;
295    background-color : #FFFFFF;
296    border-style: solid;
297    border-color: #C0C0C0;
298    border-width: 1px
299}
300/* ページャ */
301#contents .pager ul {list-style-type: none;margin: 10px 0;}
302.pager li {display: inline;}
303.pager li a {border: 1px solid #CCCCCC;padding: 3px 5px;}
304.pager li.on a {background: #f2f1ec;border: 1px solid #333333;}
305.pager li a:hover, .pager li.on a:hover {background: #FFF5EE;}
306
307
308/* コンテンツ
309----------------------------------------------- */
310* html div#container{
311    height:100%;
312}
313body > #container {
314    height: auto;
315}
316#container {
317    position: relative;
318    min-height: 100%;
319}
320
321#contents {padding: 20px 20px 8em;}
322
323#footer {
324    position: absolute;
325    bottom: 0px;
326    width: 100%;
327    height: 7em;
328    text-align: right;
329    background: #EEEEEE;
330    border-top: 1px solid #CCCCCC;
331}
332
333/* ログイン
334----------------------------------------------- */
335#login-main {
336    height: 250px;
337    width: 556px;
338    position: absolute;
339    left: 50%;
340    top: 50%;
341    margin: -125px 0 0 -278px;
342    padding: 36px 0 0 0;
343    background: url(../img/contents/admin_login_top.jpg) center top no-repeat;
344    color: #FFFFFF;
345}
346#login-main form {
347    width: 556px;
348    height: 172px;
349    background: url(../img/contents/admin_login_back.jpg) center top repeat-x;
350}
351#login-main h1 {
352    background: url(../img/contents/admin_login_logo.jpg) 0 0 no-repeat;
353    border: none;
354    text-indent: -9999em;
355    width: 230px;
356    height: 172px;
357    float:left;
358}
359#login-main #login-form {
360    width: 310px;
361    height: 172px;
362    float: right;
363    background: url(../img/contents/admin_login_right.jpg) right 0 no-repeat;
364}
365#login-main label {display:block;}
366#login-main input {margin-bottom: 10px;}
367#login-main #login-address {
368    clear:both;
369    width: 556px;
370    height: 42px;
371    line-height: 42px;
372    text-align: center;
373    background: url(../img/contents/admin_login_bottom.jpg) center bottom no-repeat;
374}
375
376#login-error {
377    width: 500px;
378    height: 200px;
379    position: absolute;
380    left: 50%;
381    top: 50%;
382    margin: -125px 0 0 -278px;
383    padding: 25px 28px;
384    border: 3px solid #666666;
385    text-align:center;
386}
387
388
389/* メインページ
390----------------------------------------------- */
391#home-main {margin-right: 300px;}
392#home-main table {width: 100%;}
393* html #home-main table {width: 99%;}
394
395#home .shop-info {margin: 0 0 20px;}
396#home .shop-info td {text-align:right;width: 60%;}
397
398#home-info {width: 280px;float: right;border-left: 1px solid #CCCCCC;}
399
400.home-info-item {width: 260px;margin: 0 0 15px 20px;font-size: 0.8em;line-height: 1.4em;}
401.home-info-item .body {margin: 5px 0 0 0;}
402.home-info-item .date {background: #DDDDDD;padding: 5px 10px 0px;}
403.home-info-item .title {background: #DDDDDD;padding: 0px 10px 5px;}
404
405
406/* 商品管理
407----------------------------------------------- */
408#products-category-left, #products-rank-left {float:left;width:20em;}
409#products-category-right, #products-rank-right {margin-left: 22em;}
410#products-class-list .action {width: 100px;}
411
412
413/* 受注管理
414----------------------------------------------- */
415/* ステータス管理 */
416#order-status-list th.id {width: 40px;}
417
418/* 期間別集計
419----------------------------------------------- */
420#graph-image {
421    margin: 0 0 20px 0;
422}
423
424/* デザイン管理
425----------------------------------------------- */
426/* レイアウト設定 */
427
428.design-layout {
429    table-layout: fixed;
430}
431.design-layout th,
432.design-layout td {
433    vertical-align: top;
434    text-align: center;
435}
436#design-layout-used {
437    width: 525px;
438}
439#design-layout-unused {
440    width: 175px;
441}
442.design-layout #LeftNavi,
443.design-layout #MainHead,
444.design-layout #RightNavi {
445    width: 33.33%;
446}
447.design-layout #TopNavi,
448.design-layout #HeadNavi,
449.design-layout #HeaderTopNavi,
450.design-layout #LeftNavi,
451.design-layout #MainHead,
452.design-layout #MainFoot,
453.design-layout #RightNavi,
454.design-layout #BottomNavi,
455.design-layout #FooterBottomNavi,
456.design-layout #HeaderInternalNavi,
457.design-layout #Unused {
458    padding-bottom: 20px;
459    height: 10px; /* IE6応急処置 */
460}
461.design-layout div.sort {
462    border:     1px solid black;
463    background: rgb(195,217,255);
464    color:      #333;
465    padding:    5px 2px;
466    margin:     5px 0;
467    font-size:  10pt;
468    text-align: center;
469}
470.design-layout .anywherecheck {
471    white-space: nowrap;
472}
473.placeholder {
474    border: 1px dashed #AAA;
475    height: 20px;
476}
477#layout-header {
478    vertical-align: middle;
479}
480
481/* フォーム
482----------------------------------------------- */
483div.btn,
484p.remark {
485    margin: 0 0 20px 0;
486}
487
488/*FORM*/
489.box3 { width: 33px; }  /*W3*/
490.box6 { width: 54px; }  /*W6*/
491.box10 { width: 82px; } /*W10*/
492.box20 { width: 152px; }    /*W20*/
493.box25 { width: 187px; }    /*W25*/
494.box30 { width: 222px; }    /*W30*/
495.box33 { width: 243px; }    /*W33*/
496.box35 { width: 257px; }    /*W35*/
497.box40 { width: 292px; }    /*W40*/
498.box45 { width: 341px; }    /*W45*/
499.box50 { width: 362px; }    /*W50*/
500.box52 { width: 376px; }    /*W52*/
501.box54 { width: 390px; }    /*W54*/
502.box60 { width: 432px; }    /*W60*/
503.box65 { width: 467px; }    /*W65*/
504.box68 { width: 488px; }    /*W68*/
505.box76 { width: 544px; }    /*W76*/
506
507.area40 { width: 302px; height: 134px; }    /*W40×H8*/
508.area45 { width: 337px; height: 290px; }    /*W40×H20*/
509.area46 { width: 337px; height: 134px; }    /*W40×H8*/
510.area50 { width: 372px; height: 82px; } /*W50?H4*/
511.area55 { width: 407px; height: 82px; } /*W50?H4*/
512.area59 { width: 432px; height: 134px; }    /*W59×H8*/
513.area60 { width: 433px; height: 134px; }    /*W60?H8*/
514.area61 { width: 433px; height: 82px; } /*W60?H4*/
515.area65 { width: 444px; height: 290px; }    /*W65×H20*/
516.area70 { width: 512px; height: 186px; }    /*W70?H12*/
517.area75 { width: 547px; height: 186px; }    /*W75?H12*/
518.area80 { width: 572px; height: 134px; }    /*W80×H8*/
519.area90 { width: 650px; height: 420px; }
520.area96 { width: 694px; height: 420px; }    /*W80×H30*/
521.area96_2 { width: 694px; height: 160px; }  /*W80×H10*/
522.area99 { width: 715px; height: 523px; }    /*W99?H40*/
523
524/*COLOR*/
525.red { color: #ff0000; }
526
527/*
528** Markup free clearing
529** Details: http://www.positioniseverything.net/easyclearing.html
530*/
531.clear-block:after {
532    content: ".";
533    display: block;
534    height: 0;
535    clear: both;
536    visibility: hidden;
537}
538
539.clear-block {
540  display: inline-block;
541}
542
543/* Hides from IE-mac \*/
544* html .clear-block {
545    height: 1%;
546}
547.clear-block {
548    display: block;
549}
550/* End hide from IE-mac */
551
552/* 権限 */
553x-dummy
554,.authority_1 #navi-basis-masterdata
555,.authority_1 #navi-contents-file
556,.authority_1 #navi-design-bloc
557,.authority_1 #navi-design-template
558,.authority_1 #navi-design-add
559,.authority_1 #navi-system
560,.authority_1 #navi-ownersstore
561{
562    /* display: none; --- IE で不具合 */
563    height: 0;
564    width: 0;
565    overflow: hidden;
566    border: none;
567    visibility: hidden;
568}
569
570/* DnD並び替え系の設定 */
571tr.movingHandle td {
572    background-color: #EEE;
573}
574.dragHandle { /* ハンドルの設定 */
575    text-align: center;
576    font-weight: bold;
577    cursor: n-resize;
578}
579.activeHandle { /* アクティブハンドルの設定 */
580    color: #F9A406;
581}
582
583table.layout,
584table.layout th,
585table.layout td {
586    border: none;
587    margin: 0;
588    padding: 0;
589    width: auto;
590    vertical-align: top;
591}
592
593/* ログ表示用 */
594.log td {
595    padding-top: 0;
596    padding-bottom: 0;
597    vertical-align: top;
598}
599.log .date {
600    white-space: nowrap;
601}
Note: See TracBrowser for help on using the repository browser.