mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
Cleaned up some formatting and updated the favicon to match the pages
This commit is contained in:
parent
b6d402a6d6
commit
f3c7560053
Binary file not shown.
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 1.7 KiB |
@ -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">
|
||||
|
@ -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"}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user