MediaWiki:Refreshed.css: Difference between revisions

From Test Wiki
Content deleted Content added
No edit summary
Undo revision 971 by MacFan4000 (talk)
 
(44 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
padding-top: 1em;
line-height: 0;
}

#pt-notifications-alert li {
display: inline;
margin-left: 0.5em;
line-height: 1;
}
}