Last change
on this file since 65 was 65, checked in by yakumo.izuru, 21 months ago |
M i m a s a m a ! ! !
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
1.4 KB
|
Rev | Line | |
---|
[65] | 1 | body {
|
---|
| 2 | padding: 5%;
|
---|
| 3 | margin: auto;
|
---|
| 4 | max-width: 540px;
|
---|
| 5 | font-family: sans-serif;
|
---|
| 6 | font-size: 1.5rem;
|
---|
| 7 | text-align: center;
|
---|
| 8 | background-color: #550000;
|
---|
| 9 | color: #ff4444;
|
---|
| 10 | }
|
---|
| 11 |
|
---|
| 12 | header {
|
---|
| 13 | display: flex;
|
---|
| 14 | flex-direction: column;
|
---|
| 15 | flex-wrap: wrap-reverse;
|
---|
| 16 | align-items: center;
|
---|
| 17 | align-content: center;
|
---|
| 18 | }
|
---|
| 19 |
|
---|
| 20 | section {
|
---|
| 21 | display: flex;
|
---|
| 22 | justify-content: flex-end;
|
---|
| 23 | font-size: initial;
|
---|
| 24 | }
|
---|
| 25 |
|
---|
| 26 | section#formsettings > * {
|
---|
| 27 | margin-top: 20px;
|
---|
| 28 | margin-left: 20px;
|
---|
| 29 | }
|
---|
| 30 |
|
---|
| 31 | img#logo {
|
---|
| 32 | height: 100%;
|
---|
| 33 | max-height: 30vh;
|
---|
| 34 | }
|
---|
| 35 |
|
---|
| 36 | h1 {
|
---|
| 37 | font-size: 4.0rem;
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #uploads {
|
---|
| 41 | display: flex;
|
---|
| 42 | flex-direction: column;
|
---|
| 43 | align-items: center;
|
---|
| 44 | justify-content: center;
|
---|
| 45 | }
|
---|
| 46 |
|
---|
| 47 | #uploads > ul {
|
---|
| 48 | list-style: none;
|
---|
| 49 | text-align: left;
|
---|
| 50 | padding: 0;
|
---|
| 51 | }
|
---|
| 52 |
|
---|
| 53 | #uploads > button {
|
---|
| 54 | align-self: flex-end;
|
---|
| 55 | margin-right: 10%;
|
---|
| 56 | }
|
---|
| 57 |
|
---|
| 58 | .dropzone {
|
---|
| 59 | padding-top: 60px;
|
---|
| 60 | padding-bottom: 60px;
|
---|
| 61 | border: 2px dashed #888888;
|
---|
| 62 | border-radius: 8px;
|
---|
| 63 | text-align: center;
|
---|
| 64 | margin: auto;
|
---|
| 65 | color: #888888;
|
---|
| 66 | }
|
---|
| 67 |
|
---|
| 68 | .dropzone.dragover {
|
---|
| 69 | color: #222222;
|
---|
| 70 | border-color: #222222;
|
---|
| 71 | }
|
---|
| 72 |
|
---|
| 73 | /* font attributes are not inherited by default */
|
---|
| 74 | input, input::file-selector-button {
|
---|
| 75 | text-align: inherit;
|
---|
| 76 | font-family: inherit;
|
---|
| 77 | font-size: inherit;
|
---|
| 78 | }
|
---|
| 79 |
|
---|
| 80 | @media (min-aspect-ratio: 18/9) {
|
---|
| 81 | header {
|
---|
| 82 | flex-direction: row;
|
---|
| 83 | }
|
---|
| 84 | h1 { font-size: 3rem; margin-right: 10px; }
|
---|
| 85 | img#logo {
|
---|
| 86 | height: 50%;
|
---|
| 87 | max-height: 20vh;
|
---|
| 88 | order: 2;
|
---|
| 89 | }
|
---|
| 90 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.