Hauptseite: Unterschied zwischen den Versionen
Aus QBWiki
Zur Navigation springenZur Suche springen
Pascal (Diskussion | Beiträge) |
Pascal (Diskussion | Beiträge) |
||
| Zeile 13: | Zeile 13: | ||
background-size: 300% 100%; | background-size: 300% 100%; | ||
transition: .35s; | transition: .35s; | ||
| − | |||
-webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | -moz-osx-font-smoothing: grayscale; | ||
| Zeile 29: | Zeile 28: | ||
.flex-sa, .flex-sa > p { justify-content: space-around; } | .flex-sa, .flex-sa > p { justify-content: space-around; } | ||
.flex-se, .flex-se > p { justify-content: space-evenly; } | .flex-se, .flex-se > p { justify-content: space-evenly; } | ||
| + | .flex-fs, .flex-fs > p { justify-content: flex-start;} | ||
| + | .flex-fe, .flex-fe > p { justify-content: flex-end;} | ||
.flex-wrap, .flex-wrap > p { flex-wrap: wrap; } | .flex-wrap, .flex-wrap > p { flex-wrap: wrap; } | ||
.flex-nowrap, .flex-nowrap > p { flex-wrap: nowrap; } | .flex-nowrap, .flex-nowrap > p { flex-wrap: nowrap; } | ||
| + | |||
| + | .m-0 { margin: 0px; } | ||
| + | .m-5 { margin: 5px; } | ||
| + | .m-10 { margin: 10px; } | ||
| + | |||
| + | .p-0 { padding: 0px; } | ||
| + | .p-5 { padding: 5px; } | ||
| + | .p-10 { padding: 10px; } | ||
| + | |||
.bg-1 { background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673); } | .bg-1 { background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673); } | ||
| Zeile 54: | Zeile 64: | ||
<!-- Buttons and Categories --> | <!-- Buttons and Categories --> | ||
| − | <div id="button-container" class="flex flex-row flex- | + | <div id="button-container" class="flex flex-row flex-fs flex-wrap container"> |
| − | <span class="category-tag bg-11">[[:Category:Server|Server]]</span> | + | <span class="category-tag m-5 bg-11">[[:Category:Server|Server]]</span> |
| − | <span class="category-tag bg-10">[[:Category:Linux|Linux]]</span> | + | <span class="category-tag m-5 bg-10">[[:Category:Linux|Linux]]</span> |
| − | <span class="category-tag bg-9">[[:Category:Ubiquiti|Ubiquiti]]</span> | + | <span class="category-tag m-5 bg-9">[[:Category:Ubiquiti|Ubiquiti]]</span> |
| − | <span class="category-tag bg-7">[[:Category:CentOS|CentOS]]</span> | + | <span class="category-tag m-5 bg-7">[[:Category:CentOS|CentOS]]</span> |
| − | <span class="category-tag bg-2">[[:Category:Bash|Bash]]</span> | + | <span class="category-tag m-5 bg-2">[[:Category:Bash|Bash]]</span> |
| − | <span class="category-tag bg- | + | <span class="category-tag m-5 bg-3">[[:Category:Skripte|Skripte]]</span> |
| + | <span class="category-tag m-5 bg-9">[[:Category:CSS|CSS]]</span> | ||
| + | <span class="category-tag m-5 bg-8">[[:Category:Configs|Configs]]</span> | ||
| + | <span class="category-tag m-5 bg-6">[[:Category:HTML|HTML]]</span> | ||
| + | <span class="category-tag m-5 bg-4">[[:Category:Templates|Templates]]</span> | ||
| + | <span class="category-tag m-5 bg-5">[[:Category:Alcatel Lucent|Alcatel Lucent]]</span> | ||
</div> | </div> | ||
Version vom 20. Februar 2019, 11:42 Uhr