2013-04-03 13:14:01 +00:00
|
|
|
body {
|
2013-08-05 19:56:32 +00:00
|
|
|
font-size: 16px;
|
2013-08-23 10:12:05 +00:00
|
|
|
font-family: 'Roboto', Verdana, Geneva, sans-serif;
|
2013-04-08 07:44:45 +00:00
|
|
|
margin: 10px;
|
2013-08-23 10:12:05 +00:00
|
|
|
color: #000;
|
2013-04-05 13:30:50 +00:00
|
|
|
}
|
|
|
|
|
2013-04-03 13:14:01 +00:00
|
|
|
header {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-08-04 20:51:12 +00:00
|
|
|
header h1 {
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
|
|
|
|
2013-08-23 10:12:05 +00:00
|
|
|
a, a:hover, a:visited {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:58:07 +00:00
|
|
|
.bouton {
|
2013-08-23 10:12:05 +00:00
|
|
|
background-color: #000;
|
|
|
|
color: #fff;
|
|
|
|
border: none;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
.bouton:hover {
|
|
|
|
background-color: #222;
|
|
|
|
color: #f1f1f1;
|
|
|
|
cursor: pointer;
|
2013-04-22 20:58:07 +00:00
|
|
|
}
|
|
|
|
|
2013-08-05 19:56:32 +00:00
|
|
|
#main {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2013-08-23 10:12:05 +00:00
|
|
|
#main #links {
|
2013-04-03 13:14:01 +00:00
|
|
|
padding: 0;
|
|
|
|
list-style-type: none;
|
|
|
|
text-align: center;
|
2013-08-04 20:51:12 +00:00
|
|
|
font-size: 0.9em;
|
2013-04-03 13:14:01 +00:00
|
|
|
}
|
|
|
|
|
2013-08-23 10:12:05 +00:00
|
|
|
#main #links li {
|
2013-04-03 13:14:01 +00:00
|
|
|
display: inline;
|
2013-04-08 07:44:45 +00:00
|
|
|
}
|
2013-04-09 09:49:22 +00:00
|
|
|
|
2013-08-23 10:12:05 +00:00
|
|
|
#main #links li .current {
|
|
|
|
background-color: #000;
|
|
|
|
color: #fff;
|
2013-04-09 09:49:22 +00:00
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
2013-08-23 10:12:05 +00:00
|
|
|
#main #sort {
|
2013-04-16 10:58:03 +00:00
|
|
|
padding: 0;
|
|
|
|
list-style-type: none;
|
|
|
|
text-align: center;
|
2013-08-05 19:56:32 +00:00
|
|
|
opacity: 0.5;
|
2013-04-16 10:58:03 +00:00
|
|
|
}
|
|
|
|
|
2013-08-23 10:12:05 +00:00
|
|
|
#main #sort li {
|
2013-04-16 10:58:03 +00:00
|
|
|
display: inline;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
2013-08-23 10:12:05 +00:00
|
|
|
#main #sort img:hover {
|
2013-04-16 10:58:03 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2013-08-23 10:12:05 +00:00
|
|
|
#links a {
|
2013-04-08 07:44:45 +00:00
|
|
|
text-decoration: none;
|
|
|
|
padding: 5px 10px;
|
|
|
|
}
|
2013-08-23 10:12:05 +00:00
|
|
|
#links a:hover {
|
|
|
|
background-color: #040707;
|
|
|
|
color: #F1F1F1;
|
2013-04-08 07:44:45 +00:00
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
2013-04-03 13:14:01 +00:00
|
|
|
}
|
|
|
|
|
2013-04-09 13:18:39 +00:00
|
|
|
/*** ***/
|
|
|
|
/*** LINKS DISPLAY ***/
|
|
|
|
|
2013-08-23 10:12:05 +00:00
|
|
|
#main .tool {
|
2013-04-09 13:18:39 +00:00
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2013-04-12 09:33:34 +00:00
|
|
|
#main #content {
|
2013-04-05 13:30:50 +00:00
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2013-08-05 19:56:32 +00:00
|
|
|
#main #content h2 {
|
|
|
|
font-size: 1.3em;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main #content .entrie {
|
2013-08-23 10:12:05 +00:00
|
|
|
border-bottom: 1px dashed #222;
|
2013-04-05 13:30:50 +00:00
|
|
|
}
|
2013-08-28 17:12:11 +00:00
|
|
|
/* First entry */
|
|
|
|
#main #content .results + .entrie {
|
|
|
|
clear: both;
|
|
|
|
}
|
2013-04-05 13:30:50 +00:00
|
|
|
|
2013-08-23 10:12:05 +00:00
|
|
|
#main .entrie .tools {
|
2013-08-05 19:56:32 +00:00
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
2013-08-24 07:56:59 +00:00
|
|
|
#main .entrie .tools + p {
|
|
|
|
min-height: 5.5em;
|
|
|
|
}
|
|
|
|
|
2013-08-23 10:12:05 +00:00
|
|
|
/*
|
|
|
|
#main .entrie .tools li {
|
|
|
|
display: inline;
|
2013-08-05 19:56:32 +00:00
|
|
|
}
|
2013-08-23 10:12:05 +00:00
|
|
|
*/
|
2013-08-05 19:56:32 +00:00
|
|
|
|
2013-04-15 12:09:58 +00:00
|
|
|
.tools {
|
2013-08-05 13:54:37 +00:00
|
|
|
float: right;
|
2013-04-05 13:30:50 +00:00
|
|
|
text-align: right;
|
2013-08-05 19:56:32 +00:00
|
|
|
opacity: 0.5;
|
2013-04-15 12:09:58 +00:00
|
|
|
}
|
|
|
|
|
2013-08-05 19:56:32 +00:00
|
|
|
.tools p {
|
2013-08-23 10:12:05 +00:00
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
2013-08-05 19:56:32 +00:00
|
|
|
|
|
|
|
/*
|
2013-04-15 12:09:58 +00:00
|
|
|
.tools ul {
|
|
|
|
padding: 0; margin: 0;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tools ul li {
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
2013-08-23 10:12:05 +00:00
|
|
|
.tools .tool {
|
2013-04-15 12:09:58 +00:00
|
|
|
cursor: pointer;
|
2013-08-05 19:56:32 +00:00
|
|
|
}*/
|
2013-04-12 11:13:21 +00:00
|
|
|
|
2013-08-23 10:12:05 +00:00
|
|
|
#main .entrie .tools .tool span, #article .tools .tool span {
|
2013-04-09 13:18:39 +00:00
|
|
|
display: inline-block;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2013-08-23 16:45:34 +00:00
|
|
|
/* Hide textual content */
|
|
|
|
text-indent: -9999px;
|
|
|
|
text-align: left;
|
|
|
|
overflow: hidden;
|
2013-04-09 13:18:39 +00:00
|
|
|
}
|
|
|
|
|
2013-08-23 10:12:05 +00:00
|
|
|
|
2013-04-09 13:18:39 +00:00
|
|
|
/*** ***/
|
|
|
|
/*** ARTICLE PAGE ***/
|
|
|
|
|
2013-08-05 19:56:32 +00:00
|
|
|
#article {
|
|
|
|
margin: 0 auto;
|
2013-04-09 13:18:39 +00:00
|
|
|
}
|
2013-08-24 07:53:02 +00:00
|
|
|
|
|
|
|
#article header, #article article {
|
|
|
|
border-bottom: 1px solid #222;
|
|
|
|
}
|
|
|
|
|
2013-04-09 13:18:39 +00:00
|
|
|
#article header {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#article header a {
|
2013-04-03 13:14:01 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2013-08-05 19:56:32 +00:00
|
|
|
.vieworiginal a, .vieworiginal a:hover, .vieworiginal a:visited {
|
2013-04-09 13:18:39 +00:00
|
|
|
text-decoration: none;
|
2013-08-23 10:12:05 +00:00
|
|
|
color: #888;
|
2013-04-09 13:18:39 +00:00
|
|
|
}
|
|
|
|
|
2013-04-12 11:13:21 +00:00
|
|
|
.backhome {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2013-08-05 19:56:32 +00:00
|
|
|
#article .tools {
|
|
|
|
position: relative;
|
|
|
|
display: inline;
|
2013-08-23 10:12:05 +00:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2013-08-05 19:56:32 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-08-23 10:12:05 +00:00
|
|
|
#article .tools ul li {
|
2013-08-05 19:56:32 +00:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-08-28 17:12:11 +00:00
|
|
|
.results {
|
|
|
|
overflow: hidden;
|
2013-08-05 19:56:32 +00:00
|
|
|
padding-bottom: 20px;
|
|
|
|
padding-top: 10px;
|
2013-08-28 17:12:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nb-results {
|
|
|
|
float: left;
|
|
|
|
font-size: 0.9em;
|
|
|
|
line-height: 24px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Pagination */
|
|
|
|
.pagination {
|
|
|
|
float: right;
|
2013-08-05 19:56:32 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.pagination a {
|
2013-08-23 10:12:05 +00:00
|
|
|
border: 1px solid #d5d5d5;
|
2013-08-05 19:56:32 +00:00
|
|
|
color: #333;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 25px;
|
|
|
|
padding: 4px 8px;
|
|
|
|
text-decoration: none;
|
2013-08-23 10:12:05 +00:00
|
|
|
margin: 2px;
|
2013-08-05 19:56:32 +00:00
|
|
|
}
|
|
|
|
.pagination a:hover, .pagination a:active {
|
2013-08-23 10:12:05 +00:00
|
|
|
background-color: #efefef;
|
2013-08-05 19:56:32 +00:00
|
|
|
}
|
2013-08-23 10:12:05 +00:00
|
|
|
.pagination .current {
|
2013-08-05 19:56:32 +00:00
|
|
|
background-color: #ccc;
|
2013-08-23 10:12:05 +00:00
|
|
|
border: 1px solid #d5d5d5;
|
2013-08-05 19:56:32 +00:00
|
|
|
color: #000;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 25px;
|
|
|
|
padding: 4px 8px;
|
|
|
|
text-decoration: none;
|
2013-08-23 10:12:05 +00:00
|
|
|
margin: 2px;
|
2013-08-05 19:56:32 +00:00
|
|
|
}
|
2013-08-23 10:12:05 +00:00
|
|
|
.pagination .disabled {
|
2013-09-05 20:01:15 +00:00
|
|
|
display: none;
|
2013-08-05 19:56:32 +00:00
|
|
|
}
|
|
|
|
|
2013-08-25 14:40:12 +00:00
|
|
|
#bookmarklet {
|
|
|
|
padding: 5px;
|
|
|
|
border: 1px dashed #808080;
|
|
|
|
background: #fff;
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
2013-08-25 14:41:20 +00:00
|
|
|
.top_link {
|
|
|
|
position: fixed;
|
|
|
|
right: 15px;
|
|
|
|
bottom: 15px;
|
|
|
|
display: none;
|
|
|
|
padding: 20px;
|
|
|
|
background: #ccc;
|
|
|
|
-moz-border-radius: 40px;
|
|
|
|
-webkit-border-radius: 40px;
|
|
|
|
border-radius: 40px;
|
|
|
|
opacity: 0.9;
|
|
|
|
z-index: 2000;
|
|
|
|
}
|
|
|
|
|
2013-08-05 19:56:32 +00:00
|
|
|
footer {
|
|
|
|
clear: both;
|
2013-08-09 06:25:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.reading-time {
|
2013-08-11 17:42:52 +00:00
|
|
|
font-size: 0.8em;
|
2013-08-23 10:12:05 +00:00
|
|
|
}
|
2013-09-08 19:07:59 +00:00
|
|
|
|
2013-09-10 12:41:58 +00:00
|
|
|
#inputform {
|
2013-09-08 19:26:30 +00:00
|
|
|
display: none;
|
2013-09-10 21:54:40 +00:00
|
|
|
text-align: center;
|
|
|
|
max-width: 300px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-top: 5px;
|
2013-09-10 12:41:58 +00:00
|
|
|
padding-bottom: 5px;
|
2013-09-08 19:26:30 +00:00
|
|
|
background-color: rgba(0, 0, 0, 0.9);
|
2013-09-10 21:54:40 +00:00
|
|
|
opacity: 0.8;
|
|
|
|
color: #fff;
|
2013-09-08 19:26:30 +00:00
|
|
|
border-radius: 3px;
|
2013-09-10 12:44:59 +00:00
|
|
|
}
|
2013-09-10 21:52:28 +00:00
|
|
|
|
|
|
|
a.back span,
|
|
|
|
a.top span,
|
|
|
|
a.fav span,
|
|
|
|
a.fav span:hover,
|
|
|
|
a.fav-off span,
|
|
|
|
a.fav-off span:hover,
|
|
|
|
a.archive span,
|
|
|
|
a.archive span:hover,
|
|
|
|
a.archive-off span,
|
|
|
|
a.archive-off span:hover,
|
|
|
|
a.twitter span,
|
|
|
|
a.flattr span,
|
|
|
|
a.email span,
|
|
|
|
a.delete span {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|