phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5672 - phpcompta/tags/rel671/html


From: phpcompta-dev
Subject: [Phpcompta-dev] r5672 - phpcompta/tags/rel671/html
Date: Sun, 12 Jan 2014 17:27:48 +0100 (CET)

Author: danydb
Date: 2014-01-12 17:27:48 +0100 (Sun, 12 Jan 2014)
New Revision: 5672

Modified:
   phpcompta/tags/rel671/html/style-color.css
   phpcompta/tags/rel671/html/style-epad.css
   phpcompta/tags/rel671/html/style-light.css
   phpcompta/tags/rel671/html/style.css
Log:
Change CSS : h3, h1 were smaller than h2

Modified: phpcompta/tags/rel671/html/style-color.css
===================================================================
--- phpcompta/tags/rel671/html/style-color.css  2014-01-11 19:42:47 UTC (rev 
5671)
+++ phpcompta/tags/rel671/html/style-color.css  2014-01-12 16:27:48 UTC (rev 
5672)
@@ -1153,13 +1153,16 @@
 
 h1.title {
     color: blue;
-    font-size:0.87em;
+    font-size:2em;
     font-style: italic;
+    text-align:center;
 }
 h3.title {
-    color: blue;
-    font-size:0.87em;
+    color: brown;
+    font-size:1em;
     margin-left: 30px;
+    font-weight: bolder;
+    border:#CC5343 solid 2px;
 }
 h4.title {
     color: blue;

Modified: phpcompta/tags/rel671/html/style-epad.css
===================================================================
--- phpcompta/tags/rel671/html/style-epad.css   2014-01-11 19:42:47 UTC (rev 
5671)
+++ phpcompta/tags/rel671/html/style-epad.css   2014-01-12 16:27:48 UTC (rev 
5672)
@@ -1173,7 +1173,8 @@
 
 h1.title {
     color: blue;
-    font-size:0.87em;
+    font-size:2em;
+    text-align:center;
     font-style: italic;
 }
 h2.title {
@@ -1187,8 +1188,10 @@
 }
 h3.title {
     color: blue;
-    font-size:0.87em;
     margin-left: 30px;
+    font-size:1em;
+    font-weight: bolder;
+    border-bottom: #0000ff solid 2px;
 }
 h4.title {
     color: blue;

Modified: phpcompta/tags/rel671/html/style-light.css
===================================================================
--- phpcompta/tags/rel671/html/style-light.css  2014-01-11 19:42:47 UTC (rev 
5671)
+++ phpcompta/tags/rel671/html/style-light.css  2014-01-12 16:27:48 UTC (rev 
5672)
@@ -1171,8 +1171,10 @@
 
 h1.title {
     color: blue;
-    font-size:0.87em;
+    font-size:2em;
     font-style: italic;
+    text-align:center;
+    text-transform: uppercase;
 }
 h2.title {
     background-color:#879ed4;

Modified: phpcompta/tags/rel671/html/style.css
===================================================================
--- phpcompta/tags/rel671/html/style.css        2014-01-11 19:42:47 UTC (rev 
5671)
+++ phpcompta/tags/rel671/html/style.css        2014-01-12 16:27:48 UTC (rev 
5672)
@@ -1163,8 +1163,10 @@
 
 h1.title {
     color: blue;
-    font-size:0.87em;
+    font-size:2em;
     font-style: italic;
+    text-align:center;
+    text-transform: uppercase;
 }
 h2.title {
     background-color:#879ed4;
@@ -1177,8 +1179,10 @@
 }
 h3.title {
     color: blue;
-    font-size:0.87em;
+    font-size:1em;
     margin-left: 30px;
+    font-weight: bolder;
+    border:#0000ff solid 2px;
 }
 h4.title {
     color: blue;



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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