From feb12ae288263dbeb490147bbcd4e0a6d134da5f Mon Sep 17 00:00:00 2001
From: =?utf8?q?Benoi=CC=82t=20Pin?= <pin@cri.ensmp.fr>
Date: Fri, 31 Oct 2014 18:27:29 +0100
Subject: [PATCH 1/1] =?utf8?q?style=20th=C3=A8me=20sombre.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 skins/photo_theme/content_style.css.dtml | 28 +++++++++++++++++++++---
 1 file changed, 25 insertions(+), 3 deletions(-)

diff --git a/skins/photo_theme/content_style.css.dtml b/skins/photo_theme/content_style.css.dtml
index 0c46956..fd8d2f7 100644
--- a/skins/photo_theme/content_style.css.dtml
+++ b/skins/photo_theme/content_style.css.dtml
@@ -1,8 +1,8 @@
 /* <dtml-with base_properties> */
 
 .rounded-corners {
-	border-radius: &dtml-borderRadius;px;
-	padding: &dtml-borderRadius;px;
+  border-radius: &dtml-borderRadius;px;
+  padding: &dtml-borderRadius;px;
 }
 
 .std-border {
@@ -10,15 +10,37 @@
 }
 
 .std-background {
-	color: #fff;
+  color: #fff;
   padding: &dtml-borderRadius;px;
   background: &dtml-outlineColor;;
 }
 
+.std-background a,
+.std-background a:link,
+.std-background a:visited,
+.std-background a:active {
+  color:#ae1b1b;
+}
+
+.std-background a:hover {
+  color:#f40909;
+}
+
 .std-focusbox {
   background: &dtml-tabsBorderColor;;
   color: &dtml-tabsFontColor;;
   padding: &dtml-borderRadius;px;
 }
 
+.std-focusbox a,
+.std-focusbox a:link,
+.std-focusbox a:visited,
+.std-focusbox a:active {
+  color:#f28c18;
+}
+
+.std-focusbox a:hover {
+  color:#f2ae61;
+}
+
 /*</dtml-with> */
\ No newline at end of file
-- 
2.20.1