Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2012
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.38 KB | None | 0 0
  1. html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;    padding: 0; border: 0;  font-size: 100%;    font: inherit;  vertical-align: baseline;}
  2. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {   display: block;}
  3. body {  line-height: 1;}
  4. ol, ul {    list-style: none;}
  5. table {border-collapse: collapse;border-spacing: 0;}
  6. /* --- */
  7. body{font-family:verdana,sans-serif;font-size:82%;text-align:center;background:#0a0a0a url(../images/bg-body.jpg) top center no-repeat}
  8. a{color:#000}
  9. a:hover{text-decoration:none}
  10. strong,b{font-weight:bold}
  11. h1,h2,h3,h4{font-family:arial,sans-serif;font-weight:normal}
  12.  
  13. h1{font-size:22px;font-weight:normal;margin:32px 0 12px 0}
  14. h1 span{color:#e00}
  15. h2{font-size:22px;font-weight:normal;margin:24px 0 }
  16. h2 span{color:#e00}
  17. p{margin:0 0 1em 0;line-height:140%}
  18.  
  19. .red{color:#e00}
  20. .nw{white-space:nowrap}
  21. .tx{background:#fff url(../images/bg-input.jpg) top left no-repeat;padding:5px;border:1px solid #a2a2a3;border-radius:3px}
  22. .clr{clear:both;float:none;width:0;height:0}
  23. .dot{background:url(../images/bg-dot.jpg) repeat-x;height:1px;overflow:hidden;margin:4px 0}
  24. p.bcrumbs{margin:0 !important}
  25.  
  26. #page{margin:0 auto;text-align:left;width:986px}
  27. #head{position:relative;height:160px}
  28. #head a.l{cursor:pointer;position:absolute;left:-114px;top:0;width:659px;height:110px;overflow:hidden;z-index:2}
  29. #head a.l span{position:absolute;display:block;left:0;top:0;width:659px;height:110px;z-index:3;background:url(../images/bg-logo.jpg) no-repeat}
  30. #head ul{position:absolute;left:32px;top:124px}
  31. #head li{float:left;margin-right:24px}
  32. #head li a{color:#fff;font-size:18px;font-weight:bold;text-decoration:none;text-shadow:#000 2px 2px 0}
  33. #head li.act a, #head li a:hover{color:#dcff00}
  34. #head p#b1{position:absolute;left:820px;top:25px;font-size:11px;color:#dcff00}
  35. #head p#b1 a{color:#dcff00}
  36. #head p#b2{position:absolute;left:854px;top:55px;font-size:11px;color:#dcff00}
  37. #head p#b2 a{color:#dcff00}
  38. #head p#b1 a:hover, #head p#b2 a:hover{color:#fff}
  39.  
  40. #content{margin-top:12px;background:#fff url(../images/bg-content.jpg) top right no-repeat}
  41. #left{float:left;width:227px}
  42. #main{float:right;width:725px;padding-right:16px}
  43.  
  44. #left h3{font-size:16px;margin:2px 20px 10px 20px;color:#d00;font-weight:bold}
  45.  
  46. #nav{margin-bottom:1em}
  47. #nav li{margin-bottom:1px}
  48. #nav a{display:block;background:#ececec url(../images/bg-nav.jpg) top right repeat-y;padding:7px 20px;font-size:11px;text-decoration:none}
  49. #nav li.bold a{font-weight:bold}
  50. #nav a:hover{color:#fff;background:#999}
  51.  
  52. #left #info{background:#cf0d0d;color:#fff;margin:1em 0;padding:14px 20px}
  53. #left #info h3{color:#fff;margin:0 0 12px 0}
  54. #left #info li a{color:#fff;font-size:11px;text-decoration:none}
  55. #left #info li a:hover{text-decoration:underline}
  56. #left #info li{margin-bottom:3px}
  57.  
  58. #banners{margin:28px 0 1em 0}
  59. #ban1{margin-right:3px}
  60. #ban2{margin-right:3px}
  61.  
  62. #srch p{margin:0;padding:0 10px 10px 18px}
  63. #srch input{vertical-align:middle}
  64. #srch .tx{width:146px}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement