digest.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. body#ttrssDigest {
  2. color : black;
  3. font-family : sans-serif;
  4. font-size : 12px;
  5. margin : 0px;
  6. background : url("images/tile.png");
  7. }
  8. a {
  9. color : #0069D8;
  10. text-decoration : none;
  11. }
  12. a:hover {
  13. color : gray;
  14. }
  15. #header a, #footer a {
  16. color : gray;
  17. }
  18. #header a:hover, #footer a:hover {
  19. color : #0069D8;
  20. }
  21. #header {
  22. font-size : 13px;
  23. font-family : "Segoe UI", Tahoma, sans-serif;
  24. padding : 5px 5px 5px 1.5em;
  25. color : gray;
  26. position : absolute;
  27. top : 0px;
  28. height : 30px;
  29. left : 0px;
  30. right : 0px;
  31. color : #a0a0a0;
  32. }
  33. #header span.title {
  34. font-weight : bold;
  35. font-style : italic;
  36. }
  37. #header div.links {
  38. position : absolute;
  39. right : 1.5em;
  40. }
  41. #search {
  42. float : right;
  43. clear : left;
  44. }
  45. #title {
  46. }
  47. #latest {
  48. padding : 5px;
  49. }
  50. #content {
  51. position : absolute;
  52. left : 0px;
  53. top : 30px;
  54. right : 0px;
  55. bottom : 0px;
  56. -webkit-transition: left 0.2s linear, right 0.2s linear;
  57. -moz-transition: left 0.2s linear, right 0.2s linear;
  58. transition: left 0.2s linear, right 0.2s linear;
  59. }
  60. #article {
  61. position : absolute;
  62. overflow : auto;
  63. right : 0px;
  64. width : 60%;
  65. bottom : 0px;
  66. top : 30px;
  67. background : white;
  68. z-index : -1;
  69. opacity : 0;
  70. -webkit-transition: opacity 0.2s linear;
  71. -moz-transition: opacity 0.2s linear;
  72. transition: opacity 0.2s linear;
  73. }
  74. #article.visible {
  75. opacity : 1;
  76. }
  77. #article #article-content h1 {
  78. margin : 0px 0px 10px 0px;
  79. padding : 0px 0px 5px 0px;
  80. font-family : "Segoe UI", Tahoma, sans-serif;
  81. font-size : 21px;
  82. font-weight : bold;
  83. border-width : 0px 0px 3px 0px;
  84. border-style : solid;
  85. border-color : #e0e0e0;
  86. color : gray;
  87. }
  88. #article #article-content #toolbar {
  89. border-width : 0px 0px 1px 0px;
  90. border-color : #e0e0e0;
  91. border-style : solid;
  92. background : #fafafa;
  93. font-size : 14px;
  94. font-weight : bold;
  95. padding : 5px 10px 5px 10px;
  96. margin : 0px 0px 0px 0px;
  97. }
  98. #article #article-content {
  99. padding : 0px;
  100. font-size : 16px;
  101. }
  102. #article #article-content #tags {
  103. color : #a0a0a0;
  104. }
  105. #article #article-content #ops {
  106. float : right;
  107. }
  108. #article #article-content #ops img {
  109. cursor : pointer;
  110. margin-right : 0px;
  111. margin-left : 10px;
  112. }
  113. #article #article-content #inner {
  114. padding : 20px;
  115. }
  116. #article #article-content img {
  117. max-width : 90%;
  118. }
  119. #content.move {
  120. left : -300px;
  121. right : 60%
  122. }
  123. #feeds {
  124. position : absolute;
  125. left : 0px;
  126. width : 300px;
  127. top : -30px;
  128. bottom : 0px;
  129. font-size : 14px;
  130. overflow : auto;
  131. border-width : 0px 3px 0px 0px;
  132. border-color : #88b0f0;
  133. border-style : solid;
  134. background : #eee;
  135. }
  136. #feeds ul#feeds-content img {
  137. width : 16px;
  138. height : 16px;
  139. vertical-align : middle;
  140. margin-right : 5px;
  141. }
  142. #feeds ul#feeds-content div.unread-ctr {
  143. color : #d0d0d0;
  144. padding-left : 10px;
  145. float : right;
  146. }
  147. #feeds ul#feeds-content li {
  148. padding : 10px;
  149. clear : both;
  150. cursor : pointer;
  151. color : #303030;
  152. white-space : nowrap;
  153. }
  154. #feeds ul#feeds-content li.selected {
  155. background : white;
  156. }
  157. #feeds ul#feeds-content {
  158. list-style-type : none;
  159. font-weight : bold;
  160. margin : 0px;
  161. padding : 0px;
  162. }
  163. #headlines {
  164. font-size : 14px;
  165. position : absolute;
  166. left : 303px;
  167. top : 0px;
  168. bottom : 0px;
  169. right : 0px;
  170. overflow : auto;
  171. border-width : 0px 3px 0px 0px;
  172. border-style : solid;
  173. border-color : #88b0f0;
  174. }
  175. #headlines h1 a {
  176. color : #684C99;
  177. }
  178. #headlines ul#headlines-content .cb {
  179. vertical-align : middle;
  180. margin-right : 5px;
  181. float : left;
  182. }
  183. #headlines ul#headlines-content img.icon {
  184. width : 16px;
  185. height : 16px;
  186. vertical-align : middle;
  187. margin-right : 5px;
  188. float : right;
  189. }
  190. #headlines ul#headlines-content {
  191. list-style-type : none;
  192. color : gray;
  193. margin : 0px;
  194. padding : 0px;
  195. }
  196. #headlines ul#headlines-content li {
  197. margin : 0px 0px 0px 0px;
  198. padding : 10px;
  199. color : gray;
  200. clear : left;
  201. border-width : 0px 0px 1px 0px;
  202. border-style : solid;
  203. border-color : #e0e0e0;
  204. background : #eee;
  205. }
  206. #headlines ul#headlines-content a.title {
  207. font-size : 14px;
  208. font-weight : bold;
  209. display : block;
  210. margin-left : 21px;
  211. position : relative;
  212. }
  213. #headlines ul#headlines-content li.fresh a.title {
  214. color : #007FFF;
  215. }
  216. #headlines ul#headlines-content li.unread a.title {
  217. color : black;
  218. /* color : #8DB1D6; */
  219. }
  220. #headlines ul#headlines-content li.read a.title {
  221. color : gray;
  222. }
  223. #headlines ul#headlines-content li.unread,
  224. #headlines ul#headlines-content li.fresh {
  225. background-color : white;
  226. }
  227. #headlines ul#headlines-content li.selected {
  228. background-color : #fff7d5;
  229. border-color : white white #e0e0e0;
  230. }
  231. #headlines ul#headlines-content img#H-LOADING-IMG {
  232. margin-left : 5px;
  233. }
  234. #headlines ul#headlines-content div.excerpt {
  235. color : #404040;
  236. cursor : pointer;
  237. margin-top : 5px;
  238. }
  239. #headlines ul#headlines-content div.content {
  240. color : #404040;
  241. }
  242. #headlines ul#headlines-content div.content img {
  243. max-width : 75%;
  244. }
  245. #headlines ul#headlines-content div.body {
  246. margin-left : 21px;
  247. /*margin-left : 42px;*/
  248. }
  249. #headlines ul#headlines-content div.info {
  250. font-size : 11px;
  251. margin-top : 5px;
  252. }
  253. #headlines ul#headlines-content div.info a {
  254. color : gray;
  255. }
  256. #overlay {
  257. background : white;
  258. left : 0;
  259. top : 0;
  260. height : 100%;
  261. width : 100%;
  262. z-index : 100;
  263. position : absolute;
  264. text-align : center;
  265. }
  266. #overlay_inner {
  267. margin : 1em;
  268. }
  269. #overlay img {
  270. vertical-align : middle;
  271. }
  272. div.fatalError button {
  273. margin-top : 5px;
  274. }
  275. div.fatalError textarea {
  276. width : 100%;
  277. height : 100px;
  278. }
  279. div.insensitive {
  280. color : gray;
  281. }