mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-05 14:22:56 +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
42 lines
874 B
Plaintext
42 lines
874 B
Plaintext
/* Personal */
|
|
#p-personal {
|
|
position: absolute;
|
|
top: 0.33em;
|
|
right: 0.75em;
|
|
/* Display on top of page tabs - bugs 37158, 48078 */
|
|
z-index: 100;
|
|
|
|
h3 {
|
|
display: none;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
list-style-image: none;
|
|
margin: 0;
|
|
padding-left: 10em; /* Keep from overlapping logo */
|
|
}
|
|
|
|
li {
|
|
line-height: 1.125em;
|
|
/* @noflip */
|
|
float: left;
|
|
margin-left: 0.75em;
|
|
margin-top: 0.5em;
|
|
font-size: @menu-personal-font-size;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
/* Icon for Usernames */
|
|
#pt-userpage,
|
|
#pt-anonuserpage,
|
|
#pt-login {
|
|
background-position: left top;
|
|
background-repeat: no-repeat;
|
|
/* SVG support using a transparent gradient to guarantee cross-browser
|
|
* compatibility (browsers able to understand gradient syntax support also SVG) */
|
|
.background-image-svg('images/user-icon.svg', 'images/user-icon.png');
|
|
padding-left: 15px !important;
|
|
}
|