template.css 16 KB

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