libcasa-chan/styles/styles.css

51 lines
719 B
CSS
Raw Normal View History

body {
background-color: black;
font-family: sans-serif;
}
.title {
color: white;
text-align: center;
}
.discussion-wrapper {
border: 1px solid white;
2023-01-27 11:38:47 -05:00
padding-left: 10px;
padding-right: 10px;
2023-01-27 12:14:03 -05:00
padding-bottom: 10px;
width: 500px;
margin-left: auto;
margin-right: auto;
}
2023-01-27 11:38:47 -05:00
.irc-topics {
2023-01-27 12:14:03 -05:00
margin-top: -30px;
2023-01-27 11:38:47 -05:00
color: white;
2023-01-27 12:14:03 -05:00
margin-bottom: 5px;
text-decoration: underline;
font-size: 1rem;
}
.irc-libcasa {
text-decoration: none;
color: white;
}
.irc-libcasa:hover {
cursor: pointer;
2023-01-27 11:38:47 -05:00
text-decoration: underline;
}
.boards-title-wrapper {
position: relative;
top: -20px;
margin-left: -10px;
margin-right: -10px;
background-color: white;
}
.boards-title {
font-size: 1.2rem;
padding-left: 2px;
}