mobile.css 5.4 KB

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