swage.rtl.css 20 KB

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