swage.rtl.css 20 KB

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