forked from culturebase/cbui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.css
202 lines (173 loc) · 4.26 KB
/
default.css
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
@CHARSET "UTF-8";
/* This file is part of cbui.
* Copyright © 2010-2012 stiftung kulturserver.de ggmbh <[email protected]>
*
* cbui is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cbui is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cbui. If not, see <http://www.gnu.org/licenses/>.
*/
.__CbUiForm {
padding: 0px 10px;
}
.__CbUiText {
line-height: 150%;
}
.__CbUiTitle {
padding: 2px 10px;
background-color: #b40000;
color: #ffffff;
font-weight: bold;
margin-bottom: 30px;
position: relative;
font-size: 12px;
}
.__CbUiTitle .__CbUiText {
line-height: 100%;
}
.__CbUiInputText,.__CbUiPassword,.__CbUiSelect,.__CbUiSearchBox,.__CbUiChooseList, .__CbUiInputTextArea {
border: 1px solid #000000;
font-size: 14px;
}
.__CbUiInputText,.__CbUiPassword,.__CbUiSelect,.__CbUiSearchBox {
height: 16px;
}
.__CbUiInputText[disabled],.__CbUiPassword[disabled],.__CbUiSelect[disabled] {
color: #FFFFFF;
background-color: #C2C3C7;
cursor: default;
}
.__CbUiChooseList div {
cursor: pointer;
margin-top: 5px;
}
.__CbUiListOddColor {
background-color: #F8F7F0;
margin-right: 35px;
}
.__CbUiPassword,.__CbUiSearchBox {
width: 100%;
}
.__CbUiFieldEdited {
color: #000000;
}
.__CbUiFieldUnedited {
color: #c0c0c0;
}
.__CbUiTextButton {
border: 1px solid #000000;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
border-radius: 2px 2px 2px 2px;
background-color: #00AD43;
color: #FFFFFF;
font-weight: bold;
cursor: pointer;
padding: 2px 5px;
text-align: center;
}
.__CbUiImgButton, .__CbUiCloseButton, .__CbUiLangSelectFlag, .__CbUiLangFlag {
position: absolute;
cursor: pointer;
z-index: 1338;
display: inline;
background-position: 0px 0px;
font-size: 0px; /* IE prevents us from making an element smaller than its font-size */
padding: 0px;
}
.__CbUiCloseButton {
right: 3px;
top: 3px;
padding-top: 11px; /* height */
padding-left: 11px; /* width */
background-image: url('/module/lib/framework/pics/delete.gif');
}
.__CbUiLangSelectFlag {
right: 37px;
top: 3px;
padding-top: 11px; /* height */
padding-left: 16px; /* width */
background-image: url('/module/lib/location/language_flags/16x11.png');
}
.__CbUiLangChooseList div {
margin-left: 35px;
color: rgb(180, 0, 0);
margin-bottom: 10px;
font-weight: bold;
}
.__CbUiLangChooseList .__CbUiTextButton {
position: absolute;
padding-bottom: 1px;
padding-top: 1px;
background-color: white;
color: black;
right: 65px;
}
.__CbUiLangChooseList .__CbUiSelected {
background-color: rgb(180, 0, 0);
}
.__CbUiLangFlag {
right: 92px;
padding-top: 17px;
padding-left: 24px;
background-image: url('/module/lib/location/language_flags/24x17.png');
}
.__CbUiLayer {
width: 100%;
height: 100%;
position: absolute; /* fallback for IE 6 and lower */
position: fixed; /* all browsers above IE 6 know what this is and use it */
left: 0px;
top: 0px;
z-index: 1336;
opacity: 0;
}
.__CbUiFrame,.__CbUiLayerFrame {
background-color: #ffffff;
z-index: 1337;
}
.__CbUiLayerFrame {
border: 2px solid #B40000;
position: absolute;
padding: 35px 20px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
overflow: auto;
}
.__CbUiLoader {
background-color: #000000;
background-image: url('img/loader.gif');
background-position: center center;
background-repeat: no-repeat;
}
.__CbUiInputError {
border-color: #ff0000;
}
.__CbUiLangSelect {
border: 1px solid #000000;
color: #000000;
line-height: 9px;
position: absolute;
right: 17px;
top: 3px;
font-size: 10px;
font-family: arial;
cursor: pointer;
padding: 0px 2px;
background-color: #ffffff;
}
.__CbUiFrame {
display:none;
}
.__CbUiPage {
position: relative;
}