mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 16:21:11 +00:00
c47531a28b
Also simplify existing styles for wordmark
19 lines
607 B
Plaintext
19 lines
607 B
Plaintext
{{!
|
|
string msg-citizen-drawer-toggle The label used by the drawer button.
|
|
string msg-sitetitle the contents of the sitesubtitle message key
|
|
}}
|
|
<details class="citizen-drawer citizen-header__item citizen-menu__dropdown">
|
|
{{>Drawer__button}}
|
|
<div id="citizen-drawer__card" class="citizen-drawer__card citizen-menu__card">
|
|
<header class="citizen-drawer__header">
|
|
{{>Drawer__logo}}
|
|
<div class="citizen-drawer__siteinfo">
|
|
{{#data-site-stats}}{{>SiteStats}}{{/data-site-stats}}
|
|
{{>Wordmark}}
|
|
</div>
|
|
</header>
|
|
{{#data-main-menu}}
|
|
{{>MainMenu}}
|
|
{{/data-main-menu}}
|
|
</div>
|
|
</details> |