swage.css 16 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109
  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. .header > .item {
  488. vertical-align: middle;
  489. }
  490. .header > .item.title {
  491. position: absolute;
  492. }
  493. .header > .item.title h1 {
  494. margin: 0;
  495. display: block;
  496. }
  497. .header > .item.title h1 a {
  498. text-decoration: none;
  499. color: #FCFCFC;
  500. }
  501. .header > .item.title .logo {
  502. display: inline-block;
  503. height: 26px;
  504. vertical-align: top;
  505. position: relative;
  506. top: 5px;
  507. }
  508. .header > .item.search input {
  509. width: 230px;
  510. }
  511. .header .item.search input:focus {
  512. width: 350px;
  513. }
  514. .header .item.search {
  515. display: none;
  516. }
  517. .header .item.configure {
  518. position: fixed;
  519. right: 0px;
  520. z-index: 1000;
  521. width: 35px;
  522. }
  523. .header h1 {
  524. text-align: center;
  525. font-size: 1.5em;
  526. }
  527. .aside {
  528. background: #22303d;
  529. padding: 35px 0;
  530. }
  531. .aside.aside_feed .tree {
  532. margin: 0 0 50px;
  533. }
  534. .aside.aside_feed .nav-form input, .aside.aside_feed .nav-form select {
  535. width: 140px;
  536. }
  537. .aside.aside_feed .nav-form .dropdown .dropdown-menu {
  538. right: -20px;
  539. }
  540. .aside.aside_feed .nav-form .dropdown .dropdown-menu::after {
  541. right: 33px;
  542. }
  543. .aside_feed .tree-folder-title > .title:not([data-unread="0"])::after {
  544. position: absolute;
  545. right: 0;
  546. margin: 6px 0;
  547. padding: 0 10px;
  548. font-size: 0.9rem;
  549. line-height: 1.5rem;
  550. background: inherit;
  551. }
  552. .aside_feed .tree-folder-items .dropdown-menu::after {
  553. left: 2px;
  554. }
  555. .post {
  556. padding: 10px 50px;
  557. font-size: 0.9em;
  558. }
  559. .post input {
  560. background: #e3e3e3;
  561. }
  562. .post input.long {
  563. height: 33px;
  564. margin-top: 0px;
  565. }
  566. .post form {
  567. margin: 10px 0;
  568. }
  569. .post.content {
  570. max-width: 550px;
  571. }
  572. .prompt {
  573. text-align: center;
  574. }
  575. .prompt label {
  576. text-align: left;
  577. }
  578. .prompt form {
  579. margin: 10px auto 20px auto;
  580. width: 200px;
  581. }
  582. .prompt input {
  583. margin: 5px auto;
  584. width: 100%;
  585. }
  586. .prompt p {
  587. margin: 20px 0;
  588. }
  589. #new-article {
  590. text-align: center;
  591. font-size: 1em;
  592. background: #0062be;
  593. position: fixed;
  594. bottom: 48px;
  595. z-index: 900;
  596. left: 0;
  597. line-height: 1.5em;
  598. }
  599. #new-article:hover {
  600. background: #00488b;
  601. }
  602. #new-article > a {
  603. line-height: 1.5em;
  604. font-weight: bold;
  605. color: #FCFCFC;
  606. }
  607. #new-article > a:hover {
  608. text-decoration: none;
  609. }
  610. .day {
  611. padding: 0 10px;
  612. font-weight: bold;
  613. line-height: 3em;
  614. text-align: center;
  615. }
  616. .day .name {
  617. display: none;
  618. }
  619. .nav a {
  620. color: #FCFCFC;
  621. }
  622. .nav_menu {
  623. font-size: 0;
  624. background-color: #0062be;
  625. position: fixed;
  626. width: 100%;
  627. z-index: 900;
  628. }
  629. .nav_menu .item.search {
  630. display: inline-block;
  631. position: fixed;
  632. right: 40px;
  633. }
  634. .flux {
  635. padding-right: 10px;
  636. background: #FCFCFC;
  637. }
  638. .flux::after {
  639. margin: 0 auto;
  640. width: 90%;
  641. border-top: 1px solid #e3e3e3;
  642. }
  643. .flux:hover, .flux .current {
  644. background: #FFFFFF;
  645. }
  646. .flux:hover:not(.current):hover .item.title, .flux .current:not(.current):hover .item.title {
  647. background: #FFFFFF;
  648. }
  649. .flux.not_read {
  650. background: #FFF3ED;
  651. }
  652. .flux.not_read:not(.current):hover .item.title {
  653. background: #FFF3ED;
  654. }
  655. .flux.favorite {
  656. background: #FFF6DA;
  657. }
  658. .flux.favorite:not(.current):hover .item.title {
  659. background: #FFF6DA;
  660. }
  661. .flux .date {
  662. font-size: 0.7rem;
  663. color: #969696;
  664. }
  665. .flux .bottom {
  666. font-size: 0.8rem;
  667. text-align: center;
  668. }
  669. .flux .website .favicon {
  670. padding: 5px;
  671. }
  672. .flux label {
  673. color: #FCFCFC;
  674. cursor: pointer;
  675. }
  676. .flux_header {
  677. font-size: 0.8rem;
  678. cursor: pointer;
  679. }
  680. .flux_header .title {
  681. font-size: 0.9rem;
  682. }
  683. .notification {
  684. text-align: center;
  685. font-weight: bold;
  686. font-size: 1em;
  687. padding: 10px 0;
  688. z-index: 10;
  689. vertical-align: middle;
  690. background: #e3e3e3;
  691. color: #969696;
  692. border: none;
  693. position: fixed;
  694. bottom: 48px;
  695. left: 0;
  696. top: auto;
  697. height: auto;
  698. }
  699. .notification.good, .notification .bad {
  700. color: #FCFCFC;
  701. }
  702. .notification.good {
  703. background: #5EAABF;
  704. }
  705. .notification.good a.close:hover {
  706. background: #5EAABF;
  707. }
  708. .notification.bad {
  709. background: #c46178;
  710. }
  711. .notification.bad a.close:hover {
  712. background: #c46178;
  713. }
  714. .notification#actualizeProgress {
  715. line-height: 2em;
  716. }
  717. .notification a.close {
  718. display: none;
  719. }
  720. #bigMarkAsRead {
  721. text-align: center;
  722. text-decoration: none;
  723. background: #e3e3e3;
  724. }
  725. #bigMarkAsRead:hover {
  726. background: #22303d;
  727. color: #FCFCFC;
  728. }
  729. #nav_entries {
  730. margin: 0;
  731. text-align: center;
  732. line-height: 3em;
  733. table-layout: fixed;
  734. background: #22303d;
  735. }
  736. .stat {
  737. margin: 10px 0 20px;
  738. }
  739. .stat th, .stat td, .stat tr {
  740. border: none;
  741. }
  742. .stat > table td, .stat > table th {
  743. border-bottom: 1px solid #e3e3e3;
  744. }
  745. .stat > .horizontal-list {
  746. margin: 0 0 5px;
  747. }
  748. .stat > .horizontal-list .item {
  749. overflow: hidden;
  750. white-space: nowrap;
  751. text-overflow: ellipsis;
  752. }
  753. .stat > .horizontal-list .item:first-child {
  754. width: 270px;
  755. }
  756. .formLogin #global {
  757. height: 0;
  758. }
  759. .formLogin .header {
  760. height: 55px;
  761. background: #22303d;
  762. }
  763. .formLogin .header > .item.configure {
  764. width: 200px;
  765. position: unset;
  766. }
  767. .formLogin a.signin {
  768. color: #FCFCFC;
  769. padding-left: 5px;
  770. }
  771. .formLogin .header > .item.title h1 {
  772. display: unset;
  773. }
  774. .formLogin input {
  775. border-left: 5px solid;
  776. border-right: 1px solid #e3e3e3;
  777. border-top: 1px solid #e3e3e3;
  778. border-bottom: 1px solid #e3e3e3;
  779. }
  780. .loglist {
  781. overflow: hidden;
  782. border: 1px solid #969696;
  783. }
  784. .log {
  785. padding: 5px 2%;
  786. overflow: auto;
  787. font-size: 0.8rem;
  788. background: #FCFCFC;
  789. }
  790. .log > .date {
  791. margin: 0 10px 0 0;
  792. padding: 5px 10px;
  793. }
  794. .log.error > .date {
  795. background: #c46178;
  796. color: #FCFCFC;
  797. }
  798. .log.warning > .date {
  799. background: #FA8052;
  800. color: #FCFCFC;
  801. }
  802. .log.notice > .date {
  803. background: #e3e3e3;
  804. color: #FCFCFC;
  805. }
  806. .log.debug > .date {
  807. background: #181621;
  808. color: #FCFCFC;
  809. }
  810. @media (max-width: 840px) {
  811. .formLogin .header {
  812. display: none;
  813. }
  814. .dropdown-header, .dropdown-menu > .item {
  815. padding: 12px;
  816. }
  817. #new-article {
  818. width: 100%;
  819. bottom: initial;
  820. }
  821. .header {
  822. display: table;
  823. }
  824. .header .item.title .logo {
  825. display: none;
  826. }
  827. .header > .item.title h1 a {
  828. display: block;
  829. position: absolute;
  830. top: -35px;
  831. left: 10px;
  832. font-size: 0.6em;
  833. }
  834. .header .item.configure, button.read_all.btn {
  835. display: none;
  836. }
  837. .flux .item.manage, .flux_header .item.website {
  838. width: 35px;
  839. text-align: center;
  840. }
  841. .aside {
  842. width: 0;
  843. transition: width 200ms linear;
  844. }
  845. .aside .toggle_aside {
  846. display: block;
  847. height: 50px;
  848. line-height: 50px;
  849. text-align: right;
  850. padding-right: 10px;
  851. background: #22303d;
  852. }
  853. .aside.aside_feed {
  854. padding: 0;
  855. }
  856. .aside:target {
  857. width: 78%;
  858. }
  859. .nav_menu {
  860. position: initial;
  861. height: 71px;
  862. }
  863. .nav_menu .btn {
  864. margin: 5px 10px;
  865. }
  866. .nav_menu .stick {
  867. margin: 0 10px;
  868. }
  869. .nav_menu .stick .btn {
  870. margin: 5px 0;
  871. }
  872. .nav_menu .search {
  873. position: absolute !important;
  874. top: 35px;
  875. left: 55px;
  876. }
  877. .nav_menu .search input {
  878. width: 85%;
  879. }
  880. .pagination {
  881. margin: 0 0 3.5em;
  882. }
  883. #panel .close {
  884. display: block;
  885. height: 50px;
  886. line-height: 50px;
  887. text-align: right;
  888. padding-right: 10px;
  889. background: #22303d;
  890. }
  891. .day .name {
  892. font-size: 1.1rem;
  893. }
  894. .notification {
  895. width: 100%;
  896. }
  897. .notification a.close {
  898. display: block;
  899. left: 0;
  900. background: transparent;
  901. }
  902. .notification a.close:hover {
  903. opacity: 0.5;
  904. }
  905. .notification a.close .icon {
  906. display: none;
  907. }
  908. #nav_entries {
  909. width: 100% !important;
  910. }
  911. div#stream {
  912. margin-top: 0px;
  913. }
  914. a.btn.toggle_aside {
  915. position: absolute;
  916. top: 29px;
  917. }
  918. form#mark-read-menu, a#actualize, a#toggle-order, div#nav_menu_actions, div#nav_menu_views {
  919. position: absolute;
  920. }
  921. form#mark-read-menu {
  922. right: 46px;
  923. top: 30px;
  924. z-index: 1100;
  925. }
  926. a#actualize, a#toggle-order {
  927. right: 0px;
  928. }
  929. a#actualize {
  930. top: 29px;
  931. }
  932. a#toggle-order, div#nav_menu_actions, div#nav_menu_views {
  933. top: 65px;
  934. }
  935. div#nav_menu_actions {
  936. left: 0px;
  937. }
  938. div#nav_menu_views {
  939. right: 50px;
  940. }
  941. }
  942. @media (max-width: 410px) {
  943. .nav_menu .stick {
  944. margin: 0;
  945. }
  946. }
  947. @media (max-width: 374px) {
  948. #nav_menu_views {
  949. display: none;
  950. }
  951. }
  952. button.as-link {
  953. color: #FCFCFC;
  954. outline: none;
  955. }
  956. .dropdown-target:target ~ .btn.dropdown-toggle {
  957. background: #00488b;
  958. }
  959. .tree-folder.active .tree-folder-title {
  960. background: #00488b;
  961. font-weight: bold;
  962. }
  963. .feed.item.empty {
  964. color: #FA8052;
  965. }
  966. .feed.item.empty.active {
  967. background: #FA8052;
  968. color: #FCFCFC;
  969. }
  970. .feed.item.empty.active > a {
  971. color: #FCFCFC;
  972. }
  973. .feed.item.empty > a {
  974. color: #FA8052;
  975. }
  976. .feed.item.error {
  977. color: #c46178;
  978. }
  979. .feed.item.error.active {
  980. background: #c46178;
  981. color: #FCFCFC;
  982. }
  983. .feed.item.error.active > a {
  984. color: #FCFCFC;
  985. }
  986. .feed.item.error > a {
  987. color: #c46178;
  988. }
  989. #dropdown-query ~ .dropdown-menu .dropdown-header .icon {
  990. vertical-align: middle;
  991. float: right;
  992. }
  993. #stream.reader .flux {
  994. padding: 0 0 50px;
  995. background: #FCFCFC;
  996. color: #22303d;
  997. border: none;
  998. }
  999. #stream.reader .flux .author {
  1000. margin: 0 0 10px;
  1001. font-size: 90%;
  1002. color: #969696;
  1003. }
  1004. #nav_menu_actions ul.dropdown-menu, #nav_menu_read_all ul.dropdown-menu {
  1005. left: 0px;
  1006. }
  1007. #slider label {
  1008. min-height: initial;
  1009. }
  1010. #slider .form-group:hover {
  1011. background: inital;
  1012. }