swage.rtl.css 20 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244
  1. input,
  2. select, textarea {
  3. min-height: 25px;
  4. margin-top: 4px;
  5. line-height: 29px;
  6. vertical-align: middle;
  7. background: #fcfcfc;
  8. border: 2px solid #e3e3e3;
  9. padding-right: 8px;
  10. }
  11. input:invalid,
  12. select:invalid {
  13. padding-right: 5px;
  14. color: #b0425b;
  15. border-right-color: #b0425b;
  16. border-right-width: 5px;
  17. box-shadow: none;
  18. }
  19. .nav-list .item, .nav-list .nav-header {
  20. height: 2.5em;
  21. line-height: 2.5em;
  22. font-size: 0.9rem;
  23. }
  24. .dropdown-menu > .item > a,
  25. .dropdown-menu > .item > span,
  26. .dropdown-menu > .item > .as-link,
  27. .dropdown-menu > .item button, .dropdown-menu > .item {
  28. padding: 0 22px;
  29. color: #fcfcfc;
  30. font-size: 0.8rem;
  31. line-height: 2.5em;
  32. }
  33. .flux::after, .form-group::after {
  34. content: "";
  35. display: block;
  36. clear: both;
  37. }
  38. #nav_entries, .notification, #new-article, .aside, .header > .item.title, .stick.configure-feeds {
  39. width: 231px;
  40. }
  41. html,
  42. body {
  43. color: black;
  44. font-family: Helvetica, Arial, sans-serif;
  45. }
  46. a {
  47. color: #00488b;
  48. outline: none;
  49. }
  50. a.btn {
  51. min-height: 25px;
  52. line-height: 25px;
  53. text-decoration: none;
  54. }
  55. a.btn .icon {
  56. filter: brightness(3);
  57. }
  58. a#btn-subscription {
  59. width: 76%;
  60. }
  61. a#btn-add {
  62. width: 5%;
  63. }
  64. img.icon:hover {
  65. background: none;
  66. }
  67. sup {
  68. top: -0.3em;
  69. }
  70. legend {
  71. margin: 20px 0 5px;
  72. padding: 5px 20px;
  73. background: #22303d;
  74. display: inline-block;
  75. width: auto;
  76. color: #fcfcfc;
  77. font-size: 1.4em;
  78. clear: both;
  79. }
  80. label {
  81. min-height: 25px;
  82. }
  83. textarea {
  84. width: 360px;
  85. height: 100px;
  86. }
  87. textarea:focus {
  88. border-color: #00488b;
  89. }
  90. input:focus,
  91. select:focus {
  92. border-color: #00488b;
  93. }
  94. input:disabled,
  95. select:disabled {
  96. background: #fcfcfc;
  97. }
  98. select {
  99. padding-top: 7px;
  100. padding-bottom: 8px;
  101. }
  102. input.extend {
  103. transition: width 200ms linear;
  104. }
  105. option {
  106. padding: 0 0.5em;
  107. }
  108. table {
  109. border-collapse: collapse;
  110. }
  111. tr,
  112. td,
  113. th {
  114. padding: 0.5em;
  115. border: 1px solid #e3e3e3;
  116. }
  117. th {
  118. background: #fcfcfc;
  119. }
  120. form td,
  121. form th {
  122. font-weight: normal;
  123. text-align: center;
  124. }
  125. @supports (scrollbar-width: thin) {
  126. #sidebar,
  127. .scrollbar-thin {
  128. scrollbar-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  129. scrollbar-width: thin;
  130. }
  131. #sidebar:hover,
  132. .scrollbar-thin:hover {
  133. scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.2);
  134. }
  135. #slider.scrollbar-thin {
  136. scrollbar-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.05);
  137. }
  138. #slider.scrollbar-thin:hover {
  139. scrollbar-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.1);
  140. }
  141. }
  142. @supports not (scrollbar-width: thin) {
  143. #sidebar::-webkit-scrollbar,
  144. .scrollbar-thin::-webkit-scrollbar {
  145. background: rgba(255, 255, 255, 0);
  146. width: 8px;
  147. }
  148. #sidebar::-webkit-scrollbar-thumb,
  149. .scrollbar-thin::-webkit-scrollbar-thumb {
  150. background: rgba(255, 255, 255, 0);
  151. display: unset;
  152. border-radius: 5px;
  153. }
  154. #sidebar:hover::-webkit-scrollbar-thumb,
  155. .scrollbar-thin:hover::-webkit-scrollbar-thumb {
  156. background: rgba(255, 255, 255, 0.5);
  157. }
  158. #slider.scrollbar-thin::-webkit-scrollbar {
  159. background: rgba(0, 0, 0, 0.05);
  160. }
  161. #slider.scrollbar-thin::-webkit-scrollbar-thumb {
  162. background: rgba(0, 0, 0, 0.1);
  163. }
  164. #slider.scrollbar-thin:hover::-webkit-scrollbar-thumb {
  165. background: rgba(0, 0, 0, 0.3);
  166. }
  167. }
  168. .category .title.error::before {
  169. display: inline-block;
  170. padding-left: 7px;
  171. width: 16px;
  172. content: url(../Swage/icons/error.svg);
  173. }
  174. .form-group {
  175. padding: 5px;
  176. border: 1px solid transparent;
  177. }
  178. .form-group:hover {
  179. background: #fcfcfc;
  180. border: 1px solid #fcfcfc;
  181. }
  182. .form-group.form-actions {
  183. margin: 15px 0 25px;
  184. padding: 5px 0;
  185. background: #e3e3e3;
  186. border-top: 3px solid #e3e3e3;
  187. }
  188. .form-group.form-actions .btn {
  189. margin: 0 10px;
  190. }
  191. .form-group .group-name {
  192. padding: 10px 0;
  193. text-align: left;
  194. }
  195. .form-group .group-controls {
  196. min-height: 25px;
  197. padding: 5px 0;
  198. }
  199. .form-group .group-controls .control {
  200. line-height: 2em;
  201. }
  202. .stick select {
  203. margin-top: 0;
  204. }
  205. .btn {
  206. margin: 0;
  207. padding: 5px 10px;
  208. background: #0062be;
  209. display: inline-block;
  210. color: #fcfcfc;
  211. font-size: 0.9rem;
  212. border: none;
  213. min-height: 35px;
  214. min-width: 15px;
  215. vertical-align: middle;
  216. cursor: pointer;
  217. overflow: hidden;
  218. }
  219. .btn.active, .btn:active, .btn:hover {
  220. background: #00488b;
  221. text-decoration: none;
  222. }
  223. .btn .icon {
  224. filter: brightness(3);
  225. }
  226. .btn-important, .btn-attention {
  227. font-weight: normal;
  228. background: #fa8052;
  229. color: #fcfcfc;
  230. }
  231. .btn-important:hover,
  232. .btn-important :active, .btn-attention:hover,
  233. .btn-attention :active {
  234. background: #f95c20 !important;
  235. }
  236. .manage-list .configure .icon {
  237. filter: brightness(0.4);
  238. vertical-align: sub;
  239. }
  240. .manage-list .configure:hover {
  241. filter: invert(56%) sepia(87%) saturate(1185%) hue-rotate(327deg) brightness(104%) contrast(96%);
  242. }
  243. .switch.active {
  244. background-color: #0062be;
  245. }
  246. .switch.active:hover {
  247. background-image: url("./icons/disabled-light.svg");
  248. }
  249. .nav-list .nav-header {
  250. padding: 0 1rem;
  251. font-weight: bold;
  252. background: #22303d;
  253. color: #fcfcfc;
  254. cursor: default;
  255. }
  256. .nav-list .item a:hover {
  257. background: #00488b;
  258. color: #fcfcfc;
  259. }
  260. .nav-list .item.active {
  261. background: #00488b;
  262. color: #fcfcfc;
  263. }
  264. .nav-list .item.active a {
  265. color: #fcfcfc;
  266. }
  267. .nav-list .item.active.empty a,
  268. .nav-list .item.active .error a {
  269. color: #fcfcfc;
  270. }
  271. .nav-list .item.active.empty a {
  272. background: #fa8052;
  273. }
  274. .nav-list .item.active.error a {
  275. background: #c46178;
  276. }
  277. .nav-list .item > a {
  278. padding: 0 1.5rem;
  279. }
  280. .nav-list .item.empty a {
  281. color: #fa8052;
  282. }
  283. .nav-list .item.error a {
  284. color: #c46178;
  285. }
  286. .nav-list .item .icon {
  287. filter: brightness(3);
  288. }
  289. .nav-list .nav-form {
  290. padding: 3px;
  291. text-align: center;
  292. }
  293. .nav-list a:hover {
  294. text-decoration: none;
  295. }
  296. .dropdown-menu {
  297. padding: 0.5rem 0 1rem 0;
  298. font-size: 0.8rem;
  299. text-align: right;
  300. border: none;
  301. background-color: #00488b;
  302. }
  303. .dropdown-menu .dropdown-header {
  304. cursor: default;
  305. padding: 0 0.5rem 0.5rem;
  306. font-weight: bold;
  307. color: #fcfcfc;
  308. }
  309. .dropdown-menu .dropdown-header a {
  310. padding: 0 5px;
  311. position: absolute;
  312. left: 5px;
  313. }
  314. .dropdown-menu .dropdown-header a:hover {
  315. background-color: #0062be;
  316. }
  317. .dropdown-menu::after {
  318. content: none;
  319. }
  320. .dropdown-menu > .item {
  321. padding: 0;
  322. margin-right: 10px;
  323. }
  324. .dropdown-menu > .item > a {
  325. min-width: initial;
  326. white-space: nowrap;
  327. }
  328. .dropdown-menu > .item > a:hover,
  329. .dropdown-menu > .item > button:hover {
  330. background: #0062be;
  331. color: #fcfcfc;
  332. }
  333. .dropdown-menu > .item[aria-checked=true] > a::before {
  334. font-weight: bold;
  335. margin: 0 -14px 0 0;
  336. }
  337. .dropdown-menu .input select,
  338. .dropdown-menu .input input {
  339. margin: 0 auto 5px;
  340. padding: 2px 5px;
  341. }
  342. .labels .dropdown-menu,
  343. .tags .dropdown-menu,
  344. .share .dropdown-menu {
  345. left: auto;
  346. }
  347. .item ~ .dropdown-header,
  348. .item.separator {
  349. border-top-color: #e3e3e3;
  350. cursor: default;
  351. }
  352. .alert {
  353. margin: 5px auto;
  354. padding: 10px 15px;
  355. background: #fcfcfc;
  356. color: #969696;
  357. font-size: 0.9em;
  358. border: none;
  359. text-shadow: 0 0 1px #fcfcfc;
  360. }
  361. .alert > a {
  362. color: inherit;
  363. text-decoration: underline;
  364. }
  365. .alert-head {
  366. font-size: 1.15em;
  367. }
  368. .alert-warn,
  369. .alert-success,
  370. .alert-error {
  371. border: none;
  372. }
  373. .alert-warn {
  374. background: #fcfcfc;
  375. color: #fa8052;
  376. }
  377. .alert-success {
  378. background: #fcfcfc;
  379. color: #5eaabf;
  380. }
  381. .alert-error {
  382. background: #fcfcfc;
  383. color: #b0425b;
  384. }
  385. .pagination {
  386. background: #e3e3e3;
  387. color: #181621;
  388. }
  389. .pagination .item a {
  390. color: #181621;
  391. }
  392. #load_more.loading,
  393. #load_more.loading:hover {
  394. background: url(loader.gif) center center no-repeat #22303d;
  395. }
  396. .content {
  397. padding: 20px 10px;
  398. }
  399. .content hr {
  400. margin: 30px 10px;
  401. background: #e3e3e3;
  402. height: 1px;
  403. border: 0;
  404. box-shadow: 0 2px 5px #e3e3e3;
  405. }
  406. .content pre {
  407. margin: 10px auto;
  408. padding: 10px 20px;
  409. overflow: auto;
  410. background: #181621;
  411. color: #fcfcfc;
  412. font-size: 0.9rem;
  413. }
  414. .content pre code {
  415. background: transparent;
  416. color: #fcfcfc;
  417. border: none;
  418. }
  419. .content code {
  420. padding: 2px 5px;
  421. background: #fcfcfc;
  422. color: #b0425b;
  423. border: 1px solid #fcfcfc;
  424. }
  425. .content blockquote {
  426. margin: 0;
  427. padding: 5px 20px;
  428. background: #fcfcfc;
  429. display: block;
  430. color: #969696;
  431. border-top: 1px solid #e3e3e3;
  432. border-bottom: 1px solid #e3e3e3;
  433. }
  434. .content blockquote p {
  435. margin: 0;
  436. }
  437. .content > h1.title > a {
  438. color: #181621;
  439. }
  440. .box {
  441. border: 1px solid #e3e3e3;
  442. }
  443. .box .box-title {
  444. margin: 0;
  445. padding: 7px 10px;
  446. background: #22303d;
  447. color: #fcfcfc;
  448. border-bottom: 1px solid #e3e3e3;
  449. }
  450. .box .box-title a {
  451. color: #fcfcfc;
  452. }
  453. .box .box-title .configure {
  454. margin-left: 4px;
  455. }
  456. .box .box-title .configure .icon:hover {
  457. filter: invert(56%) sepia(87%) saturate(1185%) hue-rotate(327deg) brightness(104%) contrast(96%);
  458. }
  459. .box .box-content {
  460. padding-right: 30px;
  461. max-height: 260px;
  462. }
  463. .box .box-content .item {
  464. padding: 0 10px;
  465. font-size: 0.9rem;
  466. line-height: 2.5em;
  467. }
  468. .box .box-content .item .configure .icon {
  469. vertical-align: middle;
  470. filter: brightness(0.4);
  471. }
  472. .box .box-content .item .configure .icon:hover {
  473. filter: invert(56%) sepia(87%) saturate(1185%) hue-rotate(327deg) brightness(104%) contrast(96%);
  474. }
  475. .box.category .box-title .title {
  476. font-weight: normal;
  477. text-decoration: none;
  478. text-align: right;
  479. }
  480. .box.category:not([data-unread="0"]) .box-title {
  481. background: #0062be;
  482. }
  483. .box.category:not([data-unread="0"]) .box-title:active {
  484. background: #00488b;
  485. }
  486. .box.category:not([data-unread="0"]) .box-title .title {
  487. font-weight: bold;
  488. color: #fcfcfc;
  489. }
  490. .box.category .title:not([data-unread="0"])::after {
  491. background: none;
  492. border: 0;
  493. box-shadow: none;
  494. position: absolute;
  495. top: 5px;
  496. left: 10px;
  497. font-weight: bold;
  498. text-shadow: none;
  499. }
  500. .box.category .item.feed {
  501. padding: 2px 10px;
  502. font-size: 0.8rem;
  503. }
  504. .box.visible-semi {
  505. border-style: solid;
  506. }
  507. .tree {
  508. margin: 10px 0;
  509. }
  510. .tree-folder-title {
  511. padding: 0 10px;
  512. background: #22303d;
  513. height: 35px;
  514. font-size: 1rem;
  515. position: relative;
  516. line-height: 2rem;
  517. }
  518. .tree-folder-title .title {
  519. background: inherit;
  520. color: #fcfcfc;
  521. }
  522. .tree-folder-title .title:hover {
  523. text-decoration: none;
  524. }
  525. .tree-folder-items {
  526. background: #22303d;
  527. }
  528. .tree-folder-items > .item {
  529. padding: 0 10px;
  530. line-height: 2.5rem;
  531. font-size: 0.8rem;
  532. }
  533. .tree-folder-items > .item.active {
  534. background: #00488b;
  535. }
  536. .tree-folder-items > .item > a {
  537. text-decoration: none;
  538. color: #fcfcfc;
  539. }
  540. @supports (scrollbar-width: thin) {
  541. #sidebar {
  542. scrollbar-color: rgba(255, 255, 255, 0.05) rgba(0, 0, 0, 0);
  543. }
  544. #sidebar:hover {
  545. scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0);
  546. }
  547. }
  548. @supports not (scrollbar-width: thin) {
  549. #sidebar::-webkit-scrollbar-thumb {
  550. background: rgba(255, 255, 255, 0.1);
  551. }
  552. #sidebar:hover::-webkit-scrollbar-thumb {
  553. background: rgba(255, 255, 255, 0.3);
  554. }
  555. }
  556. .header {
  557. height: auto;
  558. }
  559. .header > .item {
  560. vertical-align: middle;
  561. }
  562. .header > .item.title {
  563. position: absolute;
  564. text-align: center;
  565. }
  566. .header > .item.title .logo {
  567. display: inline-block;
  568. height: 26px;
  569. vertical-align: top;
  570. position: relative;
  571. top: 5px;
  572. filter: grayscale(100%) brightness(100);
  573. }
  574. .header .item.search input:focus {
  575. width: 350px;
  576. }
  577. .header .item.search {
  578. display: none;
  579. }
  580. .header .item.configure {
  581. position: fixed;
  582. left: 0;
  583. z-index: 95;
  584. width: 35px;
  585. text-align: center;
  586. line-height: 0.8rem;
  587. }
  588. .header .item.configure > .icon {
  589. filter: brightness(3);
  590. margin-left: 5px;
  591. margin-top: 3px;
  592. }
  593. .header .item.configure .dropdown .dropdown-menu {
  594. max-height: calc(100vh - 45px);
  595. overflow: scroll;
  596. }
  597. .header .item.configure .dropdown .dropdown-menu .icon {
  598. filter: brightness(3);
  599. }
  600. .aside {
  601. padding: 35px 0;
  602. background: #22303d;
  603. }
  604. .aside.aside_feed .tree {
  605. margin: 0 0 50px;
  606. }
  607. .aside.aside_feed .tree-folder .tree-folder-title:hover,
  608. .aside.aside_feed .tree-folder .item.feed:hover {
  609. background-color: #00488b;
  610. }
  611. .aside.aside_feed .nav-form input,
  612. .aside.aside_feed .nav-form select {
  613. width: 140px;
  614. }
  615. .aside.aside_feed .nav-form .dropdown .dropdown-menu {
  616. left: -20px;
  617. }
  618. .aside.aside_feed .nav-form .dropdown .dropdown-menu::after {
  619. left: 33px;
  620. }
  621. .aside_feed .category .title:not([data-unread="0"])::after {
  622. background-color: #00488b;
  623. color: #fcfcfc;
  624. }
  625. .aside_feed .feed .item-title:not([data-unread="0"])::after {
  626. background-color: #0062be;
  627. color: #fcfcfc;
  628. }
  629. .aside_feed .tree-folder-items .dropdown-menu::after {
  630. right: 2px;
  631. }
  632. .aside_feed .about {
  633. padding: 1rem;
  634. display: block;
  635. text-align: center;
  636. font-size: 0.8em;
  637. font-style: italic;
  638. }
  639. .reader .aside .toggle_aside {
  640. background: #22303d;
  641. }
  642. .reader .aside .toggle_aside .icon {
  643. filter: brightness(3);
  644. }
  645. .reader .aside .toggle_aside:hover {
  646. background-color: #0062be;
  647. }
  648. .post {
  649. padding: 10px 50px;
  650. font-size: 0.9em;
  651. }
  652. .post input.long {
  653. height: 33px;
  654. margin-top: 0px;
  655. }
  656. .post form {
  657. margin: 10px 0;
  658. }
  659. .post.content {
  660. max-width: 550px;
  661. }
  662. .prompt input {
  663. margin: 5px auto;
  664. }
  665. #global {
  666. height: 100vh;
  667. }
  668. #new-article {
  669. background: #0062be;
  670. font-size: 1em;
  671. text-align: center;
  672. position: fixed;
  673. bottom: 48px;
  674. z-index: 900;
  675. right: 0;
  676. line-height: 1.5em;
  677. }
  678. #new-article > a {
  679. padding: 1rem;
  680. line-height: 1.5em;
  681. font-weight: bold;
  682. color: #fcfcfc;
  683. }
  684. #new-article > a:hover {
  685. text-decoration: none;
  686. background: #00488b;
  687. }
  688. .day {
  689. padding: 0 10px;
  690. font-weight: bold;
  691. line-height: 3em;
  692. text-align: center;
  693. }
  694. .day .name {
  695. display: none;
  696. }
  697. .nav a {
  698. color: #fcfcfc;
  699. }
  700. .nav_menu {
  701. width: 100%;
  702. font-size: 0;
  703. background-color: #0062be;
  704. position: sticky;
  705. top: 0;
  706. z-index: 90;
  707. }
  708. .nav_menu .item.search {
  709. display: inline-block;
  710. position: absolute;
  711. left: 40px;
  712. }
  713. .nav_menu .item.search input {
  714. border-width: 0;
  715. line-height: 25px;
  716. }
  717. .nav_menu #toggle-unread .icon,
  718. .nav_menu #toggle-starred .icon {
  719. filter: brightness(1);
  720. }
  721. .flux {
  722. padding-left: 10px;
  723. background: #fcfcfc;
  724. }
  725. .flux::after {
  726. margin: 0 auto;
  727. width: 90%;
  728. border-top: 1px solid #e3e3e3;
  729. }
  730. .flux:hover,
  731. .flux .current {
  732. background: #fff;
  733. }
  734. .flux:hover:not(.current):hover .item.title,
  735. .flux .current:not(.current):hover .item.title {
  736. background: #fff;
  737. top: 0.15rem;
  738. }
  739. .flux.favorite:not(.current) {
  740. background: #fff6da;
  741. }
  742. .flux.favorite:not(.current):hover .item.title {
  743. background: #fff6da;
  744. }
  745. .flux.not_read:not(.current) {
  746. background: #fff3ed;
  747. }
  748. .flux.not_read:not(.current):hover .item.title {
  749. background: #fff3ed;
  750. }
  751. .flux .item.date {
  752. color: #969696;
  753. font-size: 0.7rem;
  754. }
  755. .flux .bottom {
  756. font-size: 0.8rem;
  757. text-align: center;
  758. }
  759. .flux .website .favicon {
  760. padding: 5px;
  761. }
  762. .flux label {
  763. color: #fcfcfc;
  764. cursor: pointer;
  765. }
  766. .flux_header {
  767. font-size: 0.8rem;
  768. cursor: pointer;
  769. }
  770. .flux_header .title {
  771. font-size: 0.9rem;
  772. }
  773. .notification {
  774. padding: 10px 0;
  775. background: #e3e3e3;
  776. height: auto;
  777. color: #969696;
  778. font-size: 1em;
  779. border: none;
  780. text-align: center;
  781. font-weight: bold;
  782. vertical-align: middle;
  783. position: fixed;
  784. bottom: 48px;
  785. right: 0;
  786. top: auto;
  787. }
  788. .notification.good, .notification.bad {
  789. color: #fcfcfc;
  790. }
  791. .notification.good {
  792. background: #5eaabf;
  793. }
  794. .notification.good a.close:hover {
  795. background: #5eaabf;
  796. }
  797. .notification.bad {
  798. background: #c46178;
  799. }
  800. .notification.bad a.close:hover {
  801. background: #c46178;
  802. }
  803. .notification#actualizeProgress {
  804. line-height: 2em;
  805. }
  806. .notification a.close {
  807. display: none;
  808. }
  809. #bigMarkAsRead {
  810. text-align: center;
  811. text-decoration: none;
  812. background: #e3e3e3;
  813. }
  814. #bigMarkAsRead:hover {
  815. background: #22303d;
  816. color: #fcfcfc;
  817. }
  818. #nav_entries {
  819. margin: 0;
  820. text-align: center;
  821. line-height: 3em;
  822. table-layout: fixed;
  823. background: #22303d;
  824. }
  825. .stat {
  826. margin: 10px 0 20px;
  827. }
  828. .stat th,
  829. .stat td,
  830. .stat tr {
  831. border: none;
  832. }
  833. .stat > table td,
  834. .stat > table th {
  835. border-bottom: 1px solid #e3e3e3;
  836. }
  837. #overlay {
  838. z-index: 100;
  839. }
  840. #panel {
  841. z-index: 100;
  842. }
  843. #panel .nav_menu {
  844. position: relative;
  845. }
  846. .formLogin #global,
  847. .register #global {
  848. height: 0;
  849. }
  850. .formLogin .header,
  851. .register .header {
  852. background: #0062be;
  853. height: 35px;
  854. position: relative;
  855. }
  856. .formLogin .header > .item.configure,
  857. .register .header > .item.configure {
  858. padding: 8px;
  859. width: auto;
  860. position: absolute;
  861. left: 0;
  862. white-space: nowrap;
  863. bottom: 0;
  864. }
  865. .formLogin .header > .item.configure .icon,
  866. .register .header > .item.configure .icon {
  867. filter: brightness(3);
  868. }
  869. a.signin {
  870. color: #fcfcfc;
  871. font-size: 70%;
  872. }
  873. .log-item.log-error {
  874. background: #c46178;
  875. color: #fcfcfc;
  876. }
  877. .log-item.log-warning {
  878. background: #fa8052;
  879. color: #fcfcfc;
  880. }
  881. .log-item.log-debug {
  882. background: #181621;
  883. }
  884. @media (max-width: 840px) {
  885. body:not(.formLogin, .register) .header .item.title {
  886. display: none;
  887. }
  888. .form-group .group-name {
  889. padding-bottom: 0;
  890. text-align: right;
  891. }
  892. .dropdown {
  893. position: relative;
  894. }
  895. #new-article {
  896. margin-top: 2rem;
  897. width: 100%;
  898. }
  899. .header {
  900. display: table;
  901. }
  902. .header .item {
  903. padding: 0;
  904. }
  905. .header .item.configure {
  906. padding: 0;
  907. position: fixed;
  908. left: 76px;
  909. }
  910. .header .item.configure > .icon {
  911. margin-top: 5px;
  912. }
  913. button.read_all.btn {
  914. display: none;
  915. }
  916. .flux .item.manage,
  917. .flux_header .item.website {
  918. width: 35px;
  919. text-align: center;
  920. }
  921. .flux:not(.current):hover .item.title {
  922. top: auto !important;
  923. }
  924. .aside {
  925. padding: 0;
  926. width: 0;
  927. transition: width 200ms linear;
  928. }
  929. .aside .toggle_aside {
  930. background: #22303d;
  931. }
  932. .aside .toggle_aside:hover {
  933. background-color: #0062be;
  934. }
  935. .aside .toggle_aside .icon {
  936. filter: brightness(3);
  937. }
  938. .aside.aside_feed .configure-feeds {
  939. display: flex;
  940. margin-top: 0;
  941. margin-right: auto;
  942. margin-left: auto;
  943. }
  944. .aside:target {
  945. width: 78%;
  946. z-index: 1000;
  947. }
  948. #slider .toggle_aside {
  949. background: #22303d;
  950. }
  951. #slider .toggle_aside:hover {
  952. background-color: #0062be;
  953. }
  954. #slider .toggle_aside .icon {
  955. filter: brightness(3);
  956. }
  957. .nav_menu {
  958. height: 71px;
  959. }
  960. .nav_menu .btn {
  961. margin: 0;
  962. }
  963. .nav_menu .stick {
  964. margin: 0;
  965. }
  966. .nav_menu .stick .btn {
  967. margin: 0;
  968. }
  969. .nav_menu .item.search {
  970. top: 3px;
  971. margin-right: 77px;
  972. width: calc(100% - 152px);
  973. position: relative;
  974. }
  975. .nav_menu .item.search form {
  976. display: block;
  977. }
  978. .nav_menu .item.search input {
  979. width: 100%;
  980. }
  981. #panel .close,
  982. .dropdown-menu .toggle_aside {
  983. background: #22303d;
  984. display: block;
  985. height: 50px;
  986. line-height: 50px;
  987. text-align: center;
  988. padding-left: 10px;
  989. }
  990. #panel .close:hover,
  991. .dropdown-menu .toggle_aside:hover {
  992. background-color: #0062be;
  993. }
  994. .dropdown-target:target ~ .dropdown-toggle::after,
  995. .dropdown-target:target ~ .dropdown-toggle.btn::after {
  996. display: none;
  997. }
  998. .share .dropdown-menu {
  999. left: 3%;
  1000. right: auto;
  1001. }
  1002. .day .name {
  1003. font-size: 1.1rem;
  1004. }
  1005. .notification {
  1006. width: 100%;
  1007. }
  1008. .notification a.close {
  1009. background: transparent;
  1010. display: block;
  1011. right: 0;
  1012. }
  1013. .notification a.close:hover {
  1014. opacity: 0.5;
  1015. }
  1016. .notification a.close .icon {
  1017. display: none;
  1018. }
  1019. #nav_entries {
  1020. width: 100% !important;
  1021. }
  1022. .post {
  1023. padding-right: 15px;
  1024. padding-left: 15px;
  1025. }
  1026. div#stream {
  1027. margin-top: 0px;
  1028. }
  1029. a.btn.toggle_aside {
  1030. position: absolute;
  1031. top: 0;
  1032. }
  1033. form#mark-read-menu,
  1034. a#actualize,
  1035. a#toggle-order,
  1036. div#nav_menu_actions,
  1037. div#nav_menu_views {
  1038. position: absolute;
  1039. }
  1040. form#mark-read-menu {
  1041. left: 38px;
  1042. top: 0;
  1043. }
  1044. a#actualize,
  1045. a#toggle-order {
  1046. left: 0;
  1047. }
  1048. a#actualize {
  1049. top: 0;
  1050. }
  1051. a#toggle-order,
  1052. div#nav_menu_actions,
  1053. div#nav_menu_views {
  1054. top: 36px;
  1055. }
  1056. div#nav_menu_actions {
  1057. right: 0px;
  1058. }
  1059. div#nav_menu_views {
  1060. left: 50px;
  1061. }
  1062. }
  1063. @media (max-width: 410px) {
  1064. .nav_menu .stick {
  1065. margin: 0;
  1066. }
  1067. }
  1068. @media (max-width: 374px) {
  1069. #nav_menu_views {
  1070. display: none;
  1071. }
  1072. }
  1073. button.as-link {
  1074. outline: none;
  1075. }
  1076. .dropdown-target:target ~ .btn.dropdown-toggle {
  1077. background: #00488b;
  1078. }
  1079. .tree-folder.active .tree-folder-title {
  1080. background: #00488b;
  1081. font-weight: bold;
  1082. }
  1083. .feed.item.empty {
  1084. color: #fa8052;
  1085. }
  1086. .feed.item.empty.active {
  1087. background: #fa8052;
  1088. color: #fcfcfc;
  1089. }
  1090. .feed.item.empty.active > a {
  1091. color: #fcfcfc;
  1092. }
  1093. .feed.item.empty > a {
  1094. color: #fa8052;
  1095. }
  1096. .feed.item.error {
  1097. color: #c46178;
  1098. }
  1099. .feed.item.error.active {
  1100. background: #c46178;
  1101. color: #fcfcfc;
  1102. }
  1103. .feed.item.error.active > a {
  1104. color: #fcfcfc;
  1105. }
  1106. .feed.item.error > a {
  1107. color: #c46178;
  1108. }
  1109. #stream.reader .flux {
  1110. background: #fcfcfc;
  1111. color: #22303d;
  1112. border: none;
  1113. }
  1114. #stream.reader .flux::after {
  1115. border: none;
  1116. }
  1117. #stream.reader .flux .content {
  1118. border-color: #e3e3e3;
  1119. }
  1120. #stream.reader .flux .author {
  1121. margin: 0 0 10px;
  1122. color: #969696;
  1123. font-size: 90%;
  1124. }
  1125. #nav_menu_actions ul.dropdown-menu {
  1126. right: 0;
  1127. left: auto;
  1128. }
  1129. #nav_menu_read_all ul.dropdown-menu {
  1130. left: 0;
  1131. right: auto;
  1132. }
  1133. #slider label {
  1134. min-height: initial;
  1135. }