mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-26 07:15:37 +00:00
commit
24da050c8e
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [ "Octfx" ]
|
||||
"authors": [ "[https://www.mediawiki.org/wiki/User:Octfx Octfx]" ]
|
||||
},
|
||||
"skinname-citizen": "Citizen",
|
||||
"citizen-desc": "Ein responsive Skin entwickelt für das Star Citizen Wiki"
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [ "alistair3149" ]
|
||||
"authors": [
|
||||
"[https://www.mediawiki.org/wiki/User:Alistair3149 Alistair3149]",
|
||||
"[https://www.mediawiki.org/wiki/User:Octfx Octfx]"
|
||||
]
|
||||
},
|
||||
"skinname-citizen": "Citizen",
|
||||
"citizen-desc": "A responsive skin developed for the Star Citizen Wiki"
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [ "alistair3149" ]
|
||||
"authors": [
|
||||
"[https://www.mediawiki.org/wiki/User:Alistair3149 Alistair3149]",
|
||||
"[https://www.mediawiki.org/wiki/User:Octfx Octfx]"
|
||||
]
|
||||
},
|
||||
"skinname-citizen": "{{name}}",
|
||||
"citizen-desc": "{{desc|what=skin|name=Citizen|url=https://github.com/StarCitizenTools/mediawiki-skins-Citizen}}"
|
||||
|
|
|
@ -2,7 +2,10 @@
|
|||
"name": "Citizen",
|
||||
"namemsg": "skinname-citizen",
|
||||
"version": "0.4.0",
|
||||
"author": "alistair3149",
|
||||
"author": [
|
||||
"[https://www.mediawiki.org/wiki/User:Alistair3149 Alistair3149]",
|
||||
"[https://www.mediawiki.org/wiki/User:Octfx Octfx]"
|
||||
],
|
||||
"url": "https://github.com/StarCitizenTools/mediawiki-skins-Citizen",
|
||||
"descriptionmsg": "citizen-desc",
|
||||
"license-name": "GPL-3.0",
|
||||
|
|
|
@ -5,6 +5,11 @@
|
|||
|
||||
@import '../../../resources/variables.less';
|
||||
|
||||
.content table.broadtable,
|
||||
.smw-ask-result table.broadtable {
|
||||
display: table;
|
||||
}
|
||||
|
||||
@media ( prefers-color-scheme: dark ) {
|
||||
.smw-table-header {
|
||||
background-color: @dark-bg-20;
|
||||
|
|
Loading…
Reference in a new issue