Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aira-Sakuranomiya committed Feb 26, 2024
1 parent e9c91a8 commit 75a8c60
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"html"
],
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.sortImports": true,
"source.fixAll": "explicit",
"source.sortImports": "explicit"
},
// "javascript.updateImportsOnFileMove.enabled": "never",
// "typescript.updateImportsOnFileMove.enabled": "never",
Expand Down
5 changes: 3 additions & 2 deletions i18n/gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"Toliño"
]
},
"skinname-timeless": "Timeless",
"timeless-desc": "Unha aparencia atemporal, deseñada por Brandon Harris en base ó prototipo Winter, e varios estilos da Fundación Wikimedia.",
"timeless-anonymous": "Anónimo",
"timeless-loggedinas": "Conectado como '''$1'''",
Expand All @@ -24,8 +25,8 @@
"timeless-pagetools": "Accións de páxina",
"timeless-languages": "Linguas",
"timeless-projects": "Outros proxectos",
"timeless.css": "/* Todo o CSS que se coloque aquí afectará a quen use a aparencia Timeless */",
"timeless.js": "/* Todo o JavaScript que se coloque aquí afectará que usen a aparencia Timeless */",
"timeless.css": "/* O CSS colocado aquí afectará aos usuarios da aparencia Timeless */",
"timeless.js": "/* O código JavaScript colocado aquí cargarase para os usuarios que utilicen a aparencia Timeless */",
"timeless-view-history": "Historial",
"timeless-action-undelete": "Restaurar {{PLURAL:$1|unha edición|$1 edicións}}"
}
2 changes: 1 addition & 1 deletion i18n/inh.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"timeless-talkpage": "{{GENDER:$1|Доакъашхочун}} къамаьла оагIув",
"timeless-more": "Кхы а",
"timeless-pagemisc": "Кхы а",
"timeless-namespaces": "ЦӀерий моттигаш",
"timeless-namespaces": "ЦӀерий аренаш",
"timeless-view-history": "Тархьар",
"timeless-action-undelete": "Юхаметтаоттде {{PLURAL:$1|$1 нийсдар|$1 нийсдараш}}"
}
7 changes: 4 additions & 3 deletions i18n/sco.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"@metadata": {
"authors": [
"AmaryllisGardener"
"AmaryllisGardener",
"CiphriusKane"
]
},
"timeless-loggedinas": "Logged in as '''$1'''",
Expand All @@ -12,6 +13,6 @@
"timeless-more": "Mair",
"timeless-sitetools": "Wiki tuils",
"timeless-pageactions": "Page tuils",
"timeless-view-history": "Histerie",
"timeless-action-undelete": "Ondelyte {{PLURAL:$1|yin eedit|$1 eedits}}"
"timeless-view-history": "History",
"timeless-action-undelete": "Undelete {{PLURAL:$1|yin edit|$1 edits}}"
}
5 changes: 3 additions & 2 deletions i18n/tly.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"@metadata": {
"authors": [
"Patriot Kor"
"Patriot Kor",
"Гусейн"
]
},
"timeless-view-view": "Hande"
"timeless-view-view": "Byhand"
}
5 changes: 3 additions & 2 deletions i18n/zh-hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"Looong",
"Shizhao",
"Xiplus",
"Xzonn"
"Xzonn",
"铁桶"
]
},
"timeless-desc": "为音MAD中文维基而修改的混合动力现代版Timeless皮肤",
Expand All @@ -21,7 +22,7 @@
"timeless-talkpage": "{{GENDER:$1|用户}}讨论",
"timeless-pagelog": "页面日志",
"timeless-more": "更多",
"timeless-sitetools": "Wiki工具",
"timeless-sitetools": "wiki工具",
"timeless-pageactions": "页面工具",
"timeless-userpagetools": "用户页面工具",
"timeless-action-addsection": "新建话题",
Expand Down
2 changes: 1 addition & 1 deletion resources/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions resources/screen-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -1027,11 +1027,15 @@ body :not( :checked ) > .toctogglespan:after {
}

tr {
transition: background 100ms ease;
// transition: background 100ms ease;

&:hover {
background-color: var( --background-color-quiet--hover );
&:nth-of-type(1) {
background-color: var( --color-surface-2 );
}

// &:hover {
// background-color: var( --background-color-quiet--hover );
// }
}

> * > tr > th {
Expand Down Expand Up @@ -2387,6 +2391,7 @@ div > .flow-menu ul li.flow-menu-section:not( :first-of-type ) {
.material-design-icons();
transform: scale(1.5) rotate(180deg);
transition: transform 0.4s cubic-bezier(0.22,0.58,0.12,0.98);
margin-left: 8px;
}

&:after {
Expand Down

0 comments on commit 75a8c60

Please sign in to comment.