This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/bbcode/style.css
2024-06-21 18:24:38 +01:00

11 lines
188 B
CSS

.bbcode BLOCKQUOTE {
border: 1px solid black;
padding: 8px;
background: #DDD;
}
.bbcode .anchor A.alink {
visibility: hidden;
}
.bbcode .anchor:hover A.alink {
visibility: visible;
}