1
0
This repository has been archived on 2025-06-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LuckyCoinkydink/htmlarea/plugins/LangMarks/lang-marks.css

15 lines
292 B
CSS
Executable File

span.haslang {
border-bottom: 1px dashed #aaa;
white-space : nowrap;
}
span[lang]::after {
content: attr(lang);
text-transform: uppercase;
font-family: sans-serif;
color: white;
background: red;
border: 1px solid red;
font-size: x-small;
font-weight: normal;
vertical-align: top;
}