| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465 |
- * {
- margin: 0;
- padding: 0;
- }
- html, body {
- height: 100%;
- font-size: 95%;
- font-family: "Cantarell", "Helvetica", "Arial", "sans-serif";
- }
- /* LIENS */
- a {
- color: #0062BE;
- text-decoration: none;
- }
- a:hover {
- text-decoration: underline;
- }
- /* LISTES */
- ul, ol {
- margin: 10px 0 10px 30px;
- line-height: 190%;
- }
- /* TITRES */
- h1, h2, h3 {
- min-height: 40px;
- padding: 10px 0 0;
- line-height: 40px;
- }
- /* IMG */
- img {
- max-width: 100%;
- vertical-align: middle;
- }
- a img {
- border: none;
- }
- /* FORMULAIRES */
- .btn {
- display: inline-block;
- min-height: 30px;
- min-width: 20px;
- padding: 5px 10px;
- background: #fff;
- background: linear-gradient(#fff, #eee);
- border-radius: 5px;
- border: 1px solid #ddd;
- border-bottom: 1px solid #aaa;
- border-right: 1px solid #aaa;
- color: #666;
- text-shadow: 0px 1px 1px #ddd;
- line-height: 30px;
- vertical-align: middle;
- }
- .btn:hover {
- background: #f4f4f4;
- background: linear-gradient(#fafafa, #f0f0f0);
- text-decoration: none;
- }
- .btn.active,
- .btn:active {
- box-shadow: 0px 2px 4px #e0e0e0 inset, 0px 1px 2px #fafafa;
- background: #eee;
- }
- .btn.btn-important {
- background: #0084CC;
- background: linear-gradient(#0084CC, #0045CC);
- color: #fff;
- border: 1px solid #0062B7;
- text-shadow: 0px 1px 1px #aaa;
- }
- .btn.btn-important:hover {
- background: linear-gradient(#0066CC, #0045CC);
- }
- .btn.btn-important:active {
- background: #0044CB;
- box-shadow: none;
- }
- /* ICONES */
- .icon {
- display: inline-block;
- width: 16px;
- height: 16px;
- vertical-align: middle;
- }
- .icon.refresh {
- background: url("icons/refresh.svg") center center no-repeat;
- }
- .icon.bookmark {
- background: url("icons/starred.svg") center center no-repeat;
- }
- .icon.all {
- background: url("icons/all.svg") center center no-repeat;
- }
- .icon.close {
- background: url("icons/close.svg") center center no-repeat;
- }
- .icon.search {
- background: url("icons/search.svg") center center no-repeat;
- }
- .icon.configure {
- background: url("icons/configure.svg") center center no-repeat;
- }
- /* STRUCTURE */
- #global {
- display: table;
- width: 100%;
- height: 100%;
- background: #fafafa;
- }
- .header {
- display: table;
- width: 100%;
- background: #f4f4f4;
- table-layout: fixed;
- }
- .header .item {
- display: table-cell;
- padding: 10px 0;
- border-bottom: 1px solid #aaa;
- vertical-align: middle;
- text-align: center;
- }
- .header .item.title {
- width: 250px;
- }
- .header .item.title h1 {
- padding: 0;
- }
- .header .item.title a:hover {
- text-decoration: none;
- }
- .header .item.configure {
- width: 100px;
- }
- .aside {
- display: table-cell;
- height: 100%;
- width: 250px;
- padding: 10px 0;
- vertical-align: top;
- border-right: 1px solid #aaa;
- background: #fff;
- }
-
- #main {
- display: table-cell;
- height: 100%;
- line-height: 180%;
- background: #fafafa;
- vertical-align: top;
- }
- #top {
- width: 100%;
- background: #fafafa;
- border-bottom: 1px solid #aaa;
- text-align: center;
- padding: 5px 0;
- }
- #top .btn {
- margin: 0 10px;
- }
- #main .table {
- display: table;
- width: 100%;
- height: 100%;
- table-layout: fixed;
- }
- #main .nothing {
- display: table-cell;
- width: 100%;
- height: 100%;
- vertical-align: middle;
- text-align: center;
- }
- .categories {
- margin: 0;
- padding: 0;
- text-align: center;
- list-style: none;
- }
- .categories .feeds .feed,
- .categories .category {
- display: block;
- width: 200px;
- margin: 5px auto;
- text-align: left;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .categories .feeds {
- width: 200px;
- margin: 0 auto;
- list-style: none;
- }
- .categories .feeds .feed {
- display: inline-block;
- margin: 0;
- width: 170px;
- line-height: 35px;
- font-size: 90%;
- vertical-align: middle;
- }
- .categories .notRead {
- padding: 5px;
- background: #bbb;
- color: #fff;
- font-size: 90%;
- border: 1px solid #bbb;
- border-right: 1px solid #999;
- border-bottom: 1px solid #999;
- border-radius: 5px;
- box-shadow: 0 3px 3px #999 inset;
- text-shadow: 0 0 1px #aaa;
- }
- .post {
- }
- .post.flux {
- font-family: Palatino, "Times New Roman", serif;
- border-left: 10px solid #aaa;
- background: #fafafa;
- }
- .post.flux:hover {
- background: #fff;
- }
- .post.flux .content {
- padding: 20px 100px;
- line-height: 170%;
- }
- .post.flux .content h1, .post.flux .content h2, .post.flux .content h3 {
- margin: 20px 0 5px;
- }
- .post.flux .content p {
- margin: 10px 0;
- }
- .post.flux .content img.big {
- display: block;
- margin: 10px 0;
- width: 100%;
- box-shadow: 0 0 5px #000;
- border-radius: 5px;
- }
- .post.flux .content pre {
- width: 90%;
- margin: 10px auto;
- padding: 10px;
- overflow: auto;
- background: #666;
- border: 1px solid #000;
- color: #fafafa;
- border-radius: 5px;
- }
- .post.flux .content q, .post.flux .content blockquote {
- display: block;
- margin: 0;
- padding: 10px 20px;
- font-style: italic;
- border-left: 4px solid #ccc;
- color: #666;
- }
- .post.flux.active {
- border-left: 10px solid #0062BE;
- background: #fff;
- }
- .post.flux.not_read {
- border-left: 10px solid #FF5300;
- background: #FFF3ED;
- }
- .post.flux.favorite {
- border-left: 10px solid #FFC300;
- background: #FFF6DA;
- }
- .flux_header {
- display: table;
- table-layout: fixed;
- margin: 0;
- padding: 0;
- width: 100%;
- height: 25px;
- font-size: 12px;
- line-height: 25px;
- border-top: 1px solid #ddd;
- }
- .flux_header .item {
- display: table-cell;
- vertical-align: middle;
- }
- .flux_header .item.manage {
- width: 50px;
- }
- .flux_header .item.manage .read {
- display: inline-block;
- width: 25px;
- height: 25px;
- background: url("icons/read.svg") center center no-repeat;
- vertical-align: middle;
- }
- .flux_header .item.manage .read:hover {
- text-decoration: none;
- }
- .post.flux.not_read .flux_header .item.manage .read {
- background: url("icons/unread.svg") center center no-repeat;
- }
- .flux_header .item.manage .bookmark {
- display: inline-block;
- width: 25px;
- height: 25px;
- background: url("icons/non-starred.svg") center center no-repeat;
- vertical-align: middle;
- }
- .flux_header .item.manage .bookmark:hover {
- text-decoration: none;
- }
- .post.flux.favorite .flux_header .item.manage .bookmark {
- background: url("icons/starred.svg") center center no-repeat;
- }
- .flux_header .item.website {
- width: 200px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .flux_header .item.title {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .flux_header .item.title h1 {
- font-size: 12px;
- padding: 0;
- font-weight: normal;
- }
- .post.flux.not_read .flux_header .item.title h1 {
- font-weight: bold;
- }
- .flux_header .item.date {
- width: 200px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- text-align: right;
- font-size: 10px;
- color: #666;
- }
- .flux_header .item.link {
- width: 35px;
- text-align: center;
- }
- .flux_header .item.link a {
- display: inline-block;
- width: 25px;
- height: 25px;
- background: url("website.svg") center center no-repeat;
- vertical-align: middle;
- }
- .flux_header .item.link a:hover {
- text-decoration: none;
- }
- /*** PAGINATION ***/
- .pagination {
- display: block;
- margin: 0;
- background: #fafafa;
- text-align: center;
- color: #333;
- font-size: 80%;
- line-height: 200%;
- border-top: 1px solid #aaa;
- }
- .pagination .item {
- display: inline-block;
- padding: 5px 10px;
- }
- .pagination .item a {
- color: #333;
- font-style: italic;
- }
- .pagination .item.pager-current {
- font-weight: bold;
- }
- /*** NOTIFICATION ***/
- .notification {
- position: fixed;
- bottom: 0;
- left: 25%;
- width: 50%;
- height: 50px;
- padding: 0 50px;
- line-height: 50px;
- text-align: center;
- border-radius: 5px 5px 0 0;
- box-shadow: 0 0 5px #666;
- background: #ddd;
- color: #666;
- font-weight: bold;
- }
- .notification.good {
- background: #f4f899;
- }
- .notification.bad {
- background: #f4a899;
- }
- .notification a.close {
- display: inline-block;
- width: 16px;
- height: 16px;
- float: right;
- margin: -10px -60px 0 0;
- padding: 5px;
- background: #fff;
- border-radius: 50px;
- border: 1px solid #aaa;
- line-height: 16px;
- }
- @media(max-width: 840px) {
- #global {
- table-layout: fixed;
- }
- .header,
- .aside {
- display: none;
- }
- #main {
- width: 100%;
- padding: 0;
- }
- #top {
- width: 100%;
- position: static;
- }
- #stream {
- padding: 0;
- }
- .flux_header .item.website span,
- .flux_header .item.date {
- display: none;
- }
- .flux_header .item.website {
- width: 20px;
- }
- .post.flux .content {
- padding: 10px;
- }
- a#read_mode {
- display: none;
- }
- }
- @media(max-width: 450px) {
- #top {
- display: none;
- }
- }
|