This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
wiki_external_filter/assets/stylesheets/wiki_external_filter.css

19 lines
259 B
CSS

.externalfilterinline{
position: relative;
bottom: -0.2em;
}
.externalfilterblock img{
display: block;
}
.externalfilterblock .wiki_page{
font-size: 80%;
border-top: 1px solid #ccc;
color: #aaa;
}
.externalfilterblock .wiki_page a{
color: #999;
}