/b2evolution/corporatemag/item.css

http://laibcomsthemes.googlecode.com/ · CSS · 42 lines · 26 code · 10 blank · 6 comment · 0 complexity · 4e6870c6e24c034f152a04cf013cb6a0 MD5 · raw file

  1. /**
  2. * These are the styles that are used INSIDE of a blog item/post.
  3. *
  4. * The skin should include this into its design,
  5. * but this should ALSO be included in the backoffice when viewing/editing posts.
  6. */
  7. @import url("../../rsc/css/item_base.css"); /* Import default blog elements styles */
  8. p {
  9. margin-top: 0px;
  10. margin-bottom: 15px;
  11. }
  12. acronym, abbr, span.caps {
  13. cursor: help;
  14. }
  15. acronym, abbr {
  16. border-bottom: 1px dotted #999;
  17. }
  18. * html acronym, abbr {
  19. border-bottom: 1px dashed #999;
  20. }
  21. blockquote {
  22. border: none;
  23. background: none;
  24. border-left:5px solid #330000;
  25. padding-left:5px;
  26. }
  27. .center {
  28. text-align: center;
  29. }
  30. a img, img a {
  31. border: none;
  32. }