|
1 | 1 | :root {
|
2 |
| - --md-primary-fg-color: #273646; |
| 2 | + --md-primary-fg-color: #273646; |
3 | 3 | --md-primary-fg-color--light: #374c62;
|
4 | 4 | --md-primary-fg-color--dark: #1c2631;
|
5 | 5 | }
|
6 | 6 |
|
7 |
| -.phalcon-blog__sponsors-items img { |
8 |
| - box-sizing: border-box; |
| 7 | +.phalcon-blog__sponsors-items { |
9 | 8 | display: flex;
|
10 | 9 | flex-wrap: wrap;
|
| 10 | + justify-content: center; |
11 | 11 | }
|
12 | 12 |
|
13 | 13 | .phalcon-blog__sponsors-items img {
|
14 |
| - margin-bottom: 0; |
| 14 | + max-width: 140px; |
| 15 | + width: 100%; |
| 16 | +} |
| 17 | + |
| 18 | +.phalcon-blog__sponsors-items a { |
| 19 | + margin-bottom: 30px; |
| 20 | + display: flex; |
| 21 | + align-items: center; |
| 22 | + justify-content: center; |
| 23 | + border: 1px solid rgba(39,54,70,.4); |
| 24 | + padding: 10px 15px; |
| 25 | + border-radius: 4px; |
| 26 | + width: 46%; |
| 27 | + margin-right: 10px; |
| 28 | + margin-left: 10px; |
| 29 | +} |
| 30 | + |
| 31 | +@media screen and (max-width: 600px) { |
| 32 | + .phalcon-blog__sponsors-items a { |
| 33 | + width: 100%; |
| 34 | + margin-bottom: 20px; |
| 35 | + } |
15 | 36 | }
|
16 | 37 |
|
17 | 38 | .phalcon-blog__sponsors-items a:hover {
|
18 | 39 | border-bottom-color: #273646;
|
19 | 40 | }
|
20 | 41 |
|
| 42 | +[data-md-color-scheme="slate"] .phalcon-blog__sponsors-items a { |
| 43 | + background-color: #ffffffb3; |
| 44 | +} |
| 45 | + |
21 | 46 | [data-md-color-scheme="slate"] .md-typeset a {
|
22 | 47 | color: #00bda4 !important;
|
23 | 48 | }
|
|
34 | 59 | color: #02d3b8 !important;
|
35 | 60 | }
|
36 | 61 |
|
| 62 | +/* Releases page table */ |
| 63 | +.version-th-center, .version-td-center { |
| 64 | + text-align: center; |
| 65 | +} |
| 66 | +.version-th-right, .version-td-right { |
| 67 | + text-align: right; |
| 68 | +} |
| 69 | +.current-version { |
| 70 | + background-color: #d4f4b4; |
| 71 | +} |
| 72 | +.previous-version { |
| 73 | + background-color: #fef8c6; |
| 74 | +} |
| 75 | + |
| 76 | +/* Releases page legend */ |
| 77 | +.legend { |
| 78 | + padding-left: 0.3em; |
| 79 | + white-space: nowrap; |
| 80 | +} |
| 81 | + |
| 82 | +.legend-old-version { |
| 83 | + border-left: 1.2em solid #fdb3ab; |
| 84 | +} |
| 85 | + |
| 86 | +.legend-old-version-supported { |
| 87 | + border-left: 1.2em solid #fef8c6; |
| 88 | +} |
| 89 | + |
| 90 | +.legend-latest { |
| 91 | + border-left: 1.2em solid #d4f4b4; |
| 92 | +} |
| 93 | + |
| 94 | +.legend-preview { |
| 95 | + border-left: 1.2em solid #fed1a0; |
| 96 | +} |
| 97 | + |
| 98 | +.legend-future { |
| 99 | + border-left: 1.2em solid #c1e6f5; |
| 100 | +} |
| 101 | + |
37 | 102 | .md-header__button.md-logo img,
|
38 | 103 | .md-header__button.md-logo svg {
|
39 | 104 | height: 2rem !important;
|
|
0 commit comments