Advertisement
tribulant

Untitled

Mar 12th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.66 KB | None | 0 0
  1. #maincontentcontainer div.wpcocategoriesgrid ul {
  2. list-style: none;
  3. margin: 40px 0 15px 0 !important;
  4. padding: 0 0 0 0;
  5. }
  6. #maincontentcontainer div.wpcocategoriesgrid ul li {
  7. background: #ffffff;
  8. display: -moz-inline-box; /* mozilla only */
  9. display: inline-block;
  10. vertical-align: top;
  11. width: 22%;
  12. margin: 5px 10px 15px 5px;
  13. padding: 0;
  14. text-align: center;
  15. box-shadow: 0px 0px 0px #ddd;
  16. border:1px solid #cccccc;
  17. -moz-border-radius:0px;
  18. -webkit-border-radius:0px;
  19. border-radius:0px;
  20. }
  21. #maincontentcontaine .dropshadow {
  22. box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
  23. -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
  24. -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement