wallabag/tpl/css/style.css

248 lines
3.4 KiB
CSS
Raw Normal View History

2013-04-03 09:14:01 -04:00
body {
2013-08-05 15:56:32 -04:00
font-size: 16px;
font-family: 'Roboto', sans-serif;
2013-04-08 03:44:45 -04:00
margin: 10px;
}
2013-04-03 09:14:01 -04:00
header {
text-align: center;
}
2013-08-04 16:51:12 -04:00
header h1 {
font-size: 1.3em;
}
.bouton {
border-radius: 2px;
}
2013-08-05 15:56:32 -04:00
#main {
margin: 0 auto;
}
2013-04-03 09:14:01 -04:00
#main ul#links {
padding: 0;
list-style-type: none;
text-align: center;
2013-08-04 16:51:12 -04:00
font-size: 0.9em;
2013-04-03 09:14:01 -04:00
}
#main ul#links li {
display: inline;
2013-04-08 03:44:45 -04:00
}
#main ul#links li a.current {
-webkit-border-radius: 2px;
border-radius: 2px;
}
#main ul#sort {
padding: 0;
list-style-type: none;
text-align: center;
2013-08-05 15:56:32 -04:00
opacity: 0.5;
}
#main ul#sort li {
display: inline;
font-size: 0.9em;
}
#main ul#sort img:hover {
cursor: pointer;
}
2013-08-05 09:54:37 -04:00
2013-08-05 15:56:32 -04:00
#links a{
2013-04-08 03:44:45 -04:00
text-decoration: none;
padding: 5px 10px;
}
2013-08-05 15:56:32 -04:00
#links a:hover{
2013-04-08 03:44:45 -04:00
-webkit-border-radius: 2px;
border-radius: 2px;
2013-04-03 09:14:01 -04:00
}
2013-04-09 09:18:39 -04:00
/*** ***/
/*** LINKS DISPLAY ***/
#main a.tool {
text-decoration: none;
cursor: pointer;
}
#main #content {
margin-top: 20px;
}
2013-08-05 15:56:32 -04:00
#main #content h2 {
font-size: 1.3em;
text-decoration: none;
}
#main #content .entrie {
border-bottom: 1px solid #222222;
}
2013-04-16 09:43:05 -04:00
#main .entrie h2 a {
text-decoration: none;
}
2013-08-05 15:56:32 -04:00
#main .entrie ul.tools {
list-style-type: none;
}
#main .entrie ul.tools li {
/*display: inline;*/
}
2013-04-15 08:09:58 -04:00
.tools {
2013-08-05 09:54:37 -04:00
float: right;
text-align: right;
2013-08-05 15:56:32 -04:00
opacity: 0.5;
2013-04-15 08:09:58 -04:00
}
2013-08-05 15:56:32 -04:00
.tools p {
font-size: 0.8em;}
/*
2013-04-15 08:09:58 -04:00
.tools ul {
padding: 0; margin: 0;
list-style-type: none;
}
.tools ul li {
line-height: 20px;
}
.tools a.tool {
cursor: pointer;
2013-08-05 15:56:32 -04:00
}*/
#main .entrie .tools a.tool span, #article .tools a.tool span {
2013-04-09 09:18:39 -04:00
display: inline-block;
width: 16px;
height: 16px;
}
2013-08-02 07:51:22 -04:00
#main .entrie .url {
font-size: 13px;
}
2013-04-09 09:18:39 -04:00
/*** ***/
/*** ARTICLE PAGE ***/
2013-08-05 15:56:32 -04:00
#article {
margin: 0 auto;
2013-04-09 09:18:39 -04:00
}
#article header {
text-align: left;
}
#article header a {
2013-04-03 09:14:01 -04:00
text-decoration: none;
}
2013-08-05 15:56:32 -04:00
.vieworiginal a, .vieworiginal a:hover, .vieworiginal a:visited {
2013-04-09 09:18:39 -04:00
text-decoration: none;
2013-08-05 15:56:32 -04:00
color: #888888;
2013-04-09 09:18:39 -04:00
}
.backhome {
display: inline;
}
2013-08-05 15:56:32 -04:00
#article .tools {
position: relative;
display: inline;
top: 0px;
right: 0px;
width: 100%;
}
#article .tools ul li{
display: inline;
}
/*** GENERAL ***/
body {
color: #000;
}
a, a:hover, a:visited {
color: #000;
}
.bouton {
background-color: #000;
color: #fff;
border: none;
}
.bouton:hover {
background-color: #222222;
color: #F1F1F1;
}
#main ul#links li a.current {
background-color: #000;
color: #fff;
}
#links a:hover{
background-color: #040707;
color: #F1F1F1;
}
/*** ***/
2013-08-05 15:56:32 -04:00
/*** ARTICLE PAGE ***/
2013-04-16 09:34:43 -04:00
2013-08-05 15:56:32 -04:00
#article header, #article article {
border-bottom: 1px solid #222222;
}
2013-08-05 15:56:32 -04:00
/* Pagination */
.pagination {
clear: both;
padding-bottom: 20px;
padding-top: 10px;
text-align: right;
}
.pagination a {
border: 1px solid #D5D5D5;
color: #333;
font-size: 11px;
font-weight: bold;
height: 25px;
padding: 4px 8px;
text-decoration: none;
margin:2px;
}
.pagination a:hover, .pagination a:active {
background:#efefef;
}
.pagination span.current {
background-color: #ccc;
border: 1px solid #D5D5D5;
color: #000;
font-size: 11px;
font-weight: bold;
height: 25px;
padding: 4px 8px;
text-decoration: none;
margin:2px;
}
.pagination span.disabled {
border: 1px solid #EEEEEE;
color: #DDDDDD;
margin:2px;
padding: 4px 8px;
font-size: 11px;
font-weight: bold;
}
footer {
clear: both;
2013-08-03 02:25:11 -04:00
}