christmas/static/css/main.css

63 lines
1.8 KiB
CSS
Raw Normal View History

2018-11-20 11:19:58 -08:00
.inline {
display: inline;
}
.linkButton {
background: none;
border: none;
}
2018-11-23 14:29:40 -08:00
.fullwidth {
width: 100%;
max-width: none;
}
.noLeftMargin {
margin-left: 0 !important;
}
2018-11-23 15:04:24 -08:00
.overflowWrap {
overflow-wrap: break-word;
}
2018-11-20 11:19:58 -08:00
ul.noStyle li {
list-style-type: none;
2019-11-16 20:32:50 -08:00
}
2019-11-17 06:31:18 -08:00
/* This is mostly stolen from Buefy */ @media screen and (max-width: 768px) {
2019-11-16 20:32:50 -08:00
.table.has-mobile-cards thead { display: none }
.table.has-mobile-cards tfoot th { border: 0; display: inherit }
.table.has-mobile-cards tr { box-shadow: 0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1); max-width: 100%; position: relative; display: block }
.table.has-mobile-cards tr td { border: 0; display: inherit }
.table.has-mobile-cards tr td:last-child { border-bottom: 0 }
.table.has-mobile-cards tr:not(:last-child) { margin-bottom: 1rem }
.table.has-mobile-cards tr:not([class*=is-]) { background: inherit }
.table.has-mobile-cards tr:not([class*=is-]):hover { background-color: inherit }
.table.has-mobile-cards tr.detail { margin-top: -1rem }
.table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td { display: -ms-flexbox; display: flex; width: auto; -ms-flex-pack: end; justify-content: flex-end; text-align: right; border-bottom: 1px solid #f5f5f5 }
2019-11-17 06:31:18 -08:00
.table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before { content: attr(data-label); font-weight: 600; margin-right: auto; padding-right: .5em; text-align: left; word-break: keep-all; }
}
.ugc {
white-space: pre-wrap;
word-break: break-word;
2019-11-17 06:31:18 -08:00
}
2019-11-18 13:30:12 -08:00
img.emoji {
margin: 0px !important;
vertical-align: middle;
width: 2em !important;
2019-11-18 13:34:01 -08:00
height: 2em !important;
2019-12-03 13:42:51 -08:00
}
.print {
display: none;
}
@media print {
.notprint { display: none; }
.print { display: block; }
2019-12-03 14:42:38 -08:00
}
.print-gift:last-child {
margin-bottom: 0;
2019-11-18 13:30:12 -08:00
}