css'ing (continued)
This commit is contained in:
parent
7c2c39dea5
commit
33f962968b
2 changed files with 31 additions and 44 deletions
|
@ -19,6 +19,10 @@ body {
|
||||||
background-color:#FFFFFF;
|
background-color:#FFFFFF;
|
||||||
background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
|
background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
|
||||||
}
|
}
|
||||||
|
th {
|
||||||
|
background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* TABLES */
|
/* TABLES */
|
||||||
table {
|
table {
|
||||||
|
@ -49,10 +53,20 @@ td {
|
||||||
}
|
}
|
||||||
/* hilighted cell */
|
/* hilighted cell */
|
||||||
td.hilighted {
|
td.hilighted {
|
||||||
font-size:10pt;
|
|
||||||
border-left:0px;
|
border-left:0px;
|
||||||
background-color:#ffffcc;
|
background-color:#ffffcc;
|
||||||
}
|
}
|
||||||
|
/* cells that are numbers => aligned right */
|
||||||
|
td.number {
|
||||||
|
border-left:0px;
|
||||||
|
text-align:right;
|
||||||
|
}
|
||||||
|
/* hilighted cell */
|
||||||
|
td.numberhilighted {
|
||||||
|
border-left:0px;
|
||||||
|
background-color:#ffffcc;
|
||||||
|
text-align:right;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color:#000000;
|
color:#000000;
|
||||||
|
|
|
@ -6,8 +6,7 @@
|
||||||
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
|
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||||
</head>
|
</head>
|
||||||
<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
|
<body>
|
||||||
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
a.reports {
|
a.reports {
|
||||||
|
@ -27,47 +26,21 @@ a.reports:hover {
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!------------------------MENUS-------------------------------->
|
<!------------------------MENUS-------------------------------->
|
||||||
<table cellpadding=0 cellspacing=0 width="100%" border=0>
|
<div id="menubar">
|
||||||
<tr height="45">
|
<span class="koha">KOHA</span>
|
||||||
<td valign="bottom" align="left">
|
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
|
||||||
<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
|
<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
|
||||||
<tr>
|
<a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
|
||||||
<td>
|
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
|
||||||
<div id="menubar">
|
<a class="circulation" href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
|
||||||
<table cellpadding=0 cellspacing=0 border=0 height=29 width=70%>
|
<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
|
||||||
<tr>
|
<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
|
||||||
<td class="koha"><b>KOHA</b></td>
|
<a class="about" href="/cgi-bin/koha/about.pl">About</a>
|
||||||
<td>
|
</div>
|
||||||
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
|
<div id="submenu">
|
||||||
</td>
|
<span class="koha">options >> </span>
|
||||||
<td>
|
<a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes" class="submenu">Itemtypes</a>
|
||||||
<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
|
</div>
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="circulation" href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="about" href="/cgi-bin/koha/about.pl">About</a>
|
|
||||||
</td>
|
|
||||||
</TR>
|
|
||||||
</TABLE>
|
|
||||||
</div>
|
|
||||||
</td></tr></table>
|
|
||||||
</TD>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<BLOCKQUOTE>
|
<BLOCKQUOTE>
|
||||||
<!-- TMPL_IF NAME="loggedinusername" -->
|
<!-- TMPL_IF NAME="loggedinusername" -->
|
||||||
<p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
|
<p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
|
||||||
|
|
Loading…
Reference in a new issue