EduardET

Movie Titles CSS

Jul 19th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.64 KB | None | 0 0
  1. .dt-movie-group {
  2.     margin-bottom: 14px;
  3. }
  4. .dt-group-title-text {
  5.     color: #111;
  6.     text-transform: uppercase;
  7.     font-size: 16px;
  8.     font-weight: bold;
  9. }
  10. .entry-content .group-navigation {
  11.     padding: 0;
  12.     margin: 0;
  13.     list-style-type: none;
  14. }
  15. .dt-movie-item a {
  16.     text-decoration: none;
  17.     color: #006275;
  18.     font-size: 14px;  
  19. }
  20. .dt-movie-item a:hover{
  21.     text-decoration: underline;
  22. }
  23. .dt-movie-item .dt-movie-score {
  24.     color: #111;
  25. }
  26.  
  27. .dt-movie-group:last-child .group-navigation {
  28.     margin-bottom: 14px;
  29. }
  30. .dt-movie-group-date {
  31.     color: #111;
  32.     font-weight: bold;
  33.     font-size: 13px;
  34. }
Add Comment
Please, Sign In to add comment