Advertisement
Guest User

TRAKT Compact Calendar CSS

a guest
Jul 4th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.66 KB | None | 0 0
  1.     .calendars .titles h3 { width: 36px; display: inline-flex; }
  2.     .calendars .titles > h4:nth-child(3) { display: none; }
  3.     .calendars .titles > h4:nth-child(2) { display: inline-flex; width: 72%; }
  4.     .calendars a.titles-link { position: relative; }
  5.     .calendars .posters .poster .real:hover { opacity: 1; }
  6.     .calendars .calendar-grid .posters > div { padding-bottom: 0px !important; }
  7.     .calendars .quick-icons.smaller { opacity: 0; margin-top: -60px; padding-left: 14px;}
  8.     .calendars .quick-icons.smaller:hover { opacity:1; }
  9.     .calendars .posters .poster .real { opacity: 0.5; }
  10.     .calendars .posters .poster .base { opacity: 0; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement