Skip to content

Instantly share code, notes, and snippets.

@joshuacronemeyer
Last active August 29, 2015 14:24
Show Gist options
  • Save joshuacronemeyer/884f1e63c186e95599aa to your computer and use it in GitHub Desktop.
Save joshuacronemeyer/884f1e63c186e95599aa to your computer and use it in GitHub Desktop.
allen stone widget CSS
<style>
/******* APPLAUZE WIDGET *********/
/******* Drop in HTML HEAD *********/
.az-widget-custom-th-notes{
opacity: 0;
}
.az-widget-custom-table{
font-weight: lighter;
}
.az-widget-custom-weekday {
display: none;
}
.az-widget-custom-td-date {
font-weight: bold;
}
@media (max-width: 768px){
.az-widget-container{
width: 100%;
margin-top: 50px;
}
.az-widget-custom-th{
display: none;
}
.az-widget-custom-table{
border-collapse: separate;
border-spacing: 0 40px;
width: 100%;
}
.az-widget-custom-tr{
border-bottom: 1px solid rgba(255,255,255,.05);
}
.az-widget-custom-td p{
margin: 10px 0;
}
.az-widget-custom-td{
width: 100%;
display: block;
text-align: center;
margin-bottom: 0;
border-bottom: none;
}
.az-widget-buy-tickets{
width: 93%;
}
.az-widget-custom-td-date-range{
height: 77px;
}
.az-widget-custom-start-date{
left: 39%;
top: 0;
}
.az-widget-custom-seperator{
left: 51%;
top: 44%;
}
.az-widget-custom-end-date{
right: 36%;
top: 0;
}
}
/******* END APPLAUZE WIDGET *********/
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment