This repository has been archived on 2023-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
beatsaber-overlay/styles/globals.css

86 lines
1.0 KiB
CSS
Raw Normal View History

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
* {
font-family: 'Roboto', sans-serif;
color: white;
font-size: xx-large;
line-height: 0.3em;
2022-02-14 17:43:52 +00:00
}
.loading {
color: black;
2022-02-14 17:43:52 +00:00
}
.info {
2022-02-14 19:48:10 +00:00
margin-top: 35px;
color: white;
}
2022-02-14 19:48:10 +00:00
.info a {
font-size: large;
text-decoration: none;
color: #7299d4;
transition: 0.2s;
}
.info a:hover {
color: #4b72d3 !important;
}
.overlay {
padding: 10px;
}
.invalid-player p {
font-size: large;
color: white;
}
.player-stats-container {
display: flex;
}
.player-country {
display: flex;
line-height: normal;
}
.player-country span {
margin-top: 3px;
}
.player-country p {
margin: 0 6px 0 0;
2022-02-14 17:43:52 +00:00
}
.player-country-icon {
margin-top: -10px;
border-radius: 30%;
}
.player-avatar {
border-radius: 5%;
}
.player-stats {
display: block;
margin-left: 10px;
margin-top: -12px;
}
.score-stats {
text-align: right;
position:absolute;
top:0;
right:0;
margin-right: 15px;
}
.score-stats-hands {
display: flex;
margin-top: -30px;
}
.score-stats-hands div {
padding-left: 10px;
}