css'ing (continued)

This commit is contained in:
tipaul 2004-03-30 16:09:36 +00:00
parent 7c2c39dea5
commit 33f962968b
2 changed files with 31 additions and 44 deletions

View file

@ -19,6 +19,10 @@ body {
background-color:#FFFFFF;
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 */
table {
@ -49,10 +53,20 @@ td {
}
/* hilighted cell */
td.hilighted {
font-size:10pt;
border-left:0px;
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 {
color:#000000;

View file

@ -6,8 +6,7 @@
<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">
</head>
<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<body>
<style>
a.reports {
@ -27,47 +26,21 @@ a.reports:hover {
</style>
<!------------------------MENUS-------------------------------->
<table cellpadding=0 cellspacing=0 width="100%" border=0>
<tr height="45">
<td valign="bottom" align="left">
<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
<tr>
<td>
<div id="menubar">
<table cellpadding=0 cellspacing=0 border=0 height=29 width=70%>
<tr>
<td class="koha"><b>KOHA</b></td>
<td>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
</td>
<td>
<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
</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>
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
<a class="circulation" href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
<a class="about" href="/cgi-bin/koha/about.pl">About</a>
</div>
<div id="submenu">
<span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
<a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes" class="submenu">Itemtypes</a>
</div>
<BLOCKQUOTE>
<!-- 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>