swage.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164
  1. input,
  2. select, textarea {
  3. min-height: 25px;
  4. margin-top: 4px;
  5. line-height: 25px;
  6. vertical-align: middle;
  7. background: #fcfcfc;
  8. border: none;
  9. padding-left: 5px;
  10. }
  11. input:invalid,
  12. select:invalid {
  13. color: #b0425b;
  14. border-color: #b0425b;
  15. box-shadow: none;
  16. }
  17. .nav-list .item, .nav-list .nav-header {
  18. height: 2.5em;
  19. line-height: 2.5em;
  20. font-size: 0.9rem;
  21. }
  22. .dropdown-menu > .item > a,
  23. .dropdown-menu > .item > span,
  24. .dropdown-menu > .item > .as-link,
  25. .dropdown-menu > .item button, .dropdown-menu > .item {
  26. padding: 0 22px;
  27. color: #fcfcfc;
  28. font-size: 0.8rem;
  29. line-height: 2.5em;
  30. }
  31. .flux::after, .form-group::after {
  32. content: "";
  33. display: block;
  34. clear: both;
  35. }
  36. #nav_entries, .notification, #new-article, .aside, .header > .item.title, .stick.configure-feeds {
  37. width: 231px;
  38. }
  39. html,
  40. body {
  41. height: 100%;
  42. font-family: Helvetica, Arial, sans-serif;
  43. }
  44. a {
  45. color: #00488b;
  46. outline: none;
  47. }
  48. a.btn {
  49. min-height: 25px;
  50. line-height: 25px;
  51. text-decoration: none;
  52. }
  53. a.btn:hover {
  54. background: #00488b;
  55. }
  56. a#btn-subscription {
  57. width: 76%;
  58. }
  59. a#btn-add {
  60. width: 5%;
  61. }
  62. img.icon:hover {
  63. background: none;
  64. }
  65. main#stream {
  66. margin-top: 35px;
  67. }
  68. sup {
  69. top: -0.3em;
  70. }
  71. legend {
  72. margin: 20px 0 5px;
  73. padding: 5px 20px;
  74. background: #e3e3e3;
  75. display: inline-block;
  76. width: auto;
  77. font-size: 1.4em;
  78. clear: both;
  79. }
  80. label {
  81. min-height: 25px;
  82. }
  83. textarea {
  84. background: #e3e3e3;
  85. width: 360px;
  86. height: 100px;
  87. }
  88. textarea:focus {
  89. border-color: #00488b;
  90. }
  91. input:focus,
  92. select:focus {
  93. border-color: #00488b;
  94. }
  95. input:disabled,
  96. select:disabled {
  97. background: #fcfcfc;
  98. }
  99. select {
  100. background: #e3e3e3;
  101. }
  102. input.extend {
  103. transition: width 200ms linear;
  104. }
  105. option {
  106. padding: 0 0.5em;
  107. }
  108. table {
  109. border-collapse: collapse;
  110. }
  111. tr,
  112. td,
  113. th {
  114. padding: 0.5em;
  115. border: 1px solid #e3e3e3;
  116. }
  117. th {
  118. background: #fcfcfc;
  119. }
  120. form td,
  121. form th {
  122. font-weight: normal;
  123. text-align: center;
  124. }
  125. .category .title.error::before {
  126. display: inline-block;
  127. padding-right: 7px;
  128. width: 16px;
  129. content: url(../Swage/icons/error.svg);
  130. }
  131. .form-group {
  132. padding: 5px;
  133. border: 1px solid transparent;
  134. }
  135. .form-group:hover {
  136. background: #fcfcfc;
  137. border: 1px solid #fcfcfc;
  138. }
  139. .form-group.form-actions {
  140. margin: 15px 0 25px;
  141. padding: 5px 0;
  142. background: #e3e3e3;
  143. border-top: 3px solid #e3e3e3;
  144. }
  145. .form-group.form-actions .btn {
  146. margin: 0 10px;
  147. }
  148. .form-group .group-name {
  149. padding: 10px 0;
  150. text-align: right;
  151. }
  152. .form-group .group-controls {
  153. min-height: 25px;
  154. padding: 5px 0;
  155. }
  156. .form-group .group-controls .control {
  157. line-height: 2em;
  158. }
  159. .stick {
  160. vertical-align: middle;
  161. font-size: 0;
  162. }
  163. .btn {
  164. margin: 0;
  165. padding: 5px 10px;
  166. background: #0062be;
  167. display: inline-block;
  168. color: #fcfcfc;
  169. font-size: 0.9rem;
  170. border: none;
  171. min-height: 35px;
  172. min-width: 15px;
  173. vertical-align: middle;
  174. cursor: pointer;
  175. overflow: hidden;
  176. }
  177. .btn.active,
  178. .btn :active,
  179. .btn :hover {
  180. background: #00488b;
  181. text-decoration: none;
  182. }
  183. .btn-important, .btn-attention {
  184. font-weight: normal;
  185. background: #fa8052;
  186. color: #fcfcfc;
  187. }
  188. .btn-important:hover,
  189. .btn-important :active, .btn-attention:hover,
  190. .btn-attention :active {
  191. background: #f95c20 !important;
  192. }
  193. .nav-list .nav-header {
  194. padding: 0 10px;
  195. font-weight: bold;
  196. background: #22303d;
  197. color: #fcfcfc;
  198. cursor: default;
  199. }
  200. .nav-list .item:hover, .nav-list .item.active {
  201. background: #00488b;
  202. color: #fcfcfc;
  203. }
  204. .nav-list .item:hover a, .nav-list .item.active a {
  205. color: #fcfcfc;
  206. }
  207. .nav-list .item:hover.empty a,
  208. .nav-list .item:hover .error a, .nav-list .item.active.empty a,
  209. .nav-list .item.active .error a {
  210. color: #fcfcfc;
  211. }
  212. .nav-list .item:hover.empty a, .nav-list .item.active.empty a {
  213. background: #fa8052;
  214. }
  215. .nav-list .item:hover.error a, .nav-list .item.active.error a {
  216. background: #c46178;
  217. }
  218. .nav-list .item > a {
  219. padding: 0 10px;
  220. }
  221. .nav-list .item.empty a {
  222. color: #fa8052;
  223. }
  224. .nav-list .item.error a {
  225. color: #c46178;
  226. }
  227. .nav-list .disable {
  228. text-align: center;
  229. background: #fcfcfc;
  230. color: #969696;
  231. }
  232. .nav-list .nav-form {
  233. padding: 3px;
  234. text-align: center;
  235. }
  236. .nav-list a:hover {
  237. text-decoration: none;
  238. }
  239. .nav-head {
  240. margin: 0;
  241. text-align: right;
  242. background: #22303d;
  243. color: #fcfcfc;
  244. }
  245. .nav-head a {
  246. color: #fcfcfc;
  247. }
  248. .nav-head .item {
  249. padding: 5px 10px;
  250. font-size: 0.9rem;
  251. line-height: 1.5rem;
  252. }
  253. .horizontal-list {
  254. margin: 0;
  255. padding: 0;
  256. }
  257. .horizontal-list .item {
  258. vertical-align: middle;
  259. }
  260. .dropdown-menu {
  261. padding: 5px 0;
  262. font-size: 0.8rem;
  263. text-align: left;
  264. border: none;
  265. background-color: #00488b;
  266. }
  267. .dropdown-menu .dropdown-header {
  268. cursor: default;
  269. }
  270. .dropdown-menu > .item {
  271. padding: 0;
  272. margin-left: 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 0 0 -14px;
  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: left;
  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-right: 4px;
  427. }
  428. .box .box-content {
  429. padding-left: 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: left;
  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. right: 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. right: 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. right: -20px;
  562. }
  563. .aside.aside_feed .nav-form .dropdown .dropdown-menu::after {
  564. right: 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. right: 0;
  573. line-height: 1.5rem;
  574. }
  575. .aside_feed .tree-folder-items .dropdown-menu::after {
  576. left: 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: left;
  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. left: 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. right: 40px;
  656. }
  657. .flux {
  658. padding-right: 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. left: 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-left: 5px;
  799. }
  800. .formLogin input {
  801. border-top: 1px #e3e3e3;
  802. border-right: 1px #e3e3e3;
  803. border-bottom: 1px #e3e3e3;
  804. border-left: 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 10px 0 0;
  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: left;
  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. right: 77px;
  862. }
  863. .header > .item.title a {
  864. display: block;
  865. position: absolute;
  866. top: -35px;
  867. left: 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: right;
  887. padding-right: 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-left: auto;
  896. margin-right: 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. left: 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: right;
  936. padding-right: 10px;
  937. }
  938. .day .name {
  939. font-size: 1.1rem;
  940. }
  941. .notification {
  942. width: 100%;
  943. }
  944. .notification a.close {
  945. background: transparent;
  946. display: block;
  947. left: 0;
  948. }
  949. .notification a.close:hover {
  950. opacity: 0.5;
  951. }
  952. .notification a.close .icon {
  953. display: none;
  954. }
  955. #nav_entries {
  956. width: 100% !important;
  957. }
  958. .post {
  959. padding-left: 15px;
  960. padding-right: 15px;
  961. }
  962. div#stream {
  963. margin-top: 0px;
  964. }
  965. a.btn.toggle_aside {
  966. position: absolute;
  967. top: 0;
  968. }
  969. form#mark-read-menu,
  970. a#actualize,
  971. a#toggle-order,
  972. div#nav_menu_actions,
  973. div#nav_menu_views {
  974. position: absolute;
  975. }
  976. form#mark-read-menu {
  977. right: 38px;
  978. top: 0;
  979. }
  980. a#actualize,
  981. a#toggle-order {
  982. right: 0;
  983. }
  984. a#actualize {
  985. top: 0;
  986. }
  987. a#toggle-order,
  988. div#nav_menu_actions,
  989. div#nav_menu_views {
  990. top: 36px;
  991. }
  992. div#nav_menu_actions {
  993. left: 0px;
  994. }
  995. div#nav_menu_views {
  996. right: 50px;
  997. }
  998. }
  999. @media (max-width: 410px) {
  1000. .nav_menu .stick {
  1001. margin: 0;
  1002. }
  1003. }
  1004. @media (max-width: 374px) {
  1005. #nav_menu_views {
  1006. display: none;
  1007. }
  1008. }
  1009. button.as-link {
  1010. color: #fcfcfc;
  1011. outline: none;
  1012. }
  1013. .dropdown-target:target ~ .btn.dropdown-toggle {
  1014. background: #00488b;
  1015. }
  1016. .tree-folder.active .tree-folder-title {
  1017. background: #00488b;
  1018. font-weight: bold;
  1019. }
  1020. .feed.item.empty {
  1021. color: #fa8052;
  1022. }
  1023. .feed.item.empty.active {
  1024. background: #fa8052;
  1025. color: #fcfcfc;
  1026. }
  1027. .feed.item.empty.active > a {
  1028. color: #fcfcfc;
  1029. }
  1030. .feed.item.empty > a {
  1031. color: #fa8052;
  1032. }
  1033. .feed.item.error {
  1034. color: #c46178;
  1035. }
  1036. .feed.item.error.active {
  1037. background: #c46178;
  1038. color: #fcfcfc;
  1039. }
  1040. .feed.item.error.active > a {
  1041. color: #fcfcfc;
  1042. }
  1043. .feed.item.error > a {
  1044. color: #c46178;
  1045. }
  1046. #dropdown-query ~ .dropdown-menu .dropdown-header .icon {
  1047. vertical-align: middle;
  1048. float: right;
  1049. }
  1050. #stream.reader .flux {
  1051. padding: 0 0 50px;
  1052. background: #fcfcfc;
  1053. color: #22303d;
  1054. border: none;
  1055. }
  1056. #stream.reader .flux .author {
  1057. margin: 0 0 10px;
  1058. color: #969696;
  1059. font-size: 90%;
  1060. }
  1061. #nav_menu_actions ul.dropdown-menu, #nav_menu_read_all ul.dropdown-menu {
  1062. left: 0px;
  1063. }
  1064. #slider label {
  1065. min-height: initial;
  1066. }
  1067. #slider .form-group:hover {
  1068. background: initial;
  1069. }