tt-rss.less 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229
  1. body.ttrss_main {
  2. background : white;
  3. color : black;
  4. margin : 0px;
  5. padding : 0px;
  6. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  7. font-size: 14px;
  8. body#ttrssMain {
  9. overflow : hidden;
  10. max-height : 100%;
  11. }
  12. :focus {
  13. outline: none;
  14. }
  15. div.postReply {
  16. padding : 0px;
  17. div.postHeader {
  18. padding : 5px;
  19. margin-right : 4px;
  20. color : #909090;
  21. border: 0px solid #ddd;
  22. border-bottom-width: 1px;
  23. div.postDate {
  24. text-align : right;
  25. color : #909090;
  26. float : right;
  27. }
  28. div {
  29. padding-bottom : 3px;
  30. }
  31. span.author {
  32. color : #555;
  33. font-size : 11px;
  34. font-weight : normal;
  35. }
  36. }
  37. div.postTitle {
  38. overflow : hidden;
  39. text-overflow: ellipsis;
  40. white-space : nowrap;
  41. font-weight : 600;
  42. text-rendering: optimizelegibility;
  43. font-family : @fonts-ui-bold;
  44. }
  45. div.postDate {
  46. padding-left : 10px;
  47. }
  48. div.postContent {
  49. padding : 10px;
  50. font-size : 16px;
  51. img,
  52. video {
  53. border-width : 0px;
  54. max-width : 98%;
  55. height: auto;
  56. }
  57. h1 {
  58. font-size : 16px;
  59. }
  60. h2,
  61. h3,
  62. h4 {
  63. font-size : 15px;
  64. }
  65. p {
  66. hyphens: auto;
  67. }
  68. iframe {
  69. min-width : 50%;
  70. max-width : 98%;
  71. }
  72. }
  73. div.postEnclosures {
  74. color : #555;
  75. }
  76. img.tagsPic {
  77. width : 16px;
  78. height : 16px;
  79. margin-left : 4px;
  80. vertical-align : middle;
  81. }
  82. span.author {
  83. font-size : 12px;
  84. }
  85. }
  86. div.articleNote {
  87. background-color : #fff7d5;
  88. padding : 5px;
  89. margin : 5px;
  90. border: 1px solid #e7d796;
  91. color : #9a8c59;
  92. div.noteEdit {
  93. float : right;
  94. cursor : pointer;
  95. }
  96. }
  97. h1 {
  98. font-size : 18px;
  99. font-weight : 600;
  100. text-rendering: optimizelegibility;
  101. font-family : @fonts-ui;
  102. }
  103. h2 {
  104. font-size : 16px;
  105. font-weight : 600;
  106. border: 0px solid @color-accent-light;
  107. border-bottom-width: 1px;
  108. text-rendering: optimizelegibility;
  109. font-family : @fonts-ui;
  110. }
  111. h3 {
  112. font-size : 13px;
  113. border: 0px solid @color-accent-light;
  114. border-bottom-width: 1px;
  115. font-weight : 600;
  116. text-rendering: optimizelegibility;
  117. font-family : @fonts-ui;
  118. }
  119. h4 {
  120. font-size : 14px;
  121. font-weight : 600;
  122. text-rendering: optimizelegibility;
  123. font-family : @fonts-ui;
  124. }
  125. hr {
  126. border: 0px solid #ccc;
  127. border-bottom-width: 1px;
  128. }
  129. a {
  130. color: @color-link;
  131. text-decoration: none;
  132. }
  133. a:hover {
  134. color: darken(@color-link, 20%);
  135. text-decoration: underline;
  136. }
  137. #notify.visible {
  138. transform: translate(0, -35px);
  139. }
  140. #notify {
  141. bottom : -35px;
  142. right : 0px;
  143. height : 20px;
  144. left : 0px;
  145. border-width : 1px 0px 0px 0px;
  146. border-style : solid;
  147. position : fixed;
  148. font-size : 12px;
  149. z-index : 99;
  150. padding : 5px;
  151. box-shadow : 0px -2px 2px rgba(0,0,0,0.1);
  152. transition: all 0.5s ease-in-out;
  153. img {
  154. vertical-align : middle;
  155. max-height : 14px;
  156. }
  157. span.msg {
  158. width : 100%;
  159. }
  160. img.close {
  161. cursor : pointer;
  162. }
  163. span {
  164. display : table-cell;
  165. vertical-align : middle;
  166. padding : 2px;
  167. }
  168. }
  169. .notify {
  170. border-color : #d7c47a;
  171. background-color : #fff7d5;
  172. }
  173. .notify.notify_progress {
  174. border-color : #d7c47a;
  175. background-color : #fff7d5;
  176. }
  177. .notify.notify_info {
  178. border-color : @color-accent;
  179. background-color : @color-accent-light;
  180. }
  181. .notify.notify_error {
  182. background-color : #ffcccc;
  183. border-color : #ff0000;
  184. }
  185. .hl {
  186. border: 0px solid #ddd;
  187. border-bottom-width: 1px;
  188. padding : 1px;
  189. div.hlTitle {
  190. display : table-cell;
  191. cursor : pointer;
  192. width : 100%;
  193. vertical-align : middle;
  194. overflow : hidden;
  195. white-space : nowrap;
  196. max-width : 500px;
  197. text-overflow : ellipsis;
  198. padding: 4px 6px;
  199. }
  200. div.hlLeft {
  201. display : table-cell;
  202. vertical-align : middle;
  203. white-space: nowrap;
  204. }
  205. div.hlRight {
  206. display : table-cell;
  207. white-space: nowrap;
  208. text-align : right;
  209. vertical-align : middle;
  210. }
  211. div.hlRight img {
  212. max-width : 16px;
  213. max-height : 16px;
  214. }
  215. span.hlFeed {
  216. display : table-cell;
  217. vertical-align : middle;
  218. text-align : right;
  219. }
  220. span.hlFeed a {
  221. border-radius : 4px;
  222. display : inline-block;
  223. padding : 1px 4px 1px 4px;
  224. font-size : 11px;
  225. font-style : italic;
  226. font-weight : normal;
  227. color : #555;
  228. white-space : nowrap;
  229. }
  230. span.hlFeed a:hover {
  231. color : @color-accent;
  232. }
  233. span.hlUpdated {
  234. color : #555;
  235. display : table-cell;
  236. vertical-align : middle;
  237. text-align : right;
  238. font-size : 11px;
  239. white-space : nowrap;
  240. padding-left : 10px;
  241. }
  242. span.hlUpdated div {
  243. display : inline-block;
  244. }
  245. div.hlLeft {
  246. padding-left : 8px;
  247. }
  248. div.hlLeft input {
  249. margin-left : 4px;
  250. margin-right : 4px;
  251. }
  252. div.hlLeft img, div.hlRight img {
  253. margin : 0px 4px;
  254. }
  255. div.hlLeft img {
  256. width : 16px;
  257. height : 16px;
  258. }
  259. div.hlTitle a {
  260. font-weight : 600;
  261. text-rendering: optimizelegibility;
  262. font-family : @fonts-ui;
  263. color : #777;
  264. }
  265. a.title.high, span.hlContent.high .contentPreview {
  266. color : #00aa00;
  267. }
  268. }
  269. .hl.Unread a.title.high, .hl.Unread span.hlContent.high .contentPreview {
  270. color : #00dd00;
  271. }
  272. .hl a.title.low, span.hlContent.low .contentPreview,
  273. .hl.Unread a.title.low, .hl.Unread span.hlContent.low .contentPreview {
  274. color : #909090;
  275. text-decoration : line-through;
  276. }
  277. .hl.Unread div.hlTitle a {
  278. color : black;
  279. }
  280. .hl.active {
  281. background : @color-accent-light ! important;
  282. }
  283. .hl.active div.hlTitle a {
  284. color : @color-accent;
  285. /* text-shadow : 1px 1px 2px #fff; */
  286. }
  287. .hl.Selected {
  288. background : #f9fbff;
  289. }
  290. .hl.Grayed {
  291. color : #909090;
  292. }
  293. div.filterTestHolder {
  294. height : 300px;
  295. overflow : auto;
  296. border-color : #ddd;
  297. border-style : solid;
  298. margin : 0px 0px 5px 0px;
  299. border-width : 1px;
  300. }
  301. #content-insert blockquote,
  302. #headlines-frame blockquote,
  303. .dijitContentPane blockquote {
  304. margin : 5px 0px 5px 0px;
  305. color : #555;
  306. padding-left : 10px;
  307. border: 0px solid #ccc;
  308. border-left-width: 4px;
  309. }
  310. #content-insert code,
  311. #headlines-frame code,
  312. .dijitContentPane code {
  313. color : #009900;
  314. font-family : monospace;
  315. font-size : 12px;
  316. }
  317. #content-insert pre,
  318. #headlines-frame pre,
  319. .dijitContentPane pre {
  320. margin: 5px 0px 5px 0px;
  321. padding: 10px;
  322. color: #555;
  323. font-family: monospace;
  324. font-size: 12px;
  325. border: 0px solid #ccc;
  326. background: #f5f5f5;
  327. display: block;
  328. max-width: 98%;
  329. overflow: auto;
  330. }
  331. .alert {
  332. padding: 8px 35px 8px 14px;
  333. margin-bottom: 10px;
  334. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  335. background-color: #fcf8e3;
  336. border: 1px solid #fbeed5;
  337. border-radius: 4px;
  338. }
  339. .alert,
  340. .alert h4 {
  341. color: #c09853;
  342. }
  343. .alert h4 {
  344. margin: 0;
  345. }
  346. .alert .close {
  347. position: relative;
  348. top: -2px;
  349. right: -21px;
  350. line-height: 20px;
  351. cursor : pointer;
  352. }
  353. .alert-success {
  354. color: #468847;
  355. background-color: #dff0d8;
  356. border-color: #d6e9c6;
  357. }
  358. .alert-success h4 {
  359. color: #468847;
  360. }
  361. .alert-danger,
  362. .alert-error {
  363. color: #b94a48;
  364. background-color: #f2dede;
  365. border-color: #eed3d7;
  366. }
  367. .alert-danger h4,
  368. .alert-error h4 {
  369. color: #b94a48;
  370. }
  371. .alert-info {
  372. color: #3a87ad;
  373. background-color: #d9edf7;
  374. border-color: #bce8f1;
  375. }
  376. .alert-info h4 {
  377. color: #3a87ad;
  378. }
  379. ul.nomarks {
  380. list-style-type : none;
  381. margin : 0px;
  382. padding : 10px;
  383. }
  384. div.prefHelp {
  385. color : #555;
  386. padding : 5px;
  387. }
  388. .insensitive {
  389. color : #555;
  390. }
  391. .small {
  392. font-size : 11px;
  393. }
  394. #main-toolbar {
  395. > * {
  396. white-space : nowrap;
  397. display : table-cell;
  398. color : #999;
  399. overflow : hidden;
  400. }
  401. > *,
  402. table *,
  403. .actionChooser * {
  404. text-rendering: optimizelegibility;
  405. font-family : @fonts-ui;
  406. font-size : 12px;
  407. }
  408. #headlines-toolbar {
  409. padding-right : 4px;
  410. width : 100%;
  411. span.holder {
  412. display : table;
  413. width : 100%;
  414. }
  415. span.holder > * {
  416. display : table-cell;
  417. }
  418. .main {
  419. text-align : right;
  420. }
  421. .main,
  422. .r {
  423. line-height : 24px;
  424. }
  425. span.r img {
  426. margin-right : 4px;
  427. position : relative;
  428. top : 3px;
  429. }
  430. span.r .error a {
  431. color : red;
  432. }
  433. }
  434. #selected_prompt {
  435. font-style : italic;
  436. text-align : right;
  437. margin-right : 4px;
  438. }
  439. @media (max-width: 992px) {
  440. #selected_prompt {
  441. display : none;
  442. }
  443. }
  444. }
  445. span.contentPreview {
  446. color : #999;
  447. font-weight : normal;
  448. font-size : 12px;
  449. padding-left : 4px;
  450. }
  451. span.hlLabelRef {
  452. background-color : #fff7d5;
  453. font-size : 8px;
  454. color : #063064;
  455. font-weight : normal;
  456. margin-left : 2px;
  457. padding : 1px 4px 1px 4px;
  458. display : inline-block;
  459. vertical-align : middle;
  460. white-space: nowrap;
  461. border-radius : 4px;
  462. }
  463. img.markedPic, img.pubPic {
  464. cursor : pointer;
  465. vertical-align : middle;
  466. opacity : 0.5;
  467. transition : opacity 0.25s;
  468. }
  469. img.markedPic:hover, img.pubPic:hover {
  470. opacity : 1;
  471. }
  472. img[src*='pub_set.png'], img[src*='mark_set.png'] {
  473. opacity : 1;
  474. }
  475. div.tagCloudContainer {
  476. border : 1px solid #ddd;
  477. margin : 5px 0px 5px 0px;
  478. padding : 5px;
  479. text-align : center;
  480. }
  481. div.errorExplained {
  482. border : 1px solid #ddd;
  483. margin : 5px 0px 5px 0px;
  484. padding : 5px;
  485. }
  486. ul.feedErrorsList {
  487. max-height : 300px;
  488. overflow : auto;
  489. list-style-type : none;
  490. border : 1px solid #ddd;
  491. margin : 0px 0px 5px 0px;
  492. padding : 5px;
  493. em {
  494. color : #555;
  495. }
  496. }
  497. ul.browseFeedList {
  498. height : 300px;
  499. overflow : auto;
  500. border-width : 0px 1px 1px 1px;
  501. border-color : #ddd;
  502. border-style : solid;
  503. margin : 0px 0px 5px 0px;
  504. background-color : white;
  505. list-style-type : none;
  506. padding : 0px;
  507. li {
  508. margin : 0px;
  509. padding : 2px 4px 2px 4px;
  510. }
  511. }
  512. .browseFeedList span.subscribers {
  513. color : #808080;
  514. }
  515. ul.compact {
  516. list-style-type : none;
  517. margin : 0px;
  518. padding : 0px;
  519. li {
  520. margin : 0px;
  521. padding : 0px;
  522. }
  523. }
  524. .noborder {
  525. border-width : 0px;
  526. }
  527. #overlay {
  528. background : white;
  529. left : 0;
  530. top : 0;
  531. height : 100%;
  532. width : 100%;
  533. z-index : 100;
  534. position : absolute;
  535. }
  536. #overlay_inner {
  537. font-weight : bold;
  538. margin : 1em;
  539. }
  540. form {
  541. margin : 0px;
  542. padding : 0px;
  543. }
  544. div.loadingPrompt {
  545. padding : 1em;
  546. text-align : center;
  547. font-weight : bold;
  548. }
  549. div.whiteBox {
  550. margin-left : 1px;
  551. text-align : center;
  552. padding : 1em 1em 0px 1em;
  553. font-size : 11px;
  554. border: 0px solid #ddd;
  555. border-bottom-width: 1px;
  556. }
  557. div.autocomplete {
  558. position : absolute;
  559. width : 250px;
  560. background-color : white;
  561. border :1px solid #778899;
  562. margin : 0px;
  563. padding : 0px;
  564. ul {
  565. list-style-type : none;
  566. margin : 0px;
  567. padding : 0px;
  568. }
  569. ul li.selected {
  570. background-color : #fff7d5;
  571. }
  572. ul li {
  573. list-style-type : none;
  574. display : block;
  575. margin : 0;
  576. padding : 2px;
  577. height : 32px;
  578. cursor : pointer;
  579. }
  580. }
  581. div#headlines-frame.wide .hlTitle {
  582. max-width : none;
  583. overflow : visible;
  584. white-space : normal;
  585. }
  586. div#headlines-frame.wide .hl .hlFeed {
  587. display : none;
  588. }
  589. img.hlScorePic {
  590. vertical-align : middle;
  591. width : 16px;
  592. height : 16px;
  593. }
  594. div.dlgSec {
  595. font-size : 12px;
  596. color : #555;
  597. font-weight : bold;
  598. clear : both;
  599. height : 20px;
  600. }
  601. div.dlgSecCont {
  602. position : relative;
  603. left : 150px;
  604. top : -20px;
  605. float : left;
  606. font-size : 12px;
  607. font-weight : normal;
  608. > * {
  609. position : relative;
  610. top : -2px;
  611. }
  612. }
  613. div.dlgSecCont hr, div.dlgSecSimple hr {
  614. height : 0px;
  615. line-height : 0px;
  616. border : 0px solid transparent;
  617. margin : 2px;
  618. }
  619. div.dlgButtons {
  620. text-align : right;
  621. clear : both;
  622. }
  623. span.labelColorIndicator {
  624. height : 16px;
  625. width : 16px;
  626. border-radius : 4px;
  627. line-height : 14px;
  628. vertical-align : middle;
  629. font-size : 9px;
  630. display : inline-block;
  631. border : 1px solid #ccc;
  632. background-color : #fff7d5;
  633. color : #063064;
  634. text-align : center;
  635. }
  636. div#cmdline {
  637. position : absolute;
  638. left : 5px;
  639. bottom : 5px;
  640. font-size : 11px;
  641. color : #555;
  642. font-weight : bold;
  643. background-color : white;
  644. border : 1px solid @color-accent;
  645. padding : 3px 5px 3px 5px;
  646. z-index : 5;
  647. }
  648. #feed_browser_spinner {
  649. vertical-align : middle;
  650. height : 18px;
  651. width : 18px;
  652. }
  653. div.fatalError {
  654. margin-bottom : 10px;
  655. button {
  656. margin-top : 5px;
  657. }
  658. textarea {
  659. width : 565px;
  660. height : 200px;
  661. }
  662. }
  663. #ttrssMain #main {
  664. border-width : 0px;
  665. margin : 0px;
  666. padding : 0px;
  667. }
  668. #header-wrap {
  669. border-width : 0px;
  670. margin : 0px;
  671. padding : 0px;
  672. }
  673. #content-wrap {
  674. padding : 0px;
  675. border-width : 0px;
  676. margin : 0px;
  677. }
  678. #feeds-holder {
  679. padding : 0px;
  680. border: 0px solid #ddd;
  681. overflow : hidden;
  682. background : #f5f5f5;
  683. box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
  684. -webkit-overflow-scrolling : touch;
  685. }
  686. #headlines-wrap-inner {
  687. padding : 0px;
  688. margin : 0px;
  689. border-width : 0px;
  690. }
  691. #headlines-frame {
  692. padding : 0px;
  693. border: 0px #ddd;
  694. margin-top : 0px;
  695. -webkit-overflow-scrolling : touch;
  696. -webkit-transform: translateZ(0);
  697. -webkit-backface-visibility: hidden;
  698. }
  699. #headlines-toolbar_splitter, #toolbar_splitter {
  700. display : none;
  701. }
  702. #toolbar {
  703. padding : 0px;
  704. margin : 0px;
  705. border-width : 0px;
  706. white-space: nowrap;
  707. font-size : 12px;
  708. }
  709. #main-toolbar {
  710. background : white;
  711. border: 0px solid #ddd;
  712. border-bottom-width: 1px;
  713. padding-left : 4px;
  714. height : 26px;
  715. }
  716. #header {
  717. border-width : 0px;
  718. text-align : right;
  719. color : #555;
  720. padding : 5px 5px 0px 0px;
  721. margin : 0px;
  722. position : absolute;
  723. right : 0px;
  724. top : 0px;
  725. z-index : 5;
  726. }
  727. #footer {
  728. text-align : center;
  729. color : #555;
  730. padding : 4px 4px 8px 4px;
  731. border-width : 0px;
  732. }
  733. #content-insert {
  734. padding : 0px;
  735. border-color : #ddd;
  736. border-width : 0px;
  737. line-height: 1.5;
  738. font-size : 15px;
  739. overflow : auto;
  740. -webkit-overflow-scrolling : touch;
  741. }
  742. #feedTree .dijitTreeRow .dijitTreeLabel.Unread {
  743. font-weight : bold;
  744. }
  745. #feedTree .dijitTreeRow.Error .dijitTreeLabel {
  746. color : red;
  747. }
  748. img.feedIcon, img.tinyFeedIcon {
  749. width : 16px;
  750. height : 16px;
  751. line-height : 16px;
  752. vertical-align : middle;
  753. display : inline-block;
  754. }
  755. .player {
  756. display : inline-block;
  757. color : #555;
  758. font-size : 11px;
  759. font-family : sans-serif;
  760. border : 1px solid #555;
  761. padding : 0px 4px 0px 4px;
  762. margin : 0px 2px 0px 2px;
  763. width : 50px;
  764. text-align : center;
  765. background : white;
  766. }
  767. .player.playing {
  768. color : #00c000;
  769. border-color : #00c000;
  770. }
  771. .player:hover {
  772. background : #f0f0f0;
  773. cursor : pointer;
  774. }
  775. #headlines-spacer {
  776. height : 100%;
  777. margin-left : 1px;
  778. text-align : center;
  779. color : #555;
  780. font-size : 11px;
  781. font-style : italic;
  782. a, span {
  783. color : #555;
  784. padding : 10px;
  785. display : block;
  786. }
  787. a:hover {
  788. color : @color-accent;
  789. }
  790. }
  791. ul#filterDlg_Matches, ul#filterDlg_Actions {
  792. max-height : 100px;
  793. overflow : auto;
  794. list-style-type : none;
  795. border-style : solid;
  796. border-color : #ddd;
  797. border-width : 0px 1px 1px 1px;
  798. background-color : white;
  799. margin : 0px 0px 5px 0px;
  800. padding : 0px;
  801. }
  802. ul#filterDlg_Matches li, ul#filterDlg_Actions li {
  803. cursor : pointer;
  804. padding : 0px 0px 0px 5px;
  805. }
  806. ul.helpKbList {
  807. max-height : 300px;
  808. overflow : auto;
  809. list-style-type : none;
  810. border : 1px solid #ddd;
  811. margin : 0px 0px 5px 0px;
  812. padding : 5px;
  813. span.hksequence {
  814. width : 6em;
  815. margin-left : 20px;
  816. color : @color-accent;
  817. font-weight : bold;
  818. display : inline-block;
  819. }
  820. h2 {
  821. margin-top : 0px;
  822. }
  823. }
  824. span.collapseBtn {
  825. cursor : pointer;
  826. img {
  827. vertical-align : middle;
  828. }
  829. }
  830. select.attachments {
  831. display : block;
  832. margin-top : 10px;
  833. max-width : 120px;
  834. }
  835. #selected_prompt {
  836. margin-right : 25px;
  837. vertical-align : middle;
  838. }
  839. body#ttrssMain.claro #feedTree.dijitTree .dijitTreeNode .dijitTreeRowSelected {
  840. box-shadow : -1px 0px 2px -1px rgba(0,0,0,0.1);
  841. border-right-color : white;
  842. }
  843. body#ttrssMain #feedTree.dijitTree .dijitTreeContainer {
  844. max-width : 100%;
  845. }
  846. body#ttrssMain #feedTree.dijitTree .dijitTreeRow {
  847. overflow: hidden;
  848. text-overflow: ellipsis;
  849. }
  850. body#ttrssMain #feedTree.dijitTree .dijitTreeNode .dijitTreeRow {
  851. padding : 4px 0px 4px;
  852. border-width : 1px;
  853. color : #333;
  854. }
  855. body#ttrssMain #feedTree.dijitTree img.tinyFeedIcon {
  856. position : relative;
  857. top : -2px;
  858. }
  859. #filterDlg_feeds select {
  860. height : 150px;
  861. width : 410px;
  862. }
  863. ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
  864. margin-right : 5px;
  865. }
  866. body#ttrssMain #feedTree {
  867. height : 100%;
  868. overflow-x : hidden;
  869. text-rendering: optimizelegibility;
  870. font-family : @fonts-ui;
  871. .counterNode.aux {
  872. background : #f0f0f0;
  873. color : #999;
  874. border-color : #f0f0f0;
  875. }
  876. .counterNode {
  877. font-weight : bold;
  878. display : inline-block;
  879. font-size : 9px;
  880. text-align : center;
  881. border : 1px solid @color-accent;
  882. color : white;
  883. background : @color-accent;
  884. border-radius : 4px;
  885. vertical-align : middle;
  886. float : right;
  887. position : relative;
  888. line-height : 14px;
  889. margin-right : 8px;
  890. margin-top : 2px;
  891. min-width : 23px;
  892. height : 14px;
  893. }
  894. .dijitTreeNode .loadingExpando {
  895. left : -3px;
  896. height : 22px;
  897. position : relative;
  898. top : -3px;
  899. }
  900. }
  901. span.highlight {
  902. background-color : #ffff00;
  903. color : #cc90cc;
  904. }
  905. div.enclosure_title {
  906. }
  907. body#ttrssMain #headlines-frame .dijitCheckBox {
  908. border-width : 0px;
  909. opacity : 0.5;
  910. }
  911. body#ttrssMain #headlines-frame .dijitCheckBoxHover,
  912. body#ttrssMain #headlines-frame .dijitCheckBoxChecked {
  913. opacity : 1;
  914. }
  915. body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
  916. width : 16px;
  917. height : 16px;
  918. vertical-align : middle;
  919. position : relative;
  920. }
  921. .dijitDropDownButton.attachments .dijitButtonText {
  922. font-size : 12px;
  923. }
  924. .dijitDropDownButton.attachments {
  925. display : inline-block;
  926. }
  927. #editTagsDlg{
  928. overflow: visible;
  929. }
  930. body#ttrssZoom {
  931. margin-left : auto;
  932. margin-right : auto;
  933. padding : 20px;
  934. max-width : 770px;
  935. background : #f5f5f5;
  936. div.postHeader div.postFeedTitle {
  937. float : left;
  938. text-align : right;
  939. padding-left : 0px;
  940. font-size : 11px;
  941. }
  942. div.postHeader a.postComments {
  943. text-align : right;
  944. padding-left : 0px;
  945. font-size : 11px;
  946. }
  947. div.postHeader div.postDate {
  948. float : none;
  949. text-align : right;
  950. padding-left : 0px;
  951. color : #777;
  952. font-size : 11px;
  953. }
  954. div.postHeader div.postTags {
  955. color : #777;
  956. font-size : 11px;
  957. }
  958. div.postHeader div.postTitle {
  959. white-space : normal;
  960. font-size : 16px;
  961. }
  962. div.postContent {
  963. font-size : 15px;
  964. line-height : 1.5;
  965. }
  966. div.postContent p {
  967. -webkit-hyphens: auto;
  968. -moz-hyphens: auto;
  969. hyphens: auto;
  970. }
  971. div.postHeader {
  972. margin : 10px;
  973. border-width : 0px 0px 1px 0px;
  974. border-style : solid;
  975. border-color : #eee;
  976. background : white;
  977. }
  978. div.postReply {
  979. border : 1px solid #ddd;
  980. background : white;
  981. box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
  982. border-radius : 6px;
  983. }
  984. div.footer {
  985. margin-top : 1em;
  986. text-align : center;
  987. }
  988. div.postContent img {
  989. max-width : 730px;
  990. height : auto;
  991. }
  992. div.postContent blockquote {
  993. margin : 5px 0px 5px 0px;
  994. color : #555;
  995. padding-left : 10px;
  996. border-width : 0px 0px 0px 4px;
  997. border-color : #ccc;
  998. border-style : solid;
  999. }
  1000. div.postContent code {
  1001. color : #009900;
  1002. font-family : monospace;
  1003. font-size : 12px;
  1004. }
  1005. div.postContent pre {
  1006. margin : 5px 0px 5px 0px;
  1007. padding : 10px;
  1008. color : #555;
  1009. font-family : monospace;
  1010. font-size : 12px;
  1011. border-width : 0px;
  1012. border-color : #ccc;
  1013. border-style : solid;
  1014. background : #f5f5f5;
  1015. display : block;
  1016. max-width : 98%;
  1017. overflow : auto;
  1018. }
  1019. }
  1020. }