Advertisement
Guest User

Untitled

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