Mastodon-Circles/style.css

47 lines
556 B
CSS
Raw Normal View History

2022-11-19 17:53:53 +01:00
body {
background-color: #191b22;
color: #d9e1e8;
font-size: 20px;
line-height: 200%;
padding-top: 75px;
2022-11-19 20:52:03 +01:00
text-align: center;
2022-11-19 22:14:44 +01:00
}
input[type="text"]
{
2022-11-20 13:03:18 +01:00
font-size: 110%;
width: 75%;
2022-11-19 22:14:44 +01:00
}
button {
2022-11-20 13:03:18 +01:00
font-size: 110%;
}
2022-11-20 14:51:58 +01:00
canvas {
max-width: 1000px;
width: 90%;
}
2022-11-20 13:03:18 +01:00
a {
text-decoration: none;
color: #AAAAAA;
}
#outDiv {
font-size: 20%;
2022-11-20 14:51:58 +01:00
}
#usersDiv {
margin-top: 30px;
line-height: 100%;
2022-11-20 15:17:18 +01:00
font-size: 100%;
}
#credits {
min-width: 90%;
2022-11-20 14:51:58 +01:00
}
.userSubDiv {
2022-11-20 15:17:18 +01:00
min-width: 400px;
2022-11-20 16:18:38 +01:00
max-width: 90%;
2022-11-19 20:01:33 +01:00
}