| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908 |
- @charset "UTF-8";
- /*=== GENERAL */
- /*============*/
- html, body {
- margin: 0;
- padding: 0;
- 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;
- }
- /*=== Images */
- img {
- height: auto;
- max-width: 100%;
- }
- img.favicon {
- height: 16px;
- width: 16px;
- vertical-align: middle;
- }
- /*=== Videos */
- iframe, embed, object, video {
- max-width: 100%;
- }
- /*=== Forms */
- legend {
- display: block;
- width: 100%;
- clear: both;
- }
- label {
- display: block;
- }
- input {
- width: 180px;
- }
- textarea,
- input[type="file"],
- input.long,
- input.extend:focus {
- width: 300px;
- }
- input, select, textarea {
- display: inline-block;
- max-width: 100%;
- }
- input[type="radio"],
- input[type="checkbox"] {
- width: 15px !important;
- min-height: 15px !important;
- }
- button.as-link,
- button.as-link:hover,
- button.as-link:active {
- background: transparent;
- border: none;
- color: inherit;
- cursor: pointer;
- font-size: 1.1em;
- text-align: left;
- }
- /*=== Tables */
- table {
- max-width: 100%;
- }
- th.numeric,
- td.numeric {
- text-align: center;
- }
- /*=== COMPONENTS */
- /*===============*/
- [aria-hidden="true"] {
- display: none;
- }
- /*=== 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;
- }
- .form-group .group-controls .control {
- display: block;
- }
- /*=== Buttons */
- .stick {
- display: inline-block;
- white-space: nowrap;
- }
- .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 {
- 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 {
- display: none;
- min-width: 200px;
- margin: 0;
- position: absolute;
- right: 0;
- background: #fff;
- border: 1px solid #aaa;
- }
- .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;
- }
- .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: 10;
- }
- .dropdown-close {
- display: inline;
- }
- .dropdown-close a {
- font-size: 0;
- position: fixed;
- top: 0; bottom: 0;
- left: 0; right: 0;
- display: block;
- z-index: -10;
- }
- .separator {
- display: block;
- height: 0;
- border-bottom: 1px solid #aaa;
- }
- /*=== Alerts */
- .alert {
- display: block;
- width: 90%;
- }
- .group-controls .alert {
- width: 100%
- }
- .alert-head {
- margin: 0;
- font-weight: bold;
- }
- .alert ul {
- margin: 5px 20px;
- }
- /*=== Icons */
- .icon {
- display: inline-block;
- width: 16px;
- height: 16px;
- vertical-align: middle;
- line-height: 16px;
- }
- /*=== Pagination */
- .pagination {
- display: table;
- width: 100%;
- margin: 0;
- padding: 0;
- table-layout: fixed;
- }
- .pagination .item {
- display: table-cell;
- }
- .pagination .pager-first,
- .pagination .pager-previous,
- .pagination .pager-next,
- .pagination .pager-last {
- width: 100px;
- }
- /*=== Boxes */
- .box {
- display: inline-block;
- width: 20rem;
- max-width: 95%;
- margin: 20px 10px;
- border: 1px solid #ccc;
- vertical-align: top;
- }
- .box .box-title {
- position: relative;
- font-size: 1.2rem;
- font-weight: bold;
- text-align: center;
- }
- .box .box-title a {
- display: block;
- }
- .box .box-title form {
- margin: 0;
- }
- .box .box-content {
- display: block;
- overflow: auto;
- }
- .box .box-content .item {
- 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;
- }
- /*=== Tree */
- .tree {
- margin: 0;
- padding: 0;
- list-style: none;
- text-align: left;
- }
- .tree-folder-items {
- padding: 0;
- list-style: none;
- }
- .tree-folder-title {
- display: block;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .tree-folder-title .title {
- display: inline-block;
- width: 100%;
- vertical-align: middle;
- }
- .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;
- }
- /*=== 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;
- width: 32px;
- vertical-align: middle;
- }
- .header > .item.configure {
- width: 100px;
- }
- /*=== Body */
- #global {
- display: table;
- width: 100%;
- height: 100%;
- table-layout: fixed;
- }
- .aside {
- display: table-cell;
- height: 100%;
- width: 300px;
- vertical-align: top;
- }
- /*=== Aside main page */
- .aside_feed .category .title {
- width: calc(100% - 35px);
- }
- .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) {
- display: none;
- }
- .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 .name {
- position: absolute;
- right: 0;
- width: 50%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- /*=== Feed article header and footer */
- .flux_header {
- 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 {
- position: absolute;
- max-width: calc(100% - 320px);
- background: #fff;
- }
- .flux .item.title a {
- color: #000;
- text-decoration: none;
- }
- .flux .item.date {
- width: 155px;
- text-align: right;
- overflow: hidden;
- }
- .flux .item > a {
- display: block;
- }
- .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;
- }
- br {
- line-height: 1em;
- }
- br + br + br {
- display: none;
- }
- /*=== Notification and actualize notification */
- .notification {
- position: absolute;
- top: 1em;
- left: 25%; right: 25%;
- z-index: 10;
- background: #fff;
- border: 1px solid #aaa;
- }
- .notification.closed {
- display: none;
- }
- .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;
- }
- /*=== Navigation menu (for articles) */
- #nav_entries {
- position: fixed;
- bottom: 0; left: 0;
- display: table;
- width: 300px;
- background: #fff;
- table-layout: fixed;
- }
- #nav_entries .item {
- display: table-cell;
- width: 30%;
- }
- #nav_entries a {
- display: block;
- }
- /*=== "Load more" part */
- #load_more {
- min-height: 40px;
- }
- .loading {
- background: url("loader.gif") center center no-repeat;
- font-size: 0;
- }
- #bigMarkAsRead {
- display: block;
- width: 100%;
- padding: 1em 0;
- text-align: center;
- font-size: 1.4em;
- }
- .bigTick {
- font-size: 4em;
- }
- /*=== Statistiques */
- .stat {
- margin: 15px 0;
- }
- .stat.half {
- display: inline-block;
- width: 46%;
- padding: 0 2%;
- }
- .stat > table {
- width: 100%;
- }
- .statGraph {
- height: 300px;
- }
- /*=== GLOBAL VIEW */
- /*================*/
- #stream.global {
- text-align: center;
- }
- #stream.global .box {
- text-align: left;
- }
- /*=== Panel */
- #overlay {
- display: none;
- position: fixed;
- top: 0; bottom: 0;
- left: 0; right: 0;
- background: rgba(0, 0, 0, 0.9);
- }
- #panel {
- display: none;
- position: fixed;
- top: 1em; bottom: 1em;
- left: 2em; right: 2em;
- overflow: auto;
- background: #fff;
- }
- #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;
- -moz-transition: left 200ms linear;
- -webkit-transition: left 200ms linear;
- -o-transition: left 200ms linear;
- -ms-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;
- }
- /*=== SLIDESHOW */
- /*==============*/
- .slides {
- padding: 0;
- height: 320px;
- display: block;
- position: relative;
- min-width: 260px;
- max-width: 640px;
- margin-bottom: 30px;
- border: 1px solid #aaa;
- }
- .slides input {
- display: none;
- }
- .slide-container {
- display: block;
- }
- .slide {
- top: 0;
- opacity: 0;
- width: 100%;
- height: 100%;
- display: block;
- position: absolute;
- transform: scale(0);
- transition: all .7s ease-in-out;
- }
- .slide img {
- width: 100%;
- height: 100%;
- }
- .nav label {
- width: 10%;
- height: 100%;
- display: none;
- position: absolute;
- opacity: 0;
- z-index: 9;
- cursor: pointer;
- transition: opacity .2s;
- color: #FFF;
- font-size: 1000%;
- text-align: center;
- line-height: 225%;
- font-family: "Varela Round", sans-serif;
- background-color: rgba(255, 255, 255, .3);
- text-shadow: 0px 0px 15px rgb(119, 119, 119);
- padding: 0;
- }
- .properties {
- display: none;
- bottom: 0;
- left: 0; right: 0;
- position: absolute;
- padding: 5px;
- background: rgba(255, 255, 255, 0.7);
- color: #000;
- border-top: 1px solid #aaa;
- 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-login,
- .nav_menu .search,
- .aside .toggle_aside,
- .nav_menu .toggle_aside {
- display: none;
- }
- /*=== MOBILE */
- /*===========*/
- @media(max-width: 840px) {
- .header,
- .aside .btn-important,
- .flux_header .item.website span,
- .item.date, .day .date,
- .dropdown-menu > .no-mobile,
- .no-mobile {
- display: none;
- }
- .aside .toggle_aside,
- .nav-login {
- display: block;
- }
- .nav_menu .toggle_aside,
- .nav_menu .search,
- #panel .close img {
- display: inline-block;
- }
- .aside {
- position: fixed;
- top: 0; bottom: 0;
- left: 0;
- width: 0;
- overflow: hidden;
- z-index: 100;
- }
- .aside:target {
- width: 90%;
- overflow: auto;
- }
- .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;
- }
- }
- /*=== 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;
- }
- }
|