template.rtl.css 18 KB

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