koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac-bottom.inc


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac-bottom.inc,NONE,1.1.2.1 opac.css,NONE,1.1.2.1 opac-top.inc,NONE,1.1.2.1
Date: Tue, 06 Jan 2004 07:42:12 -0800

Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv26020/css/en/includes

Added Files:
      Tag: rel_2_0
        opac-bottom.inc opac.css opac-top.inc 
Log Message:
valid XHTML opac.

--- NEW FILE ---
<div id="bottombloc">
<!-- TMPL_IF NAME="loggedinusername" -->
        <p>
                Logged in as <b><!-- TMPL_VAR NAME="loggedinusername" --></b> 
<a href="/cgi-bin/koha/opac-user.pl">Members Home</a>
                || <a href=/cgi-bin/koha/opac-main.pl?logout.x=1>Log Out</a>
        </p>
<!-- TMPL_ELSE -->
        <p>
                <a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha
        </p>
<!-- /TMPL_IF -->
</div>
</body>
</html>

--- NEW FILE ---
body {
        background-color:#009999;
        font-family:verdana,arial,helvetica;
        font-size:12pt;
        margin:0px;
        padding:0px
}

/* base tags */
a {
        background-color: #ACE6E6;
        text-decoration:none;
        color:#000000;
}

a.transparent {
        background-color: transparent;
        text-decoration:none;
        color:#000000;
}

a:hover {
        background-color: #FF6600;
        text-decoration:none;
        color:#000000;
}
img {
        border-width:0px;
        text-align:left;
}


h1 {
        color:#FFD9BF;
        background-color:#FF6600;
        font-weight:bold;
        font-size: 150%;
        text-align:center;
        padding: 2px;
        border: 4px inset #FFD9BF;
        width:60%;
}

h2 {
        color:#FFD9BF;
        background-color:#FF6600;
        font-weight:bold;
        font-size: 125%;
}

p {
        padding-left:10pt;
        padding-bottom:0pt;
        margin:0pt;
}
p.center {
        padding-left:10pt;
        padding-bottom:0pt;
        margin:0pt;
        text-align:center;
}

/* TABLES */
table {
        border:1px solid #000000;
        width:90%;
}
/* header */
th {
        background-color: #99cccc;
        background-image: url(/opac-tmpl/css/en/images/background-opac.gif);
        font-weight:bold;
        text-align:center;
        font-size:10pt;
        border-left:1px solid #000000;
        border-bottom:1px solid #000000;
        border-top:1px solid #000000;
        padding:5px;
}
/* standard cell */
td {
        font-size:10pt;
        border-left:1px solid #000000;
}

/* hilighted cell */
td.hilighted {
        font-size:10pt;
        border-left:1px solid #000000;
        background-color:#ffffcc;
}

/* FORMS */
/* class used in form buttons */
.button {
        text-align: center;
        padding: 2px 2px;
        border-style: solid;
        border-width: 1px;
        border-color: black;
        text-decoration: none;
        color: black;
        line-height:175%;
        border-radius: 6px;
        -moz-border-radius: 6px;
        background-color:#FFD9BF;
}

.button:hover {
        text-align: center;
        padding: 2px 2px;
        border-style: solid;
        border-width: 1px;
        border-color: black;
        text-decoration: none;
        color: black;
        line-height:175%;
        border-radius: 6px;
        -moz-border-radius: 6px;
        background-color:#FF6600;
}

input {
        border:0px;
        border-bottom:1px solid #000000;
        background-color:#009999;
}

input:hover {
        border:0px;
        border-bottom:1px solid #000000;
        background-color:#FF6600;
}

select {
        background-color: #ACE6E6;
        text-decoration:none;
        color:#000000;
}

/* span classes */
/* used to align forms */
.fixedwidth {
        background-color:#FFFFFF;
        position:absolute;
        margin-left:150px;
}

/* used to show small 1,2,3, to reach other pages when too much results */
.smallnumber {
        background-color:#99cccc;
        font-family:Times,serif;
        font-size:small;
        border:1px solid #000000;
        padding:1pt;
        vertical-align:top;
}

.smallnumberactive {
        background-color:#FF6600;
        font-family:Times,serif;
        font-size:small;
        border:1px solid #000000;
        padding:1pt;
        vertical-align:top;
}

/* BLOCS */

/* the mainbloc : everything is in mainbloc, except menu */
#mainbloc {
        float:left;
        width:90%;
        background-color:#ACE6E6;
        border:1px solid #000000;
        margin-left:10px;
        margin-right:10px;
        padding-bottom:100px;
        padding-left:10px;
        padding-top:10px;
        padding-right:10px;
}

#homebloc {
        float:left;
        width:60%;
        border:0;
}

#leftbloc {
        float:left;
        width=30%;
        border:1;
}

#bottombloc {
        width:100%;
        height:200%;
        margin-top:10px;
        vertical-align:top;
        text-align:center;
        float:left;
}

/* used in members */
#bloc20 {
        float:left;
        width:30%;
        border:0;
        border:1px solid #000000;
        margin-right:20px;
        margin-bottom:20px;
}
#bloc60 {
        float:left;
        width:60%;
        border:0;
        border:1px solid #000000;
        margin-right:20px;
        margin-bottom:20px;
}

/* used in biblio detail */

#bibliobloc {
        float:left;
        width:40%;
        border:0;
}

#itembloc {
        float:left;
        width:50%;
        border:0;
}

/* menu styles */
.menu {
        border:1px solid #000000;
        padding-left:10pt;
        padding-right:10pt;
        float:left;
        margin-bottom:10px;
        -moz-border-radius: 6px;
}
#menuline {
        width:100%;
        height:200%;
        vertical-align:top;
        float:none;
        position:relative;
}

/* a little spacer */
.spacer {
        padding-left:20pt;
        float:left;
}

--- NEW FILE ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
        <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR 
name="themelang" -->/includes/opac.css" />
        <title><!--TMPL_VAR name="LibraryName"--></title>
</head>
<body>
        <!-- MENUS -->
        <div id="menuline">
                <img src="<!-- TMPL_VAR name="themelang" 
-->/images/front-background-small.gif" height="50" alt="koha logo" 
/><!--TMPL_VAR name="LibraryName"-->
                <span class="spacer">&nbsp;</span>
                <a class="menu" href="/cgi-bin/koha/opac-main.pl" title="Koha 
home page">Home</a>
                <span class="spacer">&nbsp;</span>
                <a class="menu" href="/cgi-bin/koha/opac-search.pl" 
title="Advanced search">Advanced search</a>
                <span class="spacer">&nbsp;</span>
                <a class="menu" href="/cgi-bin/koha/opac-user.pl" title="Member 
Home page" >Members</a>
        </div>
        <!-- MAIN BODY OF PAGE -->




reply via email to

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