Mastodon-Circles/style.css

47 lines
556 B
CSS
Raw Normal View History

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