mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-23 17:40:53 +00:00
Added CSS/1 file for new layout.
This commit is contained in:
parent
612f1a95f6
commit
b3a7f72f33
1 changed files with 47 additions and 0 deletions
47
styles/quakeforge.css
Normal file
47
styles/quakeforge.css
Normal file
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue