common.css
2.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
body {
margin: 0px;
padding: 0px;
}
#notice {
position: absolute;
margin-top: 10px;
right: 10px;
background: #ffffa9;
padding: 10px;
border: 3px solid #dfdfdf;
z-index: 9999 !important ;
}
a img {
border: 1px solid transparent;
}
a:hover img {
border: 1px solid gray;
}
#environment_identification {
position: absolute !important;
background: url("../images/bg_blue_logo.png") 5px no-repeat !important;
vertical-align: bottom !important ;
width: 230px !important ;
height: 34px !important ;
line-height: 34px !important ;
padding-left: 60px !important ;
}
#environment_identification:hover {
color: #dfdfdf !important ;
}
div.fieldWithErrors {
display: inline;
background: yellow;
}
div.fieldWithErrors input {
border: 1px solid red;
background: #fee;
}
div#errorExplanation {
border: 2px solid #933;
background: #fee;
padding: 5px;
}
div#errorExplanation h2 {
margin-top: -5px;
margin-left: -5px;
margin-right: -5px;
padding: 3px;
background: #933;
color: white;
text-align: center;
}
div#footer {
background: #ffffff url("../images/bg_footer.png") repeat-x !important;
background-position: 0px 0px;
font-family: Verdana, Arial, Serif-sans;
margin: 0px !important;
padding: 5px !important;
text-align: center !important;
clear: both !important;
font-size: 10px !important;
color: #545454 !important;
}
div#footer a {
color: #545454;
text-decoration: none;
border-bottom: 1px dotted #545454;
}
div#footer a:hover {
color: #000000;
border: 0px;
}
div#footer ul {
margin: 0px;
padding: 0px;
}
div#footer li {
display: block;
float: right;
margin-right: 20px;
height: 20px;
}
/* file manager (big) style */
div.file-manager {
clear: both;
}
div.file-manager
div.file-manager-button {
float: left;
width: 140px;
text-align: center;
margin-right: 0.5em;
margin-top: 0.5em;
}
div.file-manager
div.file-manager-button a img {
border: none;
}
div.file-manager
div.file-manager-button a {
border: 1px solid #e0e0e0;
display: block;
padding: 3px;
height: 80px;
overflow: hidden;
}
div.file-manager
div.file-manager-button a:hover {
border: 1px solid #006;
background: #acf;
color: #006;
}
/************* file manager (small) style *****************/
div.file-manager-small li {
list-style: none;
}
div.file-manager-small
div.file-manager-button a div {
display: inline;
}
div.file-manager-small
div.file-manager-button a img {
border: none;
vertical-align: middle;
}
div.file-manager-small
div.file-manager-button a {
border: 1px solid transparent;
}
div.file-manager-small
div.file-manager-button a:hover {
border: 1px solid #006;
background: #acf;
color: #006;
}