swage.css 20 KB

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