From d8c0083240494df172e0cbdbf6b1a044b6f014c7 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 13 Dec 2002 04:54:29 +0000 Subject: [PATCH] Fixed definition of standard styles --- theme/cordoroyblue/styles.php | 50 +++++++++++++++-------------------- 1 file changed, 22 insertions(+), 28 deletions(-) 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?>; -- 2.39.5