Displays a shorter version of the language list with the languages that are more relevant to you. More info at https://www.mediawiki.org/wiki/Universal_Language_Selector/Design/Interlanguage_links Due to a problem with duplicate patchsets we had to create a new one. The history and info on code and security revisions is available at https://gerrit.wikimedia.org/r/#/c/104793/ Change-Id: I109bfb10f6181b6408aab170db5e8ca32493d657
38 lines
622 B
CSS
38 lines
622 B
CSS
#more-lang-label {
|
|
color: #8b8989;
|
|
font-size: 12px;
|
|
display: block;
|
|
}
|
|
|
|
#p-lang-list .uls-trigger {
|
|
background-image: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.mw-interlanguage-selector {
|
|
cursor: pointer;
|
|
margin: 2px 0;
|
|
padding: 0 8px;
|
|
}
|
|
|
|
.interlanguage-uls-menu:after,
|
|
.interlanguage-uls-menu:before {
|
|
right: 100%;
|
|
content: " ";
|
|
position: absolute;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.interlanguage-uls-menu:after {
|
|
border-color: transparent;
|
|
border-right-color: #FCFCFC;
|
|
border-width: 20px;
|
|
top: 250px;
|
|
}
|
|
|
|
.interlanguage-uls-menu:before {
|
|
border-color: transparent;
|
|
border-right-color: #555555;
|
|
border-width: 20px;
|
|
top: 250px;
|
|
} |