swage.rtl.css 20 KB

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