Advertisement
Apollogy

[FACE] Directory CSS

Sep 25th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.12 KB | None | 0 0
  1. /* DIRECTORY CSS */
  2. .seriestitle {
  3.     position: relative; top: 15px; width:auto; display: inline-block; color:#c9c9c9; font-family:times new roman; padding: 5px; text-transform: lowercase; font-size:18px; font-style:italic; text-align:left; background:#ffffff; border-right: 3px dotted #E7EAB6; }
  4. .fc {
  5.     width: 65px; height: 65px; padding:7px; }
  6. .fc img {
  7.     width: 65px; height: 65px; padding:5.px; border:1px solid #eaeaea; border-radius: 100%; -mox-border-radius: 100%; -webkit-border-radius: 100%; }
  8. .fc:hover, .fc-name:hover {
  9.     opacity:1; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
  10. .fc-name {
  11.     width: 60px; height: 60px; position: relative; top: -78px; left: 2px; border-radius: 100%; -mox-border-radius: 100%; -webkit-border-radius: 100%; padding: 5px; background: rgba(105,154,149, 0.9); font-family: courier new; font-size: 9px; color: #5E5E5E; text-align: center; text-transform: uppercase; opacity: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
  12. .namez {
  13.     width: 65px; position: relative; top: 25px; line-height: 10px;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement