Advertisement
Guest User

Untitled

a guest
Mar 11th, 2013
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. body {
  2. text-align: center;
  3. }
  4.  
  5. #wrapper {
  6. display: block;
  7. border: 1px #a2a2a2 solid;
  8. width:90%;
  9. margin:0px auto;
  10. background-image:url('http://stingervz.co.za/wp/wp-content/uploads/2013/03/nav.png');
  11. background-repeat:no-repeat;
  12. }
  13.  
  14. #header {
  15.  
  16. }
  17.  
  18. #content {
  19. width: 75%;
  20. border: 2px #a2a2a2 solid;
  21. float: left;
  22. }
  23.  
  24. #sidebar {
  25. width: 23%;
  26. border: 2px #a2a2a2 solid;
  27. float: right;
  28. }
  29.  
  30. #delimiter {
  31. clear: both;
  32. }
  33.  
  34. #footer {
  35. border: 2px #a2a2a2 solid;
  36. }
  37.  
  38. .title {
  39. font-size: 11pt;
  40. font-family: verdana;
  41. font-weight: bold;
  42. }
  43. .menu{
  44. }
  45.  
  46. #menu-primary .menu-bg1 a, #menu-primary .menu-bg1 a:hover, #menu-primary .menu-bg1 a:focus,
  47. #menu-primary .menu-bg2 a, #menu-primary .menu-bg2 a:hover, #menu-primary .menu-bg2 a:focus,
  48. #menu-primary .menu-bg3 a, #menu-primary .menu-bg3 a:hover, #menu-primary .menu-bg3 a:focus,
  49. #menu-primary .menu-bg4 a, #menu-primary .menu-bg4 a:hover, #menu-primary .menu-bg4 a:focus,
  50. #menu-primary .menu-bg5 a, #menu-primary .menu-bg5 a:hover, #menu-primary .menu-bg5 a:focus {
  51. background-repeat:no-repeat;
  52. background-position:0.5em 0.5em;
  53. color:#555;
  54. padding:10px 0 0 60px;
  55. width:70px;
  56. }
  57. #menu-primary .menu-bg1 a, #menu-primary .menu-bg1 a:hover, #menu-primary .menu-bg1 a:focus {
  58. background-image:url('http://stingervz.co.za/wp/wp-content/uploads/2013/03/custom-bg-1sm.png');
  59. }
  60. #menu-primary .menu-bg2 a, #menu-primary .menu-bg2 a:hover, #menu-primary .menu-bg2 a:focus {
  61. background-image:url('http://stingervz.co.za/wp/wp-content/uploads/2013/03/custom-bg-2sm.png');
  62. }
  63. #menu-primary .menu-bg3 a, #menu-primary .menu-bg3 a:hover, #menu-primary .menu-bg3 a:focus {
  64. background-image:url('http://stingervz.co.za/wp/wp-content/uploads/2013/03/custom-bg-3sm.png');
  65. }
  66. #menu-primary .menu-bg4 a, #menu-primary .menu-bg4 a:hover, #menu-primary .menu-bg4 a:focus {
  67. background-image:url('http://stingervz.co.za/wp/wp-content/uploads/2013/03/custom-bg-4sm.png');
  68. }
  69. #menu-primary .menu-bg5 a, #menu-primary .menu-bg5 a:hover, #menu-primary .menu-bg5 a:focus {
  70. background-image:url('http://stingervz.co.za/wp/wp-content/uploads/2013/03/custom-bg-5sm.png');
  71. }
  72. #menu-primary .menu-bg1 a:hover, #menu-primary .menu-bg1 a:focus,
  73. #menu-primary .menu-bg2 a:hover, #menu-primary .menu-bg2 a:focus,
  74. #menu-primary .menu-bg3 a:hover, #menu-primary .menu-bg3 a:focus,
  75. #menu-primary .menu-bg4 a:hover, #menu-primary .menu-bg4 a:focus,
  76. #menu-primary .menu-bg5 a:hover, #menu-primary .menu-bg5 a:focus {
  77. color:#fff;
  78. opacity:0.7;
  79. filter:alpha(opacity=70);
  80. -moz-transition: all 0.5s;
  81. -ms-transition: all 0.5s;
  82. -webkit-transition: all 0.5s;
  83. -o-transition: all 0.5s;
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement