mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 14:34:09 +00:00
wikitable styles
This commit is contained in:
parent
0309cb643f
commit
d537fa2687
|
@ -17,8 +17,7 @@ table.wikitable {
|
||||||
color: @base-30;
|
color: @base-30;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-size: @content-caption-size;
|
font-size: @content-caption-size;
|
||||||
letter-spacing: 1px;
|
letter-spacing: .25px;
|
||||||
text-transform: uppercase;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -178,5 +178,5 @@
|
||||||
@screen0: @page-width - @margin-side * 7; // 720px
|
@screen0: @page-width - @margin-side * 7; // 720px
|
||||||
@screen1: @page-width + @margin-side * 2; // 900px
|
@screen1: @page-width + @margin-side * 2; // 900px
|
||||||
@screen2: @footer-width; // 1290px
|
@screen2: @footer-width; // 1290px
|
||||||
@screen3: @footer-width + @margin-side * 8; // 1410px
|
@screen3: @footer-width + @margin-side * 8; // 1450px
|
||||||
@screen4: @footer-width - (@negative-margin * 2); // 1720px
|
@screen4: @footer-width - (@negative-margin * 2); // 1720px
|
||||||
|
|
Loading…
Reference in a new issue