@@ -1,522 +1,521 | |||||
1 | /* No newline at end of file |
|
1 | /* | |
2 | * font-family: 'Droid Sans', sans-serif; No newline at end of file |
|
2 | * font-family: 'Droid Sans', sans-serif; | |
3 | * font-family: 'Ubuntu', sans-serif; No newline at end of file |
|
3 | * font-family: 'Ubuntu', sans-serif; | |
4 | * font-family: 'Open Sans', sans-serif; No newline at end of file |
|
4 | * font-family: 'Open Sans', sans-serif; | |
5 | * font-family: 'Open Sans Condensed', sans-serif; No newline at end of file |
|
5 | * font-family: 'Open Sans Condensed', sans-serif; | |
6 | * font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
6 | * font-family: 'Roboto Condensed', sans-serif; | |
7 | */ No newline at end of file |
|
7 | */ | |
8 | No newline at end of file |
|
8 | ||
9 | body { No newline at end of file |
|
9 | body { | |
10 | padding: 0; No newline at end of file |
|
10 | padding: 0; | |
11 | margin: 0; No newline at end of file |
|
11 | margin: 0; | |
12 | font-size: 12px; } No newline at end of file |
|
12 | font-size: 12px; } | |
13 | No newline at end of file |
|
13 | ||
14 | header { No newline at end of file |
|
14 | header { | |
15 | width: 980px; No newline at end of file |
|
15 | width: 980px; | |
16 | height: 50px; No newline at end of file |
|
16 | height: 50px; | |
17 | text-align: center; No newline at end of file |
|
17 | text-align: center; | |
18 | line-height: 50px; No newline at end of file |
|
18 | line-height: 50px; | |
19 | border: 0px solid #fcc !important; } No newline at end of file |
|
19 | border: 0px solid #fcc !important; } | |
20 | No newline at end of file |
|
20 | ||
21 | #schema { No newline at end of file |
|
21 | #schema { | |
22 | margin: 0 auto; No newline at end of file |
|
22 | margin: 0 auto; | |
23 | width: 980px; No newline at end of file |
|
23 | width: 980px; | |
24 | padding: 10px 10px; No newline at end of file |
|
24 | padding: 10px 10px; | |
25 | border: 0px solid #f00 !important; } No newline at end of file |
|
25 | border: 0px solid #f00 !important; } | |
26 | No newline at end of file |
|
26 | ||
27 | #content { No newline at end of file |
|
27 | #content { | |
28 | margin: 5px 0px; No newline at end of file |
|
28 | margin: 5px 0px; | |
29 | border: 0px solid #1cc; } No newline at end of file |
|
29 | border: 0px solid #1cc; } | |
30 | No newline at end of file |
|
30 | ||
31 | #topcolumn { No newline at end of file |
|
31 | #topcolumn { | |
32 | float: left; No newline at end of file |
|
32 | float: left; | |
33 | width: 980px; No newline at end of file |
|
33 | width: 980px; | |
34 | height: 40px; No newline at end of file |
|
34 | height: 40px; | |
35 | line-height: 35px; No newline at end of file |
|
35 | line-height: 35px; | |
36 | margin: 2px 0px; No newline at end of file |
|
36 | margin: 2px 0px; | |
37 | border: 1px solid #ddd !important; No newline at end of file |
|
37 | border: 1px solid #ddd !important; | |
38 | box-shadow: 2px 2px 5px #888; } No newline at end of file |
|
38 | box-shadow: 2px 2px 5px #888; } | |
39 | No newline at end of file |
|
39 | ||
40 | #maincolumn { No newline at end of file |
|
40 | #maincolumn { | |
41 | float: left; No newline at end of file |
|
41 | float: left; | |
42 | width: 980px; No newline at end of file |
|
42 | width: 980px; | |
43 | margin: 2px 0px; No newline at end of file |
|
43 | margin: 2px 0px; | |
44 | padding: 0px 0px; No newline at end of file |
|
44 | padding: 0px 0px; | |
45 | border: 1px solid #ddd !important; No newline at end of file |
|
45 | border: 1px solid #ddd !important; | |
46 | box-shadow: 2px 2px 5px #666; } No newline at end of file |
|
46 | box-shadow: 2px 2px 5px #666; } | |
47 | No newline at end of file |
|
47 | ||
48 | footer { No newline at end of file |
|
48 | footer { | |
49 | height: 30px; No newline at end of file |
|
49 | height: 30px; | |
50 | line-height: 30px; No newline at end of file |
|
50 | line-height: 30px; | |
51 | text-align: center; No newline at end of file |
|
51 | text-align: center; | |
52 | margin: 0px 0px; No newline at end of file |
|
52 | margin: 0px 0px; | |
53 | border: 0px solid #200 !important; No newline at end of file |
|
53 | border: 0px solid #200 !important; | |
54 | box-shadow: 2px 2px 5px #888; } No newline at end of file |
|
54 | box-shadow: 2px 2px 5px #888; } | |
55 | No newline at end of file |
|
55 | ||
56 | .cleardivs { No newline at end of file |
|
56 | .cleardivs { | |
57 | clear: both; No newline at end of file |
|
57 | clear: both; | |
58 | border: 0px solid #400; No newline at end of file |
|
58 | border: 0px solid #400; | |
59 | height: 0px; } No newline at end of file |
|
59 | height: 0px; } | |
60 | No newline at end of file |
|
60 | ||
61 | textarea { No newline at end of file |
|
61 | textarea { | |
62 | resize: none; No newline at end of file |
|
62 | resize: none; | |
63 | overflow: hidden; } No newline at end of file |
|
63 | overflow: hidden; } | |
64 | No newline at end of file |
|
64 | ||
65 | /****************************************************************************************/ No newline at end of file |
|
65 | /****************************************************************************************/ | |
66 | /****** ESTILOS GENERALES *****************/ No newline at end of file |
|
66 | /****** ESTILOS GENERALES *****************/ | |
67 | /****************************************************************************************/ No newline at end of file |
|
67 | /****************************************************************************************/ | |
68 | .mnu { No newline at end of file |
|
68 | .mnu { | |
69 | height: 22px; No newline at end of file |
|
69 | height: 22px; | |
70 | border: 0px solid #c55 !important; } No newline at end of file |
|
70 | border: 0px solid #c55 !important; } | |
71 | No newline at end of file |
|
71 | ||
72 | .mnu li { No newline at end of file |
|
72 | .mnu li { | |
73 | display:inline; } No newline at end of file |
|
73 | display:inline; } | |
74 | No newline at end of file |
|
74 | ||
75 | .MnuVertical, .MnuHorizontal { No newline at end of file |
|
75 | .MnuVertical, .MnuHorizontal { | |
76 | font-family: 'Droid Sans', sans-serif; No newline at end of file |
|
76 | font-family: 'Droid Sans', sans-serif; | |
77 | font-size: inherit; No newline at end of file |
|
77 | font-size: inherit; | |
78 | font-style: normal; No newline at end of file |
|
78 | font-style: normal; | |
79 | text-shadow: 2px 2px #eee; } No newline at end of file |
|
79 | text-shadow: 2px 2px #eee; } | |
80 | No newline at end of file |
|
80 | ||
81 | .MnuHorizontal ul { No newline at end of file |
|
81 | .MnuHorizontal ul { | |
82 | list-style: none; No newline at end of file |
|
82 | list-style: none; | |
83 | list-style-type: none; No newline at end of file |
|
83 | list-style-type: none; | |
84 | margin: 0; } No newline at end of file |
|
84 | margin: 0; } | |
85 | No newline at end of file |
|
85 | ||
86 | /*.MnuHorizontal{ No newline at end of file |
|
86 | /*.MnuHorizontal{ | |
87 | display: -webkit-box; No newline at end of file |
|
87 | display: -webkit-box; | |
88 | -webkit-box-orient:horizontal; } No newline at end of file |
|
88 | -webkit-box-orient:horizontal; } | |
89 | No newline at end of file |
|
89 | ||
90 | .MnuHorizontal a{ No newline at end of file |
|
90 | .MnuHorizontal a{ | |
91 | display:block; No newline at end of file |
|
91 | display:block; | |
92 | padding:10px; No newline at end of file |
|
92 | padding:10px; | |
93 | -webkit-box-flex:1; No newline at end of file |
|
93 | -webkit-box-flex:1; | |
94 | text-align:center; }*/ No newline at end of file |
|
94 | text-align:center; }*/ | |
95 | No newline at end of file |
|
95 | ||
96 | /****************************************************************************************/ No newline at end of file |
|
96 | /****************************************************************************************/ | |
97 | /****** MENU DE NAVEGACION DE PERFILES *************/ No newline at end of file |
|
97 | /****** MENU DE NAVEGACION DE PERFILES *************/ | |
98 | /****************************************************************************************/ No newline at end of file |
|
98 | /****************************************************************************************/ | |
99 | #infoProfiles { No newline at end of file |
|
99 | #infoProfiles { | |
100 | float: left; No newline at end of file |
|
100 | float: left; | |
101 | width: 300px; No newline at end of file |
|
101 | width: 300px; | |
102 | margin: 0px; No newline at end of file |
|
102 | margin: 0px; | |
103 | padding: 2px 0px; No newline at end of file |
|
103 | padding: 2px 0px; | |
104 | border: 0px solid #1cc !important; } No newline at end of file |
|
104 | border: 0px solid #1cc !important; } | |
105 | No newline at end of file |
|
105 | ||
106 | #infoProfiles label { No newline at end of file |
|
106 | #infoProfiles label { | |
107 | padding: 10px 10px 10px 12px; No newline at end of file |
|
107 | padding: 10px 10px 10px 12px; | |
108 | margin: 10px 0; } No newline at end of file |
|
108 | margin: 10px 0; } | |
109 | No newline at end of file |
|
109 | ||
110 | #infoProfiles select { No newline at end of file |
|
110 | #infoProfiles select { | |
111 | padding: 4px 0px; margin: 0; No newline at end of file |
|
111 | padding: 4px 0px; margin: 0; | |
112 | font-family: 'Droid Sans', sans-serif; No newline at end of file |
|
112 | font-family: 'Droid Sans', sans-serif; | |
113 | font-size: 12px; No newline at end of file |
|
113 | font-size: 12px; | |
114 | letter-spacing: 0.029em; No newline at end of file |
|
114 | letter-spacing: 0.029em; | |
115 | width: 200px; } No newline at end of file |
|
115 | width: 200px; } | |
116 | No newline at end of file |
|
116 | ||
117 | #mnuProfiles { No newline at end of file |
|
117 | #mnuProfiles { | |
118 | margin: 0; No newline at end of file |
|
118 | margin: 0; | |
119 | float: right; No newline at end of file |
|
119 | float: right; | |
120 | padding: 2px 10px; No newline at end of file |
|
120 | padding: 2px 10px; | |
121 | border: 0px solid #1494F6 !important; } No newline at end of file |
|
121 | border: 0px solid #1494F6 !important; } | |
122 | No newline at end of file |
|
122 | ||
123 | #mnuProfiles ul { No newline at end of file |
|
123 | #mnuProfiles ul { | |
124 | list-style: none; No newline at end of file |
|
124 | list-style: none; | |
125 | list-style-type: none; No newline at end of file |
|
125 | list-style-type: none; | |
126 | margin: 0; No newline at end of file |
|
126 | margin: 0; | |
127 | padding-left: 20px; No newline at end of file |
|
127 | padding-left: 20px; | |
128 | border: 0px solid #f00 !important; } No newline at end of file |
|
128 | border: 0px solid #f00 !important; } | |
129 | No newline at end of file |
|
129 | ||
130 | #mnuProfiles li { No newline at end of file |
|
130 | #mnuProfiles li { | |
131 | width: 80px; No newline at end of file |
|
131 | width: 80px; | |
132 | float: left; No newline at end of file |
|
132 | float: left; | |
133 | padding: 2px; No newline at end of file |
|
133 | padding: 2px; | |
134 | border: 0px solid #c55 !important; } No newline at end of file |
|
134 | border: 0px solid #c55 !important; } | |
135 | No newline at end of file |
|
135 | ||
136 | #mnuProfiles a { No newline at end of file |
|
136 | #mnuProfiles a { | |
137 | font-weight: normal; No newline at end of file |
|
137 | font-weight: normal; | |
138 | color: #1494F6; No newline at end of file |
|
138 | color: #1494F6; | |
139 | display: block; No newline at end of file |
|
139 | display: block; | |
140 | text-align: center; No newline at end of file |
|
140 | text-align: center; | |
141 | border-bottom: 1px solid #1494F6 !important; No newline at end of file |
|
141 | border-bottom: 1px solid #1494F6 !important; | |
142 | text-decoration: none; No newline at end of file |
|
142 | text-decoration: none; | |
143 | padding: 0px 4px; No newline at end of file |
|
143 | padding: 0px 4px; | |
144 | line-height: 18px; No newline at end of file |
|
144 | line-height: 18px; | |
145 | margin: 6px; } No newline at end of file |
|
145 | margin: 6px; } | |
146 | No newline at end of file |
|
146 | ||
147 | /****************************************************************************************/ No newline at end of file |
|
147 | /****************************************************************************************/ | |
148 | /******** FORMULARIO DE PERFILES *************************************/ No newline at end of file |
|
148 | /******** FORMULARIO DE PERFILES *************************************/ | |
149 | /****************************************************************************************/ No newline at end of file |
|
149 | /****************************************************************************************/ | |
150 | #divProfile { No newline at end of file |
|
150 | #divProfile { | |
151 | margin: 10px 0px; No newline at end of file |
|
151 | margin: 10px 0px; | |
152 | padding: 10px 10px; No newline at end of file |
|
152 | padding: 10px 10px; | |
153 | width: 500px; No newline at end of file |
|
153 | width: 500px; | |
154 | border: 0px solid #dff !important; } No newline at end of file |
|
154 | border: 0px solid #dff !important; } | |
155 | No newline at end of file |
|
155 | ||
156 | #divPattern textarea,input[type=text],label,input[type=file],input[type=button],input[type=submit] { No newline at end of file |
|
156 | #divPattern textarea,input[type=text],label,input[type=file],input[type=button],input[type=submit] { | |
157 | font-family: 'Open Sans', sans-serif; No newline at end of file |
|
157 | font-family: 'Open Sans', sans-serif; | |
158 | font-size: inherit; } No newline at end of file |
|
158 | font-size: inherit; } | |
159 | No newline at end of file |
|
159 | ||
160 | .antenna, .NewAntenna { No newline at end of file |
|
160 | .antenna, .NewAntenna { | |
161 | box-shadow: 1px 1px 2px #666; No newline at end of file |
|
161 | box-shadow: 1px 1px 2px #666; | |
162 | padding: 5px; No newline at end of file |
|
162 | padding: 5px; | |
163 | margin: 10px auto; No newline at end of file |
|
163 | margin: 10px auto; | |
164 | width: 520px; No newline at end of file |
|
164 | width: 520px; | |
165 | display: block; No newline at end of file |
|
165 | display: block; | |
166 | border: 0px solid #fee !important; } No newline at end of file |
|
166 | border: 0px solid #fee !important; } | |
167 | No newline at end of file |
|
167 | ||
168 | .antenna { No newline at end of file |
|
168 | .antenna { | |
169 | width: 520px; } No newline at end of file |
|
169 | width: 520px; } | |
170 | No newline at end of file |
|
170 | ||
171 | .NewAntenna { No newline at end of file |
|
171 | .NewAntenna { | |
172 | width: 620px; } No newline at end of file |
|
172 | width: 620px; } | |
173 | No newline at end of file |
|
173 | ||
174 | .flsAntenna, .NewFlsAntenna { No newline at end of file |
|
174 | .flsAntenna, .NewFlsAntenna { | |
175 | margin: 0; No newline at end of file |
|
175 | margin: 0; | |
176 | padding: 0px; No newline at end of file |
|
176 | padding: 0px; | |
177 | border: 1px solid #fee !important; No newline at end of file |
|
177 | border: 1px solid #fee !important; | |
178 | width: 510px; } No newline at end of file |
|
178 | width: 510px; } | |
179 | No newline at end of file |
|
179 | ||
180 | .flsAntenna { No newline at end of file |
|
180 | .flsAntenna { | |
181 | width: 510px; } No newline at end of file |
|
181 | width: 510px; } | |
182 | No newline at end of file |
|
182 | ||
183 | .NewFlsAntenna { No newline at end of file |
|
183 | .NewFlsAntenna { | |
184 | width: 610px; } No newline at end of file |
|
184 | width: 610px; } | |
185 | No newline at end of file |
|
185 | ||
186 | .legendAntenna { No newline at end of file |
|
186 | .legendAntenna { | |
187 | font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
187 | font-family: 'Roboto Condensed', sans-serif; | |
188 | font-size: inherit; No newline at end of file |
|
188 | font-size: inherit; | |
189 | text-align: center; No newline at end of file |
|
189 | text-align: center; | |
190 | margin-left: 10px; } No newline at end of file |
|
190 | margin-left: 10px; } | |
191 | No newline at end of file |
|
191 | ||
192 | .infoAntenna { No newline at end of file |
|
192 | .infoAntenna { | |
193 | width: 500px; No newline at end of file |
|
193 | width: 500px; | |
194 | float: left; No newline at end of file |
|
194 | float: left; | |
195 | border: 0px solid #f00 !important; } No newline at end of file |
|
195 | border: 0px solid #f00 !important; } | |
196 | No newline at end of file |
|
196 | ||
197 | .overJRO { No newline at end of file |
|
197 | .overJRO { | |
198 | width: 250px; No newline at end of file |
|
198 | width: 250px; | |
199 | float: left; No newline at end of file |
|
199 | float: left; | |
200 | margin: 0px 5px; No newline at end of file |
|
200 | margin: 0px 5px; | |
201 | border: 0px solid #1cc !important; } No newline at end of file |
|
201 | border: 0px solid #1cc !important; } | |
202 | No newline at end of file |
|
202 | ||
203 | .divAntenna, .NewDivAntenna, .NewDivTx { No newline at end of file |
|
203 | .divAntenna, .NewDivAntenna, .NewDivTx { | |
204 | float: left; No newline at end of file |
|
204 | float: left; | |
205 | margin: 10px; No newline at end of file |
|
205 | margin: 10px; | |
206 | border: 0px solid #fcc !important; } No newline at end of file |
|
206 | border: 0px solid #fcc !important; } | |
207 | No newline at end of file |
|
207 | ||
208 | .divAntenna { |
|
208 | .divAntenna { | |
No newline at end of file |
|
209 | width: 220px; | ||
209 | width: 220px; } No newline at end of file |
|
No newline at end of file | ||
|
210 | border: 0px solid #fcc !important; } No newline at end of file | |||
210 | No newline at end of file |
|
211 | ||
211 | .NewDivAntenna { |
|
212 | .NewDivAntenna { | |
No newline at end of file |
|
213 | border: 0px solid #fcc !important; } No newline at end of file | ||
212 | width: 280px; } No newline at end of file |
|
|||
213 | No newline at end of file |
|
214 | ||
214 | .NewDivTx { |
|
215 | .NewDivTx { | |
No newline at end of file |
|
216 | border: 0px solid #fcc !important; } No newline at end of file | ||
215 | width: 210px; } No newline at end of file |
|
|||
216 | No newline at end of file |
|
217 | ||
217 | .titleField { No newline at end of file |
|
218 | .titleField { | |
218 | display: block; No newline at end of file |
|
219 | display: block; | |
219 | text-align: center; } No newline at end of file |
|
220 | text-align: center; } | |
220 | No newline at end of file |
|
221 | ||
221 | .txtAntenna, .view-textAntenna { No newline at end of file |
|
222 | .txtAntenna, .view-textAntenna { | |
222 | width: 175px; No newline at end of file |
|
223 | width: 175px; | |
223 | max-width: 180px; No newline at end of file |
|
224 | max-width: 180px; | |
224 | height: 160px; No newline at end of file |
|
225 | height: 160px; | |
225 | max-height: 165px; No newline at end of file |
|
226 | max-height: 165px; | |
226 | background: #fdfdfb; No newline at end of file |
|
227 | background: #fdfdfb; | |
227 | border: 2px solid #eee !important; No newline at end of file |
|
228 | border: 2px solid #eee !important; | |
228 | text-align: justify; No newline at end of file |
|
229 | text-align: justify; | |
229 | margin: 0 auto; No newline at end of file |
|
230 | margin: 0 auto; | |
230 | line-height: 20px; } No newline at end of file |
|
231 | line-height: 20px; } | |
231 | No newline at end of file |
|
232 | ||
232 | .txtAntenna { No newline at end of file |
|
233 | .txtAntenna { | |
233 | padding: 4px; No newline at end of file |
|
234 | padding: 4px; | |
234 | } No newline at end of file |
|
235 | } | |
235 | No newline at end of file |
|
236 | ||
236 | .view-textAntenna { No newline at end of file |
|
237 | .view-textAntenna { | |
237 | padding: 2px; No newline at end of file |
|
238 | padding: 2px; | |
238 | font-family: "Ubuntu"; No newline at end of file |
|
239 | font-family: "Ubuntu"; | |
239 | font-size: inherit; } No newline at end of file |
|
240 | font-size: inherit; } | |
240 | No newline at end of file |
|
241 | ||
241 | .boxAntenna, .boxTR { No newline at end of file |
|
242 | .boxAntenna, .boxTR { | |
242 | border: 2px solid #eee !important; No newline at end of file |
|
243 | border: 2px solid #eee !important; | |
243 | text-align: center; No newline at end of file |
|
244 | text-align: center; | |
244 | display: block; No newline at end of file |
|
245 | display: block; | |
245 | float: left; No newline at end of file |
|
246 | float: left; | |
246 | margin: 0; No newline at end of file |
|
247 | margin: 0; | |
247 | padding: 0; } No newline at end of file |
|
248 | padding: 0; } | |
248 | No newline at end of file |
|
249 | ||
249 | .boxAntenna { |
|
250 | .boxAntenna { | |
No newline at end of file |
|
251 | padding: 3px; } No newline at end of file | ||
250 | width: 250px; |
|
|||
No newline at end of file |
|
||||
251 | padding: 3px 5px; } No newline at end of file |
|
|||
252 | No newline at end of file |
|
252 | ||
253 | .boxTR { |
|
253 | .boxTR { | |
No newline at end of file |
|
254 | padding: 3px; } No newline at end of file | ||
254 | width: 200px; |
|
|||
No newline at end of file |
|
||||
255 | padding: 3px 5px; } No newline at end of file |
|
|||
256 | No newline at end of file |
|
255 | ||
257 | .fullLine{ No newline at end of file |
|
256 | .fullLine{ | |
258 | font-size: 0.95em; } No newline at end of file |
|
257 | font-size: 0.95em; } | |
259 | No newline at end of file |
|
258 | ||
260 | .lineInputs, .lineInputsTx { No newline at end of file |
|
259 | .lineInputs, .lineInputsTx { | |
261 | text-align: left; No newline at end of file |
|
260 | text-align: left; | |
262 | line-height: 1.4em; No newline at end of file |
|
261 | line-height: 1.4em; | |
263 | padding: 0; No newline at end of file |
|
262 | padding: 0; | |
264 | margin: 0px; No newline at end of file |
|
263 | margin: 0px; | |
265 | display: block; No newline at end of file |
|
264 | display: block; | |
266 | float: left; No newline at end of file |
|
265 | float: left; | |
267 | border: 0px solid #1cc !important; } No newline at end of file |
|
266 | border: 0px solid #1cc !important; } | |
268 | No newline at end of file |
|
267 | ||
269 | .lineInputs { No newline at end of file |
|
268 | .lineInputs { | |
270 | width: 240px; No newline at end of file |
|
269 | width: 240px; | |
271 | border: 0px solid #1cc !important; } No newline at end of file |
|
270 | border: 0px solid #1cc !important; } | |
272 | No newline at end of file |
|
271 | ||
273 | .lineInputsTx { No newline at end of file |
|
272 | .lineInputsTx { | |
274 | width: 185px; No newline at end of file |
|
273 | width: 185px; | |
275 | border: 0px solid #1cc !important; } No newline at end of file |
|
274 | border: 0px solid #1cc !important; } | |
276 | No newline at end of file |
|
275 | ||
277 | .divValuesAntenna, .divValuesTx { No newline at end of file |
|
276 | .divValuesAntenna, .divValuesTx { | |
278 | float: left; No newline at end of file |
|
277 | float: left; | |
279 | display: block; No newline at end of file |
|
278 | display: block; | |
280 | margin: 0 auto; No newline at end of file |
|
279 | margin: 0 auto; | |
281 | border: 0px solid #bbb !important; } No newline at end of file |
|
280 | border: 0px solid #bbb !important; } | |
282 | No newline at end of file |
|
281 | ||
283 | .divValuesAntenna { No newline at end of file |
|
282 | .divValuesAntenna { | |
284 | width: 230px; No newline at end of file |
|
283 | width: 230px; | |
285 | border: 0px solid #2eb !important; } No newline at end of file |
|
284 | border: 0px solid #2eb !important; } | |
286 | No newline at end of file |
|
285 | ||
287 | .divValuesTx { No newline at end of file |
|
286 | .divValuesTx { | |
288 | width: 175px; No newline at end of file |
|
287 | width: 175px; | |
289 | border: 0px solid #bbb !important; } No newline at end of file |
|
288 | border: 0px solid #bbb !important; } | |
290 | No newline at end of file |
|
289 | ||
291 | .divValuesAntenna input[type=text], .divValuesTx input[type=text] { No newline at end of file |
|
290 | .divValuesAntenna input[type=text], .divValuesTx input[type=text] { | |
292 | border: 0px; No newline at end of file |
|
291 | border: 0px; | |
293 | border-bottom: 1px solid #666 !important; No newline at end of file |
|
292 | border-bottom: 1px solid #666 !important; | |
294 | line-height: 1.1em; No newline at end of file |
|
293 | line-height: 1.1em; | |
295 | font-family: 'Roboto Condensed', sans-serif; } No newline at end of file |
|
294 | font-family: 'Roboto Condensed', sans-serif; } | |
296 | No newline at end of file |
|
295 | ||
297 | .divValuesAntenna input[type=text] { No newline at end of file |
|
296 | .divValuesAntenna input[type=text] { | |
298 | width: 18px; } No newline at end of file |
|
297 | width: 18px; } | |
299 | No newline at end of file |
|
298 | ||
300 | .divValuesTx input[type=text]{ No newline at end of file |
|
299 | .divValuesTx input[type=text]{ | |
301 | width: 11px; } No newline at end of file |
|
300 | width: 11px; } | |
302 | No newline at end of file |
|
301 | ||
303 | .lblSign, .lblSignTx { No newline at end of file |
|
302 | .lblSign, .lblSignTx { | |
304 | font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
303 | font-family: 'Roboto Condensed', sans-serif; | |
305 | color: #666; No newline at end of file |
|
304 | color: #666; | |
306 | float: left; No newline at end of file |
|
305 | float: left; | |
307 | margin: 0px; No newline at end of file |
|
306 | margin: 0px; | |
308 | border: 0px solid #bbb !important; } No newline at end of file |
|
307 | border: 0px solid #bbb !important; } | |
309 | No newline at end of file |
|
308 | ||
310 | .lblSignLeft { No newline at end of file |
|
309 | .lblSignLeft { | |
311 | font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
310 | font-family: 'Roboto Condensed', sans-serif; | |
312 | color: #666; No newline at end of file |
|
311 | color: #666; | |
313 | float: left; No newline at end of file |
|
312 | float: left; | |
314 | margin: 0px 2px 0px 0px; No newline at end of file |
|
313 | margin: 0px 2px 0px 0px; | |
315 | padding: 0; No newline at end of file |
|
314 | padding: 0; | |
316 | border: 0px solid #f00 !important; } No newline at end of file |
|
315 | border: 0px solid #f00 !important; } | |
317 | No newline at end of file |
|
316 | ||
318 | .lblSignRight { No newline at end of file |
|
317 | .lblSignRight { | |
319 | font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
318 | font-family: 'Roboto Condensed', sans-serif; | |
320 | color: #666; No newline at end of file |
|
319 | color: #666; | |
321 | float: left; No newline at end of file |
|
320 | float: left; | |
322 | margin: 0; No newline at end of file |
|
321 | margin: 0; | |
323 | padding: 0; No newline at end of file |
|
322 | padding: 0; | |
324 | border: 0px solid #f00 !important; } No newline at end of file |
|
323 | border: 0px solid #f00 !important; } | |
325 | No newline at end of file |
|
324 | ||
326 | .lblNewSignLeft { No newline at end of file |
|
325 | .lblNewSignLeft { | |
327 | font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
326 | font-family: 'Roboto Condensed', sans-serif; | |
328 | color: #666; No newline at end of file |
|
327 | color: #666; | |
329 | float: left; No newline at end of file |
|
328 | float: left; | |
330 | margin: 0px 2px 0px 0px; No newline at end of file |
|
329 | margin: 0px 2px 0px 0px; | |
331 | padding: 0; No newline at end of file |
|
330 | padding: 0; | |
332 | border: 0px solid #f00 !important; } No newline at end of file |
|
331 | border: 0px solid #f00 !important; } | |
333 | No newline at end of file |
|
332 | ||
334 | .lblNewSignRight { No newline at end of file |
|
333 | .lblNewSignRight { | |
335 | font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
334 | font-family: 'Roboto Condensed', sans-serif; | |
336 | color: #666; No newline at end of file |
|
335 | color: #666; | |
337 | float: left; No newline at end of file |
|
336 | float: left; | |
338 | margin: 0; No newline at end of file |
|
337 | margin: 0; | |
339 | padding: 0; No newline at end of file |
|
338 | padding: 0; | |
340 | border: 0px solid #f00 !important; } No newline at end of file |
|
339 | border: 0px solid #f00 !important; } | |
341 | No newline at end of file |
|
340 | ||
342 | No newline at end of file |
|
341 | ||
343 | No newline at end of file |
|
342 | ||
344 | .divTx { No newline at end of file |
|
343 | .divTx { | |
345 | display: block; No newline at end of file |
|
344 | display: block; | |
346 | float: left; No newline at end of file |
|
345 | float: left; | |
347 | margin: 10px; No newline at end of file |
|
346 | margin: 10px; | |
348 | border: 0px solid #f00 !important; } No newline at end of file |
|
347 | border: 0px solid #f00 !important; } | |
349 | No newline at end of file |
|
348 | ||
350 | .divTx label { No newline at end of file |
|
349 | .divTx label { | |
351 | display: block; } No newline at end of file |
|
350 | display: block; } | |
352 | No newline at end of file |
|
351 | ||
353 | .divTx textarea { No newline at end of file |
|
352 | .divTx textarea { | |
354 | width: 100px; No newline at end of file |
|
353 | width: 100px; | |
355 | max-width: 100px; No newline at end of file |
|
354 | max-width: 100px; | |
356 | height: 160px; No newline at end of file |
|
355 | height: 160px; | |
357 | max-height: 165px; No newline at end of file |
|
356 | max-height: 165px; | |
358 | text-align: justify; No newline at end of file |
|
357 | text-align: justify; | |
359 | border: 2px solid #eee !important; No newline at end of file |
|
358 | border: 2px solid #eee !important; | |
360 | font-family: "Ubuntu"; No newline at end of file |
|
359 | font-family: "Ubuntu"; | |
361 | font-size: inherit; No newline at end of file |
|
360 | font-size: inherit; | |
362 | line-height: 20px; } No newline at end of file |
|
361 | line-height: 20px; } | |
363 | No newline at end of file |
|
362 | ||
364 | .divTx p { No newline at end of file |
|
363 | .divTx p { | |
365 | width: 100px; No newline at end of file |
|
364 | width: 100px; | |
366 | max-width: 105px; No newline at end of file |
|
365 | max-width: 105px; | |
367 | height: 160px; No newline at end of file |
|
366 | height: 160px; | |
368 | max-height: 165px; No newline at end of file |
|
367 | max-height: 165px; | |
369 | background: #fdfdfb; No newline at end of file |
|
368 | background: #fdfdfb; | |
370 | padding: 2px; No newline at end of file |
|
369 | padding: 2px; | |
371 | border: 1px solid #eee !important; No newline at end of file |
|
370 | border: 1px solid #eee !important; | |
372 | font-family: 'Ubuntu', sans-serif; No newline at end of file |
|
371 | font-family: 'Ubuntu', sans-serif; | |
373 | font-size: inherit; No newline at end of file |
|
372 | font-size: inherit; | |
374 | text-align: justify; No newline at end of file |
|
373 | text-align: justify; | |
375 | margin: 0 auto; No newline at end of file |
|
374 | margin: 0 auto; | |
376 | line-height: 20px; } No newline at end of file |
|
375 | line-height: 20px; } | |
377 | No newline at end of file |
|
376 | ||
378 | .divUes { No newline at end of file |
|
377 | .divUes { | |
379 | display: block; No newline at end of file |
|
378 | display: block; | |
380 | margin: 10px; } No newline at end of file |
|
379 | margin: 10px; } | |
381 | No newline at end of file |
|
380 | ||
382 | .divUes input[type=text] { No newline at end of file |
|
381 | .divUes input[type=text] { | |
383 | width: 240px; No newline at end of file |
|
382 | width: 240px; | |
384 | max-width: 240px; No newline at end of file |
|
383 | max-width: 240px; | |
385 | font-family: 'Ubuntu', sans-serif; No newline at end of file |
|
384 | font-family: 'Ubuntu', sans-serif; | |
386 | font-size: inherit; } No newline at end of file |
|
385 | font-size: inherit; } | |
387 | No newline at end of file |
|
386 | ||
388 | .overJRO img { No newline at end of file |
|
387 | .overJRO img { | |
389 | width: 400px; No newline at end of file |
|
388 | width: 400px; | |
390 | height: 200px; No newline at end of file |
|
389 | height: 200px; | |
391 | text-align: center; No newline at end of file |
|
390 | text-align: center; | |
392 | vertical-align: middle; No newline at end of file |
|
391 | vertical-align: middle; | |
393 | margin: 40px 5px 5px 5px; No newline at end of file |
|
392 | margin: 40px 5px 5px 5px; | |
394 | display: block; No newline at end of file |
|
393 | display: block; | |
395 | background: #fdfdfb; No newline at end of file |
|
394 | background: #fdfdfb; | |
396 | border: 1px solid #eee !important; } No newline at end of file |
|
395 | border: 1px solid #eee !important; } | |
397 | No newline at end of file |
|
396 | ||
398 | .overJRO a { No newline at end of file |
|
397 | .overJRO a { | |
399 | text-align: center; No newline at end of file |
|
398 | text-align: center; | |
400 | margin: 0 auto; No newline at end of file |
|
399 | margin: 0 auto; | |
401 | display: block; } No newline at end of file |
|
400 | display: block; } | |
402 | No newline at end of file |
|
401 | ||
403 | /****************************************************************************************/ No newline at end of file |
|
402 | /****************************************************************************************/ | |
404 | /****** MENU DE NAVEGACION DE PATRONES **********************************/ No newline at end of file |
|
403 | /****** MENU DE NAVEGACION DE PATRONES **********************************/ | |
405 | /****************************************************************************************/ No newline at end of file |
|
404 | /****************************************************************************************/ | |
406 | #divMnuPattern { No newline at end of file |
|
405 | #divMnuPattern { | |
407 | width: 280px; No newline at end of file |
|
406 | width: 280px; | |
408 | height: 25px; No newline at end of file |
|
407 | height: 25px; | |
409 | display: block; No newline at end of file |
|
408 | display: block; | |
410 | float: right; No newline at end of file |
|
409 | float: right; | |
411 | margin: 5px 40px 5px 0px; No newline at end of file |
|
410 | margin: 5px 40px 5px 0px; | |
412 | border: 0px solid #1cc !important; } No newline at end of file |
|
411 | border: 0px solid #1cc !important; } | |
413 | No newline at end of file |
|
412 | ||
414 | #divMnuPattern li { No newline at end of file |
|
413 | #divMnuPattern li { | |
415 | float: right; No newline at end of file |
|
414 | float: right; | |
416 | display: block; No newline at end of file |
|
415 | display: block; | |
417 | width: 60px; No newline at end of file |
|
416 | width: 60px; | |
418 | border: 0px solid #2cc !important; } No newline at end of file |
|
417 | border: 0px solid #2cc !important; } | |
419 | No newline at end of file |
|
418 | ||
420 | #divMnuPattern a { No newline at end of file |
|
419 | #divMnuPattern a { | |
421 | display: block; No newline at end of file |
|
420 | display: block; | |
422 | line-height: 22px; No newline at end of file |
|
421 | line-height: 22px; | |
423 | text-decoration: none; No newline at end of file |
|
422 | text-decoration: none; | |
424 | padding: 0px 5px; No newline at end of file |
|
423 | padding: 0px 5px; | |
425 | margin: 0px 2px; No newline at end of file |
|
424 | margin: 0px 2px; | |
426 | text-align: center; No newline at end of file |
|
425 | text-align: center; | |
427 | color: #1494F6; No newline at end of file |
|
426 | color: #1494F6; | |
428 | border-bottom: 1px solid #1494F6 !important; } No newline at end of file |
|
427 | border-bottom: 1px solid #1494F6 !important; } | |
429 | No newline at end of file |
|
428 | ||
430 | #infoPattern { No newline at end of file |
|
429 | #infoPattern { | |
431 | display: block; No newline at end of file |
|
430 | display: block; | |
432 | margin: 0px 25px; No newline at end of file |
|
431 | margin: 0px 25px; | |
433 | border: 0px solid #1494f6 !important; } No newline at end of file |
|
432 | border: 0px solid #1494f6 !important; } | |
434 | No newline at end of file |
|
433 | ||
435 | #navPatterns { No newline at end of file |
|
434 | #navPatterns { | |
436 | margin: 0 auto; No newline at end of file |
|
435 | margin: 0 auto; | |
437 | width: 700px; No newline at end of file |
|
436 | width: 700px; | |
438 | height: 30px; No newline at end of file |
|
437 | height: 30px; | |
439 | border: 0px solid #d00 !important; No newline at end of file |
|
438 | border: 0px solid #d00 !important; | |
440 | font-family: 'Ubuntu', sans-serif; No newline at end of file |
|
439 | font-family: 'Ubuntu', sans-serif; | |
441 | font-size: 14px; No newline at end of file |
|
440 | font-size: 14px; | |
442 | padding: 5px 0px; } No newline at end of file |
|
441 | padding: 5px 0px; } | |
443 | No newline at end of file |
|
442 | ||
444 | #navPatternList { No newline at end of file |
|
443 | #navPatternList { | |
445 | margin: 0 auto; No newline at end of file |
|
444 | margin: 0 auto; | |
446 | border: 0px solid #ecc !important; } No newline at end of file |
|
445 | border: 0px solid #ecc !important; } | |
447 | No newline at end of file |
|
446 | ||
448 | #navPatternList ul { No newline at end of file |
|
447 | #navPatternList ul { | |
449 | list-style: none; No newline at end of file |
|
448 | list-style: none; | |
450 | list-style-type: none; No newline at end of file |
|
449 | list-style-type: none; | |
451 | margin: 0; } No newline at end of file |
|
450 | margin: 0; } | |
452 | No newline at end of file |
|
451 | ||
453 | #navPatternList ul li { No newline at end of file |
|
452 | #navPatternList ul li { | |
454 | float: left; No newline at end of file |
|
453 | float: left; | |
455 | width: 50px; No newline at end of file |
|
454 | width: 50px; | |
456 | border: 1px solid #eee !important; } No newline at end of file |
|
455 | border: 1px solid #eee !important; } | |
457 | No newline at end of file |
|
456 | ||
458 | #navPatternList a { No newline at end of file |
|
457 | #navPatternList a { | |
459 | width: 50px; No newline at end of file |
|
458 | width: 50px; | |
460 | display: block; No newline at end of file |
|
459 | display: block; | |
461 | text-align: center; No newline at end of file |
|
460 | text-align: center; | |
462 | line-height: 30px; No newline at end of file |
|
461 | line-height: 30px; | |
463 | padding: 1px 0px; No newline at end of file |
|
462 | padding: 1px 0px; | |
464 | border: 0px solid #1cc !important; } No newline at end of file |
|
463 | border: 0px solid #1cc !important; } | |
465 | No newline at end of file |
|
464 | ||
466 | .lnkPattern { No newline at end of file |
|
465 | .lnkPattern { | |
467 | background-color: #ccc !important; No newline at end of file |
|
466 | background-color: #ccc !important; | |
468 | color: #eee; } No newline at end of file |
|
467 | color: #eee; } | |
469 | No newline at end of file |
|
468 | ||
470 | .lnkPatternSelected { No newline at end of file |
|
469 | .lnkPatternSelected { | |
471 | background-color: #2cc !important; No newline at end of file |
|
470 | background-color: #2cc !important; | |
472 | color: #fff; } No newline at end of file |
|
471 | color: #fff; } | |
473 | No newline at end of file |
|
472 | ||
474 | .divListofPatterns { No newline at end of file |
|
473 | .divListofPatterns { | |
475 | width: 650px; No newline at end of file |
|
474 | width: 650px; | |
476 | display: block; No newline at end of file |
|
475 | display: block; | |
477 | border: 1px solid #1cc !important; No newline at end of file |
|
476 | border: 1px solid #1cc !important; | |
478 | margin: 0 auto; } No newline at end of file |
|
477 | margin: 0 auto; } | |
479 | No newline at end of file |
|
478 | ||
480 | .divPattern { No newline at end of file |
|
479 | .divPattern { | |
481 | width: 600px; No newline at end of file |
|
480 | width: 600px; | |
482 | display: block; No newline at end of file |
|
481 | display: block; | |
483 | border: 1px solid #f00 !important; No newline at end of file |
|
482 | border: 1px solid #f00 !important; | |
484 | margin: 2px auto; } No newline at end of file |
|
483 | margin: 2px auto; } | |
485 | No newline at end of file |
|
484 | ||
486 | /****************************************************************************************/ No newline at end of file |
|
485 | /****************************************************************************************/ | |
487 | /****** HEADER *************/ No newline at end of file |
|
486 | /****** HEADER *************/ | |
488 | /****************************************************************************************/ No newline at end of file |
|
487 | /****************************************************************************************/ | |
489 | header nav { No newline at end of file |
|
488 | header nav { | |
490 | width: 960px; No newline at end of file |
|
489 | width: 960px; | |
491 | margin: 0 auto; No newline at end of file |
|
490 | margin: 0 auto; | |
492 | height: 100%; No newline at end of file |
|
491 | height: 100%; | |
493 | border: 0px solid #1cc !important; } No newline at end of file |
|
492 | border: 0px solid #1cc !important; } | |
494 | No newline at end of file |
|
493 | ||
495 | header nav a { No newline at end of file |
|
494 | header nav a { | |
496 | font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
495 | font-family: 'Roboto Condensed', sans-serif; | |
497 | font-size: 1.98em; No newline at end of file |
|
496 | font-size: 1.98em; | |
498 | text-transform: uppercase; No newline at end of file |
|
497 | text-transform: uppercase; | |
499 | width: 232px; No newline at end of file |
|
498 | width: 232px; | |
500 | padding: 2px; No newline at end of file |
|
499 | padding: 2px; | |
501 | text-align: center; No newline at end of file |
|
500 | text-align: center; | |
502 | border: 1px solid #ddd !important; No newline at end of file |
|
501 | border: 1px solid #ddd !important; | |
503 | box-shadow: 1px 1px 2px #ddd; No newline at end of file |
|
502 | box-shadow: 1px 1px 2px #ddd; | |
504 | display: block; No newline at end of file |
|
503 | display: block; | |
505 | float: left; No newline at end of file |
|
504 | float: left; | |
506 | height: 45px; No newline at end of file |
|
505 | height: 45px; | |
507 | text-decoration: none; No newline at end of file |
|
506 | text-decoration: none; | |
508 | background: #eee; No newline at end of file |
|
507 | background: #eee; | |
509 | line-height: 45px; No newline at end of file |
|
508 | line-height: 45px; | |
510 | color: #15425d; No newline at end of file |
|
509 | color: #15425d; | |
511 | margin: 0px 1px; } No newline at end of file |
|
510 | margin: 0px 1px; } | |
512 | No newline at end of file |
|
511 | ||
513 | header nav a.selected { No newline at end of file |
|
512 | header nav a.selected { | |
514 | background: #666; No newline at end of file |
|
513 | background: #666; | |
515 | color: #fff; } No newline at end of file |
|
514 | color: #fff; } | |
516 | No newline at end of file |
|
515 | ||
517 | /****************************************************************************************/ No newline at end of file |
|
516 | /****************************************************************************************/ | |
518 | /****** FOOTER *************/ No newline at end of file |
|
517 | /****** FOOTER *************/ | |
519 | /****************************************************************************************/ No newline at end of file |
|
518 | /****************************************************************************************/ | |
520 | footer p { No newline at end of file |
|
519 | footer p { | |
521 | font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
520 | font-family: 'Roboto Condensed', sans-serif; | |
522 | font-size: 0.98em; } No newline at end of file |
|
521 | font-size: 0.98em; } |
General Comments 0
You need to be logged in to leave comments.
Login now