| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601 |
- @charset "UTF-8";
- /*=== GENERAL */
- /*============*/
- @font-face {
- font-family: 'OpenSans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans'), local('OpenSans'),
- url('../fonts/OpenSans.woff2') format('woff2'),
- url('../fonts/OpenSans.woff') format('woff');
- }
- html, body {
- margin: 0;
- padding: 0;
- background: white;
- color: black;
- font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
- font-size: 100%;
- }
- /*=== Links */
- a {
- text-decoration: none;
- }
- a:hover {
- text-decoration: underline;
- }
- /*=== Lists */
- ul, ol, dd {
- margin: 0;
- padding: 0;
- }
- /*=== Titles */
- h1 {
- margin: 0.6em 0 0.3em;
- font-size: 1.5em;
- line-height: 1.6em;
- }
- h2 {
- margin: 0.5em 0 0.25em;
- font-size: 1.3em;
- line-height: 2em;
- }
- h3 {
- margin: 0.5em 0 0.25em;
- font-size: 1.1em;
- line-height: 2em;
- }
- /*=== Paragraphs */
- p {
- margin: 1em 0 0.5em;
- font-size: 1em;
- }
- p.help, .prompt p.help {
- margin: 5px 0 0.5em;
- }
- sup {
- line-height: 25px;
- position: relative;
- top: -0.8em;
- vertical-align: baseline;
- }
- kbd {
- background-color: #eee;
- padding: 2px 4px 2px 24px;
- display: inline-block;
- color: #333;
- border: 1px solid #b4b4b4;
- border-radius: 3px;
- text-indent: -20px;
- white-space: pre-wrap;
- overflow-wrap: anywhere;
- }
- /*=== Images */
- img {
- max-width: 100%;
- height: auto;
- }
- img.favicon {
- width: 16px;
- height: 16px;
- vertical-align: middle;
- }
- .content.thin figure,
- .content.medium figure {
- margin: 8px 0px;
- }
- .content figure figcaption {
- font-style: italic;
- }
- .feed.mute::before {
- content: '🔇';
- }
- /*=== Videos */
- audio, iframe, embed, object, video {
- max-width: 100%;
- }
- audio {
- width: 100%;
- }
- /*=== Forms */
- fieldset {
- margin: 0;
- padding: 0;
- border: 0;
- }
- legend {
- display: block;
- width: 100%;
- clear: both;
- }
- label {
- display: block;
- }
- input {
- width: 180px;
- }
- input[type=number] {
- width: 6em;
- }
- textarea,
- input[type="file"],
- input.long,
- input.extend:focus {
- width: 300px;
- }
- input, select, textarea {
- display: inline-block;
- max-width: 100%;
- font-size: 0.8rem;
- }
- input[type="radio"],
- input[type="checkbox"] {
- width: 15px !important;
- min-height: 15px !important;
- }
- .dropdown-menu label > input[type="text"] {
- width: 150px;
- width: calc(99% - 5em);
- }
- .dropdown-menu input[type="checkbox"] {
- margin-left: 1em;
- margin-right: .5em;
- }
- button.as-link,
- button.as-link:hover,
- button.as-link:active {
- background: transparent;
- color: inherit;
- font-size: 1.1em;
- border: none;
- cursor: pointer;
- text-align: left;
- }
- button.as-link[disabled] {
- color: #ddd !important;
- }
- /*=== Tables */
- .table-wrapper {
- overflow-x: auto;
- }
- table {
- max-width: 100%;
- }
- th.numeric,
- td.numeric {
- text-align: center;
- }
- /*=== COMPONENTS */
- /*===============*/
- [aria-hidden="true"] {
- display: none !important;
- }
- /*=== Forms */
- .form-group::after {
- content: "";
- display: block;
- clear: both;
- }
- .form-group.form-actions {
- min-width: 250px;
- }
- .form-group .group-name {
- display: block;
- float: left;
- width: 200px;
- }
- .form-group .group-controls {
- min-width: 250px;
- margin: 0 0 0 220px;
- overflow-x: auto;
- }
- .form-group .group-controls .control {
- display: block;
- }
- .form-advanced-title {
- padding: 15px 0;
- width: 200px;
- font-size: 1.1em;
- font-weight: bold;
- text-align: right;
- cursor: pointer;
- }
- @supports (position: sticky) {
- #mark-read-aside {
- position: sticky;
- top: 0;
- }
- }
- /*=== Buttons */
- .stick {
- display: inline-flex;
- max-width: 100%;
- white-space: nowrap;
- }
- .stick > input {
- margin-top: 0;
- margin-bottom: 0;
- }
- .stick > input.long {
- flex-shrink: 1;
- }
- .stick > .btn {
- flex-shrink: 0;
- }
- .btn,
- a.btn {
- display: inline-block;
- cursor: pointer;
- overflow: hidden;
- }
- .btn-important {
- font-weight: bold;
- }
- /*=== Navigation */
- .nav-list .nav-header,
- .nav-list .item {
- display: block;
- }
- .nav-list .item,
- .nav-list .item > a,
- .nav-list .item > span {
- display: block;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .nav-head {
- display: block;
- }
- .nav-head .item {
- display: inline-block;
- }
- /*=== Horizontal-list */
- .horizontal-list {
- display: table;
- table-layout: fixed;
- width: 100%;
- }
- .horizontal-list .item {
- display: table-cell;
- }
- /*=== Dropdown */
- .dropdown {
- position: relative;
- display: inline-block;
- vertical-align: middle;
- }
- .dropdown-target {
- display: none;
- }
- .dropdown-menu {
- margin: 0;
- background: #fff;
- display: none;
- border: 1px solid #aaa;
- min-width: 200px;
- position: absolute;
- right: 0;
- }
- .dropdown-menu-scrollable {
- max-height: min(75vh, 50em);
- overflow-x: hidden;
- overflow-y: auto;
- }
- .dropdown-header {
- display: block;
- }
- .dropdown-menu > .item {
- display: block;
- }
- .dropdown-menu > .item > a,
- .dropdown-menu > .item > .as-link,
- .dropdown-menu > .item > span {
- display: block;
- min-width: 200px;
- white-space: nowrap;
- }
- .dropdown-menu > .item[aria-checked="true"] > a::before {
- content: '✓';
- }
- .dropdown-menu .input {
- display: block;
- }
- .dropdown-menu .input select,
- .dropdown-menu .input input {
- display: block;
- max-width: 95%;
- }
- .dropdown-target:target ~ .dropdown-menu {
- display: block;
- z-index: 1000;
- }
- .dropdown-close {
- display: inline;
- }
- .dropdown-close a {
- display: block;
- font-size: 0;
- position: fixed;
- top: 0; bottom: 0;
- left: 0; right: 0;
- z-index: -11;
- cursor: default;
- }
- .dropdown div.dropdown-close {
- display: none;
- }
- .dropdown-target:target ~ div.dropdown-close {
- display: block;
- z-index: 999;
- position: relative;
- }
- .dropdown-menu-scrollable .dropdown-close {
- display: none;
- }
- .separator {
- display: block;
- height: 0;
- border-bottom: 1px solid #aaa;
- }
- /*=== Alerts */
- .alert {
- display: block;
- width: 90%;
- }
- .alert-warn {
- background: inherit;
- }
- .group-controls .alert {
- width: 100%
- }
- .alert-head {
- margin: 0;
- font-weight: bold;
- }
- .alert ul {
- margin: 5px 20px;
- }
- .alert.hide {
- display: none;
- }
- /*=== Icons */
- .icon {
- display: inline-block;
- width: 16px;
- height: 16px;
- vertical-align: middle;
- line-height: 16px;
- }
- /*=== Pagination */
- .pagination {
- margin: 0;
- padding: 0;
- display: table;
- width: 100%;
- table-layout: fixed;
- }
- .pagination .item {
- display: table-cell;
- }
- .pagination .pager-first,
- .pagination .pager-previous,
- .pagination .pager-next,
- .pagination .pager-last {
- width: 100px;
- }
- /*=== Boxes */
- .box {
- margin: 20px 20px 20px 0;
- display: inline-block;
- max-width: 95%;
- width: 20rem;
- border: 1px solid #ccc;
- vertical-align: top;
- }
- .box.visible-semi {
- border-style: dashed;
- opacity: 0.5;
- }
- .box .box-title {
- position: relative;
- font-size: 1.2rem;
- font-weight: bold;
- }
- .box .box-title form {
- margin: 0;
- }
- .box .box-content {
- padding: 8px 8px 8px 16px;
- display: block;
- overflow: auto;
- }
- .box .box-content .item.feed {
- display: block;
- }
- .box .box-content .item.disabled {
- text-align: center;
- font-style: italic;
- }
- .box .box-content-centered {
- padding: 30px 5px;
- text-align: center;
- }
- .box .box-content-centered .btn {
- margin: 20px 0 0;
- }
- /*=== Draggable */
- .drag-hover {
- margin: 0 0 5px;
- border-bottom: 2px solid #ccc;
- }
- [draggable=true] {
- cursor: grab;
- }
- /*=== Scrollbar */
- @supports (scrollbar-width: thin) {
- #sidebar,
- .scrollbar-thin {
- scrollbar-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.05);
- scrollbar-width: thin;
- }
- #sidebar:hover,
- .scrollbar-thin {
- scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.05);
- }
- }
- @supports not (scrollbar-width: thin) {
- #sidebar::-webkit-scrollbar,
- .scrollbar-thin::-webkit-scrollbar {
- background: rgba(0, 0, 0, 0.05);
- width: 8px;
- }
- #sidebar::-webkit-scrollbar-thumb,
- .scrollbar-thin::-webkit-scrollbar-thumb {
- background: rgba(0, 0, 0, 0.1);
- display: unset;
- border-radius: 5px;
- }
- #sidebar:hover::-webkit-scrollbar-thumb,
- .scrollbar-thin::-webkit-scrollbar-thumb {
- background: rgba(0, 0, 0, 0.3);
- }
- }
- /*=== Tree */
- .tree {
- margin: 0;
- max-height: 99vh;
- list-style: none;
- text-align: left;
- overflow-x: hidden;
- }
- .tree-folder-items {
- padding: 0;
- max-height: 200em;
- list-style: none;
- transition: max-height .3s linear;
- }
- .tree-folder-title .title {
- display: inline-block;
- width: 100%;
- vertical-align: middle;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .tree-folder-items > .item {
- display: block;
- white-space: nowrap;
- }
- .tree-folder-items > .item > a {
- display: inline-block;
- vertical-align: middle;
- width: calc(100% - 32px);
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .tree-bottom {
- visibility: hidden;
- margin-bottom: 18em;
- }
- /*=== STRUCTURE */
- /*===============*/
- /*=== Header */
- .header {
- display: table;
- width: 100%;
- table-layout: fixed;
- }
- .header > .item {
- display: table-cell;
- }
- .header > .item.title {
- width: 250px;
- white-space: nowrap;
- }
- .header > .item.title h1 {
- display: inline-block;
- }
- .header > .item.title .logo {
- display: inline-block;
- height: 32px;
- vertical-align: middle;
- }
- .header > .item.configure {
- width: 100px;
- }
- input[type="search"] {
- -webkit-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
- }
- /*=== Body */
- #global {
- background: inherit;
- display: table;
- width: 100%;
- height: 100%;
- table-layout: fixed;
- }
- #stream:not(.alert-warn) {
- background: inherit;
- }
- .aside {
- display: table-cell;
- width: 300px;
- vertical-align: top;
- }
- .aside + .close-aside {
- display: none;
- }
- /*=== Aside main page */
- .aside_feed .category .title {
- width: calc(100% - 35px);
- }
- .aside_feed .category .title:not([data-unread="0"]) {
- width: calc(100% - 35px - 20px);
- }
- .aside_feed .tree-folder-title .icon {
- padding: 5px;
- }
- .aside_feed .tree-folder-items .item.feed {
- padding: 0px 15px;
- }
- .aside_feed .tree-folder-items:not(.active) {
- margin: 0;
- padding: 0;
- max-height: 0;
- border: none;
- overflow: hidden;
- }
- .aside_feed .tree-folder-items .dropdown {
- vertical-align: top;
- }
- .aside_feed .tree-folder-items .dropdown-menu {
- left: 0;
- }
- .aside_feed .tree-folder-items .item .dropdown-toggle > .icon {
- visibility: hidden;
- cursor: pointer;
- }
- .aside_feed .tree-folder-items .item .dropdown-target:target ~ .dropdown-toggle > .icon,
- .aside_feed .tree-folder-items .item:hover .dropdown-toggle > .icon,
- .aside_feed .tree-folder-items .item.active .dropdown-toggle > .icon {
- visibility: visible;
- }
- /*=== New article notification */
- #new-article {
- display: none;
- }
- #new-article > a {
- display: block;
- }
- /*=== Day indication */
- .day {
- background: inherit;
- }
- .day .name {
- position: absolute;
- right: 0;
- width: 50%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- /*=== Feed article header and footer */
- .flux_header {
- background: inherit;
- position: relative;
- }
- .flux .item {
- line-height: 40px;
- white-space: nowrap;
- }
- .flux .item.manage,
- .flux .item.link {
- width: 40px;
- text-align: center;
- }
- .flux .item.website {
- width: 200px;
- }
- .flux.not_read .item.title,
- .flux.current .item.title {
- font-weight: bold;
- }
- .flux:not(.current):hover .item.title {
- background: #fff;
- max-width: calc(100% - 320px);
- position: absolute;
- }
- .flux:not(.current):hover .item.title.multiline {
- position: initial;
- }
- .flux .item.title a {
- color: #000;
- text-decoration: none;
- }
- .flux .item.thumbnail {
- line-height: 0;
- padding: 10px;
- height: 80px;
- }
- .flux .item.thumbnail.small {
- height: 40px;
- }
- .flux .item.thumbnail.portrait {
- width: 60px;
- }
- .flux .item.thumbnail.square {
- width: 80px;
- }
- .flux .item.thumbnail.landscape {
- width: 128px;
- }
- .flux .item.thumbnail.portrait.small {
- width: 30px;
- }
- .flux .item.thumbnail.square.small {
- width: 40px;
- }
- .flux .item.thumbnail.landscape.small {
- width: 64px;
- }
- .flux .item.thumbnail img {
- background: repeating-linear-gradient( -45deg, #ddd, #ddd 5px, transparent 5px, transparent 10px );
- display: inline-block;
- width: 100%;
- height: 100%;
- overflow: hidden;
- object-fit: cover;
- }
- .flux .item.title .summary {
- max-height: 3em;
- color: #666;
- font-size: 0.9em;
- line-height: 1.5em;
- font-weight: normal;
- white-space: initial;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .flux .item.title .author {
- padding-left: 1rem;
- color: #555;
- font-size: .9rem;
- font-weight: normal;
- }
- .flux .item.date {
- width: 155px;
- text-align: right;
- overflow: hidden;
- }
- .flux .item > a {
- display: block;
- text-decoration: none;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .flux .item.share > a,
- .item.query > a {
- display: list-item;
- list-style-position: inside;
- list-style-type: decimal;
- }
- /*=== Feed article content */
- .hide_posts > .flux:not(.active) > .flux_content {
- display: none;
- }
- .content {
- min-height: 20em;
- margin: auto;
- line-height: 1.7em;
- word-wrap: break-word;
- }
- .content.large {
- max-width: 1000px;
- }
- .content.medium {
- max-width: 800px;
- }
- .content.thin {
- max-width: 550px;
- }
- .content ul,
- .content ol,
- .content dd {
- margin: 0 0 0 15px;
- padding: 0 0 5px 15px;
- }
- .content pre {
- overflow: auto;
- }
- .subtitle > div {
- display: inline;
- }
- .subtitle > div:not(:first-of-type)::before {
- content: ' · ';
- }
- br {
- line-height: 1em;
- }
- /*=== Notification and actualize notification */
- .notification {
- position: absolute;
- top: 1em;
- left: 25%; right: 25%;
- z-index: 10;
- background: #fff;
- border: 1px solid #aaa;
- opacity: 1;
- visibility: visible;
- transition: visibility 0s, opacity .3s linear;
- }
- .notification.closed {
- opacity: 0;
- visibility: hidden;
- }
- .notification a.close {
- position: absolute;
- top: 0; bottom: 0;
- right: 0;
- display: inline-block;
- }
- #actualizeProgress {
- position: fixed;
- }
- #actualizeProgress progress {
- max-width: 100%;
- vertical-align: middle;
- }
- #actualizeProgress .progress {
- vertical-align: middle;
- }
- /*=== Popup */
- #popup {
- display: none;
- position: fixed;
- z-index: 1;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- overflow: auto;
- background-color: #eee;
- background-color: rgba(0,0,0,0.4);
- }
- #popup-content {
- margin: 5rem auto;
- display: table;
- width: 80%;
- height: 80%;
- overflow: hidden;
- background-color: #fafafa;
- border-radius: .25rem;
- box-shadow: 0 0 1px #737373, 1px 2px 3px #4a4a4f;
- }
- .popup-row {
- display: table-row;
- width: 100%;
- }
- #popup-close {
- float: right;
- width: 27px;
- height: 27px;
- padding-bottom: 5px;
- color: #aaa;
- font-size: 28px;
- font-weight: bold;
- }
- #popup-close:hover,
- #popup-close:focus {
- color: #000;
- text-decoration: none;
- cursor: pointer;
- }
- #popup-txt {
- display: none;
- height: 100%;
- }
- #popup-iframe-container {
- display: none;
- height: 100%;
- }
- #popup-iframe-sub {
- padding: 10px;
- height: 100%;
- }
- #popup-iframe {
- width: 100%;
- height: 100%;
- }
- /*=== Navigation menu (for articles) */
- #nav_entries {
- background: #fff;
- display: table;
- position: fixed;
- bottom: 0; left: 0;
- width: 300px;
- table-layout: fixed;
- }
- #nav_entries .item {
- display: table-cell;
- width: 30%;
- }
- #nav_entries a {
- display: block;
- }
- /*=== "Load" parts */
- #first_load {
- margin: 130px auto -170px auto;
- height: 40px;
- }
- #load_more {
- min-height: 40px;
- }
- .loading {
- background: url("loader.gif") center center no-repeat;
- font-size: 0;
- }
- #bigMarkAsRead {
- margin: 0 0 100% 0;
- margin: 0 0 100vh 0;
- padding: 1em 0 50px 0;
- display: block;
- width: 100%;
- text-align: center;
- font-size: 1.4em;
- }
- .bigTick {
- font-size: 4em;
- }
- /*=== Statistiques */
- .stat-grid {
- display: grid;
- grid-template-columns: 1fr 1fr;
- grid-gap: 20px;
- }
- .stat {
- grid-column: 1 / span 2;
- }
- .stat.half {
- grid-column: auto;
- }
- .stat > table {
- width: 100%;
- }
- .statGraph {
- height: 300px;
- }
- /*=== LOGIN VIEW */
- /*================*/
- .formLogin .header > .item {
- padding: 10px 30px;
- }
- .formLogin .header > .item.title {
- text-align: left;
- }
- .formLogin .header > .item.configure {
- text-align: right;
- }
- /*=== GLOBAL VIEW */
- /*================*/
- #stream.global {
- text-align: center;
- }
- #stream.global .box {
- text-align: left;
- }
- #global > #panel {
- bottom: 99vh;
- display: block;
- transition: visibility .3s, bottom .3s;
- visibility: hidden;
- }
- #global > #panel.visible {
- bottom: 2%;
- visibility: visible;
- }
- /*=== Panel */
- #overlay {
- position: fixed;
- top: 0; bottom: 0;
- left: 0; right: 0;
- background: rgba(0, 0, 0, 0.5);
- opacity: 0;
- transition: visibility .3s, opacity .3s;
- visibility: hidden;
- }
- #overlay.visible {
- opacity: 1;
- visibility: visible;
- }
- #panel {
- background: #fff;
- display: none;
- position: fixed;
- top: 2%; bottom: 2%;
- left: 3%; right: 3%;
- overflow: auto;
- }
- #overlay .close {
- position: fixed;
- top: 0; bottom: 0;
- left: 0; right: 0;
- display: block;
- }
- #overlay .close img {
- display: none;
- }
- /*=== Slider */
- #slider {
- position: fixed;
- top: 0; bottom: 0;
- left: 100%; right: 0;
- overflow: auto;
- background: #fff;
- border-left: 1px solid #aaa;
- transition: left 200ms linear;
- }
- #slider.active {
- left: 40%;
- }
- #close-slider {
- position: fixed;
- top: 0; bottom: 0;
- left: 100%; right: 0;
- cursor: pointer;
- }
- #close-slider.active {
- left: 0;
- }
- #close-slider img {
- display: none;
- }
- /*=== SLIDESHOW */
- /*==============*/
- .slides {
- padding: 0;
- display: block;
- max-width: 640px;
- height: 320px;
- border: 1px solid #aaa;
- position: relative;
- min-width: 260px;
- margin-bottom: 30px;
- }
- .slides input {
- display: none;
- }
- .slide-container {
- display: block;
- }
- .slide {
- display: block;
- width: 100%;
- height: 100%;
- top: 0;
- opacity: 0;
- position: absolute;
- transform: scale(0);
- transition: all .7s ease-in-out;
- }
- .slide img {
- width: 100%;
- height: 100%;
- }
- .nav label {
- padding: 0;
- display: none;
- width: 65px;
- height: 100%;
- color: #fff;
- font-family: "Varela Round", sans-serif;
- font-size: 1000%;
- position: absolute;
- opacity: 0;
- z-index: 9;
- cursor: pointer;
- transition: opacity .2s;
- text-align: center;
- line-height: 225%;
- background-color: rgba(255, 255, 255, .3);
- text-shadow: 0px 0px 15px rgb(119, 119, 119);
- }
- .properties {
- padding: 5px;
- background: rgba(255, 255, 255, 0.7);
- display: none;
- color: #000;
- border-top: 1px solid #aaa;
- bottom: 0;
- left: 0; right: 0;
- position: absolute;
- z-index: 10;
- }
- .properties .page-number {
- right: 5px;
- top: 0;
- position: absolute;
- }
- .slide:hover + .nav label {
- opacity: 0.5;
- }
- .nav label:hover {
- opacity: 1;
- }
- .nav .next {
- right: 0;
- }
- input:checked + .slide-container .slide {
- opacity: 1;
- transform: scale(1);
- transition: opacity 1s ease-in-out;
- }
- input:checked + .slide-container .nav label {
- display: block;
- }
- input:checked + .slide-container .properties {
- display: block;
- }
- /*=== DIVERS */
- /*===========*/
- .category .title:not([data-unread="0"])::after {
- content: attr(data-unread);
- }
- .category .title.error::before {
- content: "⚠ ";
- color: #bd362f;
- }
- .feed .item-title:not([data-unread="0"])::before {
- content: "(" attr(data-unread) ") ";
- }
- .feed .item-title:not([data-unread="0"]) {
- font-weight: bold;
- }
- .state_unread .category:not(.active)[data-unread="0"],
- .state_unread .feed:not(.active)[data-unread="0"] {
- display: none;
- }
- .nav_menu {
- background: inherit;
- }
- .nav_mobile {
- display: none;
- }
- .nav-login,
- .nav_menu .search,
- .aside .toggle_aside,
- .nav_menu .toggle_aside,
- .configure .dropdown-header-close {
- display: none;
- }
- .enclosure [download] {
- font-size: xx-large;
- margin-left: .8em;
- }
- .enclosure-description {
- white-space: pre-line;
- }
- .default-user {
- font-style: italic;
- }
- /*=== READER */
- /*===========*/
- .reader .nav_menu .toggle_aside {
- display: inline-block;
- }
- .reader .aside .toggle_aside {
- display: block;
- width: 100%;
- }
- .reader .aside {
- display: none;
- width: 0;
- }
- .reader .aside:target {
- display: table-cell;
- width: 300px;
- }
- .reader .aside .stick {
- display: none;
- }
- /*=== MOBILE */
- /*===========*/
- @media (max-width: 840px) {
- .flux_header .item.website span,
- .item.date, .day .date,
- .dropdown-menu > .no-mobile,
- .no-mobile {
- display: none;
- }
- .header > .item {
- padding: 5px;
- }
- .header > .item.title .logo {
- height: 24px;
- }
- header .item.search form {
- display: none;
- }
- .form-group {
- margin-bottom: 10px;
- }
- .form-group .group-name {
- float: none;
- width: auto;
- }
- .form-group .group-controls {
- margin-left: 0;
- }
- .dropdown .dropdown-menu {
- width: 100%;
- border-radius: 0;
- bottom: 0;
- position: fixed;
- }
- .configure .dropdown .dropdown-menu {
- width: 90%;
- height: 100vh;
- overflow: auto;
- box-shadow: -3px 0 3px #aaa;
- }
- .dropdown-target ~ .dropdown-menu {
- width: 0;
- }
- .dropdown-target:target ~ .dropdown-menu {
- display: table-cell;
- z-index: 1000;
- }
- .dropdown-menu::after {
- display: none;
- }
- .aside .toggle_aside,
- .configure .dropdown-header-close,
- .nav-login {
- display: block;
- }
- .nav_menu .toggle_aside,
- .nav_menu .search,
- #panel .close img {
- display: inline-block;
- }
- .aside:target + .close-aside {
- background: rgba(0, 0, 0, 0.2);
- display: block;
- font-size: 0;
- position: fixed;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- cursor: pointer;
- z-index: 99;
- }
- .nav_mobile {
- display: block;
- }
- .aside {
- position: fixed;
- top: 0; bottom: 0;
- left: 0;
- width: 0;
- overflow: hidden;
- z-index: 100;
- }
- .aside:target,
- .reader .aside:target {
- width: 90%;
- height: 100vh;
- }
- .aside_feed .configure-feeds {
- margin-top: 10px;
- }
- .flux_header .item.website {
- width: 40px;
- }
- .flux:not(.current):hover .item.title {
- position: relative;
- width: auto;
- white-space: nowrap;
- }
- .notification {
- top: 0;
- left: 0;
- right: 0;
- }
- #nav_entries {
- width: 100%;
- }
- #panel {
- top: 25px; bottom: 30px;
- left: 0; right: 0;
- }
- #panel .close {
- top: 0; right: 0;
- left: auto; bottom: auto;
- display: inline-block;
- width: 30px;
- height: 30px;
- }
- #slider.active {
- left: 0;
- top: 50px;
- }
- #close-slider img {
- display: initial;
- }
- #close-slider.active {
- background: #f6f6f6;
- display: block;
- width: 100%;
- height: 50px;
- z-index: 10;
- text-align: center;
- line-height: 50px;
- border-bottom: 1px solid #ddd;
- }
- .stat.half {
- grid-column: 1 / span 2;
- }
- }
- /*=== PRINTER */
- /*============*/
- @media print {
- .header, .aside,
- .nav_menu, .day,
- .flux_header,
- .flux_content .bottom,
- .pagination,
- #nav_entries {
- display: none;
- }
- html, body {
- background: #fff;
- color: #000;
- font-family: Serif;
- }
- #global,
- .flux_content {
- display: block !important;
- }
- .flux_content .content {
- width: 100% !important;
- }
- .flux_content .content a {
- color: #000;
- }
- .flux_content .content a::after {
- content: " [" attr(href) "] ";
- font-style: italic;
- }
- }
- /*=== PREVIEW */
- /*===========*/
- .preview_controls {
- margin-left: auto;
- margin-right: auto;
- padding: 1rem;
- max-width: 1000px;
- text-align: center;
- background-color: #eee;
- border: 1px solid #e0e0e0;
- border-radius: .25rem;
- }
- .preview_controls label {
- display: inline;
- }
- .preview_controls label input[type="radio"] {
- margin-top: -4px;
- }
- .preview_controls label + label {
- margin-left: 1rem;
- }
- .preview_background {
- background-color: transparent;
- }
- .drag-drop-marker {
- margin: -1px;
- }
|