swage.css 21 KB

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