MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 337: Line 337:
}
}
#n-HighLite a::before {
#n-HighLite a::before {
   content:'Download ';
   content:'Try Out ';
   font-weight:normal;
   font-weight:normal;
   opacity:0.85;
   opacity:0.85;
}
}
#n-HighLite a::after {
#n-HighLite a::after {
   content:' Client';
   content:'';
   background:url(https://highlite.fanet.dev/assets/logo-Da2Oi0Av.png) no-repeat;
   background:url(https://highspell.wiki/w/images/e/e8/HighLite-Logo-Transparent.png) no-repeat;
   background-size:17px 13px;
   background-size: 26px;
   filter:drop-shadow(0 1px 1px rgba(0,0,0,0.1));
   filter: drop-shadow(0 1px 1px rgba(0,0,0,0.1));
   position:absolute;
   position: absolute;
   top:5px;
   top: -1px;
   left:7px;
   left: 3px;
   width:17px;
   width: 25px;
   height:13px;
   height: 25px;
}
}
#n-HighLite a:hover {
#n-HighLite a:hover {