Commit 25e0656e4bbcca2a56f11a230f942cd50d783f02
1 parent
7ffd6342
Exists in
master
and in
2 other branches
Improvements in style for links and others.
Showing
1 changed file
with
75 additions
and
1 deletions
Show diff stats
style.css
@@ -373,7 +373,6 @@ div#article-parent { | @@ -373,7 +373,6 @@ div#article-parent { | ||
373 | border: 1px solid #DFDFDF !important; | 373 | border: 1px solid #DFDFDF !important; |
374 | background-image: none !important; | 374 | background-image: none !important; |
375 | background-color: #fff !important; | 375 | background-color: #fff !important; |
376 | - line-height: 1.8em !important; | ||
377 | color: #333 !important; | 376 | color: #333 !important; |
378 | font-size: 13px !important; | 377 | font-size: 13px !important; |
379 | outline: none !important; | 378 | outline: none !important; |
@@ -409,8 +408,71 @@ div#article-parent { | @@ -409,8 +408,71 @@ div#article-parent { | ||
409 | 408 | ||
410 | /* Form style end */ | 409 | /* Form style end */ |
411 | 410 | ||
411 | +/* List links on content .box-1 */ | ||
412 | +#content .box-1 .container-block-plugin_container-block .link-list-block { | ||
413 | + min-height: 300px; | ||
414 | + text-align: center; | ||
415 | +} | ||
416 | +#content .box-1 .container-block-plugin_container-block .link-list-block li { | ||
417 | + display: block; | ||
418 | + clear: both; | ||
419 | + border: 0px; | ||
420 | +} | ||
421 | +#content .box-1 .container-block-plugin_container-block .link-list-block li a { | ||
422 | + display: block; | ||
423 | + padding: 20px; | ||
424 | + font-size: 15px; | ||
425 | + width: auto; | ||
426 | + margin-bottom: 5px; | ||
427 | + margin-top: 5px; | ||
428 | + border: none; | ||
429 | + color: #FFF; | ||
430 | + background: #AAA; | ||
431 | + font-weight: bold; | ||
432 | +} | ||
433 | +#content .box-1 .container-block-plugin_container-block .link-list-block li a:hover { | ||
434 | + outline: 3px solid #000; | ||
435 | + background: #DDD; | ||
436 | + color: #000; | ||
437 | +} | ||
438 | +#content .box-1 .container-block-plugin_container-block .link-list-block li:nth-child(1) a { | ||
439 | + background: #edd400; | ||
440 | +} | ||
441 | +#content .box-1 .container-block-plugin_container-block .link-list-block li:nth-child(2) a { | ||
442 | + background: #4e9a06; | ||
443 | +} | ||
444 | +#content .box-1 .container-block-plugin_container-block .link-list-block li:nth-child(3) a { | ||
445 | + background: #555753; | ||
446 | +} | ||
447 | +#content .box-1 .container-block-plugin_container-block .link-list-block li:nth-child(4) a { | ||
448 | + background: #204a87; | ||
449 | +} | ||
450 | +#content .box-1 .container-block-plugin_container-block .link-list-block li:nth-child(5) a { | ||
451 | + background: #ce5c00; | ||
452 | +} | ||
453 | +/* Colors Community OSC by icons */ | ||
454 | +#content .box-1 .container-block-plugin_container-block .link-list-block li a.icon-up-red { | ||
455 | + background: #008ED4; | ||
456 | +} | ||
457 | +#content .box-1 .container-block-plugin_container-block .link-list-block li a.icon-search { | ||
458 | + background: #CC0000; | ||
459 | +} | ||
460 | +#content .box-1 .container-block-plugin_container-block .link-list-block li a.icon-ok { | ||
461 | + background: #ffc909; | ||
462 | +} | ||
463 | +#content .box-1 .container-block-plugin_container-block .link-list-block li a.icon-login { | ||
464 | + background: #017848; | ||
465 | +} | ||
466 | +#content .box-1 .container-block-plugin_container-block .link-list-block li a.icon-help { | ||
467 | + background: #31114F; | ||
468 | +} | ||
469 | + | ||
412 | /* Others FIX */ | 470 | /* Others FIX */ |
413 | 471 | ||
472 | +#site-title { width: 50px; } | ||
473 | + | ||
474 | +.article-types li { height: auto; } | ||
475 | + | ||
414 | .author { display: none; } | 476 | .author { display: none; } |
415 | 477 | ||
416 | .action-home-index #content .track-card-list-block{ | 478 | .action-home-index #content .track-card-list-block{ |
@@ -426,3 +488,15 @@ div#article-parent { | @@ -426,3 +488,15 @@ div#article-parent { | ||
426 | #box-organizer .block { | 488 | #box-organizer .block { |
427 | outline: 1px dotted #DFDFDF; | 489 | outline: 1px dotted #DFDFDF; |
428 | } | 490 | } |
491 | + | ||
492 | +#profile-wall #leave_scrap textarea { width: 99%; } | ||
493 | + | ||
494 | +#cat_menu { | ||
495 | + overflow: hidden; | ||
496 | + padding-right: 170px; | ||
497 | +} | ||
498 | + | ||
499 | +/* Adjust blocks style menu items */ | ||
500 | +#content .profile-info-options a.button.with-text { border-bottom: 1px solid #CCC !important; } | ||
501 | +#content .link-list-block li a { border-bottom: 0px !important; padding: 5px; } | ||
502 | +#content .recent-documents-block .block-title { border-bottom: 0px !important; } |