template.rtl.css 20 KB

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