tt-rss.css 15 KB

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