|
From: Benjamin C. <bc...@us...> - 2001-08-08 04:27:36
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv20093
Modified Files:
global.css
Log Message:
HTML cleanup
Index: global.css
===================================================================
RCS file: /cvsroot/phpbt/phpbt/global.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- global.css 2001/08/07 13:49:45 1.2
+++ global.css 2001/08/08 04:27:33 1.3
@@ -1,129 +1,49 @@
-body { margin: 4px; }
+body {
+ margin: 4px;
+ font-size: 12px;
+ }
-td {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
- font-size: 11px; }
-th {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
- font-size: 11px; }
-
a:link { text-decoration: none }
a:visited { text-decoration: none }
a:active { text-decoration: none }
-
-#hgnewstitle {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
- font-size: 18pt;
- font-weight: bold;
- line-height: 1.01em; }
-
-#lgnewstitle {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
- font-size: 19pt;
- font-weight: bold; }
-
-#mdnewstitle {
- font-family: "Verdana","Helvetica","Arial","MS Sans Serif","Sans-Serif";
- color: rgb(0,0,0);
- font-size: 13pt; }
-
-#mdnewstitlebold {
- font-family: "Verdana","Helvetica","Arial","MS Sans Serif","Sans-Serif";
- color: rgb(0,0,0);
- font-size: 13pt;
- font-weight: bold; }
-
-#lead {
- font-family: "Verdana","Helvetica","Arial","MS Sans Serif","Sans-Serif";
- font-size: 13pt; }
-
-#author {
- font-family: "Verdana","Arial","Helvetica","MS Sans Serif","Sans-Serif";
- font-size: 10px; }
+a:hover { text-decoration: underline; }
-#deckfont {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
- color: rgb(0,0,0);
- font-size: 10.5pt;
- line-height: 1.2em; }
-
-#stockfontb {
+td {
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-size: 12px;
+ }
+
+th {
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-size: 12px;
+ }
+
+select {
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-size: 12px;
+ }
+
+input {
+ font-size: 12px;
+ }
+
+textarea {
+ font-size: 12px;
+ }
+
+.navfont {
font-family: "Verdana","Arial","Helvetica","MS Sans Serif","Sans-Serif";
- color: rgb(0,0,0);
- font-size: 10px; }
-
-#stockfont {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
- color: rgb(0,0,0);
- font-size: 10.5pt;
- line-height: 1.2em; }
-
-#stockfontw {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
- color: rgb(255,255,255);
- font-size: 10px; }
-
-#smallfont {
- font-family: "Tahoma","Arial","Helvetica","MS Sans Serif","Sans-Serif";
- color: rgb(0,0,0);
- font-size: 9px; }
-
-#smalltitleb {
- font-family: "Tahoma","Arial","Helvetica","MS Sans Serif","Sans-Serif";
- color: rgb(0,0,0);
- font-size: 9px;
- font-weight: bold; }
-
-#smalltitlew {
- font-family: "Tahoma","Arial","Helvetica","MS Sans Serif","Sans-Serif";
- color: rgb(255,255,255);
- font-size: 9px;
- font-weight: bold; }
-
-#mediumtitle {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
- color: rgb(0,0,0);
- font-size: 11px;
- font-weight: bold; }
-
-#lnavtitle {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
- color: rgb(255,255,255);
- font-size: 11px;
- font-weight: bold; }
-
-#hugetitle {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
color: rgb(0,0,0);
- font-size: 20px;
- font-weight: bold; }
+ font-size: 10px;
+ }
-#largetitle {
- font-family: "Tahoma","Arial","Helvetica","MS Sans Serif","Sans-Serif";
- font-size: 13pt;
- font-weight: bold;
- color: #ffffff; }
-
-#medtitle {
- font-family: "Helvetica","MS Sans Serif","Sans-Serif";
- font-size: 10pt;
- font-weight: bold;
- color: #ffffff; }
-
-#smalltitle {
- font-family: "Tahoma","Arial","Helvetica","MS Sans Serif","Sans-Serif";
- font-size: 8pt;
- font-weight: bold;
- color: #ffffff; }
-
-#navfont {
- font-family: "Tahoma","Arial","Helvetica","MS Sans Serif","Sans-Serif";
- font-weight: bold;
- font-size: 8pt; }
-
-#rtitlecell {
- background-color: #003366;
- text-align: center; }
-
-.login-box { vertical-align: text-bottom; font-size: 10px; }
-input[type="text"].login-box { padding-top: 0.1em; padding-left: 0.2em; padding-right: 0.2em; }
\ No newline at end of file
+.login-box {
+ vertical-align: text-bottom;
+ font-size: 10px;
+ }
+
+input[type="text"].login-box {
+ padding-top: 0.1em;
+ padding-left: 0.2em;
+ padding-right: 0.2em;
+ }
\ No newline at end of file
|