OSDN Git Service

Change disk layout display
[karesansui/karesansui.git] / karesansui / static / css / guest.css
1 #guest {}
2
3 #guest .active {
4     background:transparent url(../images/host-active-back.gif) no-repeat scroll 0 0;
5     color:#666666;
6     float:left;
7     font-size:12px;
8     height:190px;
9     margin-left:30px;
10     margin-top:30px;
11     padding-left:0;
12     padding-top:8px;
13     position:relative;
14     text-align:center;
15     width:141px;
16 }
17
18 #guest .active .status-b {
19     left:89px;
20     position:absolute;
21     top:90px;
22 }
23
24 #guest .passive .status-b {
25     left:89px;
26     position:absolute;
27     top:90px;
28 }
29
30 #guest .icon-shadow {
31     margin-left: 8px;
32     background-image: url('../images/icon_shadow.png');
33     width:124px;
34     height:124px;
35     padding-top:5px;
36     background-repeat:no-repeat;
37 }
38
39 #guest .active .status {
40     font-size:12px;
41 }
42
43 #guest .passive {
44     color:#444444;
45     float:left;
46     font-size:12px;
47     height:190px;
48     margin-top:30px;
49     padding-top:8px;
50     margin-left:5px;
51     position:relative;
52     text-align:center;
53     width:140px;
54 }
55 #guest .passive .status {
56     font-size:12px;
57 }
58
59 #guest #view table {
60     border:none;
61     background-color:#bcbcbc;
62     width:100%;
63 }
64 #guest #view #summary-icon{
65     padding:10px;
66     text-align:center;
67     background-color:#e4e4dd;
68     width:150px;
69 }
70 #guest #view #summary-info table{
71     font-size:10px;
72     background-color:#ffffff;
73 }
74 #guest #view #summary-info table.summary-main-info{
75     padding:10px 0px;
76 }
77 #guest #view #summary-info table.summary-main-info>tbody>tr>th{
78     padding:0px 10px;
79 }
80 #guest #view #summary-info table.summary-sub-info>tbody>tr>th{
81     padding:0px 10px;
82     width:140px;
83 }
84 #guest #view #summary-info span.summary-info-title{
85     font-weight:bold;
86 }
87
88 #guest #view #summary-info .summary-space{
89     background:transparent url(../images/kugiri-a.gif) repeat scroll 0 0;
90     height:4px;
91     margin-bottom:8px;
92     margin-top:8px;
93     margin-left:12px;
94     width:95%;
95 }
96
97 #input_guest .grayout-detail {
98     border: 1px solid #BCBCBC;
99     width: 100%;
100     margin: 5px 0px;
101 }
102 #input_guest .detail-contents {
103     width: 100%;
104 }
105 #input_guest .detail-separator{
106     height:18px;
107     width:60px;
108 }
109 #input_guest .detail-space {
110     background:transparent url(${ctx.homepath}/static/images/kugiri-a.gif) repeat scroll 0 0;
111     height:4px;
112     margin-bottom:8px;
113     margin-top:8px;
114     width:100%;
115 }
116 #input_guest table.detail-contents>tbody>tr>th{
117     font-weight: bold;
118     background-color: #FFFFFF;
119     padding:0px 10px;
120     width:20%;
121     text-align: left;
122     white-space: nowrap;
123 }
124 #input_guest table.detail-contents>tbody>tr>td{
125     background-color: #FFFFFF;
126 }