template.css 15 KB

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