home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / RSSFeeds.css_2 < prev    next >
Text (UTF-16)  |  2012-05-19  |  3KB  |  97 lines

  1. /*
  2. //---------------------------------------------
  3. //  THIS CODE IS NOT APPROVED FOR USE IN/ON ANY OTHER UI ELEMENT OR PRODUCT COMPONENT.  
  4. //  Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
  5. // ----------------------------------------------
  6. */
  7.  
  8. body
  9. {
  10.     margin:0px;
  11.     padding:0px;
  12.     color: #000;
  13.     background-color:#cccccc;
  14.     font-family: Calibri, Tahoma, sans-serif;
  15.     background-repeat:no-repeat;
  16. }
  17. a#FeedTitleLink
  18. {
  19.     color:#ffffff;
  20.     text-decoration: none;
  21. }
  22. a#FeedTitleLink:hover
  23. {    
  24.     text-decoration: underline;
  25. }
  26. a
  27. {
  28.     color: #ffffff;
  29.     text-decoration: none;
  30. }
  31. div#FeedTitle
  32. {
  33.     position:absolute;
  34.     overflow:hidden;
  35. }
  36. div#FeedItemHldr
  37. {
  38.     position:absolute;
  39. }
  40. div#navHolder
  41. {
  42.     position:absolute; 
  43.     visibility:hidden;
  44. }   
  45. span#countStyle
  46. {
  47.     color:#333333;
  48. }
  49. span#readAll
  50. {
  51.     width:100%;
  52.     text-align:center;
  53. }
  54. div#errorTextHldr
  55. {
  56.     position:absolute;
  57.     left:3%;
  58.     width:95%;
  59.     font-family: Calibri, Tahoma, sans-serif;
  60.     font-size:12px;
  61.     color:#ffffff; 
  62. }
  63. a.textView:hover
  64. {
  65.   color:#6DD6C6;
  66. }
  67. a.textLoad:hover
  68. {
  69.   color:#ffffff;
  70. }
  71. a#errorLink
  72. {
  73.     text-decoration:underline;   
  74. }
  75. a#buttonLeftNarrator
  76. {
  77.     cursor:default;
  78.     top: 2px;
  79.     position: absolute;
  80. }
  81. a#buttonRightNarrator
  82. {
  83.     cursor:default;
  84.     top: 2px;
  85.     position: absolute;
  86. }
  87.  
  88. a.readItem
  89. {
  90.     font-weight: 400;
  91.  
  92. a.unreadItem
  93. {
  94.     font-weight: 700;
  95. }
  96.