MediaWiki:Refreshed.css: Difference between revisions

From Test Wiki
Content deleted Content added
No edit summary
Undo revision 971 by MacFan4000 (talk)
 
(40 intermediate revisions by the same user not shown)
Line 7: Line 7:
background-image: -webkit-linear-gradient(right,#F49B00 0,#FFCF0B 50%,#F49B00 100%);
background-image: -webkit-linear-gradient(right,#F49B00 0,#FFCF0B 50%,#F49B00 100%);
background-image: linear-gradient(to left,#F49B00 0,#FFCF0B 50%,#F49B00 100%);
background-image: linear-gradient(to left,#F49B00 0,#FFCF0B 50%,#F49B00 100%);
}

#pt-notifications-alert {
float: right
}

#pt-notifications-notice {
float: right
}

#pt-notifications-personaltools { /* "Notifications" item in the personal tools dropdown */
display: none;
}

.mw-echo-overlay {
position: fixed !important;
z-index: 999999 !important;
width: 20em !important;
top: 3em !important;
left: auto !important;
right: 1em !important;
}

.mw-echo-overlay:before,
.mw-echo-overlay::before {
left: 114px !important; /* centering dropdown arrow on notifications badge */
}

#echo .oo-ui-labelElement-label {
font-size: 1.125em;
}

.mw-echo-ui-notificationBadgeButtonPopupWidget .oo-ui-popupWidget-footer .oo-ui-buttonElement > .oo-ui-buttonElement-button {
line-height: 1.5 !important;
}

.mw-echo-state .mw-echo-content {
font-size: 0.875em;
line-height: 1.5;
}
}