tt-rss.less 18 KB

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