You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2016/09/02 19:44:14 UTC

[3/3] incubator-ponymail git commit: update CSS

update CSS


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/df221719
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/df221719
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/df221719

Branch: refs/heads/coffee-and-cake
Commit: df2217199a045605f122a5cf70a8313699cba673
Parents: 4171031
Author: Daniel Gruno <hu...@apache.org>
Authored: Fri Sep 2 21:43:42 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Fri Sep 2 21:43:42 2016 +0200

----------------------------------------------------------------------
 site/css/ponymail2.css | 40 +++++++++++++++++++++++++++++++---------
 1 file changed, 31 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/df221719/site/css/ponymail2.css
----------------------------------------------------------------------
diff --git a/site/css/ponymail2.css b/site/css/ponymail2.css
index eec12d4..dfb9a3e 100644
--- a/site/css/ponymail2.css
+++ b/site/css/ponymail2.css
@@ -61,7 +61,7 @@
 }
 
 body, html {
-    background: #D2D2D2;
+    background: #BBB;
     margin: 0;
 }
 
@@ -82,12 +82,13 @@ body, html {
 /* Calendars */
 
 .calendar_year {
-    background: #77D32C;
+    background: #78BF3B;
     border-radius: 4px;
-    color: #000;
+    color: #FFF;
     width: 110px;
     text-align: center;
-    border: 1px solid #666;
+    margin-bottom: 3px;
+    padding: 1px;
 }
 
 .calendar_year:hover {
@@ -97,13 +98,14 @@ body, html {
 
 
 .calendar_month {
-    background: #8CB9CE;
+    background: #648BAD;
     border-radius: 4px;
-    color: #000;
+    color: #FFF;
     margin-left: 5px;
     width: 100px;
     text-align: center;
-    border: 1px solid #666;
+    margin-bottom: 2px;
+    padding: 1px;
 }
 
 
@@ -118,15 +120,35 @@ body, html {
 #header {
     text-align: center;
     font-family: sans-serif;
-    font-size: 15pt;
+    font-size: 14pt;
 }
 
 #calendar {
-    width: 140px;
+    border-radius: 4px;
+    border: 1px solid #666;
+    padding: 10px;
+    background: #DDD;
+    width: 120px;
     float: left;
+    font-family: sans-serif;
+    font-size: 9pt;
+    font-weight: 500;
+    margin-left: 20px;
 }
 
 #listview {
     width: calc(95% - 160px);
     float: left;
+}
+
+
+#footer {
+    font-family: sans-serif;
+    font-size: 8pt;
+    text-align: center;
+}
+
+h3, h2, h1 {
+    margin-top: 5px;
+    text-align: center;
 }
\ No newline at end of file