phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5343 - phpcompta/trunk/html


From: phpcompta-dev
Subject: [Phpcompta-dev] r5343 - phpcompta/trunk/html
Date: Tue, 13 Aug 2013 01:18:04 +0200 (CEST)

Author: danydb
Date: 2013-08-13 01:18:04 +0200 (Tue, 13 Aug 2013)
New Revision: 5343

Modified:
   phpcompta/trunk/html/style.css
Log:
test css : font-size in percentage

Modified: phpcompta/trunk/html/style.css
===================================================================
--- phpcompta/trunk/html/style.css      2013-08-12 23:17:41 UTC (rev 5342)
+++ phpcompta/trunk/html/style.css      2013-08-12 23:18:04 UTC (rev 5343)
@@ -2,8 +2,8 @@
 
 BODY {
   background-color:#EDF3FF;
- font-size:12px;
-  font-family:verdana,helvetica,sans-serif;
+ font-size:100%;
+  font-family:verdana,sans-serif,helvetica;
   padding: 0px 0px 0px 0px ;
   margin:0;
   color:blue;
@@ -29,7 +29,7 @@
 }
 table.sortable th,  table.table_large th,table.result th {
   font-weight:bold;
-  font-family:verdana,helvetica,sans-serif;
+  font-family:verdana,sans-serif,helvetica;
  border-bottom:1px solid blue;
  border-top:0;
 
@@ -40,8 +40,8 @@
 }
 
 h2 {
-  font-family:verdana,helvetica,sans-serif;
-  font-size:14px;
+  font-family:verdana,sans-serif,helvetica;
+  font-size:120%;
   color:grey;
 }
 div.info {
@@ -54,7 +54,7 @@
 content h2.info {
        background:#879ed4;
   color:black;
-  font-size:14pt;
+  font-size:120%;
   text-align:center;
   padding:0px;
   margin:0px;
@@ -62,7 +62,7 @@
 redcontent h2.info {
   background:#879ed4;
   color:white;
-  font-size:14pt;
+  font-size:120%;
   text-align:center;
   padding:0px;
   margin:0px;
@@ -70,7 +70,7 @@
 h2.info {
   background-color:#879ed4;
        color:white;
-       font-size:14px;
+       font-size:120%;
   text-align:center;
   padding:0px;
   margin:0px;
@@ -81,13 +81,13 @@
 h3.info {
   background:#879ed4;
   color:white;
-  font-size:14px;
+  font-size:120%;
   text-align:center;
 }
 
 h2.info2 {
   color:blue;
-  font-size:14px;
+  font-size:100%;
   text-align:center;
 
 }
@@ -96,7 +96,7 @@
 h2.error {
        background:red;
        color:white;
-       font-size:14px;
+       font-size:120%;
 }
 
 
@@ -147,14 +147,14 @@
 div.lmenu {
         float:left;
         clear:left;
-       font-size:9px;
+       font-size:90%;
 
 }
 div.lextmenu {
 
        float:left;
-       font-family:verdana,helvetica,sans-serif;
-       font-size:9px;
+       font-family:verdana,sans-serif,helvetica;
+       font-size:90%;
 
 }
 div.searchmenu {
@@ -167,8 +167,8 @@
 
 div.recherche_form{
        width:700px;
-       font-size:9px;
-       font-family:verdana,helvetica,sans-serif;
+       font-size:90%;
+       font-family:verdana,sans-serif,helvetica;
   border-style:outset;
   border-width:1px;
 
@@ -178,8 +178,8 @@
          float:left;
         padding-top:7px;
         padding-left:8px;
-         font-size:9px;
-         font-family:verdana,helvetica,sans-serif;
+         font-size:90%;
+         font-family:verdana,sans-serif,helvetica;
         width:75%;
 
 }
@@ -188,7 +188,7 @@
                padding-top:2px;
                margin-top:2px;
          width:100%;
-         font-family:verdana,helvetica,sans-serif;
+         font-family:verdana,sans-serif,helvetica;
 
 
 }
@@ -197,12 +197,12 @@
          float:left;
         padding-top:7px;
          width:35%;
-         font-family:verdana,helvetica,sans-serif;
+         font-family:verdana,sans-serif,helvetica;
 
 }
 div.no span{
        position:static;
-       font-family:verdana,helvetica,sans-serif;
+       font-family:verdana,sans-serif,helvetica;
        font-weight:bold;
        color:red;
 
@@ -217,7 +217,7 @@
 }
 table.document th{
   font-weight:bold;
-  font-family:verdana,helvetica,sans-serif;
+  font-family:verdana,sans-serif,helvetica;
   border-bottom:2px solid blue;
   border-top:0;
   color:#25238F;
@@ -252,20 +252,20 @@
        text-align:center;
        width:95px;
         height :30px;
-       font-size:10px;
+       font-size:90%;
     background-color:#DDE6FF;
     border:1px solid #99B1DF;
 }
 td.msubtitle {
        text-align:center;
        height:20px;
-       font-size:10px;
+       font-size:90%;
     background-color:#DDE6FF;
 }
 span.mtitle {
        color:gray;
        background-color:blue;
-       font-size:10px;
+       font-size:90%;
        border-style:groove
 }
 span.odd {
@@ -279,18 +279,18 @@
 
 tr.odd {
        background-color:#DDE6FF;
-       font-size:10px;
+       font-size:90%;
 }
 tr {
-       font-size:10px;
+       font-size:90%;
 }
 td.odd{
        background-color:#DDE6FF ;
-       font-size:10px;
+       font-size:90%;
 }
 td.even{
        border:0px;
-       font-size:10px;
+       font-size:90%;
 }
 td.cell{
            height:32px;
@@ -300,21 +300,21 @@
        border-style:inset;
         border-color:blue;
        border-width:1pt ;
-       font-size:10px;
+       font-size:90%;
         background:#5D90CD ;
         color:white;
         text-align:center;
             width:120px;
 }
 a.mtitle {
-  font-size:10px;
+  font-size:90%;
   text-decoration:none;
   display:inline;
  color: blue;
 
 }
 a.mtitle:hover {
-  font-size:10px;
+  font-size:90%;
   text-decoration:none;
   display:inline;
 
@@ -323,13 +323,13 @@
 
 }
 td.selectedcell a.mtitle,div.content td.selectedcell a.mtitle {
- font-size:1em;
+ font-size:90%;
  text-decoration:none;
  display:block;
  color:white;
 }
 a.dossier {
-  font-size:10px;
+  font-size:90%;
   text-decoration:none;
   display:block;
    color: #202267;
@@ -362,11 +362,11 @@
   display:block;
   color:blue;
   background-color:white;
-  font-size:9px;
+  font-size:90%;
 }
 
 a.cell:hover {
-  font-size:9px;
+  font-size:90%;
   color:white;
   background-color:#5D90CD;
   text-decoration:none;
@@ -396,8 +396,8 @@
 
 a.detail
 {
-  font-size:9px;
-  font-family:verdana,helvetica,sans-serif;
+  font-size:90%;
+  font-family:verdana,sans-serif,helvetica;
     text-decoration: none;
     display: block;
     color: blue;
@@ -405,8 +405,8 @@
 
 a.detail:hover
 {
-  font-size:9px;
-  font-family:verdana,helvetica,sans-serif;
+  font-size:90%;
+  font-family:verdana,sans-serif,helvetica;
     color: white;
     background-color: rgb(93, 144, 205);
     text-decoration: none;
@@ -418,7 +418,7 @@
         padding:1em 1em;
 }
 div.redcontent a {
-  font-family:verdana,helvetica,sans-serif;
+  font-family:verdana,sans-serif,helvetica;
   text-decoration: none;
   display: block;
   color: blue;
@@ -426,7 +426,7 @@
 }
 
 div.redcontent a:hover {
-  font-family:verdana,helvetica,sans-serif;
+  font-family:verdana,sans-serif,helvetica;
     color: white;
     background-color: rgb(93, 144, 205);
     text-decoration: none;
@@ -434,7 +434,7 @@
 
 }
 div.content a {
-  font-family:verdana,helvetica,sans-serif;
+  font-family:verdana,sans-serif,helvetica;
   text-decoration: none;
   display: block;
   color: blue;
@@ -444,7 +444,7 @@
 
 
 div.content a:hover {
-  font-family:verdana,helvetica,sans-serif;
+  font-family:verdana,sans-serif,helvetica;
     color: white;
     background-color: rgb(93, 144, 205);
     text-decoration: none;
@@ -470,7 +470,7 @@
 
 }
 div.content a.mtitle {
-  font-size:10px;
+  font-size:90%;
   text-decoration:none;
   display:inline;
   color:blue;
@@ -488,7 +488,7 @@
 
 }
 div.redcontent input.text {
-   font-family:verdana,helvetica,sans-serif;
+   font-family:verdana,sans-serif,helvetica;
   font-weight:normal;
   border-color:336699;
   border-style:solid;
@@ -497,7 +497,7 @@
   color:blue;
 }
 div.content input.text {
-   font-family:verdana,helvetica,sans-serif;
+   font-family:verdana,sans-serif,helvetica;
   font-weight:normal;
   border-color:336699;
   border-style:solid;
@@ -522,7 +522,7 @@
 border-collapse:collapse;
 }
 a.document{
-  font-size:12px;
+  font-size:100%;
   text-decoration:none;
   display:block;
 }
@@ -550,11 +550,11 @@
 h1.legend, legend {
 font-weight: bold;
 font-style: italic;
-font-size: 110% ;
+font-size: 120% ;
 
 }
 fieldset fieldset legend {
-        font-size:110%;
+        font-size:120%;
         color:grey;
         }
 select {
@@ -596,7 +596,7 @@
   padding-left: 3px;
   padding-right:3px;
   text-decoration:none;
-  font-size:14px;
+  font-size:120%;
 
   display:inline;
   color:black;
@@ -633,8 +633,8 @@
        /*border:dotted 1px black;*/
        border: 2px outset #201e87;
        background-color:#879ED4;
-       font-size: 110% ;
-       font-family: verdana,helvetica,sans-serif;
+       font-size: 100% ;
+       font-family: verdana,sans-serif,helvetica;
        font-style: italic;
        font-weight: bolder;
        text-align:center;
@@ -656,7 +656,7 @@
        /*border:dotted 1px black;*/
        border: 3px outset #201e87;
        background-color: #879ED4;
-       font-family: verdana,helvetica,sans-serif;
+       font-family: verdana,sans-serif,helvetica;
        font-style: italic;
        font-weight: bolder;
        text-align:center;
@@ -677,8 +677,8 @@
        height:96%;
        overflow: auto;
        background-color:#DFE7FF;
-       font-size:10px ;
-       font-family: verdana,helvetica,sans-serif;
+       font-size:90% ;
+       font-family: verdana,sans-serif,helvetica;
        font-style: normal;
        font-weight: normal;
        color: black;
@@ -695,7 +695,7 @@
   margin:0;
   padding:0;
   text-align:left;
-  font-size:12px;
+  font-size:100%;
 
 }
 div.autocomplete em {
@@ -800,12 +800,12 @@
 }
 
 a#anchorbutton, .button, a.button,div.content a.button {
-       font-size:10px;
+       font-size:90%;
        color:white;
        font-weight: bold;
 
        text-decoration:none;
-       font-family: verdana,helvetica,sans-serif;
+       font-family: verdana,sans-serif,helvetica;
        background-image: url("image/bg-submit2.gif");
        background-repeat: repeat-x;
        background-position: left;
@@ -845,7 +845,7 @@
        color:darkblue;
        font-style: italic;
        display:inline;
-       font-size:14px;
+       font-size:120%;
        margin:0px;
        padding:0px;
        font-variant:small-caps;
@@ -886,8 +886,8 @@
 }
 div.inner_box  {
   background-color:#e4e7ed;
- font-size:10;
-  font-family:verdana,helvetica,sans-serif;
+ font-size:100%;
+  font-family:verdana,sans-serif,helvetica;
   padding:0;
   margin:0;
   overflow:hidden;
@@ -949,24 +949,24 @@
 }
 table.info_op
 {
-       font-size:18;
+       font-size:100%;
        width:100%;
 }
 table.info_op tr
 {
-font-size:14;
+font-size:120%;
 background:white;
 }
 h2#jrn_name
 {
        color:blue;
-       font-size:22;
+       font-size:120%;
        margin-right:30%;
        float: right;
 
 }
 tr.footer{
-       font-size:14;
+       font-size:120%;
        font-style: italic;
        font-weight: bold;
 
@@ -1001,7 +1001,7 @@
 div#wait_box
 {
   background-color:#F1E6E6;
- font-size:10;
+ font-size:120%;
   font-family: verdana,helvetica,arial,sans-serif;
   padding:0;
   margin:0;
@@ -1058,7 +1058,7 @@
  margin-left: 2px;
  margin-right:2px;
  margin-top:0px;
- font-size:10px;
+ font-size:90%;
 }
 #close_div:hover
 {
@@ -1077,7 +1077,7 @@
        width:300px;
        border:1px solid black;
        background-color:#aec3e8;
-       font-size:16px;
+       font-size:120%;
        padding: 20px 20px;
 }
 span.invoice
@@ -1091,14 +1091,14 @@
 a.nav,div.content a.nav,div.redcontent a.nav {
        display:inline;
        text-decoration:none;
-       font-size:1em;
+       font-size:100%;
 }
 a.nav:hover,div.content a.nav:hover,div.redcontent a.nav:hover {
        display:inline;
        text-decoration:none;
        background-color:darkblue;
        color:white;
-       font-size:1em;
+       font-size:100%;
 }
 #dossier {
        display:inline;
@@ -1112,30 +1112,30 @@
 
 h1.title {
        color: blue;
-       font-size:18px;
+       font-size:120%;
        font-style: italic;
 }
 h2.title {
        color: blue;
-       font-size:14px;
+       font-size:120%;
        font-weight:bold;
        font-style: italic;
        margin-left: 15px;
 }
 h3.title {
        color: blue;
-       font-size:14px;
+       font-size:120%;
        margin-left: 30px;
 }
 h4.title {
        color: blue;
-       font-size:12px;
+       font-size:120%;
        margin-left: 45px;
        text-decoration: underline;
 }
 h5.title {
        color: blue;
-       font-size:12px;
+       font-size:120%;
        margin-left: 45px;
        text-decoration: none;
        font-style: italic;



---
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]