Advertisement
planthed

Links table #5 CSS

Jul 23rd, 2016
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. /*LAYOUT BY PAINTHEMES*/
  2.  
  3. #table{
  4. width:300px;
  5. margin-bottom:5px;
  6. -webkit-column-count:3;
  7. -moz-column-count:3;
  8. column-count:3;
  9. }
  10.  
  11. #table a{
  12. color:{color:text};
  13. position:relative;
  14. display:block;
  15. }
  16.  
  17. #table a:hover{
  18. color:#bcc8d1; /*color hover of your links*/
  19. }
  20.  
  21. .popup_block h1{
  22. color:#bcc8d1; /*color of your titles*/
  23. font-size:10px;
  24. font-weight:300;
  25. font-style:italic;
  26. }
  27.  
  28. /*LAYOUT BY PAINTHEMES*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement