tt-rss.css 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115
  1. body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
  2. background : white;
  3. color : black;
  4. margin : 0px;
  5. padding : 0px;
  6. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  7. font-size: 14px;
  8. }
  9. body#ttrssMain {
  10. overflow : hidden;
  11. max-height : 100%;
  12. }
  13. div.postReply {
  14. padding : 0px;
  15. }
  16. div.postReply div.postHeader {
  17. padding : 5px;
  18. margin-right : 4px;
  19. color : #909090;
  20. border-width : 0px 0px 1px 0px;
  21. border-color : #ddd;
  22. border-style : solid;
  23. }
  24. div.postReply div.postTitle {
  25. overflow : hidden;
  26. text-overflow: ellipsis;
  27. white-space : nowrap;
  28. font-weight : 600;
  29. text-rendering: optimizelegibility;
  30. font-family : "Segoe WP Semibold", "Segoe UI Semibold",
  31. "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
  32. Helvetica, Arial, sans-serif;
  33. }
  34. div.postReply div.postDate {
  35. padding-left : 10px;
  36. }
  37. div.postReply div.postContent {
  38. padding : 10px;
  39. }
  40. div.postReply div.postContent img,
  41. div.postReply div.postContent video {
  42. border-width : 0px;
  43. max-width : 98%;
  44. height: auto;
  45. }
  46. div.postReply div.postEnclosures {
  47. margin-top : 1em;
  48. color : #555;
  49. }
  50. div.postReply img.tagsPic {
  51. width : 16px;
  52. height : 16px;
  53. margin-left : 4px;
  54. vertical-align : middle;
  55. }
  56. div.articleNote {
  57. background-color : #fff7d5;
  58. padding : 5px;
  59. margin : 5px;
  60. border-style : solid;
  61. border-color : #e7d796;
  62. border-width : 1px;
  63. color : #9a8c59;
  64. }
  65. div.articleNote div.noteEdit {
  66. float : right;
  67. cursor : pointer;
  68. }
  69. div.postReply span.author {
  70. font-size : 12px;
  71. }
  72. h1 {
  73. font-size : 18px;
  74. font-weight : 600;
  75. text-rendering: optimizelegibility;
  76. font-family : "Segoe WP Semibold", "Segoe UI Semibold",
  77. "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
  78. Helvetica, Arial, sans-serif;
  79. }
  80. h2 {
  81. font-size : 16px;
  82. font-weight : 600;
  83. border-width : 0px 0px 1px 0px;
  84. border-style : solid;
  85. border-color : #ecf4ff;
  86. text-rendering: optimizelegibility;
  87. font-family : "Segoe WP Semibold", "Segoe UI Semibold",
  88. "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
  89. Helvetica, Arial, sans-serif;
  90. }
  91. h3 {
  92. font-size : 13px;
  93. border-width : 0px 0px 1px 0px;
  94. border-style : solid;
  95. border-color : #ecf4ff;
  96. font-weight : 600;
  97. text-rendering: optimizelegibility;
  98. font-family : "Segoe WP Semibold", "Segoe UI Semibold",
  99. "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
  100. Helvetica, Arial, sans-serif;
  101. }
  102. h4 {
  103. font-size : 14px;
  104. font-weight : 600;
  105. text-rendering: optimizelegibility;
  106. font-family : "Segoe WP Semibold", "Segoe UI Semibold",
  107. "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
  108. Helvetica, Arial, sans-serif;
  109. }
  110. hr {
  111. border-width : 0px 0px 1px 0px;
  112. border-style : solid;
  113. border-color : #ccc;
  114. }
  115. a {
  116. color : #4684ff;
  117. text-decoration : none;
  118. }
  119. a:hover {
  120. color : #88b0f0;
  121. }
  122. #piggie {
  123. z-index : 999;
  124. position : absolute;
  125. }
  126. #notify.visible {
  127. transform: translate(0, -35px);
  128. -webkit-transform: translate(0, -35px);
  129. -o-transform: translate(0, -35px);
  130. -moz-transform: translate(0, -35px);
  131. }
  132. #notify {
  133. bottom : -35px;
  134. right : 0px;
  135. height : 20px;
  136. left : 0px;
  137. border-width : 1px 0px 0px 0px;
  138. border-style : solid;
  139. position : fixed;
  140. font-size : 12px;
  141. z-index : 99;
  142. padding : 5px;
  143. box-shadow : 0px -2px 2px rgba(0,0,0,0.1);
  144. transition: all 0.5s ease-in-out;
  145. -webkit-transition: all 0.5s ease-in-out;
  146. -moz-transition: all 0.5s ease-in-out;
  147. -o-transition: all 0.5s ease-in-out;
  148. }
  149. #notify img {
  150. vertical-align : middle;
  151. max-height : 14px;
  152. }
  153. #notify span.msg {
  154. width : 100%;
  155. }
  156. #notify span.close {
  157. text-align : right;
  158. }
  159. #notify span {
  160. display : table-cell;
  161. vertical-align : middle;
  162. padding : 4px;
  163. }
  164. .notify {
  165. border-color : #d7c47a;
  166. background-color : #fff7d5;
  167. }
  168. .notify.notify_progress {
  169. border-color : #d7c47a;
  170. background-color : #fff7d5;
  171. }
  172. .notify.notify_info {
  173. border-color : #88b0f0;
  174. background-color : #ecf4ff;
  175. }
  176. .notify.notify_error {
  177. background-color : #ffcccc;
  178. border-color : #ff0000;
  179. }
  180. .hl div.hlTitle a {
  181. font-weight : 600;
  182. text-rendering: optimizelegibility;
  183. font-family : "Segoe WP Semibold", "Segoe UI Semibold",
  184. "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
  185. Helvetica, Arial, sans-serif;
  186. color : #777;
  187. }
  188. .hl.Unread div.hlTitle a {
  189. color : black;
  190. }
  191. .hl.active div.hlTitle a {
  192. color : #4684ff;
  193. /* text-shadow : 1px 1px 2px #fff; */
  194. }
  195. .hl.Selected {
  196. background : #f9fbff;
  197. }
  198. .hl.Grayed {
  199. color : #909090;
  200. }
  201. .hl {
  202. border-width : 0px 0px 1px 0px;
  203. border-style : solid;
  204. border-color : #ddd;
  205. padding : 1px;
  206. }
  207. .hl.active {
  208. background : #ecf4ff ! important;
  209. }
  210. div.filterTestHolder {
  211. height : 300px;
  212. overflow : auto;
  213. border-color : #ddd;
  214. border-style : solid;
  215. margin : 0px 0px 5px 0px;
  216. background-color : #f5f5f5;
  217. border-width : 1px;
  218. }
  219. #content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
  220. margin : 5px 0px 5px 0px;
  221. color : #555;
  222. padding-left : 10px;
  223. border-width : 0px 0px 0px 4px;
  224. border-color : #ccc;
  225. border-style : solid;
  226. }
  227. #content-insert code, #headlines-frame code, .dijitContentPane code {
  228. color : #009900;
  229. font-family : monospace;
  230. font-size : 12px;
  231. }
  232. #content-insert pre, #headlines-frame pre, .dijitContentPane pre {
  233. margin : 5px 0px 5px 0px;
  234. padding : 10px;
  235. color : #555;
  236. font-family : monospace;
  237. font-size : 12px;
  238. border-width : 0px;
  239. border-color : #ccc;
  240. border-style : solid;
  241. background : #f5f5f5;
  242. display : block;
  243. max-width : 98%;
  244. overflow : auto;
  245. }
  246. div.notice, div.warning, div.error {
  247. padding : 4px 10px 4px 4px;
  248. display : inline-block;
  249. margin : 2px 0px 4px 0px;
  250. font-size : 12px;
  251. border-style : solid;
  252. border-color : #ccc;
  253. border-width : 1px;
  254. }
  255. div.notice div.inner, div.warning div.inner, div.error div.inner {
  256. vertical-align : middle;
  257. }
  258. div.notice {
  259. background : #ecf4ff;
  260. border-color : #88b0f0;
  261. }
  262. div.warning {
  263. background : #fff7d5;
  264. border-color : #e7d796;;
  265. }
  266. div.error {
  267. background : #ffcccc;
  268. border-color : #ff0000;
  269. }
  270. div.warning img, div.notice img, div.error img {
  271. margin : 4px;
  272. vertical-align : middle;
  273. }
  274. div.warning span, div.notice span, div.error span {
  275. display : table-cell;
  276. vertical-align : middle;
  277. }
  278. ul.nomarks {
  279. list-style-type : none;
  280. margin : 0px;
  281. padding : 10px;
  282. }
  283. div.prefHelp {
  284. color : #555;
  285. padding : 5px;
  286. }
  287. .insensitive {
  288. color : #555;
  289. }
  290. .small {
  291. font-size : 11px;
  292. }
  293. #main-toolbar > * {
  294. white-space : nowrap;
  295. display : table-cell;
  296. color : #999;
  297. }
  298. #main-toolbar > *,
  299. #main-toolbar table *,
  300. #main-toolbar .actionChooser * {
  301. text-rendering: optimizelegibility;
  302. font-family : "Segoe WP", "Segoe UI Web", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
  303. Helvetica, Arial, sans-serif;
  304. font-size : 12px;
  305. }
  306. #main-toolbar #headlines-toolbar {
  307. padding-right : 4px;
  308. width : 100%;
  309. }
  310. #main-toolbar #headlines-toolbar span.holder {
  311. display : table;
  312. width : 100%;
  313. }
  314. #main-toolbar #headlines-toolbar span.holder > * {
  315. display : table-cell;
  316. }
  317. #main-toolbar #headlines-toolbar .main {
  318. text-align : right;
  319. }
  320. #main-toolbar #headlines-toolbar .main,
  321. #main-toolbar #headlines-toolbar .r {
  322. line-height : 24px;
  323. }
  324. #headlines-toolbar span.r img {
  325. margin-right : 4px;
  326. position : relative;
  327. top : 3px;
  328. }
  329. #headlines-toolbar span.r .error a {
  330. color : red;
  331. }
  332. #main-toolbar #selected_prompt {
  333. font-style : italic;
  334. text-align : right;
  335. margin-right : 4px;
  336. }
  337. span.contentPreview {
  338. color : #999;
  339. font-weight : normal;
  340. font-size : 12px;
  341. padding-left : 4px;
  342. }
  343. span.hlLabelRef {
  344. background-color : #fff7d5;
  345. font-size : 8px;
  346. color : #063064;
  347. font-weight : normal;
  348. margin-left : 2px;
  349. padding : 1px 4px 1px 4px;
  350. display : inline-block;
  351. vertical-align : middle;
  352. white-space: nowrap;
  353. border-radius : 4px;
  354. }
  355. div.postHeader div.postDate {
  356. text-align : right;
  357. color : #909090;
  358. float : right;
  359. }
  360. div.postHeader div {
  361. padding-bottom : 3px;
  362. }
  363. #feedUpdateErrors {
  364. display : none;
  365. }
  366. #allEntryTags {
  367. border-width : 0px 0px 1px 0px;
  368. border-style : solid;
  369. border-color : #ddd;
  370. padding-bottom : 5px;
  371. display : none;
  372. }
  373. img.markedPic, img.pubPic {
  374. cursor : pointer;
  375. vertical-align : middle;
  376. opacity : 0.5;
  377. -webkit-transition : opacity 0.25s;
  378. transition : opacity 0.25s;
  379. }
  380. img.markedPic:hover, img.pubPic:hover {
  381. opacity : 1;
  382. }
  383. img[src*='pub_set.png'], img[src*='mark_set.png'] {
  384. opacity : 1;
  385. }
  386. div.tagCloudContainer {
  387. border : 1px solid #ddd;
  388. background-color : #f5f5f5;
  389. margin : 5px 0px 5px 0px;
  390. padding : 5px;
  391. text-align : center;
  392. }
  393. div.errorExplained {
  394. border : 1px solid #ddd;
  395. background-color : #f5f5f5;
  396. margin : 5px 0px 5px 0px;
  397. padding : 5px;
  398. }
  399. ul.feedErrorsList {
  400. max-height : 300px;
  401. overflow : auto;
  402. list-style-type : none;
  403. border : 1px solid #ddd;
  404. background-color : #f5f5f5;
  405. margin : 0px 0px 5px 0px;
  406. padding : 5px;
  407. }
  408. ul.feedErrorsList em {
  409. color : #555;
  410. }
  411. ul.browseFeedList {
  412. height : 300px;
  413. overflow : auto;
  414. border-width : 0px 1px 1px 1px;
  415. border-color : #ddd;
  416. border-style : solid;
  417. margin : 0px 0px 5px 0px;
  418. background-color : white;
  419. list-style-type : none;
  420. padding : 0px;
  421. }
  422. ul.browseFeedList li {
  423. margin : 0px;
  424. padding : 2px 4px 2px 4px;
  425. }
  426. span.subscribers {
  427. color : #808080;
  428. }
  429. div.subscribers {
  430. color : #808080;
  431. font-size : 12px;
  432. float : right;
  433. }
  434. div.browserDetails {
  435. margin : 5px 5px 5px 5px;
  436. padding : 5px;
  437. }
  438. ul.compact {
  439. list-style-type : none;
  440. margin : 0px;
  441. padding : 0px;
  442. }
  443. ul.compact li {
  444. margin : 0px;
  445. padding : 0px;
  446. }
  447. .noborder {
  448. border-width : 0px;
  449. }
  450. #overlay {
  451. background : white;
  452. left : 0;
  453. top : 0;
  454. height : 100%;
  455. width : 100%;
  456. z-index : 100;
  457. position : absolute;
  458. }
  459. #overlay_inner {
  460. font-weight : bold;
  461. margin : 1em;
  462. }
  463. form {
  464. margin : 0px;
  465. padding : 0px;
  466. }
  467. div.loadingPrompt {
  468. padding : 1em;
  469. text-align : center;
  470. font-weight : bold;
  471. }
  472. div.whiteBox {
  473. margin-left : 1px;
  474. text-align : center;
  475. padding : 1em 1em 0px 1em;
  476. font-size : 11px;
  477. border-width : 0px 0px 1px 0px;
  478. border-style : solid;
  479. border-color : #ddd;
  480. }
  481. div.autocomplete {
  482. position : absolute;
  483. width : 250px;
  484. background-color : white;
  485. border :1px solid #778899;
  486. margin : 0px;
  487. padding : 0px;
  488. }
  489. div.autocomplete ul {
  490. list-style-type : none;
  491. margin : 0px;
  492. padding : 0px;
  493. }
  494. div.autocomplete ul li.selected {
  495. background-color : #fff7d5;
  496. }
  497. div.autocomplete ul li {
  498. list-style-type : none;
  499. display : block;
  500. margin : 0;
  501. padding : 2px;
  502. height : 32px;
  503. cursor : pointer;
  504. }
  505. .hl .hlTitle {
  506. overflow : hidden;
  507. white-space : nowrap;
  508. max-width : 500px;
  509. text-overflow : ellipsis;
  510. padding-left : 6px;
  511. padding-right : 6px;
  512. }
  513. div#headlines-frame.wide .hlTitle {
  514. max-width : auto;
  515. overflow : visible;
  516. white-space : normal;
  517. }
  518. div#headlines-frame.wide .hl .hlFeed {
  519. display : none;
  520. }
  521. .hl a.title.high, span.hlContent.high .contentPreview {
  522. color : #00aa00;
  523. }
  524. .hl.Unread a.title.high, .hl.Unread span.hlContent.high .contentPreview {
  525. color : #00dd00;
  526. }
  527. .hl a.title.low, span.hlContent.low .contentPreview,
  528. .hl.Unread a.title.low, .hl.Unread span.hlContent.low .contentPreview {
  529. color : #909090;
  530. text-decoration : line-through;
  531. }
  532. img.hlScorePic {
  533. vertical-align : middle;
  534. width : 16px;
  535. height : 16px;
  536. }
  537. div.dlgSec {
  538. font-size : 12px;
  539. color : #555;
  540. font-weight : bold;
  541. clear : both;
  542. height : 20px;
  543. }
  544. div.dlgSecCont {
  545. position : relative;
  546. left : 150px;
  547. top : -20px;
  548. float : left;
  549. font-size : 12px;
  550. font-weight : normal;
  551. }
  552. div.dlgSecCont hr {
  553. height : 0px;
  554. line-height : 0px;
  555. border : 0px solid transparent;
  556. margin : 2px;
  557. }
  558. div.dlgSecCont > * {
  559. position : relative;
  560. top : -2px;
  561. }
  562. div.dlgButtons {
  563. text-align : right;
  564. clear : both;
  565. }
  566. span.labelColorIndicator {
  567. height : 16px;
  568. width : 16px;
  569. border-radius : 4px;
  570. line-height : 14px;
  571. vertical-align : middle;
  572. font-size : 9px;
  573. display : inline-block;
  574. border : 1px solid #ccc;
  575. background-color : #fff7d5;
  576. color : #063064;
  577. text-align : center;
  578. }
  579. div#cmdline {
  580. position : absolute;
  581. left : 5px;
  582. bottom : 5px;
  583. font-size : 11px;
  584. color : #555;
  585. font-weight : bold;
  586. background-color : white;
  587. border : 1px solid #88b0f0;
  588. padding : 3px 5px 3px 5px;
  589. z-index : 5;
  590. }
  591. #feed_browser_spinner {
  592. vertical-align : middle;
  593. height : 18px;
  594. width : 18px;
  595. }
  596. div.hlTitle {
  597. display : table-cell;
  598. cursor : pointer;
  599. width : 100%;
  600. vertical-align : middle;
  601. padding-top : 4px;
  602. padding-bottom : 4px;
  603. }
  604. div.hlLeft {
  605. display : table-cell;
  606. vertical-align : middle;
  607. white-space: nowrap;
  608. }
  609. div.hlRight {
  610. display : table-cell;
  611. white-space: nowrap;
  612. text-align : right;
  613. vertical-align : middle;
  614. }
  615. div.hlRight img {
  616. max-width : 16px;
  617. max-height : 16px;
  618. }
  619. .hl span.hlFeed {
  620. display : table-cell;
  621. vertical-align : middle;
  622. text-align : right;
  623. }
  624. .hl span.hlFeed a {
  625. border-radius : 4px;
  626. display : inline-block;
  627. padding : 1px 4px 1px 4px;
  628. font-size : 11px;
  629. font-style : italic;
  630. font-weight : normal;
  631. color : #555;
  632. white-space : nowrap;
  633. }
  634. .hl span.hlFeed a:hover {
  635. color : #4684ff;
  636. }
  637. .hl span.hlUpdated {
  638. color : #555;
  639. display : table-cell;
  640. vertical-align : middle;
  641. text-align : right;
  642. font-size : 11px;
  643. white-space : nowrap;
  644. padding-left : 10px;
  645. }
  646. span.hlUpdated div {
  647. display : inline-block;
  648. }
  649. div.hlLeft {
  650. padding-left : 8px;
  651. }
  652. div.hlLeft input {
  653. margin-left : 4px;
  654. margin-right : 4px;
  655. }
  656. div.hlLeft img, div.hlRight img {
  657. margin : 0px 4px;
  658. }
  659. div.hlLeft img {
  660. width : 16px;
  661. height : 16px;
  662. }
  663. div.fatalError {
  664. margin-bottom : 10px;
  665. }
  666. div.fatalError button {
  667. margin-top : 5px;
  668. }
  669. div.fatalError textarea {
  670. width : 100%;
  671. height : 100px;
  672. }
  673. #ttrssMain #main {
  674. border-width : 0px;
  675. margin : 0px;
  676. padding : 0px;
  677. }
  678. #header-wrap {
  679. border-width : 0px;
  680. margin : 0px;
  681. padding : 0px;
  682. }
  683. #content-wrap {
  684. padding : 0px;
  685. border-width : 0px;
  686. margin : 0px;
  687. }
  688. #feeds-holder {
  689. padding : 0px;
  690. border-width : 0px 0px 0px 0px;
  691. border-style : solid;
  692. border-color : #ddd;
  693. overflow : hidden;
  694. background : #f5f5f5;
  695. box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
  696. -webkit-overflow-scrolling : touch;
  697. }
  698. #headlines-wrap-inner {
  699. padding : 0px;
  700. margin : 0px;
  701. border-width : 0px;
  702. }
  703. #headlines-frame {
  704. padding : 0px;
  705. border-width : 0px;
  706. border-color : #ddd;
  707. margin-top : 0px;
  708. -webkit-overflow-scrolling : touch;
  709. }
  710. #headlines-toolbar_splitter, #toolbar_splitter {
  711. display : none;
  712. }
  713. #toolbar {
  714. padding : 0px;
  715. margin : 0px;
  716. border-width : 0px;
  717. white-space: nowrap;
  718. font-size : 12px;
  719. }
  720. #main-toolbar {
  721. background : white;
  722. border-width : 0px 0px 1px 0px;
  723. border-color : #ddd;
  724. border-style : solid;
  725. padding-left : 4px;
  726. height : 26px;
  727. }
  728. #header {
  729. border-width : 0px;
  730. text-align : right;
  731. color : #555;
  732. padding : 5px 5px 0px 0px;
  733. margin : 0px;
  734. position : absolute;
  735. right : 0px;
  736. top : 0px;
  737. z-index : 5;
  738. }
  739. #footer {
  740. text-align : center;
  741. color : #555;
  742. padding : 4px 4px 8px 4px;
  743. border-width : 0px;
  744. }
  745. #content-insert {
  746. padding : 0px;
  747. border-color : #ddd;
  748. border-width : 0px;
  749. line-height: 1.5;
  750. font-size : 15px;
  751. overflow : auto;
  752. -webkit-overflow-scrolling : touch;
  753. }
  754. #feedTree .dijitTreeRow .dijitTreeLabel.Unread {
  755. font-weight : bold;
  756. }
  757. #feedTree .dijitTreeRow.Error .dijitTreeLabel {
  758. color : red;
  759. }
  760. img.feedIcon, img.tinyFeedIcon {
  761. width : 16px;
  762. height : 16px;
  763. line-height : 16px;
  764. vertical-align : middle;
  765. display : inline-block;
  766. }
  767. .player {
  768. display : inline-block;
  769. color : #555;
  770. font-size : 11px;
  771. font-family : sans-serif;
  772. border : 1px solid #555;
  773. padding : 0px 4px 0px 4px;
  774. margin : 0px 2px 0px 2px;
  775. width : 50px;
  776. text-align : center;
  777. background : white;
  778. }
  779. .player.playing {
  780. color : #00c000;
  781. border-color : #00c000;
  782. }
  783. .player:hover {
  784. background : #f0f0f0;
  785. cursor : pointer;
  786. }
  787. #headlines-spacer {
  788. height : 100%;
  789. margin-left : 1px;
  790. text-align : center;
  791. color : #555;
  792. font-size : 11px;
  793. font-style : italic;
  794. }
  795. #headlines-spacer a, #headlines-spacer span {
  796. color : #555;
  797. padding : 10px;
  798. display : block;
  799. }
  800. #headlines-spacer a:hover {
  801. color : #88b0f0;
  802. }
  803. ul#filterDlg_Matches, ul#filterDlg_Actions {
  804. max-height : 100px;
  805. overflow : auto;
  806. list-style-type : none;
  807. border-style : solid;
  808. border-color : #ddd;
  809. border-width : 0px 1px 1px 1px;
  810. background-color : white;
  811. margin : 0px 0px 5px 0px;
  812. padding : 0px;
  813. }
  814. ul#filterDlg_Matches li, ul#filterDlg_Actions li {
  815. cursor : pointer;
  816. padding : 0px 0px 0px 5px;
  817. }
  818. ul.helpKbList {
  819. max-height : 300px;
  820. overflow : auto;
  821. list-style-type : none;
  822. border : 1px solid #ddd;
  823. background-color : #f5f5f5;
  824. margin : 0px 0px 5px 0px;
  825. padding : 5px;
  826. }
  827. ul.helpKbList span.hksequence {
  828. width : 6em;
  829. margin-left : 20px;
  830. color : #88b0f0;
  831. font-weight : bold;
  832. display : inline-block;
  833. }
  834. ul.helpKbList h2 {
  835. margin-top : 0px;
  836. }
  837. span.collapseBtn {
  838. cursor : pointer;
  839. }
  840. div.postContent h1 {
  841. font-size : 16px;
  842. }
  843. div.postContent h2,
  844. div.postContent h3,
  845. div.postContent h4 {
  846. font-size : 15px;
  847. }
  848. div.postContent p {
  849. max-width : 650px;
  850. -webkit-hyphens: auto;
  851. -moz-hyphens: auto;
  852. hyphens: auto;
  853. }
  854. div.postContent iframe {
  855. min-width : 50%;
  856. }
  857. div.postHeader span.author {
  858. color : #555;
  859. font-size : 11px;
  860. font-weight : normal;
  861. }
  862. select.attachments {
  863. display : block;
  864. margin-top : 10px;
  865. max-width : 120px;
  866. }
  867. #selected_prompt {
  868. margin-right : 25px;
  869. }
  870. #feedTree img.feedIcon {
  871. position : relative;
  872. top : -2px;
  873. }
  874. body#ttrssMain #feedTree .dijitTreeRow {
  875. padding : 2px 0px 2px;
  876. height : 22px;
  877. border-width : 1px;
  878. color : #333;
  879. }
  880. ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
  881. margin-right : 5px;
  882. }
  883. body#ttrssMain #feedTree {
  884. height : 100%;
  885. overflow-x : hidden;
  886. text-rendering: optimizelegibility;
  887. font-family : "Segoe UI Web", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
  888. Helvetica, Arial, sans-serif;
  889. }
  890. body#ttrssMain #feedTree .counterNode.aux {
  891. background : #f0f0f0;
  892. color : #999;
  893. border-color : #f0f0f0;
  894. }
  895. body#ttrssMain #feedTree .counterNode {
  896. font-weight : bold;
  897. display : inline-block;
  898. font-size : 9px;
  899. text-align : center;
  900. border : 1px solid #88b0f0;
  901. color : white;
  902. background : #88b0f0;
  903. border-radius : 4px;
  904. vertical-align : middle;
  905. float : right;
  906. position : relative;
  907. line-height : 14px;
  908. margin-right : 8px;
  909. margin-top : 3px;
  910. min-width : 23px;
  911. height : 14px;
  912. }
  913. #feedTree img[src*='indicator_white.gif'] {
  914. position : relative;
  915. top : -2px;
  916. }
  917. span.highlight {
  918. background-color : #ffff00;
  919. color : #cc90cc;
  920. }
  921. div.enclosure_title {
  922. }
  923. body#ttrssMain #headlines-frame .dijitCheckBox {
  924. border-width : 0px;
  925. opacity : 0.5;
  926. }
  927. body#ttrssMain #headlines-frame .dijitCheckBoxHover,
  928. body#ttrssMain #headlines-frame .dijitCheckBoxChecked {
  929. opacity : 1;
  930. }
  931. body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
  932. width : 16px;
  933. height : 16px;
  934. vertical-align : middle;
  935. position : relative;
  936. }
  937. :focus {
  938. outline: none;
  939. }