diff options
author | eliott <eliott@cactuswax.net> | 2007-09-24 18:23:41 +0200 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-09-24 18:23:41 +0200 |
commit | 4e4f2728c1c4e4bf030b579dc41b530b06166271 (patch) | |
tree | 23d5be27ba85398eec3a746441d4570237b88f89 | |
parent | aebdd21b58046f647c7c500dde5152ba774303ab (diff) | |
download | aur-4e4f2728c1c4e4bf030b579dc41b530b06166271.tar.gz aur-4e4f2728c1c4e4bf030b579dc41b530b06166271.tar.xz |
Phrakture requested fonts to be more similar to main arch site.
Added css to make it similar.
-rw-r--r-- | web/html/css/containers.css | 5 | ||||
-rw-r--r-- | web/html/css/fonts.css | 9 |
2 files changed, 2 insertions, 12 deletions
diff --git a/web/html/css/containers.css b/web/html/css/containers.css index 2a0a0e4b..006c4ff7 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -3,7 +3,6 @@ border: 0px;
margin: 0px;
padding: 0px;
- font-family: arial,verdana,tahoma;
}
/* Main Wrapper Data Format */
@@ -182,7 +181,6 @@ td.text
{
color: #000;
- font-family: verdana;
font-size: 12px;
}
th
@@ -198,7 +196,7 @@ input,textarea,select
{
background-color: rgb(108,131,176);
- font-family: courier;
+ font-family: monospace;
font-size: 12px;
background-color: #ccc;
border: #000000 1px solid;
@@ -210,6 +208,5 @@ background-color: #fff;
color: rgb(108,131,176);
border: 1px dashed rgb(108,131,176);
- font-family: trebuchet ms, tahoma, verdana;
font-size: 12px;
}
diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index 8a60e05d..fdeddbed 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -2,11 +2,10 @@ span /* Applicable by default in all fonts */ { color: #666; - font-family: verdana, trebuchet ms, tahoma, luxi sans; + font-family: Bitstream Vera Sans, Lucida Grande, Arial, sans-serif; } span.f1 /* Important */ { - font-family: verdana; font-size: 20px; letter-spacing: 1px; } @@ -25,13 +24,11 @@ span.f4 /* Content Text */ { color: #444; - font-family: verdana; font-size: 12px; } span.f5 /* Content Small */ { color: #333; - font-family: trebuchet ms, tahoma, verdana; font-size: 11px; } span.f6 /* Red Message */ @@ -55,13 +52,11 @@ span.error /* Content Text */ { color: #900; - font-family: verdana; font-size: 12px; } span.warning /* Content Text */ { color: #C0C000; - font-family: verdana; font-size: 12px; } @@ -95,7 +90,6 @@ color: rgb( 201, 209, 226 ); font-weight: bold; font-size: 11px; - font-family: tahoma, trebuchet ms, verdana; padding-right: 8px; word-spacing: 8px; } @@ -104,7 +98,6 @@ color: #fff; font-weight: bold; font-size: 11px; - font-family: tahoma, trebuchet ms, verdana; padding-right: 8px; } |