H3LD3R

CSS

May 15th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.15 KB | None | 0 0
  1. body {
  2.     margin: 10px;
  3.     background-color: lightgrey;
  4.     background-image: url(img/puzzle.jpg);
  5.     filter:alpha(opacity=60);
  6. }
  7. .wrapper {
  8.     background-color: white;
  9.     min-height: 500px;
  10.     padding: 20px;
  11.     margin-left:10%;
  12.     margin-right:10%;
  13.     background-image: url(img/fundo.png);
  14.     background-position: bottom right;
  15.     background-repeat: no-repeat;
  16.     -webkit-border-radius: 25px;
  17.     -moz-border-radius: 25px;
  18.     border-radius: 25px;
  19. }
  20. .header {
  21.     color: white;
  22.     text-shadow: #000000 2px 2px 2px;
  23.     text-align: right;
  24. }
  25. .nav {
  26.     margin-right: auto;
  27.     margin-left: auto;
  28.     text-align: center;
  29.     border-style: solid;
  30.     border-width: 1px;
  31.     text-decoration: none;
  32.     padding: 5px;
  33.     -webkit-border-radius: 25px;
  34.     -moz-border-radius: 25px;
  35.     border-radius: 25px;
  36. }
  37. .buttons {
  38.     text-decoration: none;
  39.     font: 16pt "Lucida Grande","Trebuchet MS",Verdana,sans-serif;
  40.     color: black;
  41.     margin-right: 20px;
  42. }
  43.  
  44. h1 {
  45.     font-size: 18pt;
  46.     font-weight: bold;
  47. }
  48.  
  49. h2 {
  50.     font-size: 14pt;
  51.     font-weight: italic;
  52. }
  53.  
  54. p {
  55.     font-size:14pt;
  56. }
  57. .tgrande {
  58.     height: 435;
  59.     width: 679;
  60.     background-color: #FFFFFF;
  61.     text-align: justify;
  62. }
  63. .tpequeno {
  64.     height: 80;
  65.     width: 832;
  66. }
Advertisement
Add Comment
Please, Sign In to add comment