based on standard theme.
This commit is contained in:
mits 2005-03-26 09:51:29 +00:00
parent b42f9cf096
commit 1a5a8ec2a7
5 changed files with 40 additions and 14 deletions

View File

@ -2,12 +2,20 @@
</div> <!-- end div containerContent -->
<!-- START OF FOOTER -->
<div id="footer">
<hr size="1" noshade="noshade" />
<?php if (!$home and $heading) { // Most pages with heading, except home page ?>
<div class="navbar">
<div class="breadcrumb"><?php print_navigation("$navigation"); ?></div>
<div class="menu"><?php echo $menu; ?></div>
</div>
<div class="clearer">&nbsp;</div>
<?php } ?>
<?php echo $loggedinas ?>
<p class="homelink"><?php echo $homelink ?></p>
<?php if (isadmin()) { ?>
<br />
<hr size="1" noshade="noshade" />
<p align="center">
<a href="http://validator.w3.org/check?verbose=1&amp;ss=1&amp;uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |

View File

@ -32,9 +32,9 @@
<?php } ?>
<div class="clearer">&nbsp;</div>
<?php if ($navigation) { // This is the navigation table with breadcrumbs ?>
<div id="nav-bar">
<div id="breadcrumb"><?php print_navigation("$navigation"); ?></div>
<div id="navbutton"><?php echo $button; ?></div>
<div class="navbar">
<div class="breadcrumb"><?php print_navigation("$navigation"); ?></div>
<div class="navbutton"><?php echo $button; ?></div>
</div>
<?php } else if ($heading) { // If no navigation, but a heading, then print a line
?>

View File

@ -58,8 +58,14 @@ body {
}
th.header,
td.header {
background-color:#DDDDDD;
td.header,
div.header {
background-color:#EEEEEE;
}
.navbar {
background-color:#EEEEEE;
border-color:#DDDDDD;
}
table.formtable tbody th {
background: none;

View File

@ -105,12 +105,12 @@ h4 {
font-size:0.8em;
}
.headingblock .title {
.headingblock {
font-weight: normal;
}
.headingblock .link {
font-size: 0.9em;
font-weight: normal;
}
.files .file {
@ -142,7 +142,7 @@ h4 {
font-size:1.3em;
}
#breadcrumb {
.breadcrumb {
font-size:0.9em;
font-weight:normal;
}

View File

@ -39,8 +39,8 @@ h6.main {
#layout-table {
width:100%;
border-spacing:5px;
border-collapse:separate;
margin-top: 8px;
}
#layout-table #left-column,
@ -50,6 +50,11 @@ h6.main {
vertical-align:top;
}
#layout-table #middle-column {
padding-left:12px;
padding-right:12px;
}
.clearer {
clear:both;
margin:0px;
@ -205,20 +210,27 @@ table.formtable tbody th
text-align:right;
}
#nav-bar {
.navbar {
padding:3px 0.5em;
height:1.3em;
border-width:1px;
border-style:solid;
}
#breadcrumb {
.navbar .breadcrumb {
float:left;
margin:0.2em 0em;
}
#navbutton {
.navbar .navbutton,
.navbar .menu {
float:right;
}
#footer .navbar {
margin-top: 4em;
}
/***
*** Footer