Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.84 KB | None | 0 0
  1. /* < CSS by Raphael Santana Carvalho > */
  2.  
  3.             body{background:#3F3F3F url('../images/body_bg.jpg') repeat-x 0 0;color:#000;margin:20px 0;padding:0;font-family:"Trebuchet MS",verdana,arial,"Times New Roman",serif;font-size:90%}
  4.            
  5.             table.table1 {background-color: white; width: 600; height:650}
  6.             td.td1 {position: absolute; margin-bottom:10px; background-color: white}
  7.             P {}
  8.            
  9.             .layout {position:absolute; margin-left: 30%; background-color: white; width: 600; height:650}
  10.  
  11.             .layer1 {position:relative; top: -10px; left: 31; font-family:"Purisa"; font-size:30px; z-index:1}
  12.             .layer2 {position:relative; top: -23px; left:20; font-size:15px; z-index:1}
  13.  
  14.             hr.hr1 {position: absolute; top: 20px; left: 0; background-color: lightgray; width: 70%; border:0}
  15.             hr.hr2 {position: absolute; bottom: 43px; left: 0; background-color: black; width: 100%; border:0}
  16.  
  17.             .logo {position: relative; top: -611; right: -10px; width:45; height:50}
  18.  
  19.             .image1 {position: relative; top: 10; left: -20px; width:56; height:55}
  20.             .image2 {position: relative; top: 18; right: 150; width:16; height:11} 
  21.             .image3 {position: relative; top: 18; right: 150; width:90; height:100}
  22.             .image4 {position: relative; top: 5; left: 5px; width:415; height:100} 
  23.             .image5 {position: relative; top: -5; left: 105px; width:45; height:45;}
  24.             .image6 {position: relative; top: 35; left: 80px; width:45; height:45; border:0px; padding:1px}
  25.             .image7 {position: relative; top: 35; left: -30px; width:45; height:45; border:0px; padding:1px}   
  26.  
  27.             #navigation {position: relative; right: 120px; bottom: 18px; padding:10px 0; text-align:center}
  28.             a{color:#000;text-decoration:none}
  29.             a:hover{color:darkorange;font-weight:bold; }
  30.  
  31.             .final {background-color: lightgray; position: absolute; bottom: 0px; width: 100%; height:50px;}   
  32.             .map {position: absolute; left: 20px; top: 10px; font-size: 12px; font-weight: bold}
  33.             .copy {position: absolute; left: 60%; top: 10px; font-size: 12px;}
  34.             .slide {position: relative; top: -265px; left: 370px; border: 1}
  35.             .header {background-color: lightgray; border: 1; position: relative; top: -20px; left: 15px; border: 1; width: 71%; height: 110px}
  36.  
  37.             .contact { border: 1px solid; border-color:black; background-color: lightgray; border: 1; position: absolute; top: 107px; left: 445px; border: 1; width: 25%; height: 108px}
  38.             .contact1 {position: absolute; bottom: 75; left: 5; font-weight:bold}
  39.             .infocontact {position: absolute; bottom: 20; left: 5; font-size: 12px}
  40.  
  41.             .content {border: 0; position: relative; bottom: 145px; left: 15px; border: 1; width: 71%; height: 250px; font-size: 13px}
  42.  
  43.             .social {border: 1px solid; border-color:black;  background-color: lightgray; position: absolute; top: 220px; left: 445px; border: 1; width: 25%; height: 110px}
  44.             .social1 {position: absolute; bottom: 75; left: 5; font-weight:bold}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement