MediaWiki:Refreshed.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
MacFan4000 (talk | contribs) No edit summary |
MacFan4000 (talk | contribs) Undo revision 690 by MacFan4000 (talk) |
||
Line 11: | Line 11: | ||
#pt-notifications-alert { |
#pt-notifications-alert { |
||
float: right |
float: right |
||
padding-top: 1em; |
|||
line-height: 0; |
|||
} |
|||
#pt-notifications-alert li { |
|||
display: inline; |
|||
margin-left: 0.5em; |
|||
line-height: 1; |
|||
} |
} |
Revision as of 14:03, 15 May 2017
#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
}