tt-rss.css 19 KB

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