home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Internet / QuiteRSS / QuiteRSS-Portable.exe / QuiteRSS-Portable / style / Rstyle_v1.2.css < prev    next >
Cascading Style Sheet File  |  2014-12-11  |  3KB  |  146 lines

  1. /****************************/
  2. /* Rstyle_v1.2 for QuiteRSS */
  3. /* rrrrrrrrush@gmail.com    */
  4. /****************************/
  5.  
  6. /*Do not delete!*/
  7. /* %1 - newsTextFontFamily */
  8. /* %2 - newsTextFontSize */
  9. /* %3 - newsTitleFontFamily */
  10. /* %4 - newsTitleFontSize */
  11. /* %5 - 0 */
  12. /* %6 - color separator */
  13. /* %7 - news background */
  14. /* %8 - title background */
  15. /* %9 - link color */
  16. /* %10 - title color */
  17. /* %11 - date color */
  18. /* %12 - author color */
  19. /* %13 - text color */
  20. /* %14 - text-align */
  21. /* %15 - direction: ltr or rtl */
  22. /* %16 - "date" text-align */
  23.  
  24. html, body {
  25.   height: 100%;
  26.   margin: 0;
  27. }
  28. html {
  29.   display: table;
  30.   text-align:center;
  31.   margin: auto;
  32.   background-color:#E0E0E0;
  33. }
  34. body {
  35.   width: 700px;
  36.   display: block;
  37.   background-color:#DBDBDB1;
  38.   color: #363636;
  39.   font-family: %1; font-size: %2pt; 
  40. }
  41.  
  42. img:not(.quiterss-img) {
  43.   display: block;  
  44.   max-width: 670px;
  45.   margin-left: auto;   
  46.   margin-right: auto;
  47.   border:10px solid #fff;1
  48.   -webkit-box-shadow: 0 7px 5px -5px #CCC;
  49.   -moz-box-shadow: 0 7px 5px -5px #CCC;
  50.   box-shadow: 0 7px 5px -5px #CCC;
  51. }
  52.  
  53. td {
  54.   font-family: %1; font-size: %2pt;
  55.   padding-top: 10px;
  56.   color: #363636;
  57. }
  58.  
  59. a:link {text-decoration: none; color: #0066CC;}
  60. a:active {text-decoration: none; color: #0066CC;}
  61. a:visited {text-decoration: none; color: #0066CC;}
  62. a:hover {text-decoration: none; color: #0066CC;}
  63.  
  64. .read-action {
  65.   float: %14;
  66.   width: 16px;
  67.   margin-%16: 5px;
  68. }
  69.  
  70. .star-action, .labels-menu, .share-menu, .open-browser {
  71.   float: %14;
  72.   margin-%16: 10px;
  73. }
  74.  
  75. .delete-action {
  76.   float: %16;
  77. }
  78.  
  79. .title {
  80.   color: #0C60B1; 
  81.   font-family: %3; font-size: %4pt;
  82.   text-align: %14;
  83.   direction: %15;
  84.   vertical-align: top;
  85. }
  86. .title a:link {color: #0C60B1; text-decoration: none;}
  87. .title a:active {color: #0C60B1; text-decoration: none;}
  88. .title a:visited {color: #0C60B1; text-decoration: none;}
  89. .title a:hover {color: #0C60B1; text-decoration: none;}
  90. .title a.unread {color: #0C60B1; font-weight: bold; text-decoration: none;}
  91.  
  92. .date {
  93.   color: #949494;
  94.   text-align: %16;
  95.   vertical-align: top;
  96.   white-space: nowrap;
  97. }
  98.  
  99. .author {
  100.   color: #949494;
  101.   text-align: %14;
  102.   direction: %15;
  103.   vertical-align: top;
  104.   text-decoration: underline;
  105. }
  106. .author a:link {color: #949494; text-decoration: none;}
  107. .author a:active {color: #949494; text-decoration: none;}
  108. .author a:visited {color: #949494; text-decoration: none;}
  109. .author a:hover {color: #949494; text-decoration: none;}
  110.  
  111. .labels td {
  112.   color: #949494;
  113.   text-align: %14;
  114.   direction: %15;
  115.   vertical-align: top;
  116. }
  117.  
  118. .titleTable {
  119.   text-align: left;
  120.   width: 100%;
  121.   position: relative;
  122.   margin-top: 10px;
  123.   padding: 5px;
  124.   background-color:#3D3D3D;
  125.   -webkit-border-top-left-radius: 5x;
  126.   -webkit-border-top-right-radius: 5px;
  127.   -moz-border-top-left-radius: 5px;
  128.   -moz-border-top-right-radius: 5px;
  129.   border-top-left-radius: 5px;
  130.   border-top-right-radius: 5px;
  131. }
  132.  
  133. .newsTable {
  134.   background-color:#F5F5F5;
  135.   width: 100%;
  136.   padding: 5px;
  137.   text-align: %14;
  138.   direction: %15;
  139.   -webkit-border-bottom-left-radius: 5x;
  140.   -webkit-border-bottom-right-radius: 5px;
  141.   -moz-border-bottom-left-radius: 5px;
  142.   -moz-border-bottom-right-radius: 5px;
  143.   border-bottom-left-radius: 5px;
  144.   border-bottom-right-radius: 5px;
  145. }
  146.