swage.rtl.css 18 KB

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