mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 00:01:05 +00:00
Hotfix for RC styles
This commit is contained in:
parent
2fcead01a4
commit
375b4b2a7b
7
resources/images/icons/language.svg
Normal file
7
resources/images/icons/language.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
||||
<title>
|
||||
language
|
||||
</title>
|
||||
<path d="M20 18h-1.44a.61.61 0 0 1-.4-.12.81.81 0 0 1-.23-.31L17 15h-5l-1 2.54a.77.77 0 0 1-.22.3.59.59 0 0 1-.4.14H9l4.55-11.47h1.89zm-3.53-4.31L14.89 9.5a11.62 11.62 0 0 1-.39-1.24q-.09.37-.19.69l-.19.56-1.58 4.19zm-6.3-1.58a13.43 13.43 0 0 1-2.91-1.41 11.46 11.46 0 0 0 2.81-5.37H12V4H7.31a4 4 0 0 0-.2-.56C6.87 2.79 6.6 2 6.6 2l-1.47.5s.4.89.6 1.5H0v1.33h2.15A11.23 11.23 0 0 0 5 10.7a17.19 17.19 0 0 1-5 2.1q.56.82.87 1.38a23.28 23.28 0 0 0 5.22-2.51 15.64 15.64 0 0 0 3.56 1.77zM3.63 5.33h4.91a8.11 8.11 0 0 1-2.45 4.45 9.11 9.11 0 0 1-2.46-4.45z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 717 B |
|
@ -63,7 +63,8 @@
|
|||
"watch": "resources/images/icons/eye.svg",
|
||||
"unwatch": "resources/images/icons/eyeClosed.svg",
|
||||
"talk": "resources/images/icons/discussion.svg",
|
||||
"nstab-main": "resources/images/icons/article.svg"
|
||||
"nstab-main": "resources/images/icons/article.svg",
|
||||
"translate": "resources/images/icons/language.svg"
|
||||
}
|
||||
},
|
||||
"skins.citizen.icons.p": {
|
||||
|
|
|
@ -20,15 +20,16 @@
|
|||
}
|
||||
|
||||
.mw-changeslist {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
h4 {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
border-top: 2px solid currentColor;
|
||||
color: @base-50!important;
|
||||
padding: @margin-side / 2 0!important;
|
||||
background: @base-100; // Sticky header BG
|
||||
color: @base-50!important;
|
||||
padding: @margin-side / 2 0!important;
|
||||
background: @base-100; // Sticky header BG
|
||||
font-size: @content-caption-size!important;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
font-family: @fonts!important;
|
||||
font-weight: 600!important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue