tt-rss.css 15 KB

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