tt-rss.css 18 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150
  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-right : 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. span.feed_error {
  268. color : red;
  269. }
  270. .insensitive {
  271. color : #555;
  272. }
  273. div#headlines-toolbar {
  274. border-width : 0px 0px 1px 0px;
  275. background-color : #fcfcfc;
  276. border-color : #c0c0c0;
  277. font-size : 12px;
  278. font-family : "Segoe UI", Tahoma, sans-serif;
  279. color : #555;
  280. padding : 0px;
  281. margin : 0px;
  282. overflow : hidden;
  283. height : 25px;
  284. line-height : 25px;
  285. padding-left : 4px;
  286. }
  287. div#headlines-toolbar .dijitSelect {
  288. font-size : 11px;
  289. position : relative;
  290. top : -2px;
  291. }
  292. div#headlines-toolbar span.r {
  293. float: right;
  294. position: relative;
  295. padding : 0 4px 0px 4px;
  296. text-align : right;
  297. }
  298. div#headlines-toolbar span.r span.error {
  299. color : red;
  300. }
  301. div#headlines-toolbar span.r a {
  302. color : #555;
  303. }
  304. span.contentPreview {
  305. color : #999;
  306. font-weight : normal;
  307. text-shadow : 1px 1px 2px #fff;
  308. font-size : 11px;
  309. }
  310. span.hlLabelRef {
  311. background-color : #fff7d5;
  312. font-size : 8px;
  313. color : #063064;
  314. font-weight : normal;
  315. margin-left : 2px;
  316. padding : 1px 4px 1px 4px;
  317. display : inline-block;
  318. vertical-align : middle;
  319. white-space: nowrap;
  320. border-radius : 4px;
  321. }
  322. div.postHeader div.postDate {
  323. text-align : right;
  324. color : #555;
  325. float : right;
  326. }
  327. div.postHeader div {
  328. padding-bottom : 3px;
  329. }
  330. #feedUpdateErrors {
  331. display : none;
  332. }
  333. #allEntryTags {
  334. border-width : 0px 0px 1px 0px;
  335. border-style : solid;
  336. border-color : #c0c0c0;
  337. padding-bottom : 5px;
  338. display : none;
  339. }
  340. a.hlFeed {
  341. display : block;
  342. white-space : nowrap;
  343. font-size : 9px;
  344. font-style : italic;
  345. font-weight : normal;
  346. border-radius : 4px;
  347. display : inline-block;
  348. padding : 1px 2px 1px 2px;
  349. margin-bottom : 2px;
  350. margin-top : 2px;
  351. color : #555;
  352. }
  353. a.hlFeed:hover {
  354. color : #4684ff;
  355. }
  356. img.markedPic, img.pubPic {
  357. cursor : pointer;
  358. vertical-align : middle;
  359. }
  360. div.tagCloudContainer {
  361. border : 1px solid #c0c0c0;
  362. background-color : #ecf4ff;
  363. margin : 5px 0px 5px 0px;
  364. padding : 5px;
  365. text-align : center;
  366. border-radius : 4px;
  367. box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
  368. }
  369. div.errorExplained {
  370. border : 1px solid #c0c0c0;
  371. background-color : #ecf4ff;
  372. margin : 5px 0px 5px 0px;
  373. padding : 5px;
  374. border-radius : 4px;
  375. box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
  376. }
  377. ul.feedErrorsList {
  378. max-height : 300px;
  379. overflow : auto;
  380. list-style-type : none;
  381. border : 1px solid #c0c0c0;
  382. background-color : #ecf4ff;
  383. margin : 0px 0px 5px 0px;
  384. padding : 5px;
  385. border-radius : 4px;
  386. box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
  387. }
  388. ul.feedErrorsList em {
  389. color : #555;
  390. }
  391. ul.browseFeedList {
  392. height : 300px;
  393. overflow : auto;
  394. border-width : 0px 1px 1px 1px;
  395. border-color : #c0c0c0;
  396. border-style : solid;
  397. margin : 0px 0px 5px 0px;
  398. background-color : white;
  399. list-style-type : none;
  400. padding : 0px;
  401. }
  402. ul.browseFeedList li {
  403. margin : 0px;
  404. padding : 2px 4px 2px 4px;
  405. }
  406. span.subscribers {
  407. color : #808080;
  408. }
  409. div.subscribers {
  410. color : #808080;
  411. font-size : 12px;
  412. float : right;
  413. }
  414. div.browserDetails {
  415. margin : 5px 5px 5px 5px;
  416. padding : 5px;
  417. }
  418. ul.compact {
  419. list-style-type : none;
  420. margin : 0px;
  421. padding : 0px;
  422. }
  423. ul.compact li {
  424. margin : 0px;
  425. padding : 0px;
  426. }
  427. .noborder {
  428. border-width : 0px;
  429. }
  430. #overlay {
  431. background : white;
  432. left : 0;
  433. top : 0;
  434. height : 100%;
  435. width : 100%;
  436. z-index : 100;
  437. position : absolute;
  438. }
  439. #overlay_inner {
  440. font-weight : bold;
  441. margin : 1em;
  442. }
  443. form {
  444. margin : 0px;
  445. padding : 0px;
  446. }
  447. #main_toolbar_form {
  448. margin : 0px;
  449. padding : 0px;
  450. display : table-cell;
  451. white-space : nowrap;
  452. width : 100%;
  453. }
  454. div.loadingPrompt {
  455. padding : 1em;
  456. text-align : center;
  457. font-weight : bold;
  458. }
  459. div.whiteBox {
  460. margin-left : 1px;
  461. text-align : center;
  462. padding : 1em;
  463. }
  464. /* html, body#ttrssMain, #main {
  465. width: 100%;
  466. height: 100%;
  467. padding: 0;
  468. margin: 0;
  469. } */
  470. #toolbar div.actionChooser {
  471. display : table-cell;
  472. text-align : right;
  473. padding-right : 3px;
  474. }
  475. div.autocomplete {
  476. position : absolute;
  477. width : 250px;
  478. background-color : white;
  479. border :1px solid #778899;
  480. margin : 0px;
  481. padding : 0px;
  482. }
  483. div.autocomplete ul {
  484. list-style-type : none;
  485. margin : 0px;
  486. padding : 0px;
  487. }
  488. div.autocomplete ul li.selected {
  489. background-color : #fff7d5;
  490. }
  491. div.autocomplete ul li {
  492. list-style-type : none;
  493. display : block;
  494. margin : 0;
  495. padding : 2px;
  496. height : 32px;
  497. cursor : pointer;
  498. }
  499. .hlTitle {
  500. overflow : hidden;
  501. white-space : nowrap;
  502. max-width : 500px;
  503. text-overflow : ellipsis;
  504. }
  505. div#headlines-frame.wide .hlTitle {
  506. max-width : auto;
  507. overflow : visible;
  508. white-space : normal;
  509. }
  510. .hlContentH a, .hlContentH span {
  511. color : #00cc00;
  512. }
  513. .hlContentL a, .hlContentL span {
  514. color : #909090;
  515. text-decoration : line-through;
  516. }
  517. span.titleWrapH, span.titleWrapH a {
  518. color : #00cc00;
  519. }
  520. span.titleWrapL, span.titleWrapL a {
  521. color : #909090;
  522. text-decoration : line-through;
  523. }
  524. img.hlScorePic {
  525. vertical-align : middle;
  526. width : 16px;
  527. height : 16px;
  528. }
  529. div.dlgSec {
  530. font-size : 12px;
  531. color : #555;
  532. font-weight : bold;
  533. clear : both;
  534. height : 20px;
  535. }
  536. div.dlgSecCont {
  537. position : relative;
  538. left : 150px;
  539. top : -20px;
  540. float : left;
  541. font-size : 12px;
  542. font-weight : normal;
  543. }
  544. div.dlgSecCont hr {
  545. height : 0px;
  546. line-height : 0px;
  547. border : 0px solid transparent;
  548. margin : 2px;
  549. }
  550. div.dlgSecCont > * {
  551. position : relative;
  552. top : -2px;
  553. }
  554. div.dlgButtons {
  555. text-align : right;
  556. clear : both;
  557. }
  558. span.labelColorIndicator {
  559. height : 14px;
  560. width : 14px;
  561. line-height : 14px;
  562. font-size : 9px;
  563. display : inline-block;
  564. border : 1px solid black;
  565. background-color : #fff7d5;
  566. color : #063064;
  567. text-align : center;
  568. margin-right : 2px;
  569. }
  570. span.labelColorIndicator2 {
  571. height : 14px;
  572. width : 14px;
  573. font-size : 9px;
  574. display : inline-block;
  575. border : 1px solid black;
  576. background-color : #fff7d5;
  577. color : #063064;
  578. text-align : center;
  579. margin-right : 2px;
  580. vertical-align : bottom;
  581. }
  582. div#cmdline {
  583. position : absolute;
  584. left : 5px;
  585. bottom : 5px;
  586. font-size : 11px;
  587. color : #555;
  588. font-weight : bold;
  589. background-color : white;
  590. border : 1px solid #88b0f0;
  591. padding : 3px 5px 3px 5px;
  592. z-index : 5;
  593. }
  594. #feed_browser_spinner {
  595. vertical-align : middle;
  596. height : 18px;
  597. width : 18px;
  598. }
  599. div.hlTitle {
  600. display : table-cell;
  601. cursor : pointer;
  602. width : 100%;
  603. vertical-align : middle;
  604. padding-top : 4px;
  605. padding-bottom : 4px;
  606. }
  607. div.hlLeft {
  608. display : table-cell;
  609. vertical-align : middle;
  610. white-space: nowrap;
  611. }
  612. div.hlRight {
  613. display : table-cell;
  614. white-space: nowrap;
  615. text-align : right;
  616. vertical-align : middle;
  617. }
  618. div.hlRight img {
  619. max-width : 16px;
  620. max-height : 16px;
  621. }
  622. span.hlUpdated {
  623. color : #555;
  624. min-width : 100px;
  625. display : table-cell;
  626. width : 100%;
  627. vertical-align : middle;
  628. text-align : right;
  629. font-size : 10px;
  630. }
  631. div.hlLeft {
  632. padding-left : 8px;
  633. }
  634. div.hlLeft input {
  635. margin-left : 4px;
  636. margin-right : 4px;
  637. }
  638. div.hlLeft img, div.hlRight img {
  639. margin : 0px 4px;
  640. }
  641. div.hlLeft img {
  642. width : 16px;
  643. height : 16px;
  644. }
  645. div.fatalError {
  646. margin-bottom : 10px;
  647. }
  648. div.fatalError button {
  649. margin-top : 5px;
  650. }
  651. div.fatalError textarea {
  652. width : 100%;
  653. height : 100px;
  654. }
  655. #ttrssMain #main {
  656. border-width : 0px;
  657. margin : 0px;
  658. padding : 0px;
  659. }
  660. #header-wrap {
  661. border-width : 0px;
  662. margin : 0px;
  663. padding : 0px;
  664. }
  665. #content-wrap {
  666. padding : 0px;
  667. border-width : 0px 0px 0px 1px;
  668. border-style : solid;
  669. border-color : #c0c0c0;
  670. margin : 0px;
  671. }
  672. #feeds-holder {
  673. padding : 0px;
  674. border-color : #c0c0c0;
  675. border-left-width : 0px;
  676. border-bottom-width : 0px;
  677. border-top-width : 0px;
  678. overflow : hidden;
  679. box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
  680. background : #f9fbff;
  681. }
  682. #headlines-wrap-inner {
  683. padding : 0px;
  684. margin : 0px;
  685. border-width : 0px;
  686. }
  687. #headlines-frame {
  688. padding : 0px;
  689. border-color : #c0c0c0;
  690. border-style : solid;
  691. border-width : 0px;
  692. margin-top : 0px;
  693. box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
  694. }
  695. #headlines-toolbar_splitter, #toolbar_splitter {
  696. display : none;
  697. }
  698. #toolbar {
  699. padding : 0px;
  700. margin : 0px;
  701. border-width : 0px;
  702. white-space: nowrap;
  703. font-size : 12px;
  704. box-shadow : 0px 0px 2px rgba(0,0,0,0.1);
  705. }
  706. #header {
  707. border-width : 0px;
  708. text-align : right;
  709. color : #555;
  710. padding : 5px 5px 0px 0px;
  711. margin : 0px;
  712. position : absolute;
  713. right : 0px;
  714. top : 0px;
  715. z-index : 5;
  716. }
  717. #footer {
  718. text-align : center;
  719. color : #555;
  720. padding : 4px 4px 8px 4px;
  721. border-width : 0px;
  722. }
  723. #content-insert {
  724. padding : 0px;
  725. border-color : #c0c0c0;
  726. border-bottom-width : 0px;
  727. border-right-width : 0px;
  728. border-left-width : 0px;
  729. line-height: 20px;
  730. overflow : auto;
  731. }
  732. .dijitTreeLabel.Unread {
  733. font-weight : bold;
  734. }
  735. .dijitTreeLabel {
  736. outline : 0;
  737. }
  738. .feedParam {
  739. color : #555;
  740. float : right;
  741. margin-right : 1em;
  742. }
  743. .labelParam {
  744. float : right;
  745. margin-right : 1em;
  746. }
  747. .dijitTreeLabel.Disabled, .labelParam.Disabled {
  748. color : #555;
  749. }
  750. .dijitTreeRow.Error {
  751. color : red;
  752. }
  753. .dijitTreeRow.Hidden {
  754. display : none;
  755. }
  756. img.feedIcon, img.tinyFeedIcon {
  757. width : 16px;
  758. height : 16px;
  759. vertical-align : middle;
  760. display : inline-block;
  761. }
  762. .dijitToolbar {
  763. text-shadow : 1px 1px 2px #fff;
  764. }
  765. .dijitAccordionTitleFocus {
  766. text-shadow : 1px 1px 2px #fff;
  767. }
  768. .dijitDialog .dijitToolbar {
  769. border : 1px solid #c0c0c0;
  770. }
  771. .dijitDialog h2 {
  772. margin-top : 0px;
  773. margin-bottom : 4px;
  774. border-width : 0px;
  775. }
  776. .player {
  777. display : inline-block;
  778. color : #555;
  779. font-size : 11px;
  780. font-family : sans-serif;
  781. border : 1px solid #555;
  782. padding : 0px 4px 0px 4px;
  783. margin : 0px 2px 0px 2px;
  784. width : 50px;
  785. text-align : center;
  786. background : white;
  787. }
  788. .player.playing {
  789. color : #00c000;
  790. border-color : #00c000;
  791. }
  792. .player:hover {
  793. background : #f0f0f0;
  794. cursor : pointer;
  795. }
  796. #headlines-spacer {
  797. height : 100%;
  798. margin-left : 1px;
  799. text-align : center;
  800. padding : 1em;
  801. color : #555;
  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 : #c0c0c0;
  809. border-width : 0px 1px 1px 1px;
  810. background-color : #ecf4ff;
  811. margin : 0px 0px 5px 0px;
  812. padding : 0px;
  813. box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
  814. }
  815. ul#filterDlg_Matches li, ul#filterDlg_Actions li {
  816. cursor : pointer;
  817. padding : 0px 0px 0px 5px;
  818. }
  819. ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
  820. margin-right : 5px;
  821. }
  822. ul.helpKbList {
  823. max-height : 300px;
  824. overflow : auto;
  825. list-style-type : none;
  826. border : 1px solid #c0c0c0;
  827. background-color : #ecf4ff;
  828. margin : 0px 0px 5px 0px;
  829. padding : 5px;
  830. border-radius : 4px;
  831. box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
  832. }
  833. ul.helpKbList span.hksequence {
  834. width : 6em;
  835. margin-left : 20px;
  836. color : #88b0f0;
  837. font-weight : bold;
  838. display : inline-block;
  839. }
  840. ul.helpKbList h2 {
  841. margin-top : 0px;
  842. }
  843. .dijitTreeNode .loadingNode {
  844. margin-left : 3px;
  845. height : 9px;
  846. }
  847. span.collapseBtn {
  848. cursor : pointer;
  849. }
  850. div.postContent p {
  851. max-width : 650px;
  852. }
  853. div.postContent iframe {
  854. min-width : 50%;
  855. }
  856. div.postHeader span.author {
  857. color : #555;
  858. font-size : 11px;
  859. font-weight : normal;
  860. }
  861. body#ttrssZoom {
  862. margin-left : auto;
  863. margin-right : auto;
  864. padding : 20px;
  865. max-width : 800px;
  866. background : #f9fbff;
  867. }
  868. body#ttrssZoom div.postContent p {
  869. max-width : 650px;
  870. }
  871. body#ttrssZoom div.postHeader {
  872. margin : 10px;
  873. border : 1px solid #ccc;
  874. box-shadow : none;
  875. border-radius : 4px;
  876. }
  877. body#ttrssZoom div.postReply {
  878. border : 1px solid #ccc;
  879. border-radius : 4px;
  880. box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
  881. background : white;
  882. }
  883. body#ttrssZoom div.postContent {
  884. }
  885. body#ttrssZoom div.footer {
  886. margin-top : 1em;
  887. text-align : center;
  888. }
  889. body#ttrssZoom div.postContent img {
  890. max-width : 650px;
  891. height : auto;
  892. }
  893. select.attachments {
  894. display : block;
  895. margin-top : 10px;
  896. max-width : 120px;
  897. }
  898. div.hl.active {
  899. border-color : #88b0f0;
  900. }
  901. #selected_prompt {
  902. margin-right : 25px;
  903. }
  904. body#ttrssMain #feedTree .dijitTreeRow {
  905. padding : 2px 0px 2px;
  906. border-width : 1px;
  907. border-color : transparent;
  908. color : #333;
  909. }
  910. .dijitFolderClosed,
  911. .dijitFolderOpened {
  912. display : none;
  913. }
  914. .dijitTreeNode .dijitCheckBox {
  915. margin-left : 4px;
  916. }
  917. body#ttrssMain #feedTree .dijitTreeIsRoot > .dijitTreeRow > .dijitTreeExpando {
  918. margin-left : 5px;
  919. }
  920. body#ttrssMain #feedTree .dijitTreeNode {
  921. padding : 0px;
  922. border-width : 0px;
  923. }
  924. body#ttrssMain #feedTree {
  925. height : 100%;
  926. overflow-x : hidden;
  927. font-family : "Segoe UI", Tahoma, sans-serif;
  928. }
  929. #feedTree .counterNode.aux {
  930. background : #f0f0f0;
  931. color : #999;
  932. border-color : #f0f0f0;
  933. }
  934. #feedTree .counterNode {
  935. font-weight : bold;
  936. display : inline-block;
  937. font-size : 9px;
  938. text-align : center;
  939. border : 1px solid #88b0f0;
  940. color : white;
  941. background : #88b0f0;
  942. border-radius : 4px;
  943. vertical-align : middle;
  944. float : right;
  945. margin-right : 5px;
  946. position : relative;
  947. top : 2px;
  948. min-width : 23px;
  949. }
  950. #feedTree .dijitTreeRow {
  951. max-width: 100%;
  952. overflow: hidden;
  953. text-overflow: ellipsis;
  954. }
  955. body#ttrssPrefs hr {
  956. border-color : #ecf4ff;
  957. max-width : 100%;
  958. }
  959. .dijitMenuItemLabel {
  960. font-size : 13px;
  961. }
  962. .dijitTreeRowSelected .dijitTreeLabel {
  963. text-shadow : 1px 1px 2px #fff;
  964. }