Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
.mw-pt-languages {
padding: 10px;
padding-top: 1em;
border: 1px solid #333333;
margin-top: 2em;
margin-bottom: 2em;
clear: both;
color: #d5d4d4;
line-height: 1.8em;
display: flex;
}
.mw-pt-languages-label {
padding-right: 10px;
}
h3{
margin-top: 10px;
}
.inverted{
filter: invert(1);
}
.rail-module__list {
grid-gap: 12px;
display: grid;
grid-template-columns: auto;
line-height: 1.5;
}
.popular-pages__item {
grid-column-gap: 12px;
align-items: center;
display: grid;
grid-template-columns: 55px 1fr;
}
.popular-pages__image {
-webkit-box-align: center;
align-items: center;
background: var(--theme-border-color);
border: 1px solid var(--theme-border-color);
border-radius: 3px;
display: grid;
height: 55px;
justify-items: center;
min-width: 55px;
width: 55px;
}
#SliderView {
background: transparent;
width: 100%;
height: auto;
position: relative;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
text-align: center;
}