Advertisement
Guest User

Untitled

a guest
Jun 5th, 2011
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.44 KB | None | 0 0
  1. @charset "UTF-8";
  2. /* CSS Document */
  3.  
  4. .header_bg {
  5. background-image: url(../assets/background.png);
  6. /* background-image: -webkit-gradient(
  7. linear,
  8. left bottom,
  9. left top,
  10. color-stop(0.38, rgb(0,102,153)),
  11. color-stop(0.77, rgb(51,153,204))
  12. );
  13. background-image: -moz-linear-gradient(
  14. center bottom,
  15. rgb(0,102,153) 38%,
  16. rgb(51,153,204) 77% */
  17. );
  18. }
  19. .header {
  20. width: 800px;
  21. height: 75px;
  22. margin-right: auto;
  23. margin-left: auto;
  24. }
  25. .logo {
  26. position: relative;
  27. width: 281px;
  28. height: 59px;
  29. float: left;
  30. padding-top: 9px;
  31. }
  32. .nav_words {
  33. position: relative;
  34. float: left;
  35. height: 75px;
  36. width: 518px;
  37. }
  38. .words {
  39. position: absolute;
  40. right: 0;
  41. font-size: 14px;
  42. bottom: 0;
  43. }
  44. .login_words {
  45. position: absolute;
  46. right: 0px;
  47. bottom: 10px;
  48. width: 70px;
  49. }
  50. .nav_dropdown {
  51. font-family: Arial, Helvetica, sans-serif;
  52. font-size: 23px;
  53. font-weight:bold;
  54. }
  55. #left_drop {
  56. position: relative;
  57. float: left;
  58. height: 75px;
  59. width: 500px;
  60. }
  61. p {
  62. top: 20px;
  63. position: relative;
  64. }
  65.  
  66. /* dropdown menu nav */
  67. /* home button */
  68. #button1 {
  69. width: 70px;
  70. height: 50px;
  71. position: absolute;
  72. bottom: 0px;
  73. left: 0px;
  74. padding-left: 0px;
  75. padding-right: 0px;
  76. }
  77. #button1 ul {
  78. width: 70px;
  79. height: 50px;
  80. margin: 0;
  81. font-size: 21px;
  82. padding-left: 0px;
  83. padding-right: 0px;
  84. }
  85. #button1 li {
  86. position: relative;
  87. float: left;
  88. list-style: none;
  89. margin: 0;
  90. padding: 0;
  91. }
  92. #button1 li a {
  93. width: 70px;
  94. height: 50px;
  95. display: block;
  96. text-decoration: none;
  97. text-align: center;
  98. line-height: 30px;
  99. background: url(../assets/tab1light.png) no-repeat 100% 100%;
  100. /* background-image:
  101. -webkit-gradient(
  102. linear,
  103. left bottom,
  104. left top,
  105. color-stop(0.26, rgb(24,56,150)),
  106. color-stop(0.63, rgb(217,100,100)));
  107. background-image: -moz-linear-gradient(
  108. center bottom,
  109. rgb(24,56,150) 26%,
  110. rgb(217,100,100) 63%); */
  111. color: white;
  112. /*width:100px;
  113. height: 30px;
  114. display: block;
  115. text-decoration:none;
  116. text-align: center;
  117. line-height: 30px;
  118. background-color: black;
  119. color: white; */
  120. }
  121. #button1 li a:hover {
  122. background-image: url(../assets/tab1dark.png);
  123. background-repeat: no-repeat;
  124. }
  125. #button1 ul ul {
  126. position: absolute;
  127. top: 30px;
  128. visibility: hidden;
  129. }
  130. #button1 ul li:hover ul {
  131. visibility: visible;
  132. }
  133.  
  134. /* My Profile button */
  135. #button2 {
  136. width: 111px;
  137. height: 50px;
  138. position: absolute;
  139. bottom: 0px;
  140. left: 75px;
  141. padding-left: 0px;
  142. padding-right: 0px;
  143. }
  144. #button2 ul {
  145. width: 111px;
  146. height: 50px;
  147. margin: 0;
  148. font-size: 21px;
  149. padding-left: 0px;
  150. padding-right: 0px;
  151. }
  152. #button2 li {
  153. position: relative;
  154. float: left;
  155. list-style: none;
  156. margin: 0;
  157. padding: 0;
  158. }
  159. #button2 li a {
  160. width: 111px;
  161. height: 50px;
  162. display: block;
  163. /* display: blue; */
  164. text-decoration: none;
  165. text-align: center;
  166. line-height: 30px;
  167. background: url(../assets/tab2light.png) no-repeat 100% 100%;
  168. /* background-image:
  169. -webkit-gradient(
  170. linear,
  171. left bottom,
  172. left top,
  173. color-stop(0.26, rgb(24,56,150)),
  174. color-stop(0.63, rgb(217,100,100)));
  175. background-image: -moz-linear-gradient(
  176. center bottom,
  177. rgb(24,56,150) 26%,
  178. rgb(217,100,100) 63%); */
  179. color: white;
  180. }
  181. #button2 li a:hover {
  182. background-image: url(../assets/tab2dark.png);
  183. background-repeat: no-repeat;
  184. }
  185. #button2 ul ul {
  186. position: absolute;
  187. top: 30px;
  188. visibility: hidden;
  189. }
  190. #button2 ul li:hover ul {
  191. visibility: visible;
  192. }
  193.  
  194. /* messages button */
  195. #button3 {
  196. width: 114px;
  197. height: 50px;
  198. position: absolute;
  199. bottom: 0px;
  200. left: 191px;
  201. padding-left: 0px;
  202. padding-right: 0px;
  203. }
  204. #button3 ul {
  205. width: 114px;
  206. height: 50px;
  207. margin: 0;
  208. font-size: 21px;
  209. padding-left: 0px;
  210. padding-right: 0px;
  211. }
  212. #button3 li {
  213. position: relative;
  214. float: left;
  215. list-style: none;
  216. margin: 0;
  217. padding: 0;
  218. }
  219. #button3 li a {
  220. width: 114px;
  221. height: 50px;
  222. display: block;
  223. text-decoration: none;
  224. text-align: center;
  225. line-height: 30px;
  226. background: url(../assets/tab3light.png) no-repeat 100% 100%;
  227. /* background-image:
  228. -webkit-gradient(
  229. linear,
  230. left bottom,
  231. left top,
  232. color-stop(0.26, rgb(24,56,150)),
  233. color-stop(0.63, rgb(217,100,100)));
  234. background-image: -moz-linear-gradient(
  235. center bottom,
  236. rgb(24,56,150) 26%,
  237. rgb(217,100,100) 63%); */
  238. color: white;
  239. }
  240. #button3 li a:hover {
  241. background-image: url(../assets/tab3dark.png);
  242. background-repeat: no-repeat;
  243. }
  244. #button3 ul ul {
  245. position: absolute;
  246. top: 30px;
  247. visibility: hidden;
  248. }
  249. #button3 ul li:hover ul {
  250. visibility: visible;
  251. }
  252.  
  253. /* search button */
  254. #button4 {
  255. width: 83px;
  256. height: 50px;
  257. position: absolute;
  258. bottom: 0px;
  259. left: 310px;
  260. padding-left: 0px;
  261. padding-right: 0px;
  262. }
  263. #button4 ul {
  264. width: 83px;
  265. height: 50px;
  266. margin: 0;
  267. font-size: 21px;
  268. padding-left: 0px;
  269. padding-right: 0px;
  270. }
  271. #button4 li {
  272. position: relative;
  273. float: left;
  274. list-style: none;
  275. margin: 0;
  276. padding: 0;
  277. }
  278. #button4 li a {
  279. width: 83px;
  280. height: 50px;
  281. display: block;
  282. text-decoration: none;
  283. text-align: center;
  284. line-height: 30px;
  285. background: url(../assets/tab4light.png) no-repeat 100% 100%;
  286. /* background-image:
  287. -webkit-gradient(
  288. linear,
  289. left bottom,
  290. left top,
  291. color-stop(0.26, rgb(24,56,150)),
  292. color-stop(0.63, rgb(217,100,100)));
  293. background-image: -moz-linear-gradient(
  294. center bottom,
  295. rgb(24,56,150) 26%,
  296. rgb(217,100,100) 63%); */
  297. color: white;
  298. }
  299. #button4 li a:hover {
  300. background-image: url(../assets/tab4dark.png);
  301. background-repeat: no-repeat;
  302. }
  303. #button4 ul ul {
  304. position: absolute;
  305. top: 30px;
  306. visibility: hidden;
  307. }
  308. #button4 ul li:hover ul {
  309. visibility: visible;
  310. }
  311.  
  312. /* help button */
  313. #button5 {
  314. width: 56px;
  315. height: 50px;
  316. position: absolute;
  317. bottom: 0px;
  318. left: 398px;
  319. padding-left: 0px;
  320. padding-right: 0px;
  321. }
  322. #button5 ul {
  323. width: 56px;
  324. height: 50px;
  325. margin: 0;
  326. font-size: 21px;
  327. padding-left: 0px;
  328. padding-right: 0px;
  329. }
  330. #button5 li {
  331. position: relative;
  332. float: left;
  333. list-style: none;
  334. margin: 0;
  335. padding: 0;
  336. }
  337. #button5 li a {
  338. width: 56px;
  339. height: 50px;
  340. display: block;
  341. text-decoration: none;
  342. text-align: center;
  343. line-height: 30px;
  344. background: url(../assets/tab5light.png) no-repeat 100% 100%;
  345.  
  346. /* background-image:
  347. -webkit-gradient(
  348. linear,
  349. left bottom,
  350. left top,
  351. color-stop(0.26, rgb(24,56,150)),
  352. color-stop(0.63, rgb(217,100,100)));
  353. background-image: -moz-linear-gradient(
  354. center bottom,
  355. rgb(24,56,150) 26%,
  356. rgb(217,100,100) 63%); */
  357. color: white;
  358. }
  359. #button5 li a:hover {
  360. background-image: url(../assets/tab5dark.png);
  361. background-repeat: no-repeat;
  362. }
  363. #button5 ul ul {
  364. position: absolute;
  365. top: 30px;
  366. visibility: hidden;
  367. }
  368. #button5 ul li:hover ul {
  369. visibility: visible;
  370. }
  371.  
  372.  
  373. /* login button */
  374. #login {
  375. position: absolute;
  376. right: 17px;
  377. bottom: -15px;
  378. }
  379. #login ul {
  380. padding: 0;
  381. margin: 0;
  382. font-size: 14px;
  383. }
  384. #login li {
  385. position: relative;
  386. float: left;
  387. list-style: none;
  388. margin: 0;
  389. padding: 0;
  390. }
  391. #login li a {
  392. width: 100px;
  393. height: 30px;
  394. /* display: blue; */
  395. text-decoration: none;
  396. text-align: center;
  397. line-height: 30px;
  398. background-color: transparent;
  399. color: black;
  400. }
  401. #login li a:hover {
  402. background-color: red;
  403. }
  404. #login ul ul {
  405. position: absolute;
  406. top: 30px;
  407. visibility: hidden;
  408. }
  409. #login ul li:hover ul {
  410. visibility: visible;
  411. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement