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:' | content:'Try Out '; | ||
font-weight:normal; | font-weight:normal; | ||
opacity:0.85; | opacity:0.85; | ||
} | } | ||
#n-HighLite a::after { | #n-HighLite a::after { | ||
content:' | content:''; | ||
background:url(https:// | background:url(https://highspell.wiki/w/images/e/e8/HighLite-Logo-Transparent.png) no-repeat; | ||
background-size: | 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: | top: -1px; | ||
left: | left: 3px; | ||
width: | width: 25px; | ||
height: | height: 25px; | ||
} | } | ||
#n-HighLite a:hover { | #n-HighLite a:hover { |