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