Advertisement
DrupalCustom

css

Jan 23rd, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. .table_class {
  2. height: 200 px;
  3. overflow: scroll;
  4.  
  5. }
  6.  
  7. a.link_class{
  8. color:#FF0000;
  9. }
  10.  
  11. a.visited_class{
  12. color:#FF0000;
  13. }
  14.  
  15. a.hover_class{
  16. color:#FF0000;
  17. }
  18.  
  19. a.lactive_class{
  20. color:#FF0000;
  21. }
  22.  
  23. .table_overflow {
  24.  height: 300px;
  25.  overflow: auto;
  26.  }
  27.  
  28. .defaultText {
  29.  width: 300px;
  30.  }
  31.  
  32. .defaultTextActive {
  33. color: #a1a1a1;
  34. font-style: italic;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement