Skip to content

Commit ebffc16

Browse files
author
pedro_morgan
committed
* Looking at themeses and can seem to set the default path, even hardcoded
* Copies default to default-copy * Introduced "perdro" even though I cant access yet"
1 parent 316369a commit ebffc16

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1511
-0
lines changed
711 Bytes
Loading
686 Bytes
Loading
425 Bytes
Loading
443 Bytes
Loading
57 Bytes
Loading
187 Bytes
Loading
2.32 KB
Loading
130 Bytes
Loading
807 Bytes
Loading
Lines changed: 294 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,294 @@
1+
.navTopSelected {
2+
background-color: #FFFFFF;
3+
border-top: 1px solid #BFCBD9;
4+
border-right: 1px solid #BFCBD9;
5+
border-bottom: 1px none #BFCBD9;
6+
border-left: 1px solid #BFCBD9;
7+
text-align: center;
8+
9+
10+
}
11+
.navTop {
12+
border-top: 1px none #BFCBD9;
13+
border-right: 1px none #BFCBD9;
14+
border-bottom: 1px solid #BFCBD9;
15+
border-left: 1px none #BFCBD9;
16+
17+
}
18+
.navTopDefault {
19+
background-color: #DEE4F2;
20+
/*border: 1px solid #FFFFFF;*/
21+
border-top: 1px solid #FFFFFF;
22+
border-right: 1px none #FFFFFF;
23+
border-bottom: 0px none #BFCBD9;
24+
border-left: 1px solid #FFFFFF;
25+
text-align: center;
26+
27+
28+
}
29+
.mainContent {
30+
background-color: #FFFFFF;
31+
border-top-width: 1px;
32+
border-right-width: 1px;
33+
border-bottom-width: 1px;
34+
border-left-width: 1px;
35+
border-left-style: solid;
36+
border-top-color: #BFCBD9;
37+
border-right-color: #BFCBD9;
38+
border-bottom-color: #BFCBD9;
39+
border-left-color: #BFCBD9;
40+
}
41+
.txtNavTopDefault {
42+
font-family: Verdana, Arial, Helvetica, sans-serif;
43+
font-size: 11px;
44+
font-weight: bold;
45+
color: #496FA8;
46+
text-decoration: none;
47+
}
48+
.txtNavTopSelected {
49+
50+
font-family: Verdana, Arial, Helvetica, sans-serif;
51+
font-size: 11px;
52+
font-weight: bold;
53+
color: #496FA8;
54+
text-decoration: none;
55+
}
56+
.navLeftHead {
57+
font-family: Verdana, Arial, Helvetica, sans-serif;
58+
font-size: 11px;
59+
font-weight: bold;
60+
color: #4E70A7;
61+
text-decoration: none;
62+
border-top-width: 1px;
63+
border-right-width: 1px;
64+
border-bottom-width: 1px;
65+
border-left-width: 1px;
66+
border-top-style: none;
67+
border-right-style: none;
68+
border-bottom-style: solid;
69+
border-left-style: none;
70+
border-top-color: #999999;
71+
border-right-color: #999999;
72+
border-bottom-color: #4E70A7;
73+
border-left-color: #999999;
74+
text-align: left;
75+
}
76+
.navLeftItem {
77+
font-family: Verdana, Arial, Helvetica, sans-serif;
78+
font-size: 10px;
79+
color: #4E70A7;
80+
text-decoration: none;
81+
line-height: 15px;
82+
83+
}
84+
.txtNavTopHelp {
85+
font-family: Verdana, Arial, Helvetica, sans-serif;
86+
font-size: 12px;
87+
font-weight: bold;
88+
color: #FFFFFF;
89+
text-decoration: none;
90+
}
91+
.tblHead {
92+
font-family: Verdana, Arial, Helvetica, sans-serif;
93+
font-size: 12px;
94+
font-weight: bold;
95+
color: #496FA8;
96+
background-color: #DEE4F2;
97+
border-top-width: 1px;
98+
border-right-width: 1px;
99+
border-bottom-width: 1px;
100+
border-left-width: 1px;
101+
border-top-style: solid;
102+
border-right-style: none;
103+
border-bottom-style: solid;
104+
border-left-style: solid;
105+
border-top-color: #C0CCDA;
106+
border-right-color: #C0CCDA;
107+
border-bottom-color: #C0CCDA;
108+
border-left-color: #C0CCDA;
109+
}
110+
.tblFooter {
111+
112+
font-family: Verdana, Arial, Helvetica, sans-serif;
113+
font-size: 11px;
114+
font-weight: normal;
115+
color: #666666;
116+
border-top-width: 1px;
117+
border-right-width: 1px;
118+
border-bottom-width: 1px;
119+
border-left-width: 1px;
120+
border-top-style: solid;
121+
border-right-style: none;
122+
border-bottom-style: none;
123+
border-left-style: none;
124+
border-top-color: #C0CCDA;
125+
border-right-color: #999999;
126+
border-bottom-color: #999999;
127+
border-left-color: #999999;
128+
}
129+
.frmText11 {
130+
font-family: Verdana, Arial, Helvetica, sans-serif;
131+
font-size: 11px;
132+
color: #333333;
133+
text-decoration: none;
134+
135+
}
136+
.frmText11:Hover {
137+
text-decoration: underline;
138+
139+
}
140+
textarea,input.text,select,option{
141+
color:#000000;
142+
font-family:CourierNew,Courier,monospace;
143+
background-color:#FCFCFC;
144+
font-size:14px;
145+
font-style:normal;
146+
font-variant:normal;
147+
font-weight:normal;
148+
scrollbar-arrow-color:#FFFFFF;
149+
scrollbar-track-color:#BFCBD9;
150+
scrollbar-face-color:#BFCBD9;
151+
scrollbar-base-color:#BFCBD9;
152+
scrollbar-3dlight-color:#BFCBD9;
153+
border: 1 solid ##BFCBD9;
154+
position: relative;
155+
}
156+
.frmTextHead {
157+
font-family: Verdana, Arial, Helvetica, sans-serif;
158+
font-weight: bold;
159+
font-size: 18px;
160+
color: #496FA8;
161+
text-decoration: none;
162+
163+
}
164+
165+
.frmTextSubHead {
166+
font-family: Verdana, Arial, Helvetica, sans-serif;
167+
font-weight: bold;
168+
font-size: 12px;
169+
color: #496FA8;
170+
text-decoration: none;
171+
172+
}
173+
/*
174+
.button {
175+
border-color : #666699 #666699 #666699 #666699;
176+
border-width : 1 1 1 1; color : Black;
177+
background-color : #FFFFFF;
178+
height : 19px;
179+
font-size : 12px;
180+
}
181+
*/
182+
183+
.frmTab {
184+
border-top: 1px none #999999;
185+
border-right: 1px none #999999;
186+
border-bottom: 1px solid #C0CCDA;
187+
border-left: 1px none #999999;
188+
font-family: Verdana, Arial, Helvetica, sans-serif;
189+
font-size: 11px;
190+
line-height: 16px;
191+
192+
}
193+
.frmTabSelected {
194+
background-color: #FFFFFF;
195+
border-top: 1px solid #C0CCDA;
196+
border-right: 1px solid #C0CCDA;
197+
border-bottom: 1px none #999999;
198+
border-left: 1px solid #C0CCDA;
199+
text-align: center;
200+
font-family: Verdana, Arial, Helvetica, sans-serif;
201+
font-size: 11px;
202+
line-height: 16px;
203+
204+
}
205+
.frmTabDefault {
206+
background-color: #DEE4F2;
207+
border: 1px solid #C0CCDA;
208+
text-align: center;
209+
font-family: Verdana, Arial, Helvetica, sans-serif;
210+
font-size: 11px;
211+
line-height: 16px;
212+
213+
}
214+
.frmHead {
215+
216+
font-family: Verdana, Arial, Helvetica, sans-serif;
217+
font-size: 12px;
218+
font-weight: bold;
219+
color: #666666;
220+
border-top-width: 1px;
221+
border-right-width: 1px;
222+
border-bottom-width: 1px;
223+
border-left-width: 1px;
224+
border-top-style: none;
225+
border-right-style: none;
226+
border-bottom-style: solid;
227+
border-left-style: none;
228+
border-top-color: #999999;
229+
border-right-color: #999999;
230+
border-bottom-color: #999999;
231+
border-left-color: #999999;
232+
}
233+
.frmSubHead {
234+
font-family: Verdana, Arial, Helvetica, sans-serif;
235+
font-size: 11px;
236+
color: #666666;
237+
border-top-width: 1px;
238+
border-right-width: 1px;
239+
border-bottom-width: 1px;
240+
border-left-width: 1px;
241+
border-top-style: none;
242+
border-right-style: none;
243+
border-bottom-style: solid;
244+
border-left-style: none;
245+
border-top-color: #999999;
246+
border-right-color: #999999;
247+
border-bottom-color: #999999;
248+
border-left-color: #999999;
249+
font-weight: bold;
250+
251+
}
252+
.error {
253+
font-family: Verdana, Arial, Helvetica, sans-serif;
254+
font-size: 11px;
255+
color: #000000;
256+
border: 1px solid #CC0000;
257+
text-decoration: none;
258+
259+
}
260+
INPUT {
261+
border: 1px solid #BFCBD9;
262+
/*
263+
height: 26px;
264+
font-size:20px;
265+
*/
266+
}
267+
TEXTAREA {
268+
border: 1px solid #BFCBD9;
269+
}
270+
271+
.button {
272+
border: 0;
273+
background: #fff url("../../themes/default/images/button_bg.gif") no-repeat;
274+
height: 26px;
275+
font-size:14px;
276+
/* used to catch the buttonEnding */
277+
position: relative;
278+
}
279+
280+
.buttonEnding {
281+
position: absolute;
282+
display: inline;
283+
width: 2px;
284+
height: 26px;
285+
background: url("../../themes/default/images/button_end.gif") no-repeat;
286+
}
287+
288+
h2 {
289+
font-family: Verdana, Arial, Helvetica, sans-serif;
290+
font-size: 16px;
291+
font-weight:bold;
292+
}
293+
294+

0 commit comments

Comments
 (0)