Improve others themes

This commit is contained in:
Frédéric Guillot 2014-02-09 12:32:46 -05:00
parent 49583f381f
commit 2509de7f76
6 changed files with 9644 additions and 1314 deletions

View File

@ -1,5 +1,8 @@
<div class="menu-more">
<ul>
<li>
<a href="?action=unread"><?= t('unread') ?></a>
</li>
<li>
<a href="?action=bookmarks"><?= t('bookmarks') ?></a>
</li>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,10 @@
@import url('../../../assets/css/app.css');
@font-face {
font-family: 'Muli';
font-style: normal;
font-weight: 400;
src: local('Muli'), url(../fonts/Muli.woff) format('woff');
font-family: 'Muli';
font-style: normal;
font-weight: 400;
src: local('Muli'), url(../fonts/Muli.woff) format('woff');
}
body {
@ -156,11 +156,11 @@ section.page {
}
.items .preview {
font-family: 'Muli', sans-serif;
font-family: 'Muli', sans-serif;
}
.items li {
font-family: 'Muli', sans-serif;
font-family: 'Muli', sans-serif;
}
form {

View File

@ -142,4 +142,9 @@ textarea:focus {
.btn-blue:focus {
border-color: #888;
background: #555;
}
}
.menu-more a {
text-decoration: none;
color: #fff;
}

View File

@ -28,7 +28,7 @@ a:hover {
text-decoration: none;
}
.items #current-item {
.items #current-item {
border: 1px solid #be0000;
}
@ -58,7 +58,7 @@ pre, code {
.items article:hover .preview,
.items #current-item .preview {
color: #666;
color: #666;
}
#item-content {
@ -179,3 +179,8 @@ textarea:focus {
border-color: #888;
background: #555;
}
.menu-more a {
text-decoration: none;
color: #fff;
}