kmac21
03-24-2004, 01:13 AM
I out some time into coding a few thing onto my boards, but cant handle a simple gradient overlay.
Anyhow my code for my stylsheet looks like :
<STYLE TYPE='text/css'>
A {
text-decoration: none;
}
A:hover {
text-decoration: underline;
}
BODY, TD {
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 10pt;
color: black;
text-decoration: none;
}
.PlainText {
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 10pt;
color: black;
text-decoration: none;
}
.MainTable {
background-color: #cccccc;
font-family: arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10pt;
color: black;
text-decoration: none;
}
.MainMenuRowAlt {
background-color: transparent;
font-family: tahoma,arial,sans-serif;
font-weight: bold;
font-size: 9pt;
color: yellow;
text-decoration: none;
}
.MainMenuRow {
background-color: #666666;
font-family: tahoma,arial,sans-serif;
font-weight: normal;
font-size: 9pt;
color: white;
text-decoration: none;
}
.MainMenuLink {
background-color: transparent;
font-family: tahoma,arial,sans-serif;
font-weight: bold;
font-size: 9pt;
color: white;
text-decoration: none;
}
.MainMenuLinkLight {
background-color: transparent;
font-family: tahoma,arial,sans-serif;
font-weight: bold;
font-size: 9pt;
color: #CCCCFF;
text-decoration: none;
}
.BoardColumn {
background-color: #999999;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 10pt;
color: white;
text-decoration: none;
}
.BoardColumnLink {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 10pt;
color: white;
text-decoration: none;
}
.BoardRowHeading {
background-color: #b1b3bc;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 10pt;
color: black;
text-decoration: none;
}
.BoardRowHeadingLink {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 10pt;
color: #000099;
text-decoration: none;
}
.BoardRowBody {
background-color: #c1c2c9;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 10pt;
color: black;
text-decoration: none;
}
.BoardRowBodySticky {
background-color: #B1B2B9;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 10pt;
color: black;
text-decoration: none;
}
.BoardRowBodyLink {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 10pt;
color: #000099;
text-decoration: none;
}
.SubjectLink {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 10pt;
color: #000099;
text-decoration: none;
}
a.SubjectLink {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 10pt;
color: #000099;
text-decoration: none;
}
a.SubjectLink:active {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 10pt;
color: #000099;
text-decoration: none;
}
a.SubjectLink:visited {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 10pt;
color: #000099;
text-decoration: none;
}
.AuthorLink {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: bold;
color: #000099;
text-decoration: none;
}
.AuthorLinkSmall {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 8pt;
color: #000099;
text-decoration: none;
}
.VersionText {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 8pt;
color: #777777;
text-decoration: none;
}
.InputSection {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 10pt;
color: black;
text-decoration: none;
}
.InputNotes {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 9pt;
color: maroon;
text-decoration: none;
width: 65%;
}
.SignatureTitle {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 9pt;
color: maroon;
text-decoration: none;
}
.SignatureText {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 9pt;
color: #333333;
text-decoration: none;
}
B { font-weight: bold; }
.red { color: #880000; }
.grey { color: #999999; }
.statistictext { color: white; }
.statisticvalue { color: yellow; }
.QuotedText {
border: 1px dashed #888888;
background-color: #A1A3AC;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 9pt;
color: white;
text-decoration: none;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
}
.tos {
font-family: verdana,arial,sans-serif;
font-size: 8pt;
}
.AdminMenuLink {
background-color: transparent;
font-family: tahoma,arial,sans-serif;
font-weight: bold;
font-size: 8pt;
color: #FFCC99;
text-decoration: none;
}
</STYLE>
What I want is to make everything gradient, two colors to each to give it a 3d-ish type look.
ANy help would be appreciated.
Anyhow my code for my stylsheet looks like :
<STYLE TYPE='text/css'>
A {
text-decoration: none;
}
A:hover {
text-decoration: underline;
}
BODY, TD {
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 10pt;
color: black;
text-decoration: none;
}
.PlainText {
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 10pt;
color: black;
text-decoration: none;
}
.MainTable {
background-color: #cccccc;
font-family: arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10pt;
color: black;
text-decoration: none;
}
.MainMenuRowAlt {
background-color: transparent;
font-family: tahoma,arial,sans-serif;
font-weight: bold;
font-size: 9pt;
color: yellow;
text-decoration: none;
}
.MainMenuRow {
background-color: #666666;
font-family: tahoma,arial,sans-serif;
font-weight: normal;
font-size: 9pt;
color: white;
text-decoration: none;
}
.MainMenuLink {
background-color: transparent;
font-family: tahoma,arial,sans-serif;
font-weight: bold;
font-size: 9pt;
color: white;
text-decoration: none;
}
.MainMenuLinkLight {
background-color: transparent;
font-family: tahoma,arial,sans-serif;
font-weight: bold;
font-size: 9pt;
color: #CCCCFF;
text-decoration: none;
}
.BoardColumn {
background-color: #999999;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 10pt;
color: white;
text-decoration: none;
}
.BoardColumnLink {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 10pt;
color: white;
text-decoration: none;
}
.BoardRowHeading {
background-color: #b1b3bc;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 10pt;
color: black;
text-decoration: none;
}
.BoardRowHeadingLink {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 10pt;
color: #000099;
text-decoration: none;
}
.BoardRowBody {
background-color: #c1c2c9;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 10pt;
color: black;
text-decoration: none;
}
.BoardRowBodySticky {
background-color: #B1B2B9;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 10pt;
color: black;
text-decoration: none;
}
.BoardRowBodyLink {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 10pt;
color: #000099;
text-decoration: none;
}
.SubjectLink {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 10pt;
color: #000099;
text-decoration: none;
}
a.SubjectLink {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 10pt;
color: #000099;
text-decoration: none;
}
a.SubjectLink:active {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 10pt;
color: #000099;
text-decoration: none;
}
a.SubjectLink:visited {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 10pt;
color: #000099;
text-decoration: none;
}
.AuthorLink {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: bold;
color: #000099;
text-decoration: none;
}
.AuthorLinkSmall {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 8pt;
color: #000099;
text-decoration: none;
}
.VersionText {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 8pt;
color: #777777;
text-decoration: none;
}
.InputSection {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 10pt;
color: black;
text-decoration: none;
}
.InputNotes {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 9pt;
color: maroon;
text-decoration: none;
width: 65%;
}
.SignatureTitle {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 9pt;
color: maroon;
text-decoration: none;
}
.SignatureText {
background-color: transparent;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 9pt;
color: #333333;
text-decoration: none;
}
B { font-weight: bold; }
.red { color: #880000; }
.grey { color: #999999; }
.statistictext { color: white; }
.statisticvalue { color: yellow; }
.QuotedText {
border: 1px dashed #888888;
background-color: #A1A3AC;
font-family: verdana,arial,sans-serif;
font-weight: normal;
font-size: 9pt;
color: white;
text-decoration: none;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
}
.tos {
font-family: verdana,arial,sans-serif;
font-size: 8pt;
}
.AdminMenuLink {
background-color: transparent;
font-family: tahoma,arial,sans-serif;
font-weight: bold;
font-size: 8pt;
color: #FFCC99;
text-decoration: none;
}
</STYLE>
What I want is to make everything gradient, two colors to each to give it a 3d-ish type look.
ANy help would be appreciated.
