Advertisement
mithereal

sitemap css

Mar 21st, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.09 KB | None | 0 0
  1. #navmenu{
  2. margin-left:4px;
  3. margin-right:1px;
  4. width:22.5em;
  5. background:white;
  6. }
  7. #navigation{
  8. text-align:center;
  9. background-color:orange;
  10. margin-left:1em;
  11. margin-right:1em;
  12. color:white;
  13. }
  14. #cat_navigation{
  15. list-style-type: none;
  16. font-family:"arial",serif;
  17. font-weight:900;
  18. padding-bottom:1.2em;
  19. cursor:pointer;
  20. color: white;
  21. background-color:white;
  22. margin-left:1em;
  23. margin-right:1em;
  24. }
  25. #slider{
  26. margin-bottom:2em;
  27. }
  28. #slideshow{
  29. bottom: 5px;
  30. position: absolute;
  31. right: 1em;
  32. z-index: 1;
  33. font-family:"arial",serif;
  34. font-size:12px;
  35. font-weight:900;
  36. }
  37. #page{
  38. height:100%;
  39. position:relative;
  40. background-color:ff7129;
  41. }
  42. #footer{
  43. background-color:#FFFFFF;
  44. padding-left:3em;
  45. padding-right:3em;
  46. clear:both;
  47. }
  48. #cclogo{
  49. text-align:center;
  50. }
  51. #misccontent{
  52. text-align:center;
  53. font-weight:600;
  54. font-family:"arial",serif;
  55. background-color:#FFFFFF;
  56. margin-left:1em;
  57. margin-right:1em;
  58. padding-bottom:1em;
  59. }
  60. #manlen{
  61. font-size:25px;
  62. }
  63. #flag{
  64. height:225px;
  65. width:225px;
  66. font-size:10px;
  67. padding-left:2px;
  68. padding-right:2px;
  69. }
  70. body{
  71.  
  72. }
  73. a,a:visited{
  74. text-decoration:none;
  75. color:darkblue;
  76. }
  77. .content{
  78. background-color:rgb(255, 199, 91);
  79. margin-left:1em;
  80. margin-right:1em;
  81. }
  82. .tab>a {
  83. color:white;
  84. font-size: 12px;
  85. font-weight: 500;
  86. }
  87. .tab {
  88.     display: inline;
  89.     font-family: "arial",serif;
  90.     font-size: 12px;
  91.     font-weight: 500;
  92.     padding-left: 1px;
  93.     padding-right: 1px;
  94.     color:white;
  95. }
  96. .tab:hover{
  97. font-family:"arial",serif;
  98. background-color:orange;
  99. display:inline;
  100. }
  101. .category{
  102. background-color:grey;
  103. //color:#FFFFFF;
  104. margin-bottom:3px;
  105. margin-top:1px;
  106. }
  107. .category:hover{
  108.  
  109. }
  110. .subcategory{
  111. //background-color:#B6C092;
  112. color:#FFFFFF;
  113. font-size:12px;
  114.  
  115. //border-width:5px;
  116. text-align:left;
  117. padding-left:1ex;
  118. margin-right:2em;
  119. }
  120. .subcategory:hover{
  121.  
  122. z-index:2;
  123. }
  124. .tblhead{
  125. background-color:#FFFFFF;
  126. margin-right:1em;
  127. margin-left:1em;
  128. //margin-top:1em;
  129. }
  130.  
  131. .navigation{
  132. position:relative;
  133. text-align:left;
  134. background-color:#FFFFFF;
  135.  
  136. margin-right:1ex;
  137. margin-top:1em;
  138. font-weight:600;
  139. font-family:"arial",serif;
  140. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement