From b3a7f72f33f5c17fbb0eda1a78dcc9ab3255a173 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Mon, 6 Mar 2000 08:11:35 +0000 Subject: [PATCH] Added CSS/1 file for new layout. --- styles/quakeforge.css | 47 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 styles/quakeforge.css diff --git a/styles/quakeforge.css b/styles/quakeforge.css new file mode 100644 index 0000000..1662955 --- /dev/null +++ b/styles/quakeforge.css @@ -0,0 +1,47 @@ +BODY { + background: black; + background-image: none; + color: white; +} + +OL,UL,P,BODY,TD,TR,TH,FORM,SPAN { + font-family: Arial, Helvetica, sans-serif; + color: white; +} + +TD.featurebox { font-size: small; } + +H1,H2,H3,H4,H5,H6 { font-family: Arial, Helvetica, sans-serif; } +PRE,TT { font-family: "Courier New", Courier, sans-serif; } + /* Links */ +A { color: rgb(102,102,221); text-decoration: none; } +A:visited { color: rgb(102,102,221); text-decoration: none; } +A:link { color: rgb(102,102,221); text-decoration: none; } +A:active { color: rgb(102,102,221); text-decoration: none; } +A:hover { color: rgb(255,102,102); text-decoration: none; } + /* Special link types */ +A.maintitlebar { color: white; } +A.sortbutton { color: white; text-decoration: underline; } +A.menus { color: rgb(192,192,192); text-decoration: underline; } +A.tabs { color: black; text-decoration: underline; } + +SPAN.center { text-align: center; } +SPAN.alignright { text-align: right; } +SPAN.boxSpace { font-size: 2pt; } +SPAN.mainTitleBar { + color: black; + font-size: 10pt; +} + +SPAN.mainTitle { + color: white; + font-size: 16pt; + font-weight: bold; +} + +SPAN.titleBar { + color: white; + font-size: 10pt; + font-weight: bold; + text-align: center; +}