Merge pull-request for the green theme

This commit is contained in:
Frederic Guillot 2013-07-21 10:16:51 -04:00
commit d1f31288d4
2 changed files with 28 additions and 4 deletions

View File

@ -12,7 +12,7 @@
<title>miniflux</title>
<link href="<?= Helper\css() ?>" rel="stylesheet" media="screen">
</head>
<body>
<body id="login-page">
<div class="page-header">
<h1><?= t('Sign in') ?></h1>

View File

@ -47,7 +47,7 @@ header {
}
a.logo {
margin-left: 5px;
margin-left: 8px;
}
a.logo:hover {
@ -88,7 +88,7 @@ section.page {
border-right: 1px solid #CACACA;
border-bottom: 1px solid #CACACA;
border-radius: 0px 0px 8px 8px;
padding-bottom: 10px;
padding-bottom: 5px;
padding-top: 15px;
}
@ -100,6 +100,13 @@ section.page {
margin-right: 5px;
}
.page-header li {
margin: 0;
padding: 0;
padding-right: 5px;
}
.page-header h2, .page-section h2 {
border-bottom: 1px dotted #CACACA;
font-family: Georgia, serif;
@ -111,13 +118,26 @@ section.page {
.items article {
border: none;
border-bottom: 1px dotted #CACACA;
background-color: inherit;
margin-bottom: 0;
padding-bottom: 10px;
}
.items article:last-child {
border-bottom: none;
padding-bottom: 0;
}
.items a:hover {
color: #336600;
}
#items-paging {
margin-top: 10px;
font-size: 100%;
}
form {
border: none;
padding-left: 10px;
@ -176,6 +196,10 @@ textarea:focus {
padding-bottom: 0;
}
#login-page {
border: none;
}
header {
padding: 0;
border: none;
@ -193,4 +217,4 @@ textarea:focus {
.item {
padding-bottom: 0;
}
}
}