Skip to content

Instantly share code, notes, and snippets.

@slimndap
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slimndap/919684a4d17d1a851635 to your computer and use it in GitHub Desktop.
Save slimndap/919684a4d17d1a851635 to your computer and use it in GitHub Desktop.
The CSS for the Theater v0.12 demo.
.wpt_listing .wp_theatre_event .theater-012-demo {
position: relative;
margin: 0;
}
.wpt_listing .wp_theatre_event .theater-012-demo .event-info {
bottom: 0;
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
width: 100%;
padding: 10px;
}
.wpt_listing .wp_theatre_event .theater-012-demo .event-info a {
color: inherit;
text-decoration: none;
}
.wpt_listing .wp_theatre_event .theater-012-demo figure {
width: 100%;
padding: 0 !important;
float: none;
}
.wpt_listing .wp_theatre_event .theater-012-demo figure + .event-info {
position: absolute;
}
.wpt_listing .wp_theatre_event .theater-012-demo figure img {
width: 100%;
padding: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment