Guest

Ignasi

By: a guest on Dec 1st, 2007  |  syntax: HTML  |  size: 1.51 KB  |  hits: 67  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. .sidebarX .widget {
  2.   margin:.5em 13px 1.25em;
  3.   padding:0 0px;
  4.  }
  5.  
  6. .widget-content {
  7.   margin-top: 0.5em;
  8.  }
  9.  
  10. #sidebarbottom-wrapX {
  11.   background: $bottomSidebarBgColor url("http://img502.imageshack.us/img502/7693/cornerssidetop2cj8.gif") no-repeat left top;
  12.   margin:0 0 15px;
  13.   padding:10px 0 0;
  14.   color: $bottomSidebarXTextColor;
  15. }
  16.  
  17. #sidebarbottom-wrapX+1 {
  18.   background:url("http://img502.imageshack.us/img502/9990/cornerssidebot2gz9.gif") no-repeat left bottom;
  19.   padding:8px 0px 8px;
  20. }
  21.  
  22. #sidebarX {
  23.  background:url("http://img502.imageshack.us/img502/6652/railsside2qn8.gif") repeat-y;
  24.  }
  25.  
  26. #sidebarX {
  27.   color: $bottomSidebarXTextColor;
  28. }
  29.  
  30. #sidebarX h2 {
  31.   color: $bottomSidebarXTextColor;
  32.   border-bottom: 1px dotted $bottomSidebarXTextColor;
  33.   margin-bottom: 0.5em;
  34. }
  35.  
  36. #sidebarX a {
  37.   color: $bottomSidebarXLinkColor;
  38. }
  39. #sidebarX a:hover,
  40. #sidebarX a:visited {
  41.   color: $bottomSidebarXVisitedLinkColor;
  42. }
  43.  
  44. .sidebarX h2 {
  45.   margin:0;
  46.   padding:0 0 .2em;
  47.   line-height:1.5em;
  48.   font:$headerFont;
  49. }
  50.  
  51. .sidebarX ul {
  52.   list-style:none;
  53.   margin:0 0 1.25em;
  54.   padding:0 0px;
  55. }
  56.  
  57. .sidebarX ul li {
  58.   background:url("http://www.blogblog.com/rounders4/icon_arrow_sm.gif") no-repeat 2px .25em;
  59.   margin:0;
  60.   padding:0 0 3px 16px;
  61.   margin-bottom:3px;
  62.   border-bottom:1px dotted $borderColor;
  63.   line-height:1.4em;
  64.   }
  65. .sidebarX p {
  66.   margin:0 0 .6em;
  67.   }
  68. .sidebarX .widget {
  69.   margin:.5em 13px 1.25em;
  70.   padding:0 0px;
  71.  }
  72.  
  73. .widget-content {
  74.   margin-top: 0.5em;
  75.  }