swage.css 17 KB

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