Subversion Repositories ALCASAR

Rev

Rev 2976 | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
2770 rexy 1
/*
2
 $Id*
3
 */
4
a {
5
    text-decoration: none;
6
    color: #c03000;
7
}
8
 
9
a:hover {
10
    text-decoration: underline;
11
}
12
 
13
* {
14
    margin: 0;
15
    padding: 0;
16
}
17
 
18
wbr {
19
    display: inline-block;
20
}
21
 
22
html {
23
    height: 100%;
2806 rexy 24
    background: #EFEFEF;
2770 rexy 25
}
26
 
27
body {
28
    position: relative;
29
    width: 940px;
30
    _width: 945px; /* ie6 */
31
    min-height: 100%;
32
    overflow: auto;
33
    margin: 0 auto;
34
    padding: 20px 20px 0 20px;
35
    font: 75% arial, tahoma, helvetica, sans-serif;
36
    color: #000;
37
}
38
 
39
p {
40
    padding: 4px 10px 2px 10px;
41
    line-height: 1.6;
42
    text-align: left;
43
    vertical-align: top;
44
}
45
 
46
h1 {
47
    margin: 0 10px;
48
    _margin: 0 15px 0 10px; /* ie6 */
49
    padding: 10px 10px;
2806 rexy 50
    border-top: 1px solid #666666;
51
    border-bottom: 1px solid #666666;
2770 rexy 52
    font-size: 1.67em;
53
    font-weight: normal;
54
    color: #fff;
2806 rexy 55
    background: #666666;
2770 rexy 56
}
57
 
58
h2 {
59
    padding: 5px 10px;
2806 rexy 60
    font-family: "DejaVu Sans";
2770 rexy 61
    font-size: 1em;
62
    font-weight: bold;
63
    letter-spacing: 0.0em;
64
    text-transform: uppercase;
65
    color: #fff;
2806 rexy 66
    background: #666666;
2770 rexy 67
    text-align: center;
68
}
69
 
70
th, td, h3 {
71
    padding: 4px 10px 2px 10px;
72
    text-align: left;
73
    vertical-align: top;
74
}
75
 
76
h3 {
77
    font-size: 100%;
78
}
79
 
80
table {
81
    width: 100%;
82
    font-size: 1em;
83
    background-color: #fff;
84
}
85
 
86
table tfoot td {
87
    color: #2e2e2e;
88
}
89
 
2976 rexy 90
select {
91
    background-color: #fefefe;
92
}
93
 
2770 rexy 94
#select {
95
    text-align: right;
2976 rexy 96
    padding: 10px 10px 0 10px;
2770 rexy 97
    font-size: 0.8em;
98
}
99
 
100
#select select {
101
    width: 100px;
102
}
103
 
3179 rexy 104
.fullsize, .halfsize {
2770 rexy 105
    float: left;
106
    margin: 10px 0 0 8px;
107
    _margin: 10px 4px 0 4px; /* ie6 */
108
    padding: 1px;
2806 rexy 109
    border: 2px solid #666666;
2770 rexy 110
    background: #fff;
111
}
112
 
3179 rexy 113
.fullsize {
114
    width: 916px;
2770 rexy 115
}
116
 
3179 rexy 117
.halfsize {
118
    width: 451px;
2770 rexy 119
}
120
 
121
#filesystemTable thead tr th {
122
    cursor: pointer;
123
}
124
 
125
#footer {
126
    clear: both;
127
    color: #000;
128
    margin: 12px;
129
    padding: 13px 25px;
130
    line-height: 18px;
131
}
132
 
133
.plugin {
134
    float: left;
135
    margin: 10px 0 0 8px;
136
    _margin: 10px 4px 0 4px; /* ie6 */
137
    padding: 1px;
2806 rexy 138
    border: 2px solid #666666;
2770 rexy 139
    background: #fff;
140
}
141
 
142
.even {
143
    background: #e4ebf3;
144
}
145
 
146
.bar {
2806 rexy 147
    background: #666666;
2770 rexy 148
}
149
 
150
.barwarn {
151
    background: #a72971;
152
}
153
 
3179 rexy 154
.barrest {
155
    background: #29a79e;
156
}
157
 
2770 rexy 158
.right {
159
    text-align: right;
160
    padding-right: 20px;
161
}
162
 
163
.dataTables_wrapper{
164
    margin: 0 0 0 0 !important;
165
    border: 0px !important;
166
}
167
 
168
.treeimg {
169
    display: table-cell;
170
    *float: left; /* ie6 ie7 */
171
    vertical-align: top;
172
}
173
 
174
.treespan {
175
    display: table-cell;
176
    *float: left; /* ie6 ie7 */
177
}
178
 
179
.treespanbold {
180
    font-weight: bold;
181
    display: table-cell;
182
    *float: left; /* ie6 ie7 */
183
}
184
 
185
.tree tr td {
186
    cursor: auto;
187
    height: 100%;
188
}
189
 
190
.treediv {
191
    display: table;
192
    height: 100%;
193
}
194
 
195
.tablemain {
196
    width: 100%;
197
    height: 100%;
198
}