You are here

tag-form.css in Extensible BBCode 8.3

Same filename and directory in other branches
  1. 4.0.x assets/tag-form.css
pre.template {
  counter-reset: line;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.45);
  line-height: 0;
  padding: 0.5em;
}
pre.template span {
  display: block;
  line-height: 1.5em;
}
pre.template span:before {
  counter-increment: line;
  content: counter(line);
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 0.5em;
  margin-right: 0.5em;
}
pre.template span.line-error {
  font-weight: bold;
  color: red;
}

/*# sourceMappingURL=tag-form.css.map */

File

assets/tag-form.css
View source
  1. pre.template {
  2. counter-reset: line;
  3. box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.45);
  4. line-height: 0;
  5. padding: 0.5em;
  6. }
  7. pre.template span {
  8. display: block;
  9. line-height: 1.5em;
  10. }
  11. pre.template span:before {
  12. counter-increment: line;
  13. content: counter(line);
  14. display: inline-block;
  15. border-right: 1px solid #ddd;
  16. padding: 0 0.5em;
  17. margin-right: 0.5em;
  18. }
  19. pre.template span.line-error {
  20. font-weight: bold;
  21. color: red;
  22. }
  23. /*# sourceMappingURL=tag-form.css.map */