MissDaphne

“Currently Reading” Tutorial Part 2

Jun 13th, 2015
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. .btitle{
  2. font-family:'Consolas';
  3. font-size:7.5pt;
  4. text-transform:uppercase;
  5. text-align:center;
  6. color:{color:Book title text};
  7. letter-spacing:2px;
  8. width:auto;
  9. margin-bottom:2px;
  10. background:{color:Book title background};
  11. padding:5px;
  12. }
  13.  
  14. .bcaption{
  15. width:auto;
  16. font-family:'Consolas';
  17. font-size:7.5pt;
  18. letter-spacing:1px;
  19. color:{color:Book caption color};
  20. margin-top:15px;
  21. text-align:center;
  22. }
  23.  
  24. .bcover:hover{
  25. -webkit-transform:scale(1.1);
  26. -moz-transform:scale(1.1);
  27. -o-transform:scale(1.1);
  28. -webkit-transition: .5s;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment