mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10:45 +00:00
fieldset styles
This commit is contained in:
parent
ca632d9235
commit
41ae4293b7
|
@ -89,6 +89,25 @@ cite {
|
||||||
font-style: inherit;
|
font-style: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fieldset {
|
||||||
|
border: 1px solid @base-80;
|
||||||
|
color: @base-30;
|
||||||
|
font-size: @content-monospace-size;
|
||||||
|
margin: @content-margin-top 0;
|
||||||
|
padding: @content-margin-top / 2 @margin-side;
|
||||||
|
}
|
||||||
|
|
||||||
|
fieldset>table {
|
||||||
|
margin-top: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
legend {
|
||||||
|
font-weight: bold;
|
||||||
|
color: @base-20;
|
||||||
|
margin: 0 -@margin-side / 2;
|
||||||
|
padding: @margin-side / 2;
|
||||||
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,7 +35,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
border: 1px solid @dark-bg-20;
|
color: @dark-text-90;
|
||||||
|
border-color: @dark-bg-20;
|
||||||
|
}
|
||||||
|
|
||||||
|
legend {
|
||||||
|
color: @dark-text-100;
|
||||||
}
|
}
|
||||||
|
|
||||||
a,
|
a,
|
||||||
|
|
Loading…
Reference in a new issue