Commit 23b8382347449d4cec19b63299ac82b88fa5d141
1 parent
af682f38
Exists in
master
and in
5 other branches
updating theme
Showing
2 changed files
with
107 additions
and
2 deletions
Show diff stats
cabecalho-amarelo-theme.css
| ... | ... | @@ -92,7 +92,7 @@ background-color: #fcdd4e;/*(amarelo-claro)*/ |
| 92 | 92 | #logo #portal-title { |
| 93 | 93 | margin: 30px 0px 46px 0px; |
| 94 | 94 | color: #03316f; |
| 95 | - font-size: 4em; | |
| 95 | + font-size: 40px; | |
| 96 | 96 | font-family: 'Open Sans Extrabold', Arial, Helvetica, sans-serif; |
| 97 | 97 | font-weight: normal; |
| 98 | 98 | line-height: 1em; | ... | ... |
style.css
| ... | ... | @@ -88,7 +88,7 @@ h1, h2, h3, h4, h5, h6 { |
| 88 | 88 | |
| 89 | 89 | a:link, #content a:link, dl.portlet a:link { |
| 90 | 90 | color: #2c67cd; |
| 91 | - border-bottom: none; | |
| 91 | + /*border-bottom: none;*/ | |
| 92 | 92 | } |
| 93 | 93 | |
| 94 | 94 | a:visited, #content a:visited, dl.portlet a:visited { |
| ... | ... | @@ -232,6 +232,7 @@ p { |
| 232 | 232 | background-position: 7px 50%; |
| 233 | 233 | } |
| 234 | 234 | |
| 235 | + | |
| 235 | 236 | #content .box-2 .link-list-block li a:hover { |
| 236 | 237 | background-color: #eee; |
| 237 | 238 | color: #000; |
| ... | ... | @@ -242,6 +243,80 @@ p { |
| 242 | 243 | font-weight: bold; |
| 243 | 244 | width: auto; |
| 244 | 245 | } |
| 246 | +/* Menu List footer */ | |
| 247 | + | |
| 248 | +#content .box-3 .link-list-block li a.link-this-page { | |
| 249 | + width: auto; | |
| 250 | + border-right: none; | |
| 251 | + font-weight: bold; | |
| 252 | + background-color: #eeefff; | |
| 253 | + border-radius: 0px; | |
| 254 | +} | |
| 255 | + | |
| 256 | +#content .box-3 .link-list-block li a { | |
| 257 | + font-size: 14px; | |
| 258 | + line-height: 1em; | |
| 259 | + color: #545454; | |
| 260 | + background-color: #FFF; | |
| 261 | + border-radius: none; | |
| 262 | + padding: 0.6em 1.5em; | |
| 263 | +} | |
| 264 | + | |
| 265 | +#content .box-3 .link-list-block li a:hover { | |
| 266 | + background-color: #FFF; | |
| 267 | + color: #436976; | |
| 268 | +} | |
| 269 | + | |
| 270 | +#content .box-3 .link-list-block li { | |
| 271 | + border-bottom: none; | |
| 272 | + border-top: none; | |
| 273 | + padding: 0; | |
| 274 | + margin: 0; | |
| 275 | +} | |
| 276 | + | |
| 277 | +.agenda-item a { | |
| 278 | + color: black; | |
| 279 | +} | |
| 280 | +.agenda-item a:visited { | |
| 281 | + color: black; | |
| 282 | + font-weight: normal; | |
| 283 | +} | |
| 284 | +.agenda-item a:hover { | |
| 285 | + color: black; | |
| 286 | + text-decoration: underline !important; | |
| 287 | +} | |
| 288 | + | |
| 289 | +#box-organizer .block-target { clear: both; } | |
| 290 | + | |
| 291 | +/*.profile-info-options*/ | |
| 292 | +#content .profile-info-options { | |
| 293 | + padding-right: 0; | |
| 294 | +} | |
| 295 | + | |
| 296 | +#content .profile-info-options ul { | |
| 297 | + margin-left: 0px; | |
| 298 | +} | |
| 299 | + | |
| 300 | +#content .profile-info-options input.button.with-text, | |
| 301 | +#content .profile-info-options a.button.with-text { | |
| 302 | + background-color: #fff; | |
| 303 | + border-radius: 0 0 0 0; | |
| 304 | + display: block; | |
| 305 | + padding-bottom: 5px; | |
| 306 | + padding-left: 30px; | |
| 307 | + padding-top: 5px; | |
| 308 | + text-align: left; | |
| 309 | +} | |
| 310 | +#content .profile-info-options a.button.with-text{ | |
| 311 | + border-bottom: 1px solid #CCCCCC !important; | |
| 312 | +} | |
| 313 | + | |
| 314 | +#content .profile-info-options input.button:hover, | |
| 315 | +#content .profile-info-options a.button:hover { | |
| 316 | + background-color: #dfdfdf; | |
| 317 | + border: 0px solid #CCC; | |
| 318 | +} | |
| 319 | + | |
| 245 | 320 | |
| 246 | 321 | |
| 247 | 322 | /*********************************/ |
| ... | ... | @@ -380,6 +455,36 @@ p { |
| 380 | 455 | } |
| 381 | 456 | |
| 382 | 457 | |
| 458 | + | |
| 459 | +/*comentário*/ | |
| 460 | + | |
| 461 | +.comment-info { | |
| 462 | + line-height: 1em; | |
| 463 | + margin-top: 5px; | |
| 464 | +} | |
| 465 | + | |
| 466 | +#article .article-comments-list li { | |
| 467 | + display: block; | |
| 468 | + list-style: none outside none; | |
| 469 | + margin: 10px 0 0; | |
| 470 | + padding: 0; | |
| 471 | +} | |
| 472 | + | |
| 473 | +#article .comment-replies .article-comment { | |
| 474 | + background: url("/images/black-alpha-pixel-5.png") repeat scroll left top transparent; | |
| 475 | + border: 1px solid #808080; | |
| 476 | + border-radius: 5px 5px 5px 5px; | |
| 477 | + margin-top: 0px; | |
| 478 | + padding: 0; | |
| 479 | +} | |
| 480 | + | |
| 481 | +.comment-replies .comment-picture { | |
| 482 | + height: auto; | |
| 483 | + max-width: 40px; | |
| 484 | + overflow: visible; | |
| 485 | +} | |
| 486 | +/* fim de comentário*/ | |
| 487 | + | |
| 383 | 488 | /*Display Content na página inicial*/ |
| 384 | 489 | |
| 385 | 490 | .action-home-index #content .display-content-block .block-inner-2, | ... | ... |