Advertisement
Guest User

Untitled

a guest
Sep 16th, 2011
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. #content-explorer {
  2. padding-top: 20px;
  3. width:100%;
  4. line-height:normal;
  5. }
  6. #content-explorer ul {
  7. list-style: none;
  8. height:29px;
  9. border-bottom:2px solid #aaa;
  10. width: 820px;
  11. }
  12. #content-explorer ul li {
  13. background:url(../images/unselected_admin.jpg) repeat-x top left;
  14. float: left;
  15. padding: 6px 5px;
  16. border: 1px solid #aaa;
  17. }
  18. #content-explorer ul li a {
  19. display: block;
  20. margin: 0 auto;text-align:center;
  21. color: #464646;text-decoration:none;
  22. }
  23. #content-explorer ul li a:hover {
  24. color: #343434;
  25. }
  26. #content-explorer ul li.selected {
  27. background:url(../images/selected_admin.jpg) repeat-x top left;
  28. }
  29. #content-explorer ul li.selected a {
  30. padding: 0;font-size:12px;
  31. color: #fff;
  32. }
  33. .yui-content {
  34. }
  35.  
  36. .submitbutton {
  37. float: left;
  38. width: 100%;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement