MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 326: Line 326:
}
}


/* SocialProfile tweaks */
/** User welcome **/
.mp-welcome-logged-in {
width: 260px;
margin-top: -13px;
}
.mp-welcome-image {
width: 74px;
margin-bottom: -5px;
}
.mp-welcome-points {
width: 170px;
padding-left: 5px;
}
 
/* SocialProfile */
.ns-2 .pagetitle, .ns-200 .pagetitle, .ns-202 .pagetitle, .mw-special-UpdateProfile .pagetitle, .mw-special-UploadAvatar .pagetitle,
.ns-2 .pagetitle, .ns-200 .pagetitle, .ns-202 .pagetitle, .mw-special-UpdateProfile .pagetitle, .mw-special-UploadAvatar .pagetitle,
.ns-2 .subtitle, .ns-200 .subtitle, .ns-202 .subtitle, .mw-special-UpdateProfile .subtitle, .mw-special-UploadAvatar .subtitle,
.ns-2 .subtitle, .ns-200 .subtitle, .ns-202 .subtitle, .mw-special-UpdateProfile .subtitle, .mw-special-UploadAvatar .subtitle,
Line 400: Line 414:
.user-board-message {
.user-board-message {
border: 1px solid #C9D6E0;
border: 1px solid #C9D6E0;
}
/** User welcome **/
.mp-welcome-logged-in {
width: 260px;
margin-top: -13px;
}
.mp-welcome-image {
width: 74px;
margin-bottom: -5px;
}
.mp-welcome-points {
width: 170px;
padding-left: 5px;
}
}