MediaWiki:Refreshed.css: Difference between revisions

From Test Wiki
Content deleted Content added
Undo revision 729 by MacFan4000 (talk)
Undo revision 971 by MacFan4000 (talk)
 
(18 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;
}
}