「swagger」サポートを削除し、あちこちのバグを修正
git-svn-id: file:///srv/svn/repo/mai/trunk@55 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
Light theme is based on Lavender (https://github.com/mei23/misskey/blob/mei-m544/src/client/themes/lavender.json5)
|
||||
while the Dark theme is based on エレガントなお嬢様 (https://github.com/mei23/misskey/blob/mei-m544/src/client/themes/promo.json5)
|
||||
*/
|
||||
|
||||
* Dark theme (エレガントなお嬢様) by @mei23
|
||||
* Light theme (Lavender) by @sokuyuku
|
||||
* Source for both can be found at https://github.com/mei23/misskey
|
||||
*/
|
||||
body {
|
||||
background-color: #f8cfd2;
|
||||
color: rgb(206, 147, 191);
|
||||
@@ -40,8 +40,7 @@ a:visited {
|
||||
margin: 5px 10px;
|
||||
gap: 10px;
|
||||
}
|
||||
.language,
|
||||
.switch_languages {
|
||||
.language, .switch_languages {
|
||||
display: flex;
|
||||
}
|
||||
.language {
|
||||
@@ -60,9 +59,7 @@ button {
|
||||
padding: 4px 10px;
|
||||
border: 2px solid #888888;
|
||||
}
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
input, select, textarea {
|
||||
width: 100%;
|
||||
font-size: 1rem;
|
||||
padding: 4px;
|
||||
@@ -76,20 +73,14 @@ textarea {
|
||||
/* Stretch to form width */
|
||||
width: 100%;
|
||||
}
|
||||
input:focus,
|
||||
select:focus,
|
||||
textarea:focus,
|
||||
button:focus {
|
||||
input:focus, select:focus, textarea:focus, button:focus {
|
||||
border-color: #faf4f8;
|
||||
outline: 1px solid #faf4f8;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
justify-content: center;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
#definitions_and_translations {
|
||||
display: grid;
|
||||
margin: auto;
|
||||
@@ -102,7 +93,6 @@ body {
|
||||
color: #007979;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.syn {
|
||||
color: #804700;
|
||||
}
|
||||
@@ -154,14 +144,12 @@ a {
|
||||
background-color: #18c018;
|
||||
color: #ffffff;
|
||||
}
|
||||
input,
|
||||
textarea {
|
||||
input, textarea {
|
||||
background-color: #5b0000;
|
||||
border-color: #202020;
|
||||
color: #b3784b;
|
||||
}
|
||||
select,
|
||||
option {
|
||||
select, option {
|
||||
background-color: #5b0000;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user