|
23 | 23 | zoom: 1; }
|
24 | 24 |
|
25 | 25 | .page-content p a, .page-content ul a,
|
26 |
| -.page-content ol a, .home__aside li a, .card__title a, .entry__title a, .entry__content a, .contacts li a, .founder__links li a, .pager a, .archives a, .tutorial .page-header a, .ie .logo { |
| 26 | +.page-content ol a, .home__aside li a, .card__title a, .entry__title a, .entry__content a, .contacts li a, .founder__links li a, .pager a, .archives a, .tutorial .page-header a, .promotion a, .ie .logo { |
27 | 27 | color: #00a9e0;
|
28 | 28 | text-decoration: none; }
|
29 | 29 | .page-content p a:hover, .page-content ul a:hover,
|
30 |
| - .page-content ol a:hover, .home__aside li a:hover, .card__title a:hover, .entry__title a:hover, .entry__content a:hover, .contacts li a:hover, .founder__links li a:hover, .pager a:hover, .archives a:hover, .tutorial .page-header a:hover, .ie .logo:hover { |
| 30 | + .page-content ol a:hover, .home__aside li a:hover, .card__title a:hover, .entry__title a:hover, .entry__content a:hover, .contacts li a:hover, .founder__links li a:hover, .pager a:hover, .archives a:hover, .tutorial .page-header a:hover, .promotion a:hover, .ie .logo:hover { |
31 | 31 | text-decoration: underline; }
|
32 | 32 | .page-content p a:active, .page-content ul a:active,
|
33 |
| - .page-content ol a:active, .home__aside li a:active, .card__title a:active, .entry__title a:active, .entry__content a:active, .contacts li a:active, .founder__links li a:active, .pager a:active, .archives a:active, .tutorial .page-header a:active, .ie .logo:active { |
| 33 | + .page-content ol a:active, .home__aside li a:active, .card__title a:active, .entry__title a:active, .entry__content a:active, .contacts li a:active, .founder__links li a:active, .pager a:active, .archives a:active, .tutorial .page-header a:active, .promotion a:active, .ie .logo:active { |
34 | 34 | color: #98c73d; }
|
35 | 35 | .page-content p a:focus, .page-content ul a:focus,
|
36 |
| - .page-content ol a:focus, .home__aside li a:focus, .card__title a:focus, .entry__title a:focus, .entry__content a:focus, .contacts li a:focus, .founder__links li a:focus, .pager a:focus, .archives a:focus, .tutorial .page-header a:focus, .ie .logo:focus { |
| 36 | + .page-content ol a:focus, .home__aside li a:focus, .card__title a:focus, .entry__title a:focus, .entry__content a:focus, .contacts li a:focus, .founder__links li a:focus, .pager a:focus, .archives a:focus, .tutorial .page-header a:focus, .promotion a:focus, .ie .logo:focus { |
37 | 37 | color: #98c73d; }
|
38 | 38 |
|
39 | 39 | html, body {
|
@@ -761,6 +761,16 @@ li {
|
761 | 761 | margin-top: 20px;
|
762 | 762 | text-align: center; }
|
763 | 763 |
|
| 764 | +.promotion { |
| 765 | + margin-top: 60px; |
| 766 | + padding: 15px; |
| 767 | + background: #f3f3f3; |
| 768 | + border: 1px solid #d6d6d6; |
| 769 | + border-radius: 10px; |
| 770 | + color: #5f5f5f; |
| 771 | + font-size: 0.7em; |
| 772 | + line-height: 1.4em; } |
| 773 | + |
764 | 774 | /*
|
765 | 775 | * Dirty fixes for IE version 7 and 8. Not IE6, get away.
|
766 | 776 | * The plan is not to make the site beautiful, but **readable**.
|
|
0 commit comments