libcasa-chan/styles/styles.css

76 lines
1000 B
CSS
Raw Normal View History

body {
background-color: black;
font-family: sans-serif;
}
.title {
color: white;
text-align: center;
}
2023-01-29 01:07:10 -05:00
.title-wrapper {
2023-01-29 11:42:52 -05:00
margin-top: 95px;
2023-01-29 01:07:10 -05:00
}
.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 {
margin-top: -25px;
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;
2023-01-27 14:22:11 -05:00
top: -16px;
2023-01-27 11:38:47 -05:00
margin-left: -10px;
margin-right: -10px;
background-color: white;
}
.boards-title {
font-size: 1.2rem;
padding-left: 2px;
}
2023-01-28 03:36:45 -05:00
.nav-wrapper a {
text-decoration: none;
color: white;
margin-left: 15px;
margin-right: 15px;
}
.nav-wrapper a:hover {
cursor: pointer;
text-decoration: underline;
}
2023-01-28 15:43:57 -05:00
.about-title {
color: white;
}
2023-01-29 13:20:06 -05:00
.libcasa-title {
color: white;
}