Advertisement
tribulant

Untitled

Feb 4th, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.52 KB | None | 0 0
  1. ul.plugins_grid {
  2. padding: 0 0 0 0;
  3. margin: 0 0 0 0;
  4. }
  5.  
  6. ul.plugins_grid li {
  7. float: left;
  8. width:  30%;
  9. height: 150px;
  10. list-style: none;
  11. border:1px solid #d8d8d8;
  12. margin: 0 8px 10px 0;
  13.     padding: 10px 5px;
  14.     text-align: center;
  15.     background: white;
  16. }
  17.  
  18. ul.plugins_grid a:link {
  19. font-size:13px;
  20.     color:#237cbe;
  21. }
  22.  
  23.  
  24. ul.plugins_grid a:visited {
  25. font-size:13px;
  26.     color:#237cbe;
  27. }
  28.  
  29.  
  30. ul.plugins_grid a:hover {
  31. font-size:13px;
  32.     color:#828283;
  33. }
  34.  
  35.  
  36. ul.plugins_grid a:active {
  37. font-size:13px;
  38.     color:#237cbe;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement