[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes onlineh
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes onlinehelp.css,NONE,1.1 help-top.inc,1.2,1.3 |
Date: |
Tue, 22 Jun 2004 01:40:40 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22364/koha-tmpl/intranet-tmpl/default/en/includes
Modified Files:
help-top.inc
Added Files:
onlinehelp.css
Log Message:
- online help for marc search
- minor changes in css
--- NEW FILE ---
body {
font-family:arial,helvetica;
font-size:10pt;
margin:0px;
padding:0px;
background-color:#99CC33;
}
p {
margin-bottom:0px;
margin-top:0px;
margin-left:10px;
margin-right:10px;
padding:0px;
clear:left;
}
.center {
text-align:center;
}
.button {
text-align: center;
font: 1.2em sans-serif;
padding: 3px;
margin:5px;
display:inline;
height:2em;
border-style: solid;
border-width: 1px;
border-color: black;
text-decoration: none;
color: black;
border-radius: 6px;
cursor:pointer;
-moz-border-radius: 6px;
background-color:#99CC33;
}
h1 {
color:#000000;
background-color:#99CC33;
font-size: 150%;
text-align:center;
padding: 4px;
border: 4px inset #99CC33;
}
h2 {
margin-top:0px;
margin-bottom:4px;
text-align:left;
background-color:#99CC33;
padding:0px;
font-size:125%;
padding-left:10px;
padding-right:10px;
padding-bottom:3px;
padding-top:3px;
margin-right:30%;
}
h3 {
margin-top:0px;
margin-bottom:4px;
padding:0px;
font-size:100%;
font-weight:bold;
}
#mainbloc {
float:left;
width:90%;
border-top:1px solid #000000;
border-left:1px solid #000000;
border-right:3px solid #000000;
border-bottom:3px solid #000000;
background-color:#FFFFFF;
margin-left:10px;
margin-right:10px;
padding-bottom:100px;
padding-left:10px;
padding-top:10px;
padding-right:10px;
}
Index: help-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/help-top.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** help-top.inc 18 Jun 2004 20:49:54 -0000 1.2
--- help-top.inc 22 Jun 2004 08:40:22 -0000 1.3
***************
*** 6,10 ****
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
<body>
<div id="mainbloc">
--- 6,10 ----
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/onlinehelp.css">
<body>
<div id="mainbloc">
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes onlinehelp.css,NONE,1.1 help-top.inc,1.2,1.3,
Paul POULAIN <=