Advertisement
Guest User

/r/mylittlepony sidebar formatting CSS 4/10/12

a guest
Apr 10th, 2012
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. /* sidebar */
  2. .titlebox strong {
  3.     font-size: medium
  4.     }
  5. .titlebox del {
  6.     color: white
  7.     }
  8. .titlebox em {
  9.     font-size: 9px;
  10.     text-decoration: none;
  11.     font-style: normal
  12.     }
  13. .titlebox strong em {
  14.     font-size: 8px;
  15.     font-style: normal;
  16.     font-weight: normal
  17.     }
  18. .titlebox table {
  19.     display: none;
  20.     clear: both
  21.     }
  22. .side div.usertext-body:hover table {
  23.     display: block;
  24.     clear: both
  25.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement