mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-15 11:58:44 +00:00
9055676640
Unifying variable naming to property-identifier-modifier scheme, while also collecting all non-print values variables in corresponding file. We will amend the `em` based values to calculations that will enable rendered full pixel values and also fix some connected usability issues in the future. Change-Id: I378e8a2af91fe0790708e6fb2d2e7a5718ce93c5
46 lines
511 B
Plaintext
46 lines
511 B
Plaintext
/* Footer */
|
|
#footer {
|
|
margin-left: 10em;
|
|
margin-top: 0;
|
|
padding: 0.75em;
|
|
direction: ltr;
|
|
|
|
ul {
|
|
list-style: none none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
li {
|
|
color: @color-base;
|
|
margin: 0;
|
|
padding: 0.5em 0;
|
|
font-size: @font-size-footer;
|
|
}
|
|
}
|
|
|
|
#footer-icons {
|
|
float: right;
|
|
|
|
li {
|
|
float: left;
|
|
margin-left: 0.5em;
|
|
line-height: 2em;
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
#footer-info {
|
|
li {
|
|
line-height: 1.4em;
|
|
}
|
|
}
|
|
|
|
#footer-places {
|
|
li {
|
|
float: left;
|
|
margin-right: 1em;
|
|
line-height: 2em;
|
|
}
|
|
}
|