watch.twip-network.org/styles/global.css

72 lines
1.0 KiB
CSS
Raw Normal View History

2024-01-20 17:52:25 +01:00
/* Common styles for all pages */
body {
2024-01-25 12:34:30 +01:00
font-family: 'Poppins', sans-serif;
2024-01-20 17:52:25 +01:00
margin: 0;
padding: 0;
background-color: #161c21;
color: aliceblue;
}
h2 {
text-align: center;
}
form {
max-width: 300px;
margin: 0 auto;
}
a {
display: block;
margin-top: 10px;
text-align: center;
}
2024-01-23 11:03:46 +01:00
.pfp {
border-radius: 50px;
overflow: hidden;
2024-01-25 13:29:52 +01:00
width: 50px !important;
height: 50px !important;
2024-01-24 15:32:15 +01:00
}
2024-01-25 13:08:57 +01:00
2024-01-25 13:12:23 +01:00
.pfp img {
width: 50px !important;
height: 50px !important;
border-radius: 50px;
2024-01-25 13:12:23 +01:00
}
2024-01-25 13:08:57 +01:00
.pfp i {
width: 50px !important;
height: 50px !important;
border-radius: 50px;
2024-01-25 15:09:57 +01:00
font-size: 50px;
}
2024-01-25 13:08:57 +01:00
nav {
color: aliceblue;
2024-01-25 13:10:55 +01:00
margin: 0;
padding: 0;
2024-01-25 13:08:57 +01:00
}
nav ul li {
list-style: none;
2024-01-25 13:28:50 +01:00
display: flex;
2024-01-25 13:08:57 +01:00
color: aliceblue;
2024-01-25 13:10:55 +01:00
margin: 0;
2024-01-25 13:26:37 +01:00
padding: 0;
width: 95px !important;
height: 50px !important;
2024-01-25 13:25:26 +01:00
text-align: center;
justify-content: center;
align-items: center;
2024-01-25 13:08:57 +01:00
}
nav ul li a {
color: aliceblue;
text-decoration: none;
2024-01-25 13:27:30 +01:00
margin: auto 0;
2024-01-25 13:10:55 +01:00
padding: 0;
2024-01-25 13:08:57 +01:00
}