From: moodler Date: Fri, 13 Dec 2002 04:54:29 +0000 (+0000) Subject: Fixed definition of standard styles X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d8c0083240494df172e0cbdbf6b1a044b6f014c7;p=moodle.git Fixed definition of standard styles --- diff --git a/theme/cordoroyblue/styles.php b/theme/cordoroyblue/styles.php index 5e6094e012..78554515bf 100644 --- a/theme/cordoroyblue/styles.php +++ b/theme/cordoroyblue/styles.php @@ -19,41 +19,35 @@ ?> +body, td, th { + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; +} -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; - background-image: url(/texture1.jpg); - } - -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;} +a:link { + text-decoration: none; + color: blue; +} -h3 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} +a:visited { + text-decoration: none; + color: blue; +} -h4 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} +a:hover { + text-decoration: underline; + color: red; +} -th {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; - font-weight: bold; - background-color: cellheading?>;} +th { + font-weight: bold; + background-color: cellheading?>; +} -td {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} +form { + margin-bottom: 0; +} -li {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} -form { margin-bottom: 0; } .highlight { background-color: highlight?>;