Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

access.css 810B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. li {
  2. float: left;
  3. display: block;
  4. }
  5. .on {
  6. background-color:#f0f0f0;
  7. border:solid #f0f0f0 2px;
  8. width:100px;
  9. height:26px;
  10. margin-right:5px;
  11. text-align:center;
  12. }
  13. .off {
  14. background-color:#ffffff;
  15. border:outset 2px;
  16. width:100px;
  17. height:26px;
  18. margin-right:5px;
  19. text-align:center;
  20. }
  21. .on a {
  22. text-decoration:none;
  23. display:block;
  24. margin-top:5px;
  25. }
  26. .on a:link {color:#000000;}
  27. .on a:visited {color:#000000;}
  28. .on a:hover {color:#000000;}
  29. .off a {
  30. text-decoration:none;
  31. display:block;
  32. margin-top:5px;
  33. }
  34. .off a:link {color:#000000;}
  35. .off a:visited {color:#000000;}
  36. .off a:hover {color:#ff0000;}
  37. .box1 {height:26px;}
  38. .box2 {
  39. clear:both;
  40. border-top:solid 10px #f0f0f0;
  41. border-bottom:solid 3px #f0f0f0;
  42. border-left:solid 3px #f0f0f0;
  43. border-right:solid 3px #f0f0f0;
  44. }