2023-10-02 18:15:06 +00:00
|
|
|
.mw-footer-container {
|
|
|
|
padding-top: 50px;
|
|
|
|
padding-bottom: 82px;
|
|
|
|
}
|
|
|
|
|
2022-09-15 18:53:18 +00:00
|
|
|
.mw-footer {
|
2023-10-02 18:15:06 +00:00
|
|
|
direction: ltr;
|
2022-09-15 18:53:18 +00:00
|
|
|
border-top: @border-base;
|
|
|
|
padding: 0.75em 0;
|
2023-10-02 18:15:06 +00:00
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
color: @color-base;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0.5em 0;
|
|
|
|
font-size: @font-size-footer;
|
|
|
|
}
|
2022-09-15 18:53:18 +00:00
|
|
|
}
|
|
|
|
|
2023-10-02 18:15:06 +00:00
|
|
|
#footer-icons {
|
|
|
|
float: right;
|
|
|
|
|
|
|
|
li {
|
|
|
|
float: left;
|
|
|
|
margin-left: 0.5em;
|
|
|
|
line-height: @line-height-footer-buttons;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer-info {
|
|
|
|
li {
|
|
|
|
line-height: @line-height-footer-info;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer-places {
|
|
|
|
li {
|
|
|
|
float: left;
|
|
|
|
margin-right: 1em;
|
|
|
|
line-height: @line-height-footer-buttons;
|
|
|
|
}
|
2022-08-22 20:23:14 +00:00
|
|
|
}
|