Cleaned up some formatting and updated the favicon to match the pages

This commit is contained in:
martin 2001-12-03 08:26:16 +00:00
parent b6d402a6d6
commit f3c7560053
3 changed files with 17 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1,11 +1,11 @@
<HTML>
<HEAD>
<TITLE><?=$title ?></TITLE>
<META NAME="keywords" CONTENT="Moodle, <?=$title ?> ">
<?=$meta ?>
<LINK REL="stylesheet" HREF="<?=$styles ?>">
<LINK REL="SHORTCUT ICON" HREF="<?=$CFG->wwwroot?>/theme/standard/favicon.ico">
<? include("$CFG->javascript"); ?>
<TITLE><?=$title ?></TITLE>
<META NAME="keywords" CONTENT="Moodle, <?=$title ?> ">
<?=$meta ?>
<LINK REL="stylesheet" HREF="<?=$styles ?>">
<LINK REL="SHORTCUT ICON" HREF="<?=$CFG->wwwroot?>/theme/standard/favicon.ico">
<? include("$CFG->javascript"); ?>
</HEAD>
<BODY <? if ($focus) { echo "onLoad=setfocus()"; } ?> bgcolor="<?=$THEME->body ?>" link="#000066" vlink="#222288">

View File

@ -1,13 +1,13 @@
A:link { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: blue}
A:visited { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: blue}
A:hover { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; color: red}
A:link { font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"; text-decoration: none; color: blue}
A:visited { font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"; text-decoration: none; color: blue}
A:hover { font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"; text-decoration: underline; color: red}
BODY {font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif}
P {font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif}
H1 {font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif}
H2 {font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif}
H3 {font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif}
H4 {font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif}
TH {font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #FFD991;}
TD {font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif}
BODY {font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"}
P {font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"}
H1 {font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"}
H2 {font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"}
H3 {font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"}
H4 {font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"}
TH {font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"; font-weight: bold; background-color: #FFD991;}
TD {font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"}