This repository has been archived on 2025-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
asklyphe-frontend/static/themes/oled/inline-announcement.css

72 lines
1.3 KiB
CSS

.announcement {
border: 1px solid white;
width: 532px;
height: 148px;
}
@media screen and (max-width: 800px) {
.announcement {
margin-top: 10px;
background-size: cover;
width: 354px;
height: 98px;
}
}
.announcement > h4 {
text-align: left;
font-weight: bold;
font-size: 1.4em;
line-height: 1.2em;
margin: 18px 24px -16px;
padding: 0;
}
@media screen and (max-width: 800px) {
.announcement > h4 {
margin: 8px 12px -16px;
}
}
.announcement > p {
text-align: left;
font-weight: normal;
font-size: 1.2em;
margin: 18px 24px -16px;
}
@media screen and (max-width: 800px) {
.announcement > p {
margin: 14px 12px -12px;
font-size: 1em;
}
}
.announcement > p > a {
font-size: 0.6em !important;
font-family: monospace !important;
font-weight: bold !important;
color: #00c1ff;
}
.announcement > p > a:visited {
color: #00c1ff;
}
.announcement-date {
float: right;
margin: 24px 24px 0 3px;
font-size: 0.8em;
}
@media screen and (max-width: 800px) {
.announcement-date {
float: none;
text-align: left;
margin: 14px 12px 0;
color: ghostwhite;
display: block;
font-size: 0.7em;
line-height: 0;
}
}