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