swage.css 18 KB

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