home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Internet / QuiteRSS / QuiteRSS-Portable.exe / QuiteRSS-Portable / style / news.css < prev    next >
Cascading Style Sheet File  |  2014-09-06  |  2KB  |  124 lines

  1. /* News Style */
  2.  
  3. /*Do not delete!*/
  4. /* %1 - newsTextFontFamily */
  5. /* %2 - newsTextFontSize */
  6. /* %3 - newsTitleFontFamily */
  7. /* %4 - newsTitleFontSize */
  8. /* %5 - 0 */
  9. /* %6 - color separator */
  10. /* %7 - news background */
  11. /* %8 - title background */
  12. /* %9 - link color */
  13. /* %10 - title color */
  14. /* %11 - date color */
  15. /* %12 - author color */
  16. /* %13 - text color */
  17. /* %14 - text-align */
  18. /* %15 - direction: ltr or rtl */
  19. /* %16 - "date" text-align */
  20.  
  21. body {
  22.   overflow: auto;
  23.   margin: 0;
  24.   font-family: %1;
  25.   font-size: %2pt;
  26.   background: %7;
  27. }
  28.  
  29. td {
  30.   font-family: %1;
  31.   font-size: %2pt;
  32. }
  33.  
  34. img:not(.quiterss-img) {
  35.   display: block;
  36.   max-width: 100%;
  37. }
  38.  
  39. div {
  40.   display: block;
  41. }
  42.  
  43. a {
  44.   color: %9;
  45.   text-decoration: none;
  46. }
  47.  
  48. .read-action {
  49.   float: %14;
  50.   width: 16px;
  51.   margin-%16: 5px;
  52. }
  53.  
  54. .star-action, .labels-menu, .share-menu, .open-browser {
  55.   float: %14;
  56.   margin-%16: 10px;
  57. }
  58.  
  59. .delete-action {
  60.   float: %16;
  61. }
  62.  
  63. .title {
  64.   color: %10;
  65.   font-family: %3;
  66.   font-size: %4pt;
  67.   text-align: %14;
  68.   direction: %15;
  69.   vertical-align: top;
  70. }
  71. .title a.unread {
  72.   font-weight: bold;
  73. }
  74.  
  75. .title a.read {
  76.   font-weight: normal;
  77. }
  78.  
  79. .date {
  80.   color: %11;
  81.   text-align: %16;
  82.   vertical-align: top;
  83.   white-space: nowrap;
  84. }
  85.  
  86. .author {
  87.   color: %12;
  88.   text-align: %14;
  89.   direction: %15;
  90.   vertical-align: top;
  91. }
  92.  
  93. a.enclosure {
  94.   color: %12;
  95. }
  96. .enclosureImg {
  97.   max-width: 100%;
  98. }
  99.  
  100. .labels td {
  101.   color: %12;
  102.   text-align: %14;
  103.   direction: %15;
  104.   vertical-align: top;
  105. }
  106.  
  107. .titleTable {
  108.   background: %8;
  109.   border-top: 0px solid %6;
  110.   border-bottom: 0px solid %6;
  111.   text-align: %14;
  112.   width: 100%;
  113.   padding: 5px;
  114. }
  115.  
  116. .newsTable {
  117.   border-top: 1px solid %6;
  118.   text-align: %14;
  119.   direction: %15;
  120.   width: 100%;
  121.   padding: 5px;
  122.   color: %13;
  123. }
  124.