Phrakture requested fonts to be more similar to main arch site.

Added css to make it similar.
This commit is contained in:
eliott 2007-09-24 09:23:41 -07:00
parent aebdd21b58
commit 4e4f2728c1
2 changed files with 2 additions and 12 deletions

View file

@ -3,7 +3,6 @@
border: 0px; border: 0px;
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
font-family: arial,verdana,tahoma;
} }
/* Main Wrapper Data Format */ /* Main Wrapper Data Format */
@ -182,7 +181,6 @@
td.text td.text
{ {
color: #000; color: #000;
font-family: verdana;
font-size: 12px; font-size: 12px;
} }
th th
@ -198,7 +196,7 @@
input,textarea,select input,textarea,select
{ {
background-color: rgb(108,131,176); background-color: rgb(108,131,176);
font-family: courier; font-family: monospace;
font-size: 12px; font-size: 12px;
background-color: #ccc; background-color: #ccc;
border: #000000 1px solid; border: #000000 1px solid;
@ -210,6 +208,5 @@
background-color: #fff; background-color: #fff;
color: rgb(108,131,176); color: rgb(108,131,176);
border: 1px dashed rgb(108,131,176); border: 1px dashed rgb(108,131,176);
font-family: trebuchet ms, tahoma, verdana;
font-size: 12px; font-size: 12px;
} }

View file

@ -2,11 +2,10 @@
span /* Applicable by default in all fonts */ span /* Applicable by default in all fonts */
{ {
color: #666; color: #666;
font-family: verdana, trebuchet ms, tahoma, luxi sans; font-family: Bitstream Vera Sans, Lucida Grande, Arial, sans-serif;
} }
span.f1 /* Important */ span.f1 /* Important */
{ {
font-family: verdana;
font-size: 20px; font-size: 20px;
letter-spacing: 1px; letter-spacing: 1px;
} }
@ -25,13 +24,11 @@
span.f4 /* Content Text */ span.f4 /* Content Text */
{ {
color: #444; color: #444;
font-family: verdana;
font-size: 12px; font-size: 12px;
} }
span.f5 /* Content Small */ span.f5 /* Content Small */
{ {
color: #333; color: #333;
font-family: trebuchet ms, tahoma, verdana;
font-size: 11px; font-size: 11px;
} }
span.f6 /* Red Message */ span.f6 /* Red Message */
@ -55,13 +52,11 @@
span.error /* Content Text */ span.error /* Content Text */
{ {
color: #900; color: #900;
font-family: verdana;
font-size: 12px; font-size: 12px;
} }
span.warning /* Content Text */ span.warning /* Content Text */
{ {
color: #C0C000; color: #C0C000;
font-family: verdana;
font-size: 12px; font-size: 12px;
} }
@ -95,7 +90,6 @@
color: rgb( 201, 209, 226 ); color: rgb( 201, 209, 226 );
font-weight: bold; font-weight: bold;
font-size: 11px; font-size: 11px;
font-family: tahoma, trebuchet ms, verdana;
padding-right: 8px; padding-right: 8px;
word-spacing: 8px; word-spacing: 8px;
} }
@ -104,7 +98,6 @@
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
font-size: 11px; font-size: 11px;
font-family: tahoma, trebuchet ms, verdana;
padding-right: 8px; padding-right: 8px;
} }