tt-rss.css 15 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036
  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 : #c0c0c0;
  30. background : #fafafa;
  31. box-shadow : 0px 0px 3px 0px #ccc;
  32. padding : 5px;
  33. color : #909090;
  34. }
  35. div.postReply div.postTitle {
  36. overflow : hidden;
  37. text-overflow: ellipsis;
  38. white-space : nowrap;
  39. }
  40. div.postReply div.postDate {
  41. padding-left : 10px;
  42. }
  43. div.postReply div.postContent {
  44. padding : 10px;
  45. font-size : 12px;
  46. }
  47. div.postReply div.postContent img {
  48. border-width : 0px;
  49. max-width : 98%;
  50. height: auto;
  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. bottom : 10px;
  113. right : 10px;
  114. border-width : 1px;
  115. border-style : solid;
  116. position : absolute;
  117. font-size : 12px;
  118. z-index : 99;
  119. padding : 5px;
  120. min-width : 200px;
  121. box-shadow : 0px 0px 2px #ccc;
  122. }
  123. #notify img {
  124. vertical-align : middle;
  125. max-height : 14px;
  126. }
  127. #notify span.msg {
  128. width : 100%;
  129. }
  130. #notify span.close {
  131. text-align : right;
  132. }
  133. #notify span {
  134. display : table-cell;
  135. vertical-align : middle;
  136. padding : 4px;
  137. }
  138. .notify {
  139. border-color : #d7c47a;
  140. background-color : #fff7d5;
  141. }
  142. .notify.progress {
  143. border-color : #d7c47a;
  144. background-color : #fff7d5;
  145. }
  146. .notify.info {
  147. border-color : #88b0f0;
  148. background-color : #ecf4ff;
  149. }
  150. .notify.error {
  151. background-color : #ffcccc;
  152. border-color : #ff0000;
  153. }
  154. .hl.Unread div.hlTitle {
  155. font-weight : bold;
  156. }
  157. .hl.even.Grayed {
  158. background : #f0f0f0;
  159. color : #909090;
  160. border-width : 0px 0px 1px 0px;
  161. border-style : solid;
  162. border-color : #c0c0c0;
  163. border-collapse : collapse;
  164. }
  165. .hl.odd.Grayed {
  166. color : #909090;
  167. }
  168. .hl {
  169. border-width : 0px 1px 1px 0px;
  170. border-style : solid;
  171. border-color : #c0c0c0;
  172. }
  173. .hl.active {
  174. background : #ecf4ff ! important;
  175. }
  176. .hl.even {
  177. background : #f0f0f0;
  178. border-collapse : collapse;
  179. }
  180. .hl.odd {
  181. background : white;
  182. }
  183. div.filterTestHolder {
  184. height : 300px;
  185. overflow : auto;
  186. border-color : #c0c0c0;
  187. border-style : solid;
  188. margin : 0px 0px 5px 0px;
  189. background-color : #ecf4ff;
  190. border-width : 1px 1px 1px 1px;
  191. }
  192. #content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
  193. margin : 5px 0px 5px 0px;
  194. padding : 10px;
  195. color : gray;
  196. border-width : 0px 0px 0px 3px;
  197. border-color : #c0c0c0;
  198. border-style : solid;
  199. background : #fafafa;
  200. }
  201. #content-insert code, #headlines-frame code, .dijitContentPane code {
  202. color : #009900;
  203. font-family : monospace;
  204. font-size : 12px;
  205. }
  206. #content-insert pre, #headlines-frame pre, .dijitContentPane pre {
  207. margin : 5px 0px 5px 0px;
  208. padding : 10px;
  209. color : gray;
  210. font-family : monospace;
  211. font-size : 12px;
  212. border-width : 0px;
  213. border-color : #c0c0c0;
  214. border-style : solid;
  215. background : #fafafa;
  216. display : block;
  217. max-width : 98%;
  218. overflow : auto;
  219. }
  220. div.notice, div.warning, div.error {
  221. padding : 4px 10px 4px 4px;
  222. display : inline-block;
  223. margin : 2px 0px 4px 0px;
  224. font-size : 12px;
  225. box-shadow : 0px 0px 2px #ccc;
  226. }
  227. div.notice div.inner, div.warning div.inner, div.error div.inner {
  228. vertical-align : middle;
  229. }
  230. div.notice {
  231. background : #ecf4ff;
  232. }
  233. div.warning {
  234. background : #fff7d5;
  235. }
  236. div.error {
  237. background : #ffcccc;
  238. }
  239. div.warning img, div.notice img, div.error img {
  240. margin-right : 4px;
  241. vertical-align : middle;
  242. }
  243. div.warning span, div.notice span, div.error span {
  244. display : table-cell;
  245. vertical-align : middle;
  246. }
  247. ul.nomarks {
  248. list-style-type : none;
  249. margin : 0px;
  250. padding : 10px;
  251. }
  252. div.prefHelp {
  253. color : gray;
  254. padding : 5px;
  255. }
  256. span.feed_error {
  257. color : red;
  258. }
  259. .insensitive {
  260. color : gray;
  261. }
  262. .insensitive a {
  263. color : #4684ff;
  264. }
  265. .insensitive a:hover {
  266. color : black;
  267. }
  268. div#headlines-toolbar {
  269. border-width : 0px 0px 1px 0px;
  270. background-color : #f0f0f0;
  271. border-color : #c0c0c0;
  272. font-size : 11px;
  273. font-family : "Segoe UI", Tahoma, sans-serif;
  274. color : gray;
  275. padding : 0px;
  276. margin : 0px;
  277. overflow : hidden;
  278. height : 25px;
  279. line-height : 25px;
  280. padding-left : 4px;
  281. }
  282. div#headlines-toolbar .dijitSelect {
  283. font-size : 11px;
  284. position : relative;
  285. top : -2px;
  286. }
  287. div#headlines-toolbar span.r {
  288. float: right;
  289. position: relative;
  290. padding : 0 4px 0px 4px;
  291. text-align : right;
  292. }
  293. div#headlines-toolbar span.r span.error {
  294. color : red;
  295. }
  296. div#headlines-toolbar span.r a {
  297. color : gray;
  298. }
  299. div#headlines-toolbar span.r a:hover {
  300. color : black;
  301. }
  302. span.contentPreview {
  303. color : gray;
  304. font-weight : normal;
  305. }
  306. span.contentPreview:hover {
  307. color : #4684ff;
  308. }
  309. span.hlLabelRef {
  310. background-color : #fff7d5;
  311. font-size : 8px;
  312. color : #063064;
  313. font-weight : normal;
  314. margin : 0px 3px 0px 3px;
  315. padding : 0px 4px 0px 4px;
  316. white-space: nowrap;
  317. }
  318. div.postHeader div.postDate {
  319. text-align : right;
  320. color : gray;
  321. float : right;
  322. }
  323. div.postHeader div {
  324. padding-bottom : 3px;
  325. font-size : 12px;
  326. }
  327. #feedUpdateErrors {
  328. display : none;
  329. }
  330. #allEntryTags {
  331. font-size : 12px;
  332. border-width : 0px 0px 1px 0px;
  333. border-style : solid;
  334. border-color : #c0c0c0;
  335. padding-bottom : 5px;
  336. display : none;
  337. }
  338. div.hlFeed, div.hlFeed a {
  339. font-size : 10px;
  340. color : gray;
  341. font-style : italic;
  342. font-weight : normal;
  343. white-space: nowrap;
  344. }
  345. div.hlFeed a:hover {
  346. color : #4684ff;
  347. }
  348. img.markedPic, img.pubPic {
  349. cursor : pointer;
  350. vertical-align : middle;
  351. }
  352. div.tagCloudContainer {
  353. border : 1px solid #c0c0c0;
  354. background-color : #ecf4ff;
  355. margin : 5px 0px 5px 0px;
  356. padding : 5px;
  357. text-align : center;
  358. }
  359. div.errorExplained {
  360. border : 1px solid #c0c0c0;
  361. background-color : #ecf4ff;
  362. margin : 5px 0px 5px 0px;
  363. padding : 5px;
  364. }
  365. ul.feedErrorsList {
  366. max-height : 300px;
  367. overflow : auto;
  368. list-style-type : none;
  369. border : 1px solid #c0c0c0;
  370. background-color : #ecf4ff;
  371. margin : 0px 0px 5px 0px;
  372. padding : 5px;
  373. }
  374. ul.feedErrorsList em {
  375. color : gray;
  376. }
  377. ul.browseFeedList {
  378. height : 300px;
  379. overflow : auto;
  380. border-width : 0px 1px 1px 1px;
  381. border-color : #c0c0c0;
  382. border-style : solid;
  383. margin : 0px 0px 5px 0px;
  384. background-color : white;
  385. list-style-type : none;
  386. padding : 0px;
  387. }
  388. ul.browseFeedList li {
  389. margin : 0px;
  390. padding : 2px 4px 2px 4px;
  391. }
  392. span.subscribers {
  393. color : #808080;
  394. }
  395. div.subscribers {
  396. color : #808080;
  397. font-size : 12px;
  398. float : right;
  399. }
  400. div.browserDetails {
  401. margin : 5px 5px 5px 5px;
  402. padding : 5px;
  403. }
  404. ul.compact {
  405. list-style-type : none;
  406. margin : 0px;
  407. padding : 0px;
  408. }
  409. ul.compact li {
  410. margin : 0px;
  411. padding : 0px;
  412. }
  413. .noborder {
  414. border-width : 0px;
  415. }
  416. #overlay {
  417. background : white;
  418. left : 0;
  419. top : 0;
  420. height : 100%;
  421. width : 100%;
  422. z-index : 100;
  423. position : absolute;
  424. }
  425. #overlay_inner {
  426. font-weight : bold;
  427. margin : 1em;
  428. }
  429. form {
  430. margin : 0px;
  431. padding : 0px;
  432. }
  433. #main_toolbar_form {
  434. margin : 0px;
  435. padding : 0px;
  436. display : table-cell;
  437. white-space : nowrap;
  438. width : 100%;
  439. }
  440. div.loadingPrompt {
  441. padding : 1em;
  442. text-align : center;
  443. font-weight : bold;
  444. }
  445. div.whiteBox {
  446. margin-left : 1px;
  447. text-align : center;
  448. padding : 1em;
  449. }
  450. html, body#ttrssMain, #main {
  451. width: 100%;
  452. height: 100%;
  453. border: 0;
  454. padding: 0;
  455. margin: 0;
  456. }
  457. #toolbar div.actionChooser {
  458. display : table-cell;
  459. text-align : right;
  460. padding-right : 3px;
  461. }
  462. div.autocomplete {
  463. position : absolute;
  464. width : 250px;
  465. background-color : white;
  466. border :1px solid #778899;
  467. margin : 0px;
  468. padding : 0px;
  469. }
  470. div.autocomplete ul {
  471. list-style-type : none;
  472. margin : 0px;
  473. padding : 0px;
  474. }
  475. div.autocomplete ul li.selected {
  476. background-color : #fff7d5;
  477. }
  478. div.autocomplete ul li {
  479. list-style-type : none;
  480. display : block;
  481. margin : 0;
  482. padding : 2px;
  483. height : 32px;
  484. cursor : pointer;
  485. }
  486. a.visibleLink {
  487. color : #4684ff;
  488. }
  489. .hlContentH a, .hlContentH span {
  490. color : #00cc00;
  491. }
  492. .hlContentL a, .hlContentL span {
  493. color : #909090;
  494. text-decoration : line-through;
  495. }
  496. span.titleWrapH, span.titleWrapH a {
  497. color : #00cc00;
  498. }
  499. span.titleWrapL, span.titleWrapL a {
  500. color : #909090;
  501. text-decoration : line-through;
  502. }
  503. img.hlScorePic {
  504. vertical-align : middle;
  505. width : 16px;
  506. height : 16px;
  507. }
  508. div.dlgSec {
  509. font-size : 12px;
  510. color : gray;
  511. font-weight : bold;
  512. clear : both;
  513. height : 20px;
  514. }
  515. div.dlgSecCont {
  516. position : relative;
  517. left : 150px;
  518. top : -20px;
  519. float : left;
  520. font-size : 12px;
  521. font-weight : normal;
  522. }
  523. div.dlgSecCont hr {
  524. height : 0px;
  525. line-height : 0px;
  526. border : 0px solid transparent;
  527. margin : 2px;
  528. }
  529. div.dlgSecCont > * {
  530. position : relative;
  531. top : -2px;
  532. }
  533. div.dlgButtons {
  534. text-align : right;
  535. clear : both;
  536. }
  537. span.labelColorIndicator {
  538. height : 14px;
  539. width : 14px;
  540. line-height : 14px;
  541. font-size : 9px;
  542. display : inline-block;
  543. border : 1px solid black;
  544. background-color : #fff7d5;
  545. color : #063064;
  546. text-align : center;
  547. margin-right : 2px;
  548. }
  549. span.labelColorIndicator2 {
  550. height : 14px;
  551. width : 14px;
  552. font-size : 9px;
  553. display : inline-block;
  554. border : 1px solid black;
  555. background-color : #fff7d5;
  556. color : #063064;
  557. text-align : center;
  558. margin-right : 2px;
  559. vertical-align : bottom;
  560. }
  561. div#cmdline {
  562. position : absolute;
  563. left : 5px;
  564. bottom : 5px;
  565. font-size : 11px;
  566. color : gray;
  567. font-weight : bold;
  568. background-color : white;
  569. border : 1px solid #88b0f0;
  570. padding : 3px 5px 3px 5px;
  571. z-index : 5;
  572. }
  573. #feed_browser_spinner {
  574. vertical-align : middle;
  575. height : 18px;
  576. width : 18px;
  577. }
  578. div.hlTitle {
  579. display : table-cell;
  580. cursor : pointer;
  581. width : 100%;
  582. vertical-align : middle;
  583. padding-top : 4px;
  584. padding-bottom : 4px;
  585. }
  586. div.hlLeft {
  587. display : table-cell;
  588. vertical-align : middle;
  589. white-space: nowrap;
  590. }
  591. div.hlRight {
  592. display : table-cell;
  593. white-space: nowrap;
  594. text-align : right;
  595. vertical-align : middle;
  596. }
  597. div.hlRight img {
  598. max-width : 16px;
  599. max-height : 16px;
  600. }
  601. span.hlUpdated {
  602. color : gray;
  603. min-width : 100px;
  604. display : table-cell;
  605. width : 100%;
  606. vertical-align : middle;
  607. text-align : right;
  608. font-size : 10px;
  609. font-weight : normal;
  610. }
  611. div.hlLeft {
  612. padding-left : 8px;
  613. }
  614. div.hlLeft input {
  615. margin-left : 4px;
  616. margin-right : 4px;
  617. }
  618. div.hlLeft img, div.hlRight img {
  619. margin : 0px 4px 0px 4px;
  620. }
  621. div.hlLeft img {
  622. width : 16px;
  623. height : 16px;
  624. }
  625. div.fatalError {
  626. margin-bottom : 10px;
  627. }
  628. div.fatalError button {
  629. margin-top : 5px;
  630. }
  631. div.fatalError textarea {
  632. width : 100%;
  633. height : 100px;
  634. }
  635. #main {
  636. border-width : 0px;
  637. margin : 0px;
  638. padding : 0px;
  639. }
  640. #header-wrap {
  641. border-width : 0px;
  642. margin : 0px;
  643. padding : 0px;
  644. }
  645. #content-wrap {
  646. padding : 0px;
  647. border-width : 0px 0px 1px 1px;
  648. border-style : solid;
  649. border-color : #c0c0c0;
  650. margin : 0px;
  651. }
  652. #feeds-holder {
  653. padding : 0px;
  654. border-color : #88b0f0;
  655. border-left-width : 0px;
  656. border-bottom-width : 0px;
  657. border-top-width : 0px;
  658. overflow : auto;
  659. }
  660. #headlines-wrap-inner {
  661. padding : 0px;
  662. margin : 0px;
  663. border-width : 0px;
  664. }
  665. #feedTree {
  666. overflow : visible;
  667. }
  668. #headlines-frame {
  669. padding : 0px;
  670. border-color : #88b0f0;
  671. border-left-width : 0px;
  672. border-right-width : 0px;
  673. margin-top : 0px;
  674. border-top-width : 0px;
  675. }
  676. #headlines-toolbar_splitter, #toolbar_splitter {
  677. display : none;
  678. }
  679. #toolbar {
  680. padding : 0px;
  681. margin : 0px;
  682. border-width : 0px;
  683. white-space: nowrap;
  684. font-size : 11px;
  685. }
  686. #header {
  687. border-width : 0px;
  688. text-align : right;
  689. color : gray;
  690. padding : 5px 5px 0px 0px;
  691. margin : 0px;
  692. position : absolute;
  693. right : 0px;
  694. top : 0px;
  695. z-index : 5;
  696. }
  697. #footer {
  698. text-align : center;
  699. color : gray;
  700. padding : 4px 4px 8px 4px;
  701. border-width : 0px;
  702. }
  703. #content-insert {
  704. padding : 0px;
  705. border-color : #88b0f0;
  706. border-bottom-width : 0px;
  707. border-right-width : 0px;
  708. border-left-width : 0px;
  709. overflow : auto;
  710. }
  711. .dijitTreeLabel.Unread {
  712. font-weight : bold;
  713. }
  714. .feedParam {
  715. color : gray;
  716. float : right;
  717. margin-right : 1em;
  718. }
  719. .labelParam {
  720. float : right;
  721. margin-right : 1em;
  722. }
  723. .dijitTreeLabel.Disabled, .labelParam.Disabled {
  724. color : gray;
  725. }
  726. .dijitTreeRow.Error {
  727. color : red;
  728. }
  729. .dijitTreeRow.Hidden {
  730. display : none;
  731. }
  732. img.feedIcon, img.tinyFeedIcon {
  733. width : 16px;
  734. height : 16px;
  735. vertical-align : middle;
  736. display : inline-block;
  737. }
  738. .dijitDialog .dijitToolbar {
  739. border : 1px solid #c0c0c0;
  740. }
  741. .dijitDialog h2 {
  742. margin-top : 0px;
  743. margin-bottom : 4px;
  744. border-width : 0px;
  745. }
  746. .player {
  747. display : inline-block;
  748. color : gray;
  749. font-size : 11px;
  750. font-family : sans-serif;
  751. border : 1px solid gray;
  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 : gray;
  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 : #c0c0c0;
  779. border-width : 0px 1px 1px 1px;
  780. background-color : #ecf4ff;
  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#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
  789. margin-right : 5px;
  790. }
  791. ul.helpKbList {
  792. max-height : 300px;
  793. overflow : auto;
  794. list-style-type : none;
  795. border : 1px solid #c0c0c0;
  796. background-color : #ecf4ff;
  797. margin : 0px 0px 5px 0px;
  798. padding : 5px;
  799. }
  800. ul.helpKbList span.hksequence {
  801. width : 6em;
  802. margin-left : 20px;
  803. color : #88b0f0;
  804. font-weight : bold;
  805. display : inline-block;
  806. }
  807. ul.helpKbList h2 {
  808. margin-top : 0px;
  809. }
  810. .dijitTreeNode .loadingNode {
  811. margin-left : 3px;
  812. }
  813. span.collapseBtn {
  814. cursor : pointer;
  815. }
  816. div.postContent p {
  817. max-width : 650px;
  818. }
  819. div.postContent iframe {
  820. min-width : 50%;
  821. }
  822. div.postHeader span.author {
  823. color : gray;
  824. font-size : 11px;
  825. font-weight : normal;
  826. }
  827. body#ttrssZoom {
  828. margin-left : auto;
  829. margin-right : auto;
  830. padding : 2em;
  831. max-width : 800px;
  832. background : #f0f0f0;
  833. }
  834. body#ttrssZoom div.postContent p {
  835. max-width : 650px;
  836. }
  837. body#ttrssZoom div.postReply {
  838. border : 1px solid #ccc;
  839. box-shadow : 0px 0px 3px #ccc;
  840. }
  841. body#ttrssZoom div.postContent {
  842. background-color : white;
  843. }
  844. body#ttrssZoom div.footer {
  845. margin-top : 1em;
  846. text-align : center;
  847. }
  848. body#ttrssZoom div.postContent img {
  849. max-width : 650px;
  850. height : auto;
  851. }
  852. select.attachments {
  853. display : block;
  854. margin-top : 10px;
  855. max-width : 120px;
  856. }
  857. div.hl.active {
  858. border-color : #88b0f0;
  859. }
  860. div.hl.active a.title {
  861. color : #4684ff;
  862. }
  863. #selected_prompt {
  864. margin-right : 25px;
  865. }