swage.css 18 KB

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