swage.css 19 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183
  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. div#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. .form-group table {
  160. margin: 10px 0 0 220px;
  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. .nav-list .nav-header {
  197. padding: 0 10px;
  198. font-weight: bold;
  199. background: #22303d;
  200. color: #fcfcfc;
  201. cursor: default;
  202. }
  203. .nav-list .item:hover, .nav-list .item.active {
  204. background: #00488b;
  205. color: #fcfcfc;
  206. }
  207. .nav-list .item:hover a, .nav-list .item.active a {
  208. color: #fcfcfc;
  209. }
  210. .nav-list .item:hover.empty a,
  211. .nav-list .item:hover .error a, .nav-list .item.active.empty a,
  212. .nav-list .item.active .error a {
  213. color: #fcfcfc;
  214. }
  215. .nav-list .item:hover.empty a, .nav-list .item.active.empty a {
  216. background: #fa8052;
  217. }
  218. .nav-list .item:hover.error a, .nav-list .item.active.error a {
  219. background: #c46178;
  220. }
  221. .nav-list .item > a {
  222. padding: 0 10px;
  223. }
  224. .nav-list .item.empty a {
  225. color: #fa8052;
  226. }
  227. .nav-list .item.error a {
  228. color: #c46178;
  229. }
  230. .nav-list .disable {
  231. text-align: center;
  232. background: #fcfcfc;
  233. color: #969696;
  234. }
  235. .nav-list .nav-form {
  236. padding: 3px;
  237. text-align: center;
  238. }
  239. .nav-list a:hover {
  240. text-decoration: none;
  241. }
  242. .nav-head {
  243. margin: 0;
  244. text-align: right;
  245. background: #22303d;
  246. color: #fcfcfc;
  247. }
  248. .nav-head a {
  249. color: #fcfcfc;
  250. }
  251. .nav-head .item {
  252. padding: 5px 10px;
  253. font-size: 0.9rem;
  254. line-height: 1.5rem;
  255. }
  256. .horizontal-list {
  257. margin: 0;
  258. padding: 0;
  259. }
  260. .horizontal-list .item {
  261. vertical-align: middle;
  262. }
  263. .dropdown-menu {
  264. padding: 5px 0;
  265. font-size: 0.8rem;
  266. text-align: left;
  267. border: none;
  268. background-color: #00488b;
  269. }
  270. .dropdown-menu .dropdown-header {
  271. cursor: default;
  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-content {
  429. max-height: 260px;
  430. }
  431. .box .box-content .item {
  432. padding: 0 10px;
  433. font-size: 0.9rem;
  434. line-height: 2.5em;
  435. }
  436. .box .box-content .item .configure {
  437. visibility: hidden;
  438. }
  439. .box .box-content .item .configure .icon {
  440. vertical-align: middle;
  441. background-color: #e3e3e3;
  442. }
  443. .box .box-content .item:hover .configure {
  444. visibility: visible;
  445. }
  446. .box.category .box-title .title {
  447. font-weight: normal;
  448. text-decoration: none;
  449. text-align: left;
  450. }
  451. .box.category:not([data-unread="0"]) .box-title {
  452. background: #0062be;
  453. }
  454. .box.category:not([data-unread="0"]) .box-title:active {
  455. background: #00488b;
  456. }
  457. .box.category:not([data-unread="0"]) .box-title .title {
  458. font-weight: bold;
  459. color: #fcfcfc;
  460. }
  461. .box.category .title:not([data-unread="0"])::after {
  462. background: none;
  463. border: 0;
  464. box-shadow: none;
  465. position: absolute;
  466. top: 5px;
  467. right: 10px;
  468. font-weight: bold;
  469. text-shadow: none;
  470. }
  471. .box.category .item.feed {
  472. padding: 2px 10px;
  473. font-size: 0.8rem;
  474. }
  475. .tree {
  476. margin: 10px 0;
  477. }
  478. .tree-folder-title {
  479. padding: 0 10px;
  480. background: #22303d;
  481. height: 35px;
  482. font-size: 1rem;
  483. position: relative;
  484. line-height: 2.3rem;
  485. }
  486. .tree-folder-title .title {
  487. background: inherit;
  488. color: #fcfcfc;
  489. }
  490. .tree-folder-title .title:hover {
  491. text-decoration: none;
  492. }
  493. .tree-folder-items {
  494. background: #22303d;
  495. }
  496. .tree-folder-items > .item {
  497. padding: 0 10px;
  498. line-height: 2.5rem;
  499. font-size: 0.8rem;
  500. }
  501. .tree-folder-items > .item.active {
  502. background: #00488b;
  503. }
  504. .tree-folder-items > .item > a {
  505. text-decoration: none;
  506. color: #fcfcfc;
  507. }
  508. @supports (scrollbar-width: thin) {
  509. #sidebar {
  510. scrollbar-color: rgba(255, 255, 255, 0.05) rgba(0, 0, 0, 0);
  511. }
  512. #sidebar:hover {
  513. scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0);
  514. }
  515. }
  516. @supports not (scrollbar-width: thin) {
  517. #sidebar::-webkit-scrollbar-thumb {
  518. background: rgba(255, 255, 255, 0.1);
  519. }
  520. #sidebar:hover::-webkit-scrollbar-thumb {
  521. background: rgba(255, 255, 255, 0.3);
  522. }
  523. }
  524. .header > .item {
  525. vertical-align: middle;
  526. }
  527. .header > .item.title {
  528. position: absolute;
  529. }
  530. .header > .item.title h1 {
  531. margin: 0;
  532. display: block;
  533. }
  534. .header > .item.title h1 a {
  535. text-decoration: none;
  536. color: #fcfcfc;
  537. }
  538. .header > .item.title .logo {
  539. display: inline-block;
  540. height: 26px;
  541. vertical-align: top;
  542. position: relative;
  543. top: 5px;
  544. }
  545. .header > .item.search input {
  546. width: 230px;
  547. }
  548. .header .item.search input:focus {
  549. width: 350px;
  550. }
  551. .header .item.search {
  552. display: none;
  553. }
  554. .header .item.configure {
  555. position: fixed;
  556. right: 0px;
  557. z-index: 1000;
  558. width: 35px;
  559. }
  560. .header h1 {
  561. text-align: center;
  562. font-size: 1.5em;
  563. }
  564. .aside {
  565. padding: 35px 0;
  566. background: #22303d;
  567. }
  568. .aside.aside_feed .tree {
  569. margin: 0 0 50px;
  570. }
  571. .aside.aside_feed .nav-form input,
  572. .aside.aside_feed .nav-form select {
  573. width: 140px;
  574. }
  575. .aside.aside_feed .nav-form .dropdown .dropdown-menu {
  576. right: -20px;
  577. }
  578. .aside.aside_feed .nav-form .dropdown .dropdown-menu::after {
  579. right: 33px;
  580. }
  581. .aside_feed .tree-folder-title > .title:not([data-unread="0"])::after {
  582. margin: 6px 0;
  583. padding: 0 10px;
  584. background: inherit;
  585. font-size: 0.9rem;
  586. position: absolute;
  587. right: 0;
  588. line-height: 1.5rem;
  589. }
  590. .aside_feed .tree-folder-items .dropdown-menu::after {
  591. left: 2px;
  592. }
  593. .post {
  594. padding: 10px 50px;
  595. font-size: 0.9em;
  596. }
  597. .post input {
  598. background: #e3e3e3;
  599. }
  600. .post input.long {
  601. height: 33px;
  602. margin-top: 0px;
  603. }
  604. .post form {
  605. margin: 10px 0;
  606. }
  607. .post.content {
  608. max-width: 550px;
  609. }
  610. .prompt {
  611. text-align: center;
  612. }
  613. .prompt label {
  614. text-align: left;
  615. }
  616. .prompt form {
  617. margin: 10px auto 20px auto;
  618. width: 200px;
  619. }
  620. .prompt input {
  621. margin: 5px auto;
  622. width: 100%;
  623. }
  624. .prompt p {
  625. margin: 20px 0;
  626. }
  627. #new-article {
  628. background: #0062be;
  629. font-size: 1em;
  630. text-align: center;
  631. position: fixed;
  632. bottom: 48px;
  633. z-index: 900;
  634. left: 0;
  635. line-height: 1.5em;
  636. }
  637. #new-article:hover {
  638. background: #00488b;
  639. }
  640. #new-article > a {
  641. line-height: 1.5em;
  642. font-weight: bold;
  643. color: #fcfcfc;
  644. }
  645. #new-article > a:hover {
  646. text-decoration: none;
  647. }
  648. .day {
  649. padding: 0 10px;
  650. font-weight: bold;
  651. line-height: 3em;
  652. text-align: center;
  653. }
  654. .day .name {
  655. display: none;
  656. }
  657. .nav a {
  658. color: #fcfcfc;
  659. }
  660. .nav_menu {
  661. width: 100%;
  662. font-size: 0;
  663. background-color: #0062be;
  664. position: fixed;
  665. z-index: 900;
  666. }
  667. .nav_menu .item.search {
  668. display: inline-block;
  669. position: fixed;
  670. right: 40px;
  671. }
  672. .flux {
  673. padding-right: 10px;
  674. background: #fcfcfc;
  675. }
  676. .flux::after {
  677. margin: 0 auto;
  678. width: 90%;
  679. border-top: 1px solid #e3e3e3;
  680. }
  681. .flux:hover,
  682. .flux .current {
  683. background: #fff;
  684. }
  685. .flux:hover:not(.current):hover .item.title,
  686. .flux .current:not(.current):hover .item.title {
  687. background: #fff;
  688. }
  689. .flux.favorite:not(.current) {
  690. background: #fff6da;
  691. }
  692. .flux.favorite:not(.current):hover .item.title {
  693. background: #fff6da;
  694. }
  695. .flux.not_read:not(.current) {
  696. background: #fff3ed;
  697. }
  698. .flux.not_read:not(.current):hover .item.title {
  699. background: #fff3ed;
  700. }
  701. .flux .item.date {
  702. color: #969696;
  703. font-size: 0.7rem;
  704. }
  705. .flux .bottom {
  706. font-size: 0.8rem;
  707. text-align: center;
  708. }
  709. .flux .website .favicon {
  710. padding: 5px;
  711. }
  712. .flux label {
  713. color: #fcfcfc;
  714. cursor: pointer;
  715. }
  716. .flux_header {
  717. font-size: 0.8rem;
  718. cursor: pointer;
  719. }
  720. .flux_header .title {
  721. font-size: 0.9rem;
  722. }
  723. .notification {
  724. padding: 10px 0;
  725. background: #e3e3e3;
  726. height: auto;
  727. color: #969696;
  728. font-size: 1em;
  729. border: none;
  730. text-align: center;
  731. font-weight: bold;
  732. z-index: 10;
  733. vertical-align: middle;
  734. position: fixed;
  735. bottom: 48px;
  736. left: 0;
  737. top: auto;
  738. }
  739. .notification.good,
  740. .notification .bad {
  741. color: #fcfcfc;
  742. }
  743. .notification.good {
  744. background: #5eaabf;
  745. }
  746. .notification.good a.close:hover {
  747. background: #5eaabf;
  748. }
  749. .notification.bad {
  750. background: #c46178;
  751. }
  752. .notification.bad a.close:hover {
  753. background: #c46178;
  754. }
  755. .notification#actualizeProgress {
  756. line-height: 2em;
  757. }
  758. .notification a.close {
  759. display: none;
  760. }
  761. #bigMarkAsRead {
  762. text-align: center;
  763. text-decoration: none;
  764. background: #e3e3e3;
  765. }
  766. #bigMarkAsRead:hover {
  767. background: #22303d;
  768. color: #fcfcfc;
  769. }
  770. #nav_entries {
  771. margin: 0;
  772. text-align: center;
  773. line-height: 3em;
  774. table-layout: fixed;
  775. background: #22303d;
  776. }
  777. .stat {
  778. margin: 10px 0 20px;
  779. }
  780. .stat th,
  781. .stat td,
  782. .stat tr {
  783. border: none;
  784. }
  785. .stat > table td,
  786. .stat > table th {
  787. border-bottom: 1px solid #e3e3e3;
  788. }
  789. .stat > .horizontal-list {
  790. margin: 0 0 5px;
  791. }
  792. .stat > .horizontal-list .item {
  793. overflow: hidden;
  794. white-space: nowrap;
  795. text-overflow: ellipsis;
  796. }
  797. .stat > .horizontal-list .item:first-child {
  798. width: 270px;
  799. }
  800. .formLogin #global {
  801. height: 0;
  802. }
  803. .formLogin .header {
  804. background: #22303d;
  805. height: 55px;
  806. }
  807. .formLogin .header > .item.configure {
  808. width: 200px;
  809. position: unset;
  810. }
  811. .formLogin .header > .item.title h1 {
  812. display: unset;
  813. }
  814. .formLogin a.signin {
  815. color: #fcfcfc;
  816. padding-left: 5px;
  817. }
  818. .formLogin input {
  819. border-top: 1px #e3e3e3;
  820. border-right: 1px #e3e3e3;
  821. border-bottom: 1px #e3e3e3;
  822. border-left: 5px solid;
  823. }
  824. .loglist {
  825. overflow: hidden;
  826. border: 1px solid #969696;
  827. }
  828. .log {
  829. padding: 5px 2%;
  830. background: #fcfcfc;
  831. font-size: 0.8rem;
  832. overflow: auto;
  833. }
  834. .log > .date {
  835. margin: 0 10px 0 0;
  836. padding: 5px 10px;
  837. }
  838. .log.error > .date {
  839. background: #c46178;
  840. color: #fcfcfc;
  841. }
  842. .log.warning > .date {
  843. background: #fa8052;
  844. color: #fcfcfc;
  845. }
  846. .log.notice > .date {
  847. background: #e3e3e3;
  848. color: #fcfcfc;
  849. }
  850. .log.debug > .date {
  851. background: #181621;
  852. color: #fcfcfc;
  853. }
  854. @media (max-width: 840px) {
  855. .formLogin .header {
  856. display: none;
  857. }
  858. .form-group .group-name {
  859. padding-bottom: 0;
  860. text-align: left;
  861. }
  862. .box .box-title .configure,
  863. .box .box-content .item .configure {
  864. visibility: visible;
  865. }
  866. .dropdown-header, .dropdown-menu > .item {
  867. padding: 12px;
  868. }
  869. #new-article {
  870. width: 100%;
  871. position: sticky;
  872. top: 0;
  873. }
  874. .header {
  875. display: table;
  876. }
  877. .header .item.title .logo {
  878. display: none;
  879. }
  880. .header > .item.title h1 a {
  881. display: block;
  882. position: absolute;
  883. top: -35px;
  884. left: 10px;
  885. font-size: 0.6em;
  886. }
  887. .header .item.configure,
  888. button.read_all.btn {
  889. display: none;
  890. }
  891. .flux .item.manage,
  892. .flux_header .item.website {
  893. width: 35px;
  894. text-align: center;
  895. }
  896. .aside {
  897. width: 0;
  898. transition: width 200ms linear;
  899. }
  900. .aside .toggle_aside {
  901. background: #22303d;
  902. display: block;
  903. height: 50px;
  904. line-height: 50px;
  905. text-align: right;
  906. padding-right: 10px;
  907. }
  908. .aside.aside_feed {
  909. padding: 0;
  910. }
  911. .aside.aside_feed .configure-feeds {
  912. display: flex;
  913. margin-top: 0;
  914. margin-left: auto;
  915. margin-right: auto;
  916. }
  917. .aside:target {
  918. width: 78%;
  919. z-index: 1000;
  920. }
  921. .nav_menu {
  922. position: initial;
  923. height: 71px;
  924. }
  925. .nav_menu .btn {
  926. margin: 5px 10px;
  927. }
  928. .nav_menu .stick {
  929. margin: 0 10px;
  930. }
  931. .nav_menu .stick .btn {
  932. margin: 5px 0;
  933. }
  934. .nav_menu .search {
  935. position: absolute !important;
  936. top: 35px;
  937. left: 55px;
  938. }
  939. .nav_menu .search input {
  940. width: 85%;
  941. }
  942. .pagination {
  943. margin: 0 0 3.5em;
  944. }
  945. #panel .close {
  946. background: #22303d;
  947. display: block;
  948. height: 50px;
  949. line-height: 50px;
  950. text-align: right;
  951. padding-right: 10px;
  952. }
  953. .day .name {
  954. font-size: 1.1rem;
  955. }
  956. .notification {
  957. width: 100%;
  958. }
  959. .notification a.close {
  960. background: transparent;
  961. display: block;
  962. left: 0;
  963. }
  964. .notification a.close:hover {
  965. opacity: 0.5;
  966. }
  967. .notification a.close .icon {
  968. display: none;
  969. }
  970. #nav_entries {
  971. width: 100% !important;
  972. }
  973. .post {
  974. padding-left: 15px;
  975. padding-right: 15px;
  976. }
  977. div#stream {
  978. margin-top: 0px;
  979. }
  980. a.btn.toggle_aside {
  981. position: absolute;
  982. top: 29px;
  983. }
  984. form#mark-read-menu,
  985. a#actualize,
  986. a#toggle-order,
  987. div#nav_menu_actions,
  988. div#nav_menu_views {
  989. position: absolute;
  990. }
  991. form#mark-read-menu {
  992. right: 46px;
  993. top: 30px;
  994. z-index: 1100;
  995. }
  996. a#actualize,
  997. a#toggle-order {
  998. right: 0px;
  999. }
  1000. a#actualize {
  1001. top: 29px;
  1002. }
  1003. a#toggle-order,
  1004. div#nav_menu_actions,
  1005. div#nav_menu_views {
  1006. top: 65px;
  1007. }
  1008. div#nav_menu_actions {
  1009. left: 0px;
  1010. }
  1011. div#nav_menu_views {
  1012. right: 50px;
  1013. }
  1014. }
  1015. @media (max-width: 410px) {
  1016. .nav_menu .stick {
  1017. margin: 0;
  1018. }
  1019. }
  1020. @media (max-width: 374px) {
  1021. #nav_menu_views {
  1022. display: none;
  1023. }
  1024. }
  1025. button.as-link {
  1026. color: #fcfcfc;
  1027. outline: none;
  1028. }
  1029. .dropdown-target:target ~ .btn.dropdown-toggle {
  1030. background: #00488b;
  1031. }
  1032. .tree-folder.active .tree-folder-title {
  1033. background: #00488b;
  1034. font-weight: bold;
  1035. }
  1036. .feed.item.empty {
  1037. color: #fa8052;
  1038. }
  1039. .feed.item.empty.active {
  1040. background: #fa8052;
  1041. color: #fcfcfc;
  1042. }
  1043. .feed.item.empty.active > a {
  1044. color: #fcfcfc;
  1045. }
  1046. .feed.item.empty > a {
  1047. color: #fa8052;
  1048. }
  1049. .feed.item.error {
  1050. color: #c46178;
  1051. }
  1052. .feed.item.error.active {
  1053. background: #c46178;
  1054. color: #fcfcfc;
  1055. }
  1056. .feed.item.error.active > a {
  1057. color: #fcfcfc;
  1058. }
  1059. .feed.item.error > a {
  1060. color: #c46178;
  1061. }
  1062. #dropdown-query ~ .dropdown-menu .dropdown-header .icon {
  1063. vertical-align: middle;
  1064. float: right;
  1065. }
  1066. #stream.reader .flux {
  1067. padding: 0 0 50px;
  1068. background: #fcfcfc;
  1069. color: #22303d;
  1070. border: none;
  1071. }
  1072. #stream.reader .flux .author {
  1073. margin: 0 0 10px;
  1074. color: #969696;
  1075. font-size: 90%;
  1076. }
  1077. #nav_menu_actions ul.dropdown-menu, #nav_menu_read_all ul.dropdown-menu {
  1078. left: 0px;
  1079. }
  1080. #slider label {
  1081. min-height: initial;
  1082. }
  1083. #slider .form-group:hover {
  1084. background: inital;
  1085. }
  1086. /*# sourceMappingURL=swage.css.map */