Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.57 KB | None | 0 0
  1. /* Infobox template style */
  2. .infobox {
  3.    border: 1px solid #aaaaaa;
  4.    background-color: #f9f9f9;
  5.    color: black;
  6.    margin-bottom: 0.5em;
  7.    margin-left: 1em;
  8.    padding: 0.2em;
  9.    float: right;
  10.    clear: right;
  11. }
  12. .infobox td,
  13. .infobox th {
  14.    vertical-align: top;
  15. }
  16. .infobox caption {
  17.    font-size: larger;
  18.    margin-left: inherit;
  19. }
  20. .infobox.bordered {
  21.    border-collapse: collapse;
  22. }
  23. .infobox.bordered td,
  24. .infobox.bordered th {
  25.    border: 1px solid #aaaaaa;
  26. }
  27. .infobox.bordered .borderless td,
  28. .infobox.bordered .borderless th {
  29.    border: 0;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement