summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-16 15:10:51 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-16 15:11:38 +0200
commit922ed3c15dd300c58fcbbc744970af8768d855ea (patch)
treea46ebf040d80e748a150daf7bcdfb704f824ae6d
parent6f8413403b53db7e17a36900bba2b470635b7943 (diff)
Improve "End of articles" section
Increase font size Change colors in Origine See https://github.com/marienfressinaud/FreshRSS/issues/480
-rw-r--r--p/themes/Origine/origine.css14
-rw-r--r--p/themes/base-theme/template.css3
2 files changed, 7 insertions, 10 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index 5ec6f1339..ce92d539d 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -805,19 +805,15 @@ a.btn {
text-decoration: none;
text-shadow: 0 -1px 0 #aaa;
color: #666;
- background: #fafafa;
+ background: #eee;
}
#bigMarkAsRead:hover {
- color: #000;
- background: #ccc;
- background: radial-gradient(circle at 50% -25% , #ccc 0%, #fafafa 50%);
- background: -moz-radial-gradient(circle at 50% -25% , #ccc 0%, #fafafa 50%);
- background: -webkit-radial-gradient(circle at 50% -25% , #ccc 0%, #fafafa 50%);
- background: -o-radial-gradient(circle at 50% -25% , #ccc 0%, #fafafa 50%);
- background: -ms-radial-gradient(circle at 50% -25% , #ccc 0%, #fafafa 50%);
+ color: #27ae60;
+ text-shadow: 0 0 2px #27ae60;
+ background: #fff;
}
#bigMarkAsRead:hover .bigTick {
- text-shadow: 0 0 10px #666;
+ text-shadow: 0 0 10px #27ae60;
}
/*=== Navigation menu (for articles) */
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 4186000a3..0f660ed4b 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -517,8 +517,9 @@ a.btn {
#bigMarkAsRead {
display: block;
width: 100%;
- padding: 3em 0;
+ padding: 2em 0;
text-align: center;
+ font-size: 1.8em;
}
.bigTick {
font-size: 7em;