mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
Condensed RC styles
This commit is contained in:
parent
ce4078cc96
commit
8b50bcdd7c
|
@ -39,29 +39,12 @@
|
|||
}
|
||||
|
||||
.comment {
|
||||
margin-top: @content-margin-top / 2;
|
||||
display: block;
|
||||
color: @base-30;
|
||||
font-size: @content-monospace-size;
|
||||
}
|
||||
|
||||
.mw-tag-markers {
|
||||
margin-top: @content-margin-top / 2;
|
||||
display: flex;
|
||||
visibility: hidden; // Hide other stuff
|
||||
white-space: nowrap;
|
||||
overflow: auto;
|
||||
|
||||
.mw-tag-marker {
|
||||
visibility: visible;
|
||||
order: -1;
|
||||
margin-right: @margin-side / 2;
|
||||
padding: @margin-side / 4 @margin-side / 2;
|
||||
display: block;
|
||||
border: 1px solid @base-90;
|
||||
background-color: @base-90;
|
||||
color: @base-30;
|
||||
font-size: @content-caption-size;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -86,8 +69,6 @@
|
|||
|
||||
.mw-tag-markers {
|
||||
.mw-tag-marker {
|
||||
border-color: @dark-bg-10;
|
||||
background-color: @dark-bg-10;
|
||||
color: @dark-text-80;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue