Changeset 47 in code for trunk/static/partage.css
- Timestamp:
- Oct 20, 2021, 4:09:09 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/static/partage.css
r18 r47 3 3 margin: auto; 4 4 max-width: 540px; 5 text-align: center;6 5 font-family: serif; 7 6 font-size: 1.5rem; 7 text-align: center; 8 8 background-color: #eeeeee; 9 9 color: #222222; … … 18 18 } 19 19 20 section { 21 display: flex; 22 justify-content: flex-end; 23 font-size: initial; 24 } 20 25 21 img#logo { height: 100%; max-height: 30vh; } 22 h1 { font-size: 4.5rem; } 23 ul { list-style: none; padding: 0; } 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 ul { 41 list-style: none; 42 text-align: left; 43 display: inline-block; 44 } 45 46 .dropzone { 47 padding-top: 60px; 48 padding-bottom: 60px; 49 border: 2px dashed #888888; 50 border-radius: 8px; 51 text-align: center; 52 margin: auto; 53 color: #888888; 54 } 55 56 .dropzone.dragover { 57 color: #222222; 58 border-color: #222222; 59 } 24 60 25 61 /* font attributes are not inherited by default */ … … 57 93 } 58 94 } 59
Note:
See TracChangeset
for help on using the changeset viewer.