/b2evolution/firebug/rsc/css/item.css

http://laibcomsthemes.googlecode.com/ · CSS · 46 lines · 25 code · 4 blank · 17 comment · 0 complexity · bb4959e6f3c9e3a9cd5795fbbef18ca8 MD5 · raw file

  1. @charset "UTF-8";
  2. /**
  3. * These are the styles that are used INSIDE of a blog item/post.
  4. *
  5. * The skin should include this into its design,
  6. * but this should ALSO be included in the backoffice when viewing/editing posts.
  7. */
  8. /* -------------------------------- b2evolution Stylesheet Imports --------------------------------- */
  9. @import url("../../../../rsc/css/item_base.css"); /* Import default blog elements styles */
  10. /* -------------------------------- b2evolution Stylesheet Imports --------------------------------- */
  11. /*
  12. Theme Name: firebug
  13. Theme URI: http://www.blogohblog.com
  14. Description: The "Firebug" WordPress theme has been built by <a href="http://www.blogohblog.com" title="Free WordPress Themes">Blog Oh! Blog</a> and comes under a Creative Commons License. This is a free theme and can be obtained by going to :- <a href="http://www.blogohblog.com/wordpress-theme-firebug" title="Free WordPress Themes">Firebug Theme</a>
  15. Version: 1.0
  16. Author: Jai Nischal Verma
  17. Author URI: http://www.blogohblog.com
  18. */
  19. /*+++++++ MISC +++++++*/
  20. acronym, abbr, span.caps { cursor: help; }
  21. acronym, abbr { border-bottom: 1px dashed #999; }
  22. blockquote { margin: 15px 30px 15px 10px; padding-left: 20px; border: 0; border-left: 1px solid #ddd; background-color: transparent; }
  23. blockquote cite { margin: 5px 0 0; display: block; }
  24. .center { text-align: center; }
  25. a img { border: none; }
  26. pre {border: solid 1px #9a9a9a;color: blue;margin: 10px;padding:10px;background: #f3f2ed}
  27. code {font-size:1.0em; color: #888; }
  28. .clear { clear:both; }
  29. .space { clear:both; height:20px; width:580px;}
  30. img { border:none; }
  31. img.centered { display: block; margin-left: auto; margin-right: auto; }
  32. img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
  33. img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
  34. .alignright { float: right; }
  35. .alignleft { float: left }
  36. html>body #content ul { padding: 0 0 0 30px; padding-left: 10px; }
  37. html>body #content li { margin: 7px 0 8px 10px; }
  38. #content ul li:before { content: "\00BB \0020"; }
  39. #content ol { padding:0; margin:0;}
  40. del {
  41. text-decoration: line-through;
  42. }