tt-rss.css 15 KB

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