Advertisement
Guest User

Untitled

a guest
Sep 21st, 2011
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. p {
  2. margin: 0;
  3. padding: 0;
  4. border: 0;
  5. outline: 0;
  6. font-weight: inherit;
  7. font-style: inherit;
  8. font-size: 100%;
  9. font-family: inherit;
  10. text-decoration: none;
  11. }
  12.  
  13. div
  14. {
  15. color:black;
  16. }
  17. a
  18. {
  19. padding:10px 20px;
  20. font-size:16px;
  21. -webkit-border-radius: 5px;
  22. -moz-border-radius:5px;
  23. border-radius: 5px;
  24. }
  25.  
  26. #logo {
  27. position:absolute;
  28. left:10px;
  29. top:5px;
  30. width:100;
  31. height:100;
  32. z-index: 300;
  33. }
  34. #pagetitle {
  35. font:30px Vivaldi;
  36. width:559px;
  37. position:absolute;
  38. left:150px;
  39. top:15px;
  40. display:inline;
  41. margin:0 20px 20px 0;
  42. padding:20px;
  43. font-size:big;
  44. -moz-box-sizing:border-box;
  45. -webkit-box-sizing:border-box;
  46. box-sizing:border-box;
  47. /* IE10 */
  48. background-image: -ms-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  49. /* Mozilla Firefox */
  50. background-image: -moz-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  51. /* Opera */
  52. background-image: -o-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  53. /* Webkit (Safari/Chrome 10) */
  54. background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #AACFEF));
  55. /* Webkit (Chrome 11+) */
  56. background-image: -webkit-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  57. /* Regola standard */
  58. background-image: linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  59. ;
  60. -webkit-border-radius: 10px;
  61. -moz-border-radius: 10px;
  62. border-radius: 10px;
  63. -webkit-box-shadow: 0 0 5px black;
  64. -moz-box-shadow: 0 0 5px black;
  65. box-shadow: 0 0 5px black;
  66. font-family: "Times New Roman", Times, serif;
  67. font-weight: bold;
  68. }
  69. #subtitle {
  70. font-family: "Times New Roman", Times, serif;
  71. font-size: small;
  72. font-weight: bold;
  73. text-transform: uppercase;
  74. color: black;
  75. }
  76.  
  77. a:link, a:visited, a:hover {
  78. color:black;
  79. text-decoration:none;
  80. }
  81.  
  82. a:hover {
  83. text-decoration:underline;
  84. background-color: #00FF66;
  85. }
  86. #content {
  87. width:702px;
  88. position:absolute;
  89. top:190px;
  90. left:9px;
  91. display:inline;
  92. margin:0 20px 20px 0;
  93. padding:20px;
  94. -moz-box-sizing:border-box;
  95. -webkit-box-sizing:border-box;
  96. box-sizing:border-box;
  97. /* IE10 */
  98. background-image: -ms-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  99. /* Mozilla Firefox */
  100. background-image: -moz-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  101. /* Opera */
  102. background-image: -o-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  103. /* Webkit (Safari/Chrome 10) */
  104. background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #AACFEF));
  105. /* Webkit (Chrome 11+) */
  106. background-image: -webkit-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  107. /* Regola standard */
  108. background-image: linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  109. -webkit-border-radius: 10px;
  110. -moz-border-radius: 10px;
  111. border-radius: 10px;
  112. -webkit-box-shadow: 0 0 5px black;
  113. -moz-box-shadow: 0 0 5px black;
  114. box-shadow: 0 0 5px black;
  115. }
  116. #topmenu {
  117. width:702px;
  118. position:absolute;
  119. top:119px;
  120. left:8px;
  121. display:inline;
  122. margin:0 20px 20px 0;
  123. padding:20px;
  124. -moz-box-sizing:border-box;
  125. -webkit-box-sizing:border-box;
  126. box-sizing:border-box;
  127. /* IE10 */
  128. background-image: -ms-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  129. /* Mozilla Firefox */
  130. background-image: -moz-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  131. /* Opera */
  132. background-image: -o-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  133. /* Webkit (Safari/Chrome 10) */
  134. background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #AACFEF));
  135. /* Webkit (Chrome 11+) */
  136. background-image: -webkit-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  137. /* Regola standard */
  138. background-image: linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  139. -webkit-border-radius: 10px;
  140. -moz-border-radius: 10px;
  141. border-radius: 10px;
  142. -webkit-box-shadow: 0 0 5px black;
  143. -moz-box-shadow: 0 0 5px black;
  144. box-shadow: 0 0 5px black;
  145. }
  146. #bottombar {
  147. width:703px;
  148. position:absolute;
  149. top:610px;
  150. left:10px;
  151. display:inline;
  152. margin:0 20px 20px 0;
  153. padding:20px;
  154. -moz-box-sizing:border-box;
  155. -webkit-box-sizing:border-box;
  156. box-sizing:border-box;
  157. /* IE10 */
  158. background-image: -ms-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  159. /* Mozilla Firefox */
  160. background-image: -moz-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  161. /* Opera */
  162. background-image: -o-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  163. /* Webkit (Safari/Chrome 10) */
  164. background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #AACFEF));
  165. /* Webkit (Chrome 11+) */
  166. background-image: -webkit-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  167. /* Regola standard */
  168. background-image: linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  169. -webkit-border-radius: 10px;
  170. -moz-border-radius: 10px;
  171. border-radius: 10px;
  172. -webkit-box-shadow: 0 0 5px black;
  173. -moz-box-shadow: 0 0 5px black;
  174. box-shadow: 0 0 5px black;
  175. }
  176.  
  177. /*********** MENUBOX ************/
  178.  
  179. /************ MENU *************/
  180. #menu
  181.  
  182. {
  183. position:absolute;top:-100px;left:0px; display:inline; margin:0 20px 20px 0; width:350px;
  184. padding:20px;
  185. -moz-box-sizing:border-box;
  186. -webkit-box-sizing:border-box;
  187. box-sizing:border-box;
  188.  
  189. /* IE10 */
  190. background-image: -ms-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  191.  
  192. /* Mozilla Firefox */
  193. background-image: -moz-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  194.  
  195. /* Opera */
  196. background-image: -o-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  197.  
  198. /* Webkit (Safari/Chrome 10) */
  199. background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #AACFEF));
  200.  
  201. /* Webkit (Chrome 11+) */
  202. background-image: -webkit-linear-gradient(top right, #FFFFFF 0%, #33FF66 100%);
  203.  
  204. /* Regola standard */
  205. background-image: linear-gradient(top right, #FFFFFF 0%, #33FF66 100%); ;
  206. -webkit-border-radius: 10px;
  207. -moz-border-radius: 10px;
  208. border-radius: 10px;
  209. -webkit-box-shadow: 0 0 5px black;
  210. -moz-box-shadow: 0 0 5px black;
  211. box-shadow: 0 0 5px black;
  212.  
  213. }
  214. #bn1 {position:absolute; margin: 650px auto;left:90px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement