Add Xinha editor
[booki.git] / site_media / xinha / plugins / LangMarks / lang-marks.css
blobb616f1f20b1c0bdd18b6ee436d70664a11111425
1 span.haslang {
2 border-bottom: 1px dashed #aaa;
3 white-space : nowrap;
5 span[lang]::after {
6 content: attr(lang);
7 text-transform: uppercase;
8 font-family: sans-serif;
9 color: white;
10 background: red;
11 border: 1px solid red;
12 font-size: x-small;
13 font-weight: normal;
14 vertical-align: top;