swage.css 17 KB

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