koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes opac-l... [rel_2_2]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes opac-l... [rel_2_2]
Date: Mon, 07 Aug 2006 14:48:18 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Owen Leonard <oleonard> 06/08/07 14:48:18

Modified files:
        koha-tmpl/opac-tmpl/npl/en/includes: opac-layout.css 

Log message:
        Re-normalizing font-sizes. This stylesheet was a mish-mash of different 
font sizing methods. The update removes most custom font sizes in favor of a 
slightly reduced BODY font-size and a few custom settings in EMs.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-layout.css?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.4&r2=1.1.2.5

Patches:
Index: opac-layout.css
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/Attic/opac-layout.css,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- opac-layout.css     28 Apr 2006 18:46:30 -0000      1.1.2.4
+++ opac-layout.css     7 Aug 2006 14:48:17 -0000       1.1.2.5
@@ -3,56 +3,48 @@
 }
 
 a:link.current {
-       font-size : 12px;
        font-weight : bold;
        padding : 1px 5px 1px 5px;
        text-decoration : none;
 }
 
 a:hover.current {
-       font-size : 12px;
        font-weight : bold;
        padding : 1px 5px 1px 5px;
        text-decoration : none;
 }
 
 a:visited.current {
-       font-size : 12px;
        font-weight : bold;
        padding : 1px 5px 1px 5px;
        text-decoration : none;
 }
 
 a:active.current {
-       font-size : 12px;
        font-weight : bold;
        padding : 1px 5px 1px 5px;
        text-decoration : none;
 }
 
 a:link.nav {
-       font-size : 12px;
        font-weight : bold;
        padding : 1px 5px 1px 5px;
        text-decoration : none;
 }
 
 a:hover.nav {
-       font-size : 12px;
        font-weight : bold;
        padding : 1px 5px 1px 5px;
        text-decoration : none;
 }
 
 a:active.nav {
-       font-size : 12px;
        font-weight : bold;
        padding : 1px 5px 1px 5px;
        text-decoration : none;
 }
 
 a:visited.nav {
-       font-size : 12px;
        font-weight : bold;
        padding : 1px 5px 1px 5px;
        text-decoration : none;
@@ -85,13 +77,13 @@
 
 body {
        font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
+       font-size : 73%;
        margin : 0;
        padding : 0;
 }
 
 caption {
        font-family : Arial, Geneva, Helvetica, sans-serif;
-       font-size : 140%;
        font-weight : bold;
        margin : 0;
        padding : 5px 0 3px 0;
@@ -132,7 +124,7 @@
 }
 
 h1 {
-       font-size : 150%;
+       font-size : 1.8em;
        padding : 5px 0 3px 0;
 }
 
@@ -147,12 +139,12 @@
 }
 
 h2 {
-       font-size : 130%;
+       font-size : 1.6em;
        padding : 5px 0 3px 0;
 }
 
 h3 {
-       font-size : 120%;
+       font-size: 1.4em;
        padding : 5px 0 3px 0;
 }
 
@@ -169,11 +161,12 @@
 }
 
 h4 {
+       font-size : 1.3em;
        padding : 5px 0 3px 0;
 }
 
 h5 {
-       font-size : 100%;
+       font-size : 1.2em;
        margin : 0;
        padding : 10px 0 2px 0;
 }
@@ -188,6 +181,14 @@
        margin-top : 0;
 }
 
+h6 {
+       font-size: 1.1em;
+}
+
+input, select, th, td {
+       font-size:1em
+       }
+
 .inline {
        display : inline;
 }
@@ -197,14 +198,12 @@
 }
 
 p.error, div.error {
-       font-size : 1.05em;
        font-weight : normal;
        margin : auto;
        padding : 5px 20px 5px 20px;
 }
 
 div.error {
-       font-size : .9em;
        padding : 3px 10px 3px 10px;
        width : 75%;
 }
@@ -224,24 +223,20 @@
 }
 
 td {
-       font-size : .90em;
        padding : 5px 5px 5px 5px;
 }
 
 th {
-       font-size : 12px;
        font-weight : bold;
        padding : 5px 5px 5px 5px;
 }
 
 th:last-child {
-       font-size : 14px;
        font-weight : bold;
        padding : 5px 5px 5px 5px;
 }
 
 th[scope="row"] {
-       font-size : 60%;
        font-weight : normal;
        text-align : right;
 }
@@ -273,7 +268,6 @@
 }
 
 td:last-child {
-       font-size : 12px;
        padding : 5px 5px 5px 5px;
 }
 
@@ -292,12 +286,10 @@
 }
 
 .count {
-       font-size : .7em;
        font-weight : normal;
 }
 
 .current {
-       font-size : 12px;
        font-weight : bold;
        padding : 1px 5px 1px 5px;
        text-decoration : none;
@@ -313,7 +305,6 @@
 
 .further {
        float: right;
-       font-size : 80%;
        margin : 5px;
        width : 30%;
 }
@@ -346,7 +337,6 @@
 }
 
 .operations {
-       font-size: 90%;
        text-align: center;
        margin-top: 7px;
        padding-left: 10px;
@@ -400,7 +390,6 @@
 
 .marcsubfieldname {
        font-family : Arial, Geneva, sans-serif;
-       font-size: 70%;
        padding : 3px;
        width: 18%;
 }
@@ -451,7 +440,6 @@
 }
 
 .menu input {
-       font-size : 80%;
 }
 
 .menu label {
@@ -481,7 +469,6 @@
 }
 
 .note {
-       font-size : 12px;
        margin : 10px auto;
        padding : 4px 4px 4px 4px;
        width : 35%;
@@ -500,7 +487,6 @@
 
 .submit {
        font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
-       font-size : small;
        font-weight : bold;
        padding : 2px;
 }
@@ -515,7 +501,6 @@
        background-position: left;
        background-repeat: no-repeat;
        font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
-       font-size : small;
        font-weight : bold;
        padding : 2px 2px 2px 22px;     
 }
@@ -645,7 +630,6 @@
 
 #nav a {
        font-family : Arial, Geneva, Helvetica, sans-serif;
-       font-size : 1.1em;
        font-weight : bold;
        text-decoration : none;
 }
@@ -657,7 +641,6 @@
 
 #nav ul li {
        font-family : Arial, Geneva, Helvetica, sans-serif;
-       font-size : .75em;
        list-style : none;
        margin : 0;
        padding : 3px;
@@ -670,7 +653,6 @@
 
 #nav li ul li {
        font-family : Arial, Geneva, Helvetica, sans-serif;
-       font-size : 1.1em;
        list-style : none;
        margin : 0;
        padding : 5px 3px 5px 3px;
@@ -679,14 +661,12 @@
 
 #nav li ul li a {
        font-family : Arial, Geneva, Helvetica, sans-serif;
-       font-size : .99em;
        font-weight : bold;
        text-decoration : none;
 }
 
 #results, .results {
        font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
-       font-size : 80%;
        margin : 0;
        padding : 7px 0 10px 0;
 }
@@ -696,19 +676,16 @@
        margin : 20px;
        padding : 5px;
        float : right;
-       font-size : 80%;
 }
 
 #sidebar h3 {
        font-family : Arial, Geneva, Helvetica, sans-serif;
-       font-size : 110%;
        margin : 0;
        padding : 5px 0 1px 0;
 }
 
 #sidebar .submit {
        font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
-       font-size : 80%;
        font-weight : bold;
        padding : 2px;
 }
@@ -718,7 +695,6 @@
        margin : 10px;
        padding : 3px;
        float : right;
-       font-size : 80%;
 }
 
 .sidebar-box {
@@ -747,13 +723,11 @@
 }
 
 span.print {
-       font-size : .7em;
        font-weight : normal;
        padding-left : .7em;
        }
        
 #members {
-       font-size : .85em;
        font-weight : bold;
        position : absolute;
        top : 0;
@@ -805,7 +779,6 @@
 
 div.tabbloc {
        font-family: Arial, Helvetica, sans-serif;
-       font-size: 80%;
 }
 
 div.tab {




reply via email to

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