mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-05 22:32:58 +00:00
d28f09df31
This is the final step of the process described at <https://www.mediawiki.org/wiki/Separating_skins_from_core_MediaWiki>. Corresponding core change: Idfc38503. Change-Id: I84fcf7ce6385b8323544cafe6912a00f1886d20d
58 lines
678 B
Plaintext
58 lines
678 B
Plaintext
/* Footer */
|
|
div#footer {
|
|
margin-left: 10em;
|
|
margin-top: 0;
|
|
padding: 0.75em;
|
|
direction: ltr;
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
list-style-image: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
li {
|
|
margin: 0;
|
|
padding: 0;
|
|
padding-top: 0.5em;
|
|
padding-bottom: 0.5em;
|
|
color: #333;
|
|
font-size: 0.7em;
|
|
}
|
|
}
|
|
|
|
#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;
|
|
}
|
|
}
|
|
}
|
|
|
|
body.ltr {
|
|
div#footer {
|
|
#footer-places {
|
|
/* @noflip */
|
|
float: left;
|
|
}
|
|
}
|
|
}
|