tt-rss.css 18 KB

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