Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.92 KB | None | 0 0
  1. /* ------------------------------------
  2.     CSS Desenvolvido pela
  3.     pianoLab | Agencia Interativa
  4.         Author: Luiz Paulo
  5.     Ultima Atualização:
  6.     Alterado Por:
  7.  
  8.     Favor não quebrar meu código
  9. ------------------------------------ */
  10.  
  11. /* reset */
  12. 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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;vertical-align:baseline;text-decoration:none}
  13. strong{font-weight:bold;}
  14. :focus{outline:0}
  15. body{font-family:Arial, Helvetica, sans-serif;font-size:13px}
  16. ol, ul{list-style:none}
  17. table{border-collapse: separate;border-spacing:0}
  18. caption, th, td{text-align: left;font-weight: normal}
  19. blockquote:before, blockquote:after, q:before, q:after {content: ""}
  20. blockquote, q{ quotes: "" ""}
  21. html{overflow:-moz-scrollbars-vertical}
  22. a{color:#989898}
  23. a:hover{text-decoration:none;}
  24. .clear {clear: both;}
  25. .radius{
  26.     -moz-border-radius: 8px;
  27.     border-radius: 8px;
  28.     -webkit-border-radius: 8px;
  29. }
  30. .shadow{box-shadow:0px 0px -10px #575757;-moz-box-shadow:0px 0px 1px #575757;-webkit-box-shadow:0px 0px 1px #575757;}
  31. /* global */
  32. a#logo, ul#info{background:url('../images/sprite.png') no-repeat;}
  33. div#highlight{width:780px;height:270px;margin:0 auto;border:8px solid #fff;position:relative;top:37px;}
  34.  
  35. body{background:#ffffff url('../images/bg.jpg') no-repeat center top;width:960px;margin:0 auto;}
  36. /* header */
  37. div#header{width:929px;height:91px;display:block;margin:0 auto;position:relative;}
  38. div#header a#logo{text-indent:-20000px;width:139px;height:61px;display:block;padding:0 10px 0 0;left:10px;top:10px;position:absolute;}
  39.  
  40. div#header ul#info{background-position:0px -80px;width:205px;height:35px;display:block;position:absolute;right:10px;top:0;}
  41. div#header ul#info li{display:block;float:left;}
  42. div#header ul#info li a{color:#3c3c3c;}
  43. div#header ul#info li a.homepage{width:86px;height:20px;display:block;float:left;padding:8px 0 0 34px;}
  44. div#header ul#info li a.contact-us{color:#3c3c3c;width:50px;height:20px;display:block;float:left;padding:8px 0 0 26px;}
  45.  
  46. div#header ul#nav{height:22px;display:block;position:absolute;right:20px;bottom:10px;}
  47. div#header ul#nav li{height:22px;display:block;float:left;margin:0 0 0 26px;}
  48. div#header ul#nav li a{font-family:'Times New Roman';font-weight:bold;font-style:italic;font-size:16px;color:#00377b;display:block;padding:0 0 0 20px;}
  49. div#header ul#nav li a:hover{color:#2b4c76;}
  50. /* content */
  51. /* footer */
  52.  
  53. /* text/titles */
  54. h2.title{font-family:'Times New Roman';font-weight:bold;font-style:italic;font-size:24px;color:#002553;display:block;}
  55. span{font-size:12px;color:#575757;display:block;}
  56. /* navegation */
  57.  
  58. /* forms */
  59.  
  60. /* extra */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement