mirror of
https://git.code.sf.net/p/quake/website
synced 2025-04-08 00:30:59 +00:00
Tweak feature boxes, remove the obsolete CSS files.
This commit is contained in:
parent
a9caad0128
commit
1ea94c5c38
4 changed files with 2 additions and 186 deletions
|
@ -1,93 +0,0 @@
|
|||
BODY {
|
||||
background: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
OL,UL,BODY,TD,TR,TH,FORM,SPAN {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: white;
|
||||
}
|
||||
|
||||
P {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: white;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
SPAN.smallText {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
P.centered {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
TABLE.featureBox {
|
||||
background: #7f000c;
|
||||
border: solid #7f000c 1px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
TABLE.featureBox TH {
|
||||
border: none;
|
||||
margin: none;
|
||||
padding: none;
|
||||
}
|
||||
|
||||
TABLE.featureBox TD {
|
||||
background: #083008;
|
||||
border: solid #7f000c 1px;
|
||||
margin: 0px;
|
||||
padding: 3pt;
|
||||
}
|
||||
|
||||
TABLE.featureBox TD.inside {
|
||||
background: #083008;
|
||||
border: none;
|
||||
margin: 1pt;
|
||||
padding: 1pt;
|
||||
}
|
||||
|
||||
H1,H2,H3,H4,H5,H6 { font-family: Arial, Helvetica, sans-serif; }
|
||||
DL,DT,DD { font-family: Arial, Helvetica, sans-serif; }
|
||||
PRE,TT,CODE { font-family: "Courier New", Courier, monospace; }
|
||||
/* 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;
|
||||
}
|
|
@ -54,6 +54,7 @@ IMG.screenshot {
|
|||
.featureBox {
|
||||
background: #083008;
|
||||
border: 2px solid #7f000c;
|
||||
border-top: 0;
|
||||
|
||||
font-size: 8pt;
|
||||
text-align: left;
|
||||
|
|
|
@ -1,93 +0,0 @@
|
|||
BODY {
|
||||
background: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
OL,UL,BODY,TD,TR,TH,FORM,SPAN {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: white;
|
||||
}
|
||||
|
||||
P {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: white;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
SPAN.smallText {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
P.centered {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
TABLE.featureBox {
|
||||
background: #737b9c;
|
||||
border: solid #737b9c 1px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
TABLE.featureBox TH {
|
||||
border: none;
|
||||
margin: none;
|
||||
padding: none;
|
||||
}
|
||||
|
||||
TABLE.featureBox TD {
|
||||
background: #262633;
|
||||
border: solid #737b9c 1px;
|
||||
margin: 0px;
|
||||
padding: 3pt;
|
||||
}
|
||||
|
||||
TABLE.featureBox TD.inside {
|
||||
background: #262633;
|
||||
border: none;
|
||||
margin: 1pt;
|
||||
padding: 1pt;
|
||||
}
|
||||
|
||||
H1,H2,H3,H4,H5,H6 { font-family: Arial, Helvetica, sans-serif; }
|
||||
DL,DT,DD { font-family: Arial, Helvetica, sans-serif; }
|
||||
PRE,TT,CODE { font-family: "Courier New", Courier, monospace; }
|
||||
/* Links */
|
||||
A { color: rgb(170,170,255); text-decoration: none; }
|
||||
A:visited { color: rgb(170,170,255); text-decoration: none; }
|
||||
A:link { color: rgb(170,170,255); 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;
|
||||
}
|
|
@ -54,6 +54,7 @@ IMG.screenshot {
|
|||
.featureBox {
|
||||
background: #262633;
|
||||
border: 2px solid #737b9c;
|
||||
border-top: 0;
|
||||
|
||||
font-size: 8pt;
|
||||
text-align: left;
|
||||
|
|
Loading…
Reference in a new issue