Commit 5b89f77932b06140c482cd05f39b8a7f862264e2
1 parent
a959805c
Exists in
master
and in
4 other branches
updating theme
Showing
3 changed files
with
75 additions
and
2 deletions
Show diff stats
333 Bytes
445 Bytes
style.css
... | ... | @@ -185,9 +185,76 @@ p { |
185 | 185 | clear: both; |
186 | 186 | } |
187 | 187 | |
188 | +/*Fim Registro de usuário*/ | |
188 | 189 | |
190 | +/* PopUp Login*/ | |
189 | 191 | |
190 | -/*Fim Registro de usuário*/ | |
192 | +#TB_window { | |
193 | + left: -350px; | |
194 | + margin-left: 50% !important; | |
195 | + width: 700px !important; | |
196 | +} | |
197 | + | |
198 | +#TB_ajaxContent.TB_modal { | |
199 | + padding: 15px; | |
200 | + position: relative; | |
201 | + width: auto !important; | |
202 | +} | |
203 | + | |
204 | +#TB_window .login-box{} | |
205 | + | |
206 | +#TB_window .login-box h2{ | |
207 | + background: url("images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFFFFF; | |
208 | + color: #757575; | |
209 | + font-size: 20px; | |
210 | + font-style: italic; | |
211 | + font-weight: normal; | |
212 | + width: 45%; | |
213 | +} | |
214 | + | |
215 | +#TB_window .login-box form { | |
216 | + margin: 0; | |
217 | + width: 45%; | |
218 | +} | |
219 | + | |
220 | +#TB_window .login-box .formfieldline input { | |
221 | + width: 100%; | |
222 | +} | |
223 | + | |
224 | +#TB_window .login-box .button-bar input.icon-login { | |
225 | + background: url("images/btn_entrar_login.png") repeat-x scroll 0 0 #FFFFFF; | |
226 | + height: 49px !important; | |
227 | + max-height: 49px !important; | |
228 | + width: 142px; | |
229 | +} | |
230 | + | |
231 | +#TB_window .login-box .button-bar input.icon-close { | |
232 | + background: url("images/btn_cancelar_login.png") repeat-x scroll 0 0 #FFFFFF; | |
233 | + height: 47px !important; | |
234 | + max-height: 47px !important; | |
235 | + width: 123px; | |
236 | +} | |
237 | + | |
238 | +#TB_window .login-box .button-bar input.submit, | |
239 | +#TB_window .login-box .button-bar a.icon-close { | |
240 | + | |
241 | +} | |
242 | + | |
243 | +#TB_window .login-box .button-bar { | |
244 | + float: right; | |
245 | + margin-bottom: 1em; | |
246 | + margin-top: 1em; | |
247 | + width: 45%; | |
248 | +} | |
249 | + | |
250 | +#TB_window .login-box form .button-bar { | |
251 | + float: none; | |
252 | + width: 100% | |
253 | +} | |
254 | + | |
255 | + | |
256 | + | |
257 | +/*Fim PopUp Login*/ | |
191 | 258 | |
192 | 259 | /* Menu List left */ |
193 | 260 | /*Estilo nos blocos laterais*/ |
... | ... | @@ -539,6 +606,12 @@ p { |
539 | 606 | |
540 | 607 | } |
541 | 608 | |
609 | +/*tamanho da fonte dentro dos artigos*/ | |
610 | +.article-body p{ | |
611 | + font-size:13px; | |
612 | + line-height:26px; | |
613 | +} | |
614 | +/* fim tamanho da fonte dentro dos artigos*/ | |
542 | 615 | |
543 | 616 | |
544 | 617 | /*comentário*/ |
... | ... | @@ -2389,6 +2462,7 @@ input.button.with-text { |
2389 | 2462 | height: 170px !important; |
2390 | 2463 | padding: 10px 0; |
2391 | 2464 | border-width: 0 !important; |
2465 | + border-radius: 10px; | |
2392 | 2466 | } |
2393 | 2467 | |
2394 | 2468 | #pairwise_main .prompt:hover { |
... | ... | @@ -2403,7 +2477,6 @@ input.button.with-text { |
2403 | 2477 | background-position: 50% top; |
2404 | 2478 | } |
2405 | 2479 | |
2406 | - | |
2407 | 2480 | #pairwise_main .prompt a{ |
2408 | 2481 | color: #2a2d28 !important; |
2409 | 2482 | /*font-size: 14px;*/ | ... | ... |