home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / komunikace / maxthon / mx_2.0.7.1245.exe / template / FeedView / feed.css next >
Cascading Style Sheet File  |  2007-09-18  |  958b  |  68 lines

  1. .contentWrapper{
  2.     min-width: 610px;
  3.     width: auto;
  4.     margin: 0px 20px;
  5. }
  6.  
  7. .content{
  8.     margin-right: -260px;
  9. }
  10. .innerContent{
  11.     margin-right: 265px;
  12. }
  13. .sidebar{
  14.     width: 260px;
  15. }
  16.  
  17. .sidebarBlock{
  18.     background: #FCFCFC;
  19.     margin: 10px 0px 0px 10px;
  20.     border: 1px solid #E4E2DA;
  21. }
  22.  
  23. .sidebarBlock a{
  24.     color: #4F7500 !important;
  25. }
  26.  
  27. .feed-note{
  28.     padding: 5px 10px;
  29.     margin: 10px 0px 25px -10px;
  30.     border: 1px solid #FFD58C;
  31.     background: #FFF7E8;
  32. }
  33. .feed-note h3{
  34.     margin: 0px;
  35.     border: none;
  36. }
  37. .feed-note h3 a{
  38.     color: #BD4B00;
  39.     text-decoration: none;
  40. }
  41. .feed-type{
  42.     color: #999999;
  43.     font-weight: normal;
  44.     font-size: 65%;
  45. }
  46.  
  47. h4 {
  48.     color: #666666;
  49.     border-bottom: 1px dashed #CCCCCC;
  50. }
  51. h4 a:link,
  52. h4 a:active,
  53. h4 a:visited{
  54.     text-decoration: none;
  55. }
  56. .go-top{
  57.     float: right;
  58.     color: #999999;
  59.     font-weight: normal;
  60.     text-decoration: none;
  61. }
  62.  
  63. .label {
  64.     color: #666666;
  65. }
  66. blockquote{
  67.     background-color:#FEFEFE;
  68. }