Dash-Da-Dash-DX-2023-Fan-Pa.../ddddxhs_files/ddd.css

153 lines
2.5 KiB
CSS
Raw Permalink Normal View History

2023-09-26 09:25:20 -04:00
body {
background-image: url("/ddddxhs_files/sitebg.png");
background-repeat: repeat-y;
background-color: #001432;
background-position: center;
background-attachment: fixed;
color: #fff;
font-family: Verdana, Tahoma, sans-serif;
}
a {
color: #00c;
}
a:hover {
color: #6cf;
}
a img {
border: 0px;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.ddd {
width: 100%;
text-transform: uppercase;
font-size: 1.5em;
font-weight: bold;
list-style: none;
}
.top3 {
position: relative;
width: 800px;
height: 215px;
clear: both;
text-transform: uppercase;
}
.scoreList {
width: 40%;
margin: 0px auto;
padding: 0px;
position: relative;
top: -6em;
}
.scoreEntry {
height: auto;
list-style: none;
margin-bottom: 0.3em;
text-transform: uppercase;
display: flex;
flex-direction: column; /* New: Stack scoreInfo and bossImages vertically */
}
.TopScore1,
.TopScore2,
.TopScore3 {
position: absolute;
text-align: center;
width: 800px;
font-weight: bold;
color: #fff;
font-size: 1.5em;
}
.TopScore1 {
bottom: 183px;
}
.TopScore2 {
bottom: 146px;
}
.TopScore3 {
bottom: 109px;
}
.even {
background-color: rgba(0, 0, 0, 0.9);
border: 1px solid white;
border-radius: 10px; /* Adjust the value to get the desired roundness */
2023-09-26 09:25:20 -04:00
}
.odd {
background-color: rgba(26, 26, 26, 0.9);
border: 1px solid white;
border-radius: 10px; /* Adjust the value to get the desired roundness */
2023-09-26 09:25:20 -04:00
}
.scoreEntry #player,
.scoreEntry #score {
text-align: left;
font-size: 1.5em;
padding-left: 0.25em;
font-weight: bold;
}
.scoreEntry {
text-align: center;
font-size: 1.2em;
padding-right: 0.25em;
display: flex;
flex-wrap: wrap; /* New: Allow wrapping for boss images */
align-items: center;
}
.bossImages {
text-align: right;
font-size: 1.2em;
padding-right: 0.25em;
display: flex;
flex-wrap: wrap; /* New: Allow wrapping for boss images */
align-items: center;
}
.bossImages {
text-align: center;
font-size: 1.2em;
padding-right: 0.25em;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center; /* New: Center the boss icons horizontally */
}
.bossImages img {
max-height: 80px;
margin-right: 5px;
margin-bottom: 5px; /* New: Add some spacing between boss images */
}
.bossImageWrapper {
display: flex;
flex-direction: column;
align-items: center;
margin-right: 10px;
}
.bossLabel {
font-size: 12px;
color: #fff;
margin-top: 5px;
text-align: center; /* Center the label text */
}