[Client] Add legal style
This commit is contained in:
parent
d6220c0600
commit
907c9c6f15
45
truthseeker/static/css/game_ui_legal.css
Normal file
45
truthseeker/static/css/game_ui_legal.css
Normal file
@ -0,0 +1,45 @@
|
||||
html {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Roboto Mono", "sans-serif";
|
||||
}
|
||||
|
||||
.legal_link {
|
||||
color: #0096FF;
|
||||
}
|
||||
|
||||
.legal_text_title {
|
||||
font-family: "Spicy Rice", sans-serif;
|
||||
font-size: 2.5em;
|
||||
text-align: center;
|
||||
margin-block-start: 0;
|
||||
margin-block-end: 0;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.legal_text_last_update {
|
||||
font-family: "Titan One", serif;
|
||||
font-size: 1.5em;
|
||||
margin-block-start: 0;
|
||||
margin-block-end: 0;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.legal_text_description {
|
||||
font-size: 1.25em;
|
||||
margin-block-start: 0;
|
||||
margin-block-end: 0;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.legal_text_unordered_list {
|
||||
font-size: 1em;
|
||||
/* Disable list item padding */
|
||||
list-style-position: inside;
|
||||
padding-inline-start: 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user