template.rtl.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527
  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 10px;
  387. display: inline-block;
  388. max-width: 95%;
  389. width: 20rem;
  390. border: 1px solid #ccc;
  391. vertical-align: top;
  392. }
  393. .box .box-title {
  394. position: relative;
  395. font-size: 1.2rem;
  396. font-weight: bold;
  397. }
  398. .box .box-title form {
  399. margin: 0;
  400. }
  401. .box .box-content {
  402. padding: 8px 16px 8px 8px;
  403. display: block;
  404. overflow: auto;
  405. }
  406. .box .box-content .item.feed {
  407. display: block;
  408. }
  409. .box .box-content .item.disabled {
  410. text-align: center;
  411. font-style: italic;
  412. }
  413. .box .box-content-centered {
  414. padding: 30px 5px;
  415. text-align: center;
  416. }
  417. .box .box-content-centered .btn {
  418. margin: 20px 0 0;
  419. }
  420. /*=== Draggable */
  421. .drag-hover {
  422. margin: 0 0 5px;
  423. border-bottom: 2px solid #ccc;
  424. }
  425. [draggable=true] {
  426. cursor: grab;
  427. }
  428. /*=== Scrollbar */
  429. @supports (scrollbar-width: thin) {
  430. #sidebar {
  431. overflow-y: auto;
  432. scrollbar-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.05);
  433. scrollbar-width: thin;
  434. }
  435. #sidebar:hover {
  436. scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.05);
  437. }
  438. }
  439. @supports not (scrollbar-width: thin) {
  440. #sidebar::-webkit-scrollbar {
  441. background: rgba(0, 0, 0, 0.05);
  442. width: 8px;
  443. }
  444. #sidebar::-webkit-scrollbar-thumb {
  445. background: rgba(0, 0, 0, 0.1);
  446. display: unset;
  447. border-radius: 5px;
  448. }
  449. #sidebar:hover::-webkit-scrollbar-thumb {
  450. background: rgba(0, 0, 0, 0.3);
  451. }
  452. }
  453. /*=== Tree */
  454. .tree {
  455. margin: 0;
  456. max-height: 99vh;
  457. list-style: none;
  458. text-align: right;
  459. overflow-x: hidden;
  460. }
  461. .tree-folder-items {
  462. padding: 0;
  463. max-height: 200em;
  464. list-style: none;
  465. transition: max-height .3s linear;
  466. }
  467. .tree-folder-title {
  468. display: block;
  469. overflow: hidden;
  470. white-space: nowrap;
  471. text-overflow: ellipsis;
  472. }
  473. .tree-folder-title .title {
  474. display: inline-block;
  475. width: 100%;
  476. vertical-align: middle;
  477. }
  478. .tree-folder-items > .item {
  479. display: block;
  480. white-space: nowrap;
  481. }
  482. .tree-folder-items > .item > a {
  483. display: inline-block;
  484. vertical-align: middle;
  485. width: calc(100% - 32px);
  486. overflow: hidden;
  487. white-space: nowrap;
  488. text-overflow: ellipsis;
  489. }
  490. .tree-bottom {
  491. visibility: hidden;
  492. margin-bottom: 18em;
  493. }
  494. /*=== STRUCTURE */
  495. /*===============*/
  496. /*=== Header */
  497. .header {
  498. display: table;
  499. width: 100%;
  500. table-layout: fixed;
  501. }
  502. .header > .item {
  503. display: table-cell;
  504. }
  505. .header > .item.title {
  506. width: 250px;
  507. white-space: nowrap;
  508. }
  509. .header > .item.title h1 {
  510. display: inline-block;
  511. }
  512. .header > .item.title .logo {
  513. display: inline-block;
  514. height: 32px;
  515. vertical-align: middle;
  516. }
  517. .header > .item.configure {
  518. width: 100px;
  519. }
  520. input[type="search"] {
  521. -webkit-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
  522. }
  523. /*=== Body */
  524. #global {
  525. background: inherit;
  526. display: table;
  527. width: 100%;
  528. height: 100%;
  529. table-layout: fixed;
  530. }
  531. #stream:not(.alert-warn) {
  532. background: inherit;
  533. }
  534. .aside {
  535. display: table-cell;
  536. width: 300px;
  537. vertical-align: top;
  538. }
  539. /*=== Aside main page */
  540. .aside_feed .category .title {
  541. width: calc(100% - 35px);
  542. }
  543. .aside_feed .tree-folder-title .icon {
  544. padding: 5px;
  545. }
  546. .aside_feed .tree-folder-items .item.feed {
  547. padding: 0px 15px;
  548. }
  549. .aside_feed .tree-folder-items:not(.active) {
  550. margin: 0;
  551. padding: 0;
  552. max-height: 0;
  553. border: none;
  554. overflow: hidden;
  555. }
  556. .aside_feed .tree-folder-items .dropdown {
  557. vertical-align: top;
  558. }
  559. .aside_feed .tree-folder-items .dropdown-menu {
  560. right: 0;
  561. }
  562. .aside_feed .tree-folder-items .item .dropdown-toggle > .icon {
  563. visibility: hidden;
  564. cursor: pointer;
  565. }
  566. .aside_feed .tree-folder-items .item .dropdown-target:target ~ .dropdown-toggle > .icon,
  567. .aside_feed .tree-folder-items .item:hover .dropdown-toggle > .icon,
  568. .aside_feed .tree-folder-items .item.active .dropdown-toggle > .icon {
  569. visibility: visible;
  570. }
  571. /*=== New article notification */
  572. #new-article {
  573. display: none;
  574. }
  575. #new-article > a {
  576. display: block;
  577. }
  578. /*=== Day indication */
  579. .day {
  580. background: inherit;
  581. }
  582. .day .name {
  583. position: absolute;
  584. left: 0;
  585. width: 50%;
  586. overflow: hidden;
  587. white-space: nowrap;
  588. text-overflow: ellipsis;
  589. }
  590. /*=== Feed article header and footer */
  591. .flux_header {
  592. background: inherit;
  593. position: relative;
  594. }
  595. .flux .item {
  596. line-height: 40px;
  597. white-space: nowrap;
  598. }
  599. .flux .item.manage,
  600. .flux .item.link {
  601. width: 40px;
  602. text-align: center;
  603. }
  604. .flux .item.website {
  605. width: 200px;
  606. }
  607. .flux.not_read .item.title,
  608. .flux.current .item.title {
  609. font-weight: bold;
  610. }
  611. .flux:not(.current):hover .item.title {
  612. background: #fff;
  613. max-width: calc(100% - 320px);
  614. position: absolute;
  615. }
  616. .flux:not(.current):hover .item.title.multiline {
  617. position: initial;
  618. }
  619. .flux .item.title a {
  620. color: #000;
  621. text-decoration: none;
  622. }
  623. .flux .item.thumbnail {
  624. line-height: 0;
  625. padding: 10px;
  626. height: 80px;
  627. }
  628. .flux .item.thumbnail.small {
  629. height: 40px;
  630. }
  631. .flux .item.thumbnail.portrait {
  632. width: 60px;
  633. }
  634. .flux .item.thumbnail.square {
  635. width: 80px;
  636. }
  637. .flux .item.thumbnail.landscape {
  638. width: 128px;
  639. }
  640. .flux .item.thumbnail.portrait.small {
  641. width: 30px;
  642. }
  643. .flux .item.thumbnail.square.small {
  644. width: 40px;
  645. }
  646. .flux .item.thumbnail.landscape.small {
  647. width: 64px;
  648. }
  649. .flux .item.thumbnail img {
  650. width: 100%;
  651. height: 100%;
  652. object-fit: cover;
  653. }
  654. .flux .item.title .summary {
  655. max-height: 3em;
  656. color: #666;
  657. font-size: 0.9em;
  658. line-height: 1.5em;
  659. font-weight: normal;
  660. white-space: initial;
  661. overflow: hidden;
  662. text-overflow: ellipsis;
  663. }
  664. .flux .item.title .author {
  665. padding-right: 1rem;
  666. color: #555;
  667. font-size: .9rem;
  668. font-weight: normal;
  669. }
  670. .flux .item.date {
  671. width: 155px;
  672. text-align: left;
  673. overflow: hidden;
  674. }
  675. .flux .item > a {
  676. display: block;
  677. text-decoration: none;
  678. white-space: nowrap;
  679. text-overflow: ellipsis;
  680. overflow: hidden;
  681. }
  682. .flux .item.share > a,
  683. .item.query > a {
  684. display: list-item;
  685. list-style-position: inside;
  686. list-style-type: decimal;
  687. }
  688. /*=== Feed article content */
  689. .hide_posts > .flux:not(.active) > .flux_content {
  690. display: none;
  691. }
  692. .content {
  693. min-height: 20em;
  694. margin: auto;
  695. line-height: 1.7em;
  696. word-wrap: break-word;
  697. }
  698. .content.large {
  699. max-width: 1000px;
  700. }
  701. .content.medium {
  702. max-width: 800px;
  703. }
  704. .content.thin {
  705. max-width: 550px;
  706. }
  707. .content ul,
  708. .content ol,
  709. .content dd {
  710. margin: 0 15px 0 0;
  711. padding: 0 15px 5px 0;
  712. }
  713. .content pre {
  714. overflow: auto;
  715. }
  716. .subtitle > div {
  717. display: inline;
  718. }
  719. .subtitle > div:not(:first-of-type)::before {
  720. content: ' · ';
  721. }
  722. br {
  723. line-height: 1em;
  724. }
  725. /*=== Notification and actualize notification */
  726. .notification {
  727. position: absolute;
  728. top: 1em;
  729. right: 25%; left: 25%;
  730. z-index: 10;
  731. background: #fff;
  732. border: 1px solid #aaa;
  733. opacity: 1;
  734. visibility: visible;
  735. transition: visibility 0s, opacity .3s linear;
  736. }
  737. .notification.closed {
  738. opacity: 0;
  739. visibility: hidden;
  740. }
  741. .notification a.close {
  742. position: absolute;
  743. top: 0; bottom: 0;
  744. left: 0;
  745. display: inline-block;
  746. }
  747. #actualizeProgress {
  748. position: fixed;
  749. }
  750. #actualizeProgress progress {
  751. max-width: 100%;
  752. vertical-align: middle;
  753. }
  754. #actualizeProgress .progress {
  755. vertical-align: middle;
  756. }
  757. /*=== Popup */
  758. #popup {
  759. display: none;
  760. position: fixed;
  761. z-index: 1;
  762. right: 0;
  763. top: 0;
  764. width: 100%;
  765. height: 100%;
  766. overflow: auto;
  767. background-color: #eee;
  768. background-color: rgba(0,0,0,0.4);
  769. }
  770. #popup-content {
  771. margin: 5rem auto;
  772. display: table;
  773. width: 80%;
  774. height: 80%;
  775. overflow: hidden;
  776. background-color: #fafafa;
  777. border-radius: .25rem;
  778. box-shadow: 0 0 1px #737373, -1px 2px 3px #4a4a4f;
  779. }
  780. .popup-row {
  781. display: table-row;
  782. width: 100%;
  783. }
  784. #popup-close {
  785. float: left;
  786. width: 27px;
  787. height: 27px;
  788. padding-bottom: 5px;
  789. color: #aaa;
  790. font-size: 28px;
  791. font-weight: bold;
  792. }
  793. #popup-close:hover,
  794. #popup-close:focus {
  795. color: #000;
  796. text-decoration: none;
  797. cursor: pointer;
  798. }
  799. #popup-txt {
  800. display: none;
  801. height: 100%;
  802. }
  803. #popup-iframe-container {
  804. display: none;
  805. height: 100%;
  806. }
  807. #popup-iframe-sub {
  808. padding: 10px;
  809. height: 100%;
  810. }
  811. #popup-iframe {
  812. width: 100%;
  813. height: 100%;
  814. }
  815. /*=== Navigation menu (for articles) */
  816. #nav_entries {
  817. background: #fff;
  818. display: table;
  819. position: fixed;
  820. bottom: 0; right: 0;
  821. width: 300px;
  822. table-layout: fixed;
  823. }
  824. #nav_entries .item {
  825. display: table-cell;
  826. width: 30%;
  827. }
  828. #nav_entries a {
  829. display: block;
  830. }
  831. /*=== "Load" parts */
  832. #first_load {
  833. margin: 130px auto -170px auto;
  834. height: 40px;
  835. }
  836. #load_more {
  837. min-height: 40px;
  838. }
  839. .loading {
  840. background: url("loader.gif") center center no-repeat;
  841. font-size: 0;
  842. }
  843. #bigMarkAsRead {
  844. margin: 0 0 100% 0;
  845. margin: 0 0 100vh 0;
  846. padding: 1em 0 50px 0;
  847. display: block;
  848. width: 100%;
  849. text-align: center;
  850. font-size: 1.4em;
  851. }
  852. .bigTick {
  853. font-size: 4em;
  854. }
  855. /*=== Statistiques */
  856. .stat-grid {
  857. display: grid;
  858. grid-template-columns: 1fr 1fr;
  859. grid-gap: 20px;
  860. }
  861. .stat {
  862. grid-column: 1 / span 2;
  863. }
  864. .stat.half {
  865. grid-column: auto;
  866. }
  867. .stat > table {
  868. width: 100%;
  869. }
  870. .statGraph {
  871. height: 300px;
  872. }
  873. /*=== LOGIN VIEW */
  874. /*================*/
  875. .formLogin .header > .item {
  876. padding: 10px 30px;
  877. }
  878. .formLogin .header > .item.title {
  879. text-align: right;
  880. }
  881. .formLogin .header > .item.configure {
  882. text-align: left;
  883. }
  884. /*=== GLOBAL VIEW */
  885. /*================*/
  886. #stream.global {
  887. text-align: center;
  888. }
  889. #stream.global .box {
  890. text-align: right;
  891. }
  892. #global > #panel {
  893. bottom: 99vh;
  894. display: block;
  895. transition: visibility .3s, bottom .3s;
  896. visibility: hidden;
  897. }
  898. #global > #panel.visible {
  899. bottom: 2%;
  900. visibility: visible;
  901. }
  902. /*=== Panel */
  903. #overlay {
  904. position: fixed;
  905. top: 0; bottom: 0;
  906. right: 0; left: 0;
  907. background: rgba(0, 0, 0, 0.5);
  908. opacity: 0;
  909. transition: visibility .3s, opacity .3s;
  910. visibility: hidden;
  911. }
  912. #overlay.visible {
  913. opacity: 1;
  914. visibility: visible;
  915. }
  916. #panel {
  917. background: #fff;
  918. display: none;
  919. position: fixed;
  920. top: 2%; bottom: 2%;
  921. left: 3%; right: 3%;
  922. overflow: auto;
  923. }
  924. #overlay .close {
  925. position: fixed;
  926. top: 0; bottom: 0;
  927. right: 0; left: 0;
  928. display: block;
  929. }
  930. #overlay .close img {
  931. display: none;
  932. }
  933. /*=== Slider */
  934. #slider {
  935. position: fixed;
  936. top: 0; bottom: 0;
  937. right: 100%; left: 0;
  938. overflow: auto;
  939. background: #fff;
  940. border-right: 1px solid #aaa;
  941. transition: right 200ms linear;
  942. }
  943. #slider.active {
  944. right: 40%;
  945. }
  946. #close-slider {
  947. position: fixed;
  948. top: 0; bottom: 0;
  949. right: 100%; left: 0;
  950. cursor: pointer;
  951. }
  952. #close-slider.active {
  953. right: 0;
  954. }
  955. #close-slider img {
  956. display: none;
  957. }
  958. /*=== SLIDESHOW */
  959. /*==============*/
  960. .slides {
  961. padding: 0;
  962. display: block;
  963. max-width: 640px;
  964. height: 320px;
  965. border: 1px solid #aaa;
  966. position: relative;
  967. min-width: 260px;
  968. margin-bottom: 30px;
  969. }
  970. .slides input {
  971. display: none;
  972. }
  973. .slide-container {
  974. display: block;
  975. }
  976. .slide {
  977. display: block;
  978. width: 100%;
  979. height: 100%;
  980. top: 0;
  981. opacity: 0;
  982. position: absolute;
  983. transform: scale(0);
  984. transition: all .7s ease-in-out;
  985. }
  986. .slide img {
  987. width: 100%;
  988. height: 100%;
  989. }
  990. .nav label {
  991. padding: 0;
  992. display: none;
  993. width: 65px;
  994. height: 100%;
  995. color: #fff;
  996. font-family: "Varela Round", sans-serif;
  997. font-size: 1000%;
  998. position: absolute;
  999. opacity: 0;
  1000. z-index: 9;
  1001. cursor: pointer;
  1002. transition: opacity .2s;
  1003. text-align: center;
  1004. line-height: 225%;
  1005. background-color: rgba(255, 255, 255, .3);
  1006. text-shadow: 0px 0px 15px rgb(119, 119, 119);
  1007. }
  1008. .properties {
  1009. padding: 5px;
  1010. background: rgba(255, 255, 255, 0.7);
  1011. display: none;
  1012. color: #000;
  1013. border-top: 1px solid #aaa;
  1014. bottom: 0;
  1015. right: 0; left: 0;
  1016. position: absolute;
  1017. z-index: 10;
  1018. }
  1019. .properties .page-number {
  1020. left: 5px;
  1021. top: 0;
  1022. position: absolute;
  1023. }
  1024. .slide:hover + .nav label {
  1025. opacity: 0.5;
  1026. }
  1027. .nav label:hover {
  1028. opacity: 1;
  1029. }
  1030. .nav .next {
  1031. left: 0;
  1032. }
  1033. input:checked + .slide-container .slide {
  1034. opacity: 1;
  1035. transform: scale(1);
  1036. transition: opacity 1s ease-in-out;
  1037. }
  1038. input:checked + .slide-container .nav label {
  1039. display: block;
  1040. }
  1041. input:checked + .slide-container .properties {
  1042. display: block;
  1043. }
  1044. /*=== DIVERS */
  1045. /*===========*/
  1046. .category .title:not([data-unread="0"])::after {
  1047. content: attr(data-unread);
  1048. }
  1049. .category .title.error::before {
  1050. content: "⚠ ";
  1051. color: #bd362f;
  1052. }
  1053. .feed .item-title:not([data-unread="0"])::before {
  1054. content: "(" attr(data-unread) ") ";
  1055. }
  1056. .feed .item-title:not([data-unread="0"]) {
  1057. font-weight: bold;
  1058. }
  1059. .state_unread .category:not(.active)[data-unread="0"],
  1060. .state_unread .feed:not(.active)[data-unread="0"] {
  1061. display: none;
  1062. }
  1063. .nav_menu {
  1064. background: inherit;
  1065. }
  1066. .nav-login,
  1067. .nav_menu .search,
  1068. .aside .toggle_aside,
  1069. .nav_menu .toggle_aside {
  1070. display: none;
  1071. }
  1072. .enclosure [download] {
  1073. font-size: xx-large;
  1074. margin-right: .8em;
  1075. }
  1076. .enclosure-description {
  1077. white-space: pre-line;
  1078. }
  1079. .default-user {
  1080. font-style: italic;
  1081. }
  1082. /*=== READER */
  1083. /*===========*/
  1084. .reader .nav_menu .toggle_aside {
  1085. display: inline-block;
  1086. }
  1087. .reader .aside .toggle_aside {
  1088. display: block;
  1089. width: 100%;
  1090. }
  1091. .reader .aside {
  1092. display: none;
  1093. width: 0;
  1094. }
  1095. .reader .aside:target {
  1096. display: table-cell;
  1097. width: 300px;
  1098. }
  1099. .reader .aside .stick {
  1100. display: none;
  1101. }
  1102. /*=== MOBILE */
  1103. /*===========*/
  1104. @media (max-width: 840px) {
  1105. .header,
  1106. .flux_header .item.website span,
  1107. .item.date, .day .date,
  1108. .dropdown-menu > .no-mobile,
  1109. .no-mobile {
  1110. display: none;
  1111. }
  1112. .form-group {
  1113. margin-bottom: 10px;
  1114. }
  1115. .form-group .group-name {
  1116. float: none;
  1117. }
  1118. .form-group .group-controls {
  1119. margin-right: 0;
  1120. }
  1121. .dropdown .dropdown-menu {
  1122. width: 100%;
  1123. border-radius: 0;
  1124. bottom: 0;
  1125. position: fixed;
  1126. }
  1127. .dropdown-menu::after {
  1128. display: none;
  1129. }
  1130. .aside .toggle_aside,
  1131. .nav-login {
  1132. display: block;
  1133. }
  1134. .nav_menu .toggle_aside,
  1135. .nav_menu .search,
  1136. #panel .close img {
  1137. display: inline-block;
  1138. }
  1139. .aside {
  1140. position: fixed;
  1141. top: 0; bottom: 0;
  1142. right: 0;
  1143. width: 0;
  1144. overflow: hidden;
  1145. z-index: 100;
  1146. }
  1147. .aside:target,
  1148. .reader .aside:target {
  1149. width: 90%;
  1150. height: 100vh;
  1151. }
  1152. .aside_feed .configure-feeds {
  1153. margin-top: 10px;
  1154. }
  1155. .flux_header .item.website {
  1156. width: 40px;
  1157. }
  1158. .flux:not(.current):hover .item.title {
  1159. position: relative;
  1160. width: auto;
  1161. white-space: nowrap;
  1162. }
  1163. .notification {
  1164. top: 0;
  1165. right: 0;
  1166. left: 0;
  1167. }
  1168. #nav_entries {
  1169. width: 100%;
  1170. }
  1171. #panel {
  1172. top: 25px; bottom: 30px;
  1173. right: 0; left: 0;
  1174. }
  1175. #panel .close {
  1176. top: 0; left: 0;
  1177. right: auto; bottom: auto;
  1178. display: inline-block;
  1179. width: 30px;
  1180. height: 30px;
  1181. }
  1182. #slider.active {
  1183. right: 0;
  1184. top: 50px;
  1185. }
  1186. #close-slider img {
  1187. display: initial;
  1188. }
  1189. #close-slider.active {
  1190. background: #f6f6f6;
  1191. display: block;
  1192. width: 100%;
  1193. height: 50px;
  1194. z-index: 10;
  1195. text-align: center;
  1196. line-height: 50px;
  1197. border-bottom: 1px solid #ddd;
  1198. }
  1199. .stat.half {
  1200. grid-column: 1 / span 2;
  1201. }
  1202. }
  1203. /*=== PRINTER */
  1204. /*============*/
  1205. @media print {
  1206. .header, .aside,
  1207. .nav_menu, .day,
  1208. .flux_header,
  1209. .flux_content .bottom,
  1210. .pagination,
  1211. #nav_entries {
  1212. display: none;
  1213. }
  1214. html, body {
  1215. background: #fff;
  1216. color: #000;
  1217. font-family: Serif;
  1218. }
  1219. #global,
  1220. .flux_content {
  1221. display: block !important;
  1222. }
  1223. .flux_content .content {
  1224. width: 100% !important;
  1225. }
  1226. .flux_content .content a {
  1227. color: #000;
  1228. }
  1229. .flux_content .content a::after {
  1230. content: " [" attr(href) "] ";
  1231. font-style: italic;
  1232. }
  1233. }
  1234. /*=== PREVIEW */
  1235. /*===========*/
  1236. .preview_controls {
  1237. margin-right: auto;
  1238. margin-left: auto;
  1239. padding: 1rem;
  1240. max-width: 1000px;
  1241. text-align: center;
  1242. background-color: #eee;
  1243. border: 1px solid #e0e0e0;
  1244. border-radius: .25rem;
  1245. }
  1246. .preview_controls label {
  1247. display: inline;
  1248. }
  1249. .preview_controls label input[type="radio"] {
  1250. margin-top: -4px;
  1251. }
  1252. .preview_controls label + label {
  1253. margin-right: 1rem;
  1254. }
  1255. .preview_background {
  1256. background-color: transparent;
  1257. }
  1258. .drag-drop-marker {
  1259. margin: -1px;
  1260. }