mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-18 14:42:10 +00:00
Missed a file.
This commit is contained in:
parent
2329cffce0
commit
743b6b1278
1 changed files with 56 additions and 0 deletions
56
styles/christmas.css
Normal file
56
styles/christmas.css
Normal file
|
@ -0,0 +1,56 @@
|
|||
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;
|
||||
background: rgb(0,40,0);
|
||||
}
|
||||
|
||||
H1,H2,H3,H4,H5,H6 { font-family: Arial, Helvetica, sans-serif; }
|
||||
DL,DT,DD { font-family: Arial, Helvetica, sans-serif; }
|
||||
PRE,TT { font-family: "Courier New", Courier, sans-serif; }
|
||||
/* Links */
|
||||
A { color: rgb(170,255,170); text-decoration: none; }
|
||||
A:visited { color: rgb(170,255,170); text-decoration: none; }
|
||||
A:link { color: rgb(170,255,170); text-decoration: none; }
|
||||
A:active { color: rgb(255,255,255); text-decoration: none; }
|
||||
A:hover { color: rgb(255,170,170); 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; }
|
||||
|
||||
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.pageTitle {
|
||||
font-size: 15pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
SPAN.titleBar {
|
||||
color: white;
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
Loading…
Reference in a new issue