/b2evolution/nonzero/rsc/css/red.css

http://laibcomsthemes.googlecode.com/ · CSS · 79 lines · 50 code · 16 blank · 13 comment · 0 complexity · e9c0d7e63d485b485ba86dca7fc07342 MD5 · raw file

  1. @charset "UTF-8";
  2. /*
  3. Nonzero1.0 by nodethirtythree design
  4. http://www.nodethirtythree.com
  5. missing in a maze
  6. */
  7. /* Basic Stuff */
  8. h3 a, h4 a, h5 a, h6 a,
  9. h3,h4,h5,h6
  10. {
  11. color: #66000F;
  12. }
  13. a
  14. {
  15. color: #D90000;
  16. }
  17. /* Header */
  18. #header
  19. {
  20. background: #440000 url('../img/red/n1.gif') repeat-x;
  21. }
  22. /* Logo */
  23. #logo h2 a,
  24. #logo .widget_core_coll_tagline,
  25. #logo .widget_core_coll_tagline a,
  26. #logo h2
  27. {
  28. color: #E5CCD0;
  29. }
  30. /* Menu */
  31. #menu li a
  32. {
  33. background: #fff url('../img/red/n4.gif') repeat-x;
  34. }
  35. #menu li a.active
  36. {
  37. background: #CA2F2F url('../img/red/n3.gif') repeat-x;
  38. border: solid 1px #A94B4B;
  39. }
  40. /* Main */
  41. #main
  42. {
  43. background: #fff url('../img/red/n2.gif') 0px 1px repeat-x;
  44. }
  45. #main_inner .featurepost ul.post_info li.date,
  46. #main_inner .post ul.post_info li.date
  47. {
  48. background-image: url('../img/red/n5.gif');
  49. }
  50. #main_inner .featurepost ul.post_info li.comments,
  51. #main_inner .post ul.post_info li.comments
  52. {
  53. background-image: url('../img/red/n6.gif');
  54. }
  55. /* Search */
  56. .widget_core_coll_search_form input.submit,
  57. input.button
  58. {
  59. background: #CA2F2F url('../img/red/n3.gif') repeat-x;
  60. border: solid 1px #A94B4B;
  61. }