q3aServ/cpma/stats/basics/stats141.css

122 lines
1.3 KiB
CSS
Raw Normal View History

2021-03-13 13:10:51 +01:00
body {
background: #000000;
color: #FFFFFF;
}
p,span {
margin-top: 1px;
margin-bottom: 1px;
}
TABLE {
border-collapse: collapse;
}
TD {
border: 1px dotted;
border-color: #0000FF;
}
img {
border: none;
}
a, a:hover, a:link, a:visited {
color: #FFFFFF;
text-decoration: none;
}
.ReturnUp {
font-weight: bold;
}
.SectionTitle {
font-weight: bold;
padding-top: 8px;
padding-bottom: 4px;
color: #FF0000;
}
.MatchInfo {
}
.MatchInfoLabel {
font-weight: bold;
text-align: right;
}
.MatchInfoValue {
text-indent: 0.5em;
}
.TeamScores {
}
.TeamScoresPad {
width: 20px;
border: hidden;
}
.TeamName {
font-size: larger;
font-weight: bold;
font-variant: small-caps;
}
.TeamScore {
font-size: larger;
font-weight: bold;
text-align: right;
}
.PlayerScores {
text-indent: 1em;
}
.PlayerHeaderName {
font-weight: bold;
}
.PlayerHeaderScore {
font-weight: bold;
text-align: right;
text-indent: 2em;
}
.StatName {
font-weight: bold;
font-variant: small-caps;
color: #CCCCCC;
text-align: center;
padding-left: 8px;
padding-right: 8px;
}
.StatValue {
color: #FFFFFF;
text-align: center;
padding-left: 8px;
padding-right: 8px;
}
.Combat {
}
.Weapons {
}
.Items {
}
.Powerups {
}