swage.css 18 KB

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