Changeset 55 in code for trunk/static/style.css
- Timestamp:
- Jan 19, 2024, 10:49:09 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/static/style.css
r54 r55 1 1 /* 2 Light theme is based on Lavender (https://github.com/mei23/misskey/blob/mei-m544/src/client/themes/lavender.json5) 3 while the Dark theme is based on エレガントなお嬢様 (https://github.com/mei23/misskey/blob/mei-m544/src/client/themes/promo.json5) 4 */ 5 2 * Dark theme (エレガントなお嬢様) by @mei23 3 * Light theme (Lavender) by @sokuyuku 4 * Source for both can be found at https://github.com/mei23/misskey 5 */ 6 6 body { 7 7 background-color: #f8cfd2; … … 41 41 gap: 10px; 42 42 } 43 .language, 44 .switch_languages { 43 .language, .switch_languages { 45 44 display: flex; 46 45 } … … 61 60 border: 2px solid #888888; 62 61 } 63 input, 64 select, 65 textarea { 62 input, select, textarea { 66 63 width: 100%; 67 64 font-size: 1rem; … … 77 74 width: 100%; 78 75 } 79 input:focus, 80 select:focus, 81 textarea:focus, 82 button:focus { 76 input:focus, select:focus, textarea:focus, button:focus { 83 77 border-color: #faf4f8; 84 78 outline: 1px solid #faf4f8; 85 79 } 86 87 88 80 body { 89 81 justify-content: center; 90 82 font-family: sans-serif; 91 83 } 92 93 84 #definitions_and_translations { 94 85 display: grid; … … 103 94 text-transform: capitalize; 104 95 } 105 106 96 .syn { 107 97 color: #804700; … … 155 145 color: #ffffff; 156 146 } 157 input, 158 textarea { 147 input, textarea { 159 148 background-color: #5b0000; 160 149 border-color: #202020; 161 150 color: #b3784b; 162 151 } 163 select, 164 option { 152 select, option { 165 153 background-color: #5b0000; 166 154 color: #ffffff;
Note:
See TracChangeset
for help on using the changeset viewer.