/b2evolution/corporatemag/rsc/css/widgets.css

http://laibcomsthemes.googlecode.com/ · CSS · 100 lines · 70 code · 21 blank · 9 comment · 0 complexity · f9afb0d9abc6cf8e6c8a90e2825bb922 MD5 · raw file

  1. /* search widget*/
  2. #sidebar #search {
  3. height:44px;
  4. padding:0;
  5. }
  6. #searchform {
  7. padding:6px 6px 0;
  8. background: transparent url('../img/widget-search-bg.jpg') no-repeat 0 0;
  9. width:308px;
  10. height:38px;
  11. }
  12. #searchform div {
  13. position:relative;
  14. }
  15. #s, #searchsubmit {
  16. border:none;
  17. background-color:transparent;
  18. position:absolute;
  19. display: block;
  20. font:normal 12px Tahoma, Verdana;
  21. color:#DCD9CB;
  22. }
  23. #s {
  24. left:5px;
  25. top:8px;
  26. width:225px;
  27. color:#A5A5A5;
  28. }
  29. #searchsubmit {
  30. height:32px;
  31. right:0;
  32. top:0;
  33. width:68px;
  34. color:#FFFFFF;
  35. text-indent:-999px;
  36. padding:0;
  37. cursor:pointer;
  38. }
  39. /* ads widget */
  40. #sidebar #ads-widget {
  41. background:none;
  42. text-align:center;
  43. border:none;
  44. padding:0;
  45. }
  46. .img-adv {
  47. margin:0 22px 22px 0;
  48. }
  49. .img-adv.right{ margin-right:0; }
  50. .img-adv.bottom{ margin-bottom:0; }
  51. .img-adv.last{ margin:0; }
  52. /* callendar widget */
  53. #wp-calendar {
  54. empty-cells: show;
  55. width:100%;
  56. }
  57. /*
  58. #wp-calendar a { color:#CFA03A !important; }
  59. #wp-calendar a:hover { color:#956B58 !important; }
  60. */
  61. #wp-calendar th, #wp-calendar td { text-align:center; }
  62. #wp-calendar th { font-weight:bold; }
  63. #wp-calendar #today {
  64. border:1px solid #D8E4F0;
  65. background-color:#B0C6E0;
  66. }
  67. #wp-calendar #next { text-align:right !important; }
  68. #wp-calendar #prev { text-align:left !important; }
  69. /* bottom sidebar */
  70. #sidebar #bottom-sidebar .widget {
  71. border:0 none;
  72. padding:0;
  73. }
  74. .small-sidebar {
  75. width:176px;
  76. }
  77. #sidebar-left { float:left; }
  78. #sidebar-right { float:right; }