Advertisement
planthed

Links table #4 CSS

Jul 1st, 2016
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. /*LAYOUT BY PAINTHEMES*/
  2. #table{padding-top:5px;}
  3. #t3{margin-bottom:0px;}
  4.  
  5. #t1, #t2, #t3{
  6. width:400px;
  7. margin-bottom:15px;
  8. padding-top:7px;
  9. border-top:1px solid #eee; /*borders*/
  10. }
  11.  
  12. #t1 a, #t2 a, #t3 a{
  13. color:{color:text};
  14. margin:4px;
  15. position:relative;
  16. display:inline-block;
  17. border-bottom:1px solid transparent;
  18. }
  19.  
  20. #t1 a:hover, #t2 a:hover, #t3 a:hover{
  21. color:{color:text};
  22. border-bottom:1px solid {color:link};
  23. }
  24.  
  25. #table h1{
  26. font-size:12px;
  27. padding-left:5px;
  28. margin-bottom:3px;
  29. text-transform:uppercase;
  30. letter-spacing:2px;
  31. font-weight:400;
  32. }
  33.  
  34. /*LAYOUT BY PAINTHEMES*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement