MediaWiki:Refreshed.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
#header-wrapper {
background-color: #103ca2;
background-image: -webkit-gradient(linear,0% 0%,100% 0%,color-stop(0,#F49B00),color-stop(50%,#FFCF0B),color-stop(100%,#F49B00));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F49B00',endColorstr='#FFCF0B',GradientType=1);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#F49B00,EndColorStr=#FFCF0B)";
background-image: -webkit-gradient(linear,right top,left top,color-stop(0,#F49B00),color-stop(50%,#FFCF0B),to(#F49B00));
background-image: -webkit-linear-gradient(right,#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;
}