swage.rtl.css 21 KB

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