fixed an accidental slippage bug (remarkably like an old WebbMe slippage bug,

maybe this was the problem all along?) and tweaked the default stylesheet to
try and resolve problems that some Mac users are having
This commit is contained in:
Eric J. Bowersox 2001-10-31 20:54:25 +00:00
parent 597ebadf35
commit 94cb2d9150
2 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@
A.tbar:visited { color: ${color.top.link};
}
.lbar { font-family: ${font}, sans-serif; background: ${color.left.background};
color: ${color.left.foreground}; font-size: 11pt;
color: ${color.left.foreground}; font-size: 10pt;
}
A.lbar { color: ${color.left.link};
}
@ -21,18 +21,18 @@
A.lbar:visited { color: ${color.left.link};
}
.content { font-family: ${font}, sans-serif; background: ${color.content.background};
color: ${color.content.foreground}; font-size: 12pt;
color: ${color.content.foreground}; font-size: 10pt;
}
.chead1 { font-family: ${font}, sans-serif; font-size: 18pt; color: ${color.content.header};
.chead1 { font-family: ${font}, sans-serif; font-size: 16pt; color: ${color.content.header};
}
.chead2 { font-family: ${font}, sans-serif; font-size: 14pt; color: ${color.content.header};
.chead2 { font-family: ${font}, sans-serif; font-size: 13pt; color: ${color.content.header};
}
.cinput { font-family: Courier New, Courier, monospace; font-size: 10pt;
.cinput { font-family: Courier New, Courier, monospace; font-size: 11pt;
}
.c2 { font-family: ${font}, sans-serif; background: ${color.content.background};
color: ${color.content.foreground}; font-size: 10pt;
color: ${color.content.foreground}; font-size: 8pt;
}
.post { font-family: Courier New, Courier, monospace; font-size: 10pt;
.post { font-family: Courier New, Courier, monospace; font-size: 11pt;
}
.footer { font-family: ${font}, sans-serif; background: ${color.content.background};
color: ${color.content.foreground}; font-size: 8pt;
@ -41,7 +41,7 @@
color: ${color.sidebox.top.foreground}; font-size: 14pt;
}
.sidebox { font-family: ${font}, sans-serif; background: ${color.sidebox.background};
color: ${color.sidebox.foreground}; font-size: 11pt;
color: ${color.sidebox.foreground}; font-size: 10pt;
}
A.sidebox { color: ${color.sidebox.link};
}

View File

@ -74,7 +74,7 @@
<TABLE BORDER=0 CELLPADDING=0>
<TR><TD ALIGN=LEFT COLSPAN=2 CLASS="content">
<%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %>Your name/header:</FONT><BR>
<SPAN CLASS="cinput"><INPUT TYPE="TEXT" CLASS="cinput" AME="pseud" SIZE=37 MAXLENGTH=255
<SPAN CLASS="cinput"><INPUT TYPE="TEXT" CLASS="cinput" NAME="pseud" SIZE=37 MAXLENGTH=255
VALUE="<%= data.getPseud() %>"></SPAN>
<%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %><INPUT TYPE="CHECKBOX" NAME="attach"
VALUE="Y" <% if (data.attachChecked()) { %>CHECKED<% } %> > Attach a file</FONT>