You are here

bbcode-test.css in Bbcode 7

/* Test CSS file to show what CSS attributes can be changed.
 *
 * This CSS file is not automatically included in your HTML, you
 * need to copy the required properties to your site's CSS file.
 */

.bb-code {
  width: 100%;
  border: 1px solid #bfd0d9;
  border-left: 4px solid #bfd0d9; 666699;
}
.bb-code-block {}
.bb-list {}
.bb-url {}
.bb-email {}
.bb-image {
  max-width: 100%;
  width: expression(this.width > 500 ? "500px" : this.width);
}
.bb-quote {}
.bb-table {
  border: 1px solid #660000;
}
.bb-hr {}
.bb-br {}

File

bbcode-test.css
View source
  1. /* Test CSS file to show what CSS attributes can be changed.
  2. *
  3. * This CSS file is not automatically included in your HTML, you
  4. * need to copy the required properties to your site's CSS file.
  5. */
  6. .bb-code {
  7. width: 100%;
  8. border: 1px solid #bfd0d9;
  9. border-left: 4px solid #bfd0d9; 666699;
  10. }
  11. .bb-code-block {}
  12. .bb-list {}
  13. .bb-url {}
  14. .bb-email {}
  15. .bb-image {
  16. max-width: 100%;
  17. width: expression(this.width > 500 ? "500px" : this.width);
  18. }
  19. .bb-quote {}
  20. .bb-table {
  21. border: 1px solid #660000;
  22. }
  23. .bb-hr {}
  24. .bb-br {}