swage.rtl.css 21 KB

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