Advertisement
smjrg

Untitled

Nov 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.05 KB | None | 0 0
  1.  
  2. nav ul {
  3.     padding:0px;
  4.     margin-left:50%;
  5.     list-style:none;
  6.     height: 48px;
  7.     width: 100%;
  8. }
  9.  
  10. nav ul li {
  11.     display:  inline;
  12. }
  13.  
  14. nav ul li a {
  15.     /*padding: 2px 22px;*/
  16.     padding:0;
  17.     width: 11%;
  18.     display: inline-block;
  19.     text-decoration: none;
  20.     color: #664232;
  21.     text-align: center;
  22.     vertical-align: middle;
  23. }
  24.  
  25. nav ul li a:hover {
  26.     color: #FF8C00;
  27.     border-top:2px inset #FF8C00;
  28.     text-decoration: none;
  29. }
  30.  
  31. .ativo {
  32.     color: #FF8C00;
  33.     border-top:2px solid #FF8C00;
  34.     text-decoration: none;
  35. }
  36.  
  37. #logo {
  38.     margin-left: 50px;
  39.     margin-top:10px;
  40.     margin-bottom:-20px;
  41. }
  42.  
  43. #principal {
  44.     position:relative;
  45.     width: 100%;
  46.     max-width: 990px;
  47.     height:760px;
  48.    
  49. }
  50.  
  51. #formulario {
  52.    
  53.     width: 52%;
  54.     height: 52%;
  55.     padding: 20px;
  56.     left:63%;
  57.     position:absolute;
  58.     top:17%;
  59.     margin-left: 20%;
  60. }
  61.  
  62. .calltoaction {
  63.     text-align:center;
  64.     color:#ffffff;
  65.     font-size:24px;
  66.     font-family: open_sansextrabold;
  67.     margin-bottom:25px;
  68. }
  69.  
  70. .calltoaction span {
  71.     font-family: open_sanslight;
  72. }
  73.  
  74. .mini {
  75.     width: 47%;
  76.     height:38px;
  77.     margin-bottom: 11px;
  78.     float:left;
  79. }
  80.  
  81. .mini-left {
  82.     width: 47%;
  83.     height:38px;
  84.     margin-right: 11px;
  85.     margin-bottom: 11px;
  86.     float:left;
  87. }
  88.  
  89. .big {
  90.     width: 96.5%;
  91.    
  92.     padding-bottom: 5px;
  93. }
  94.  
  95. .input-mini {width:95%; height:38px; border:0px; padding-left:5%;}
  96. .input-big { margin-bottom: 11px;}
  97. .input-big {width:95%; height:38px; border:0px; padding-left:5%;}
  98. .input-mini-select {width:95%; height:38px; border:0px; padding-left:5%;}
  99. .input-big-select {width:95%; height:38px; border:0px; padding-left:3%;}
  100. .textarea {width:99%; height:50px; border:0px; font-family:Arial, Helvetica, sans-serif;}
  101.  
  102. #services {
  103.    
  104.     width:99%;
  105. }
  106.  .services {
  107.      font-size: 20px;
  108.      font-family: open_sansextrabold;
  109.  }
  110.  
  111. #left {
  112.     width: 50%;
  113.     float: left;
  114.    
  115. }
  116.  
  117. #right {
  118.    
  119.     width: 50%;
  120.     float:right;
  121. }
  122.  
  123. p#gray {
  124.     font-size: 20px;
  125.     color:#808080;"
  126. }
  127.  
  128. .selo {
  129.  text-align:center;
  130. }
  131.  
  132. footer {
  133.     width:100%;
  134.     max-width: 1490px;
  135.     height: 100px;
  136.    
  137.    
  138. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement