Advertisement
planthed

links table step 1

Sep 22nd, 2015
750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1.  
  2. /*LINKS TABLE BY PAINTHEMES.TUMBLR.COM*/
  3.  
  4. #below{width:300px;}
  5.  
  6. .title1, .title2, .title3{
  7. display:inline-block;
  8. height:10px;
  9. line-height:10px;
  10. font-size:18px;
  11. font-family:montserrat;
  12. width:280px;
  13. padding:10px;
  14. margin-top:10px;
  15. color:{color:link};
  16. border-bottom:1px solid #ddd;
  17. letter-spacing:4px;
  18. text-transform:uppercase;
  19. overflow:hidden;
  20. opacity:1;
  21. cursor:help;
  22. font-weight:700;
  23. }
  24.  
  25. .table1, .table2, .table3{
  26. height:auto;
  27. display:none;
  28. opacity:1;
  29. background:#fff;
  30. font-family:open sans;
  31. text-transform:uppercase;
  32. letter-spacing:1px;
  33. font-size:10px;
  34. width:280px;
  35. padding:10px;
  36. line-height:20px;
  37. }
  38.  
  39. .table1 a, .table2 a, .table3 a{
  40. padding:5px;
  41. margin:3px;
  42. -o-transition-transition: all 0.8s ease-out;
  43. -webkit-transition: all 0.8s ease-out;
  44. -moz-transition: all 0.8s ease-out;
  45. transition: all 0.8s ease-out;}
  46.  
  47.  
  48. .table1 a:hover, .table2 a:hover, .table3 a:hover{
  49. background:{color:link};
  50. color:#fff;
  51. -o-transition-transition: all 0.8s ease-out;
  52. -webkit-transition: all 0.8s ease-out;
  53. -moz-transition: all 0.8s ease-out;
  54. transition: all 0.8s ease-out;
  55. }
  56.  
  57. /*fonts*/
  58. @import url(https://fonts.googleapis.com/css?family=Open+Sans|Montserrat);
  59.  
  60. /*LINKS TABLE BY PAINTHEMES.TUMBLR.COM*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement