swage.rtl.css 18 KB

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