tt-rss.css 17 KB

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