swage.rtl.css 18 KB

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