gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-www] branch master updated: links and tri-color pale


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: links and tri-color palette
Date: Mon, 06 Mar 2017 05:09:10 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 7dbbad5  links and tri-color palette
7dbbad5 is described below

commit 7dbbad5ec79be7a5338421ffd88bc9e2ac5dde5e
Author: Florian Dold <address@hidden>
AuthorDate: Mon Mar 6 05:09:08 2017 +0100

    links and tri-color palette
---
 common/base.j2 |  2 ++
 styles.css     | 14 +++++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/common/base.j2 b/common/base.j2
index 72fc1ab..7bed577 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -8,7 +8,9 @@
   </head>
   <body id="mybody">
     {% include "common/navigation.j2.inc" %}
+    <div id="body_content">
     {% block body_content %}{% endblock %}
+    </div>
     {% include "common/footer.j2.inc" %}
   </body>
 </html>
diff --git a/styles.css b/styles.css
index f84336d..3ab6ff2 100644
--- a/styles.css
+++ b/styles.css
@@ -15,7 +15,19 @@ html {
 }
 
 .c_acronym {
-  background-color: #c9ffe2;
+  background-color: #7A9F35;
+}
+
+
+#body_content a,
+#body_content a:visited {
+    text-decoration: underline;
+    color: black;
+}
+
+#body_content a:hover {
+  transition: background-color 0.3s;
+  background-color: rgba(200, 200, 200, 0.5);
 }
 
 .c_intro {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]