[Mpuls-commits] r4037 - in jmd/trunk: . jmdstrukturweb/public jmdstrukturweb/public/styles
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Oct 27 09:26:22 CEST 2010
Author: roland
Date: 2010-10-27 09:26:21 +0200 (Wed, 27 Oct 2010)
New Revision: 4037
Added:
jmd/trunk/jmdstrukturweb/public/styles/
jmd/trunk/jmdstrukturweb/public/styles/local.css
Modified:
jmd/trunk/ChangeLog
Log:
add local stylesheet
Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog 2010-10-27 07:24:41 UTC (rev 4036)
+++ jmd/trunk/ChangeLog 2010-10-27 07:26:21 UTC (rev 4037)
@@ -1,3 +1,10 @@
+2010-10-27 Roland Geider <roland.geider at intevation.de>
+
+ * jmdstrukturweb/public/styles/local.css: add local stylesheet
+ to allow overwriting the default styles in the structure part
+
+jmdstrukturweb/public/styles/local.css
+
2010-10-20 Torsten Irlaender <torsten at intevation.de>
* jmdstrukturweb/templates/phase/phase.mako: Updated Layout of the
Added: jmd/trunk/jmdstrukturweb/public/styles/local.css
===================================================================
--- jmd/trunk/jmdstrukturweb/public/styles/local.css 2010-10-27 07:24:41 UTC (rev 4036)
+++ jmd/trunk/jmdstrukturweb/public/styles/local.css 2010-10-27 07:26:21 UTC (rev 4037)
@@ -0,0 +1,26 @@
+/*********************************
+ * *
+ * Stylesheet for JMD-structure *
+ * specific settings *
+ * *
+ * *
+ ********************************/
+
+
+
+/* Set the color in the JMD-Structure application to purple*/
+
+div.menu h1 {
+ background-color: #5C3566;
+}
+
+div#statusbar, div#statusbar a {
+ background-color: #5c3566; /* #2a2156; */
+}
+
+#content_login h1 {
+ background-color: #5C3566;
+}
+.hovertable tr:hover{
+ background-color: #75507b;
+}
Property changes on: jmd/trunk/jmdstrukturweb/public/styles/local.css
___________________________________________________________________
Name: svn:executable
+ *
More information about the Mpuls-commits
mailing list