swage.css 17 KB

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