[Fusionforge-commits] r13641 - in trunk/src/www/themes/funky: . css

Franck VILLAUME nerville at fusionforge.org
Wed Jun 29 17:02:45 CEST 2011


Author: nerville
Date: 2011-06-29 17:02:45 +0200 (Wed, 29 Jun 2011)
New Revision: 13641

Modified:
   trunk/src/www/themes/funky/Theme.class.php
   trunk/src/www/themes/funky/css/theme.css
Log:
fix order for css & add information class

Modified: trunk/src/www/themes/funky/Theme.class.php
===================================================================
--- trunk/src/www/themes/funky/Theme.class.php	2011-06-29 14:39:34 UTC (rev 13640)
+++ trunk/src/www/themes/funky/Theme.class.php	2011-06-29 15:02:45 UTC (rev 13641)
@@ -32,15 +32,14 @@
 class Theme extends Layout {
 
 	function Theme() {
-
-		$this->addStylesheet('/themes/funky/css/theme.css');
-		$this->addStylesheet('/themes/funky/css/theme-pages.css');
-
 		// Parent constructor
 		$this->Layout();
 		$this->themeurl = util_make_url('themes/funky/');
 		$this->imgbaseurl = $this->themeurl . 'images/';
 		$this->imgroot = $this->imgbaseurl;
+
+		$this->addStylesheet('/themes/funky/css/theme.css');
+		$this->addStylesheet('/themes/funky/css/theme-pages.css');
 	}
 
 	function quicknewsbutton() {

Modified: trunk/src/www/themes/funky/css/theme.css
===================================================================
--- trunk/src/www/themes/funky/css/theme.css	2011-06-29 14:39:34 UTC (rev 13640)
+++ trunk/src/www/themes/funky/css/theme.css	2011-06-29 15:02:45 UTC (rev 13641)
@@ -192,8 +192,8 @@
 .quicknews .title {
     font-size: 12px;
     color: red;
-    
 }
+
 .quicknews ul {
     background-color: white;
     width: 100%;
@@ -756,6 +756,25 @@
     margin-left: 3px;
 }
 
+p.information {
+    border-width: 1px;
+    border-style: solid;
+    background-color: #9db0d2;
+    border-color: #3a5fa5;
+    padding: 7px;
+    border-radius: 6px;
+    -webkit-border-radius: 6px;
+    -moz-border-radius: 6px;
+    text-shadow: 1px 1px #DFF59f;
+    text-align: left;
+    font-weight: normal;
+    font-size: small;
+    margin-bottom: 3px;
+    margin-top: 2px;
+    margin-right: 3px;
+    margin-left: 3px;
+}
+
 #ffErrors {
     border-width: 1px;
     border-style: solid;




More information about the Fusionforge-commits mailing list