swage.rtl.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-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::after {
  271. content: none;
  272. }
  273. .dropdown-menu > .item {
  274. padding: 0;
  275. margin-right: 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 -14px 0 0;
  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: right;
  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-left: 4px;
  430. }
  431. .box .box-content {
  432. padding-right: 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: right;
  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. left: 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. left: 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. left: -20px;
  565. }
  566. .aside.aside_feed .nav-form .dropdown .dropdown-menu::after {
  567. left: 33px;
  568. }
  569. .aside_feed .tree-folder-title > .title:not([data-unread="0"])::after {
  570. margin: 6px 0;
  571. padding: 0 10px;
  572. background: inherit;
  573. font-size: 0.9rem;
  574. position: absolute;
  575. left: 0;
  576. line-height: 1.5rem;
  577. }
  578. .aside_feed .tree-folder-items .dropdown-menu::after {
  579. right: 2px;
  580. }
  581. .post {
  582. padding: 10px 50px;
  583. font-size: 0.9em;
  584. }
  585. .post input {
  586. background: #e3e3e3;
  587. }
  588. .post input.long {
  589. height: 33px;
  590. margin-top: 0px;
  591. }
  592. .post form {
  593. margin: 10px 0;
  594. }
  595. .post.content {
  596. max-width: 550px;
  597. }
  598. .prompt {
  599. text-align: center;
  600. }
  601. .prompt label {
  602. text-align: right;
  603. }
  604. .prompt form {
  605. margin: 10px auto 20px auto;
  606. width: 200px;
  607. }
  608. .prompt input {
  609. margin: 5px auto;
  610. width: 100%;
  611. }
  612. .prompt p {
  613. margin: 20px 0;
  614. }
  615. #new-article {
  616. background: #0062be;
  617. font-size: 1em;
  618. text-align: center;
  619. position: fixed;
  620. bottom: 48px;
  621. z-index: 900;
  622. right: 0;
  623. line-height: 1.5em;
  624. }
  625. #new-article:hover {
  626. background: #00488b;
  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. }
  636. .day {
  637. padding: 0 10px;
  638. font-weight: bold;
  639. line-height: 3em;
  640. text-align: center;
  641. }
  642. .day .name {
  643. display: none;
  644. }
  645. .nav a {
  646. color: #fcfcfc;
  647. }
  648. .nav_menu {
  649. width: 100%;
  650. font-size: 0;
  651. background-color: #0062be;
  652. position: fixed;
  653. z-index: 900;
  654. }
  655. .nav_menu .item.search {
  656. display: inline-block;
  657. position: fixed;
  658. left: 40px;
  659. }
  660. .flux {
  661. padding-left: 10px;
  662. background: #fcfcfc;
  663. }
  664. .flux::after {
  665. margin: 0 auto;
  666. width: 90%;
  667. border-top: 1px solid #e3e3e3;
  668. }
  669. .flux:hover,
  670. .flux .current {
  671. background: #fff;
  672. }
  673. .flux:hover:not(.current):hover .item.title,
  674. .flux .current:not(.current):hover .item.title {
  675. background: #fff;
  676. }
  677. .flux.favorite:not(.current) {
  678. background: #fff6da;
  679. }
  680. .flux.favorite:not(.current):hover .item.title {
  681. background: #fff6da;
  682. }
  683. .flux.not_read:not(.current) {
  684. background: #fff3ed;
  685. }
  686. .flux.not_read:not(.current):hover .item.title {
  687. background: #fff3ed;
  688. }
  689. .flux .item.date {
  690. color: #969696;
  691. font-size: 0.7rem;
  692. }
  693. .flux .bottom {
  694. font-size: 0.8rem;
  695. text-align: center;
  696. }
  697. .flux .website .favicon {
  698. padding: 5px;
  699. }
  700. .flux label {
  701. color: #fcfcfc;
  702. cursor: pointer;
  703. }
  704. .flux_header {
  705. font-size: 0.8rem;
  706. cursor: pointer;
  707. }
  708. .flux_header .title {
  709. font-size: 0.9rem;
  710. }
  711. .notification {
  712. padding: 10px 0;
  713. background: #e3e3e3;
  714. height: auto;
  715. color: #969696;
  716. font-size: 1em;
  717. border: none;
  718. text-align: center;
  719. font-weight: bold;
  720. z-index: 10;
  721. vertical-align: middle;
  722. position: fixed;
  723. bottom: 48px;
  724. right: 0;
  725. top: auto;
  726. }
  727. .notification.good,
  728. .notification .bad {
  729. color: #fcfcfc;
  730. }
  731. .notification.good {
  732. background: #5eaabf;
  733. }
  734. .notification.good a.close:hover {
  735. background: #5eaabf;
  736. }
  737. .notification.bad {
  738. background: #c46178;
  739. }
  740. .notification.bad a.close:hover {
  741. background: #c46178;
  742. }
  743. .notification#actualizeProgress {
  744. line-height: 2em;
  745. }
  746. .notification a.close {
  747. display: none;
  748. }
  749. #bigMarkAsRead {
  750. text-align: center;
  751. text-decoration: none;
  752. background: #e3e3e3;
  753. }
  754. #bigMarkAsRead:hover {
  755. background: #22303d;
  756. color: #fcfcfc;
  757. }
  758. #nav_entries {
  759. margin: 0;
  760. text-align: center;
  761. line-height: 3em;
  762. table-layout: fixed;
  763. background: #22303d;
  764. }
  765. .stat {
  766. margin: 10px 0 20px;
  767. }
  768. .stat th,
  769. .stat td,
  770. .stat tr {
  771. border: none;
  772. }
  773. .stat > table td,
  774. .stat > table th {
  775. border-bottom: 1px solid #e3e3e3;
  776. }
  777. .stat > .horizontal-list {
  778. margin: 0 0 5px;
  779. }
  780. .stat > .horizontal-list .item {
  781. overflow: hidden;
  782. white-space: nowrap;
  783. text-overflow: ellipsis;
  784. }
  785. .stat > .horizontal-list .item:first-child {
  786. width: 270px;
  787. }
  788. .formLogin #global {
  789. height: 0;
  790. }
  791. .formLogin .header {
  792. background: #22303d;
  793. height: 55px;
  794. }
  795. .formLogin .header > .item.configure {
  796. width: 200px;
  797. position: unset;
  798. }
  799. .formLogin a.signin {
  800. color: #fcfcfc;
  801. padding-right: 5px;
  802. }
  803. .formLogin input {
  804. border-top: 1px #e3e3e3;
  805. border-left: 1px #e3e3e3;
  806. border-bottom: 1px #e3e3e3;
  807. border-right: 5px solid;
  808. }
  809. .loglist {
  810. overflow: hidden;
  811. border: 1px solid #969696;
  812. }
  813. .log {
  814. padding: 5px 2%;
  815. background: #fcfcfc;
  816. font-size: 0.8rem;
  817. overflow: auto;
  818. }
  819. .log > .date {
  820. margin: 0 0 0 10px;
  821. padding: 5px 10px;
  822. }
  823. .log.error > .date {
  824. background: #c46178;
  825. color: #fcfcfc;
  826. }
  827. .log.warning > .date {
  828. background: #fa8052;
  829. color: #fcfcfc;
  830. }
  831. .log.notice > .date {
  832. background: #e3e3e3;
  833. color: #fcfcfc;
  834. }
  835. .log.debug > .date {
  836. background: #181621;
  837. color: #fcfcfc;
  838. }
  839. @media (max-width: 840px) {
  840. .formLogin .header {
  841. display: none;
  842. }
  843. .form-group .group-name {
  844. padding-bottom: 0;
  845. text-align: right;
  846. }
  847. .dropdown-header, .dropdown-menu > .item {
  848. padding: 12px;
  849. }
  850. #new-article {
  851. width: 100%;
  852. position: sticky;
  853. top: 0;
  854. }
  855. .header {
  856. display: table;
  857. }
  858. .header .item.title .logo {
  859. display: none;
  860. }
  861. .header .item.configure {
  862. padding: 0;
  863. position: absolute;
  864. left: 77px;
  865. }
  866. .header > .item.title a {
  867. display: block;
  868. position: absolute;
  869. top: -35px;
  870. right: 10px;
  871. }
  872. button.read_all.btn {
  873. display: none;
  874. }
  875. .flux .item.manage,
  876. .flux_header .item.website {
  877. width: 35px;
  878. text-align: center;
  879. }
  880. .aside {
  881. width: 0;
  882. transition: width 200ms linear;
  883. }
  884. .aside .toggle_aside {
  885. background: #22303d;
  886. display: block;
  887. height: 50px;
  888. line-height: 50px;
  889. text-align: left;
  890. padding-left: 10px;
  891. }
  892. .aside.aside_feed {
  893. padding: 0;
  894. }
  895. .aside.aside_feed .configure-feeds {
  896. display: flex;
  897. margin-top: 0;
  898. margin-right: auto;
  899. margin-left: auto;
  900. }
  901. .aside:target {
  902. width: 78%;
  903. z-index: 1000;
  904. }
  905. .nav_menu {
  906. position: initial;
  907. height: 71px;
  908. }
  909. .nav_menu .btn {
  910. margin: 0;
  911. }
  912. .nav_menu .stick {
  913. margin: 0;
  914. }
  915. .nav_menu .stick .btn {
  916. margin: 0;
  917. }
  918. .nav_menu .search {
  919. position: absolute !important;
  920. top: 3px;
  921. right: 37px;
  922. }
  923. .nav_menu .search form {
  924. display: block;
  925. }
  926. .nav_menu .search input {
  927. width: 85%;
  928. }
  929. .pagination {
  930. margin: 0 0 3.5em;
  931. }
  932. #panel .close,
  933. .dropdown-menu .toggle_aside {
  934. background: #22303d;
  935. display: block;
  936. height: 50px;
  937. line-height: 50px;
  938. text-align: left;
  939. padding-left: 10px;
  940. }
  941. .dropdown-target:target ~ .dropdown-toggle.btn::after {
  942. display: none;
  943. }
  944. .day .name {
  945. font-size: 1.1rem;
  946. }
  947. .notification {
  948. width: 100%;
  949. }
  950. .notification a.close {
  951. background: transparent;
  952. display: block;
  953. right: 0;
  954. }
  955. .notification a.close:hover {
  956. opacity: 0.5;
  957. }
  958. .notification a.close .icon {
  959. display: none;
  960. }
  961. #nav_entries {
  962. width: 100% !important;
  963. }
  964. .post {
  965. padding-right: 15px;
  966. padding-left: 15px;
  967. }
  968. div#stream {
  969. margin-top: 0px;
  970. }
  971. a.btn.toggle_aside {
  972. position: absolute;
  973. top: 0;
  974. }
  975. form#mark-read-menu,
  976. a#actualize,
  977. a#toggle-order,
  978. div#nav_menu_actions,
  979. div#nav_menu_views {
  980. position: absolute;
  981. }
  982. form#mark-read-menu {
  983. left: 38px;
  984. top: 0;
  985. }
  986. a#actualize,
  987. a#toggle-order {
  988. left: 0;
  989. }
  990. a#actualize {
  991. top: 0;
  992. }
  993. a#toggle-order,
  994. div#nav_menu_actions,
  995. div#nav_menu_views {
  996. top: 36px;
  997. }
  998. div#nav_menu_actions {
  999. right: 0px;
  1000. }
  1001. div#nav_menu_views {
  1002. left: 50px;
  1003. }
  1004. }
  1005. @media (max-width: 410px) {
  1006. .nav_menu .stick {
  1007. margin: 0;
  1008. }
  1009. }
  1010. @media (max-width: 374px) {
  1011. #nav_menu_views {
  1012. display: none;
  1013. }
  1014. }
  1015. button.as-link {
  1016. color: #fcfcfc;
  1017. outline: none;
  1018. }
  1019. .dropdown-target:target ~ .btn.dropdown-toggle {
  1020. background: #00488b;
  1021. }
  1022. .tree-folder.active .tree-folder-title {
  1023. background: #00488b;
  1024. font-weight: bold;
  1025. }
  1026. .feed.item.empty {
  1027. color: #fa8052;
  1028. }
  1029. .feed.item.empty.active {
  1030. background: #fa8052;
  1031. color: #fcfcfc;
  1032. }
  1033. .feed.item.empty.active > a {
  1034. color: #fcfcfc;
  1035. }
  1036. .feed.item.empty > a {
  1037. color: #fa8052;
  1038. }
  1039. .feed.item.error {
  1040. color: #c46178;
  1041. }
  1042. .feed.item.error.active {
  1043. background: #c46178;
  1044. color: #fcfcfc;
  1045. }
  1046. .feed.item.error.active > a {
  1047. color: #fcfcfc;
  1048. }
  1049. .feed.item.error > a {
  1050. color: #c46178;
  1051. }
  1052. #dropdown-query ~ .dropdown-menu .dropdown-header .icon {
  1053. vertical-align: middle;
  1054. float: left;
  1055. }
  1056. #stream.reader .flux {
  1057. padding: 0 0 50px;
  1058. background: #fcfcfc;
  1059. color: #22303d;
  1060. border: none;
  1061. }
  1062. #stream.reader .flux .author {
  1063. margin: 0 0 10px;
  1064. color: #969696;
  1065. font-size: 90%;
  1066. }
  1067. #nav_menu_actions ul.dropdown-menu, #nav_menu_read_all ul.dropdown-menu {
  1068. right: 0px;
  1069. }
  1070. #slider label {
  1071. min-height: initial;
  1072. }
  1073. #slider .form-group:hover {
  1074. background: initial;
  1075. }