x86_64-alpine-slack2chat/public/style.css
2020-07-24 10:19:56 +08:00

87 lines
1.4 KiB
CSS

a,
a:focus,
a:hover {
color: #fff;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
color: #333;
text-shadow: none;
background-color: #fff;
border: .05rem solid #fff;
}
html {
height: 100%;
}
html,
body {
min-height: 100%;
background-color: #333;
min-width: 320px;
}
body {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
color: #fff;
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}
.cover-container {
max-width: 42em;
}
.cover {
padding: 0 1.5rem;
}
.cover article {
font-family: Montserrat, serif;
font-size: 20vw;
font-weight: bold;
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
border: .05rem solid #000;
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
line-height: 5rem;
padding: 3vw;
white-space: nowrap;
}
textarea.form-control {
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
font-size: 0.75rem;
}
.cover article img {
width: 28%;
}
.cover article span {
font-size: 20vw;
}
@media (min-width: 42rem) {
.cover article, .cover article span {
font-size: 10rem;
}
}
.cover .btn-lg {
padding: .75rem 1.25rem;
font-weight: 700;
}
.mastfoot {
color: rgba(255, 255, 255, .5);
}