rDrama/files/assets/css/default.css
2021-12-01 12:19:48 -06:00

65 lines
No EOL
1.3 KiB
CSS

@import url('https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&display=swap');
/*p {
margin-bottom: 1rem;
}
p:last-of-type {
margin-bottom: 0;
}*/
[v-cloak] {
display: none;
}
/* .font-heading {
font-family: 'Helvetica Neue';
}
*/
/*.font-serif {
font-family: 'Georgia';
}*/
.sub-header-shadow {
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.10) inset, -1px -1px 0.5px rgba(17, 40, 19, 0.1) inset;
}
/*.shadow-inset-b-white-07 {
box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.07) inset;
}
.shadow-inset-t-white-05 {
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
}
.shadow-inset-t-white-10 {
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.10) inset;
}
.shadow-inset-r-white-05 {
box-shadow: 1px 0 0 rgba(255, 255, 255, 0.05) inset;
}*/
/*.text-shadow {
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12)
}
.text-shadow-t {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12)
}
.text-shadow-light {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1)
}
.text-shadow-light-t {
text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1)
}*/
.triangle:after {
content:'';
position: absolute;
top: 42px;
left: 0;
right: 0;
margin: 0 auto;
width: 0;
height: 0;
border-bottom: solid 10px #111827;
border-left: solid 10px transparent;
border-right: solid 10px transparent;
}