From 92a5d5d8c857db5f2e7015c44e390267d77ac206 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 15 Nov 2013 00:51:41 +0100 Subject: [PATCH] portal: colorful wiki tiles --- xsl/xhtml5.xsl | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/xsl/xhtml5.xsl b/xsl/xhtml5.xsl index 19a98aa5e..7fca1aaa6 100644 --- a/xsl/xhtml5.xsl +++ b/xsl/xhtml5.xsl @@ -3,7 +3,8 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:date="http://exslt.org/dates-and-times" - exclude-result-prefixes="xsl"> + xmlns:crypto="http://exslt.org/crypto" + exclude-result-prefixes="xsl date crypto"> @@ -358,10 +359,18 @@ + - background-color: rgb(, , 255); + background-color: rgb( + + , + + , + + );