home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / Gadgets.7z / Gadgets / FeedReader.gadget / styles / gadget.css next >
Cascading Style Sheet File  |  2011-10-09  |  3KB  |  154 lines

  1.  
  2. body {
  3.     margin: 0;
  4.     left: 0;
  5.     top: 0;
  6.     right: 0;
  7.     bottom: 0;
  8.     width: 132px;
  9.     height: 209px;    
  10.     font-family: Arial, Helvetica, sans-serif;
  11.     font-size: 11px;
  12.     background-repeat: no-repeat;
  13. }
  14.  
  15. img, object { display:none; visibility:hidden; }
  16.  
  17. p { 
  18.     margin:0; 
  19.     padding:0;
  20.     overflow: hidden;
  21.     white-space: nowrap; 
  22.     float: left;
  23. }
  24.  
  25. #titleLink {
  26.     margin-top:10px;
  27.     margin-bottom: 7px;
  28.     font-family: Arial, Helvetica, sans-serif;
  29.     font-size: 11px;
  30.     font-weight: bold;
  31.     text-decoration: none;
  32.     overflow: hidden;
  33.     white-space: nowrap;
  34.     text-align: center;
  35.     float:left;
  36. }
  37.  
  38. .feedNavigation {
  39.     margin-left: 10px;
  40.     margin-top: 7px;
  41.     margin-right:10px;
  42.     font-family: Arial, Helvetica, sans-serif;
  43.     font-size: 14px;
  44.     font-weight: bold;
  45.     text-decoration: none;
  46.     filter: alpha(opacity=50);
  47.     float:left;
  48. }
  49.  
  50. .feedNavigation:hover { filter:alpha(opacity=100); }
  51.  
  52. .feedItemDocked {
  53.     margin: 0;
  54.     margin-top: 5px;
  55.     margin-left: 10px;
  56.     height: 30px;
  57.     width: 110px;
  58.     overflow: hidden;
  59.     white-space: nowrap;
  60.     clear: both;
  61.     display: block;
  62. }
  63.  
  64. .feedItemUndocked {
  65.     margin: 0;
  66.     margin-top: 5px;
  67.     margin-left: 10px;
  68.     height: 30px;
  69.     width: 345px;
  70.     overflow: hidden;
  71.     white-space: nowrap;
  72.     clear: both;
  73.     display: block;
  74. }
  75.  
  76. .feedItemDocked a, 
  77. .feedItemDocked a:visited, 
  78. .feedItemDocked a:link,
  79. .feedItemUndocked a,
  80. .feedItemUndocked a:visited,
  81. .feedItemUndocked a:link
  82. {
  83.     font-weight: bold;
  84.     text-decoration: none;
  85. }
  86.  
  87. .feedItemUndocked a:hover, 
  88. .feedItemDocked a:hover
  89. {
  90.     text-decoration: underline;
  91. }
  92.  
  93. #navigation {
  94.     margin-top: 11px;
  95.     margin-left: 8px;
  96. }
  97.  
  98. #leftarrow {
  99.     display: block;
  100.     font-size: 1px;
  101.     background-repeat: no-repeat;
  102.     background-position: 0 0;
  103.     width: 16px;
  104.     height: 16px;
  105.     float: left;
  106. }
  107.  
  108. #leftarrow:hover { 
  109.     background-position: 0 100%;
  110. }
  111.  
  112. #position {
  113.     margin-left: 5px;
  114.     width: 70px;
  115.     text-align: center;
  116.     overflow: hidden;
  117.     white-space: nowrap;
  118.     float: left;
  119.     color: #FFFFFF;
  120. }
  121.  
  122. #rightarrow {
  123.     margin-left: 6px;
  124.     display: block;
  125.     font-size: 1px;
  126.     background-repeat: no-repeat;
  127.     background-position: 0 0;
  128.     width: 16px;
  129.     height: 16px;
  130.     float: left;
  131. }
  132.  
  133. #rightarrow:hover { 
  134.     background-position: 0 100%;
  135. }
  136.  
  137. #message {
  138.     /* background properties are set using javascript */
  139.     background-position: 50% 0%;
  140.     background-repeat: no-repeat;
  141.     position: absolute;
  142.     width: 120px;
  143.     height: 142px;
  144.     top: 33px;
  145.     left: 5px;
  146.     z-index: 10;
  147. }
  148.  
  149. #message p {
  150.     text-align: center;
  151.     width: 100%;
  152.     margin-top: 67px;
  153. }
  154.