Last active
August 29, 2015 14:25
-
-
Save slimndap/919684a4d17d1a851635 to your computer and use it in GitHub Desktop.
The CSS for the Theater v0.12 demo.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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