template.rtl.css 22 KB

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