mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 06:47:16 +00:00
Change sidebar location
This commit is contained in:
parent
fc4e492e01
commit
1244ed148a
|
@ -1,15 +1,15 @@
|
||||||
.mw-sidebar-sitename {
|
.mw-sidebar-sitename {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
top: @header-height + @margin-side;
|
bottom: @margin-side;
|
||||||
right: @margin-side + 12px;
|
left: @margin-side;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
transform: rotate( -90deg );
|
transition: @transition-opacity;
|
||||||
transform-origin: top right;
|
|
||||||
transition: @transition-transform, @transition-opacity;
|
|
||||||
-webkit-font-smoothing: subpixel-antialiased;
|
-webkit-font-smoothing: subpixel-antialiased;
|
||||||
|
|
||||||
.mw-wiki-title {
|
.mw-wiki-title {
|
||||||
|
display: block;
|
||||||
|
width: 100px;
|
||||||
letter-spacing: 4px;
|
letter-spacing: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue