_meta/shared/style.css
2024-09-13 11:58:40 -04:00

49 lines
803 B
CSS

@font-face {
font-family: 'Roboto-Thin';
src: url('Roboto-Thin.ttf');
}
body{
padding:0;
margin:0;
background-color: #232627;
font-family: 'Roboto-Thin', 'Georgia', serif;
color: #CECECE;
font-weight: bold;
}
.centerized{
font-size: 8em;
display:block;
margin: auto;
max-width: 90%;
}
.note{
background-color: #232627;
font-size: 3em;
border: 5px solid #666;
border-radius: 0.5em;
display:inline-flex;
flex-flow: row nowrap;
position: absolute;
bottom: 0.25em;
right: 0.25em;
}
.text{
padding: 0.25em 1em 0.25em 0.25em;
}
.credit{
font-size: 3em;
background-color: #232627;
border: 5px solid #CECECE;
border-radius: 0.5em;
display:inline-flex;
flex-flow: row nowrap;
}
.credit .number{
padding:0.75em;
border-right: 5px solid #CECECE;
}
.credit img.src{
height:1em;
}