Advertisement
Guest User

Untitled

a guest
Apr 10th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.73 KB | None | 0 0
  1. body{
  2.     background: url(../img/fundo_utc.jpg);
  3.     font-family: 'Play', sans-serif;
  4.     font-weight: 200;
  5.     color: #FEFEFE;
  6.     font-size: 11px;
  7. }
  8.  
  9. #nav_top{
  10.     background: url(../img/topo.jpg);
  11.     height: 49px;
  12. }
  13. #nav_top li a{
  14.     font-family: 'Play', sans-serif;
  15.     font-weight: 200;
  16.     color: #FEFEFE;
  17.     font-size: 11px;
  18. }
  19.  
  20. #header{
  21.     background: #F0F0F0;
  22.     margin: 2px 0;
  23.    
  24.  
  25. }
  26.  
  27. #header_centro{
  28.     background: url(../img/fundo_header.jpg) no-repeat;
  29.     height: 118px;
  30. }
  31.  
  32. #menu{
  33.     background: url(../img/fundo_menunav.jpg);
  34.     height: 52px;
  35. }
  36.  
  37. footer{
  38.     height: 491px;
  39.     background: url(../img/fundo_rodape.jpg);
  40. }
  41.  
  42. ul.box1 {
  43.     padding-right: 0px;
  44.     margin: 0px;
  45.     padding-top: 0px;
  46.     padding-bottom: 0px;
  47.     padding-left: 0px;
  48. }
  49.  
  50. li.box1linha {
  51.     list-style-type: none;
  52.     list-style-position: outside;
  53.     list-style-image: url(../img/seta_rodapelinks.png);
  54.     margin-bottom: 5px;
  55.     padding-top: 0px;
  56.     padding-right: 0px;
  57.     padding-bottom: 7px;
  58.     padding-left: 0px;
  59.     background-image: url(../img/linha_rodapelinks.png);
  60.     background-repeat: repeat-x;
  61.     background-position: center bottom;
  62.     margin-top: 0px;
  63.     margin-right: 0px;
  64.     margin-left: 0px;
  65.     }
  66.    
  67.     li.box1linha a {
  68.     color: #FFF;
  69.     text-decoration: none;
  70.     }
  71. li.box1linha a:hover {
  72.     color: #F5F5F5;
  73.     text-decoration: underline;
  74. }
  75.  
  76. .box1titulo {
  77.     font-size: 24px;
  78.     color: #FFF;
  79.     font-weight: normal;
  80.     padding-top: 0px;
  81.     padding-right: 0px;
  82.     padding-bottom: 10px;
  83.     padding-left: 10px;
  84.     margin-top: 20px;
  85.     margin-right: 0px;
  86.     margin-bottom: 20px;
  87.     margin-left: 0px;
  88.     background-image: url(../img/linha_rodapelinks.png);
  89.     background-repeat: repeat-x;
  90.     background-position: center bottom;
  91. }
  92. .box1estruc {
  93.     padding-bottom: 10px;
  94.     color: #D8D8D8;
  95.     padding-left: 10px;
  96. }
  97.  
  98. .box2titulo {
  99.     font-size: 24px;
  100.     color: #FFF;
  101.     font-weight: normal;
  102.     padding-top: 0px;
  103.     padding-right: 0px;
  104.     padding-bottom: 10px;
  105.     padding-left: 10px;
  106.     margin-top: 20px;
  107.     margin-right: 0px;
  108.     margin-bottom: 20px;
  109.     margin-left: 0px;
  110.     background-image: url(../img/linha_rodapelinks.png);
  111.     background-repeat: repeat-x;
  112.     background-position: center bottom;
  113. }
  114.  
  115. .box2estruc {
  116.     padding-bottom: 10px;
  117.     color: #D8D8D8;
  118.     padding-left: 10px;
  119. }
  120.  
  121. .box2estruc a {
  122.     color: #FFF;
  123.     text-decoration: none;
  124.     }
  125. .box2estruc  a:hover {
  126.     color: #FFF;
  127.     text-decoration: underline;
  128.     }
  129.  
  130.  
  131.     ul.box3 {
  132.        }
  133.    .box3estrc {
  134.     margin-bottom: 10px;
  135.     padding-bottom: 20px;
  136.     margin-top: 20px;
  137.        }
  138.  
  139. li.box3linha {
  140.     list-style-type: none;
  141.     list-style-position: outside;
  142.     list-style-image: url(../img/seta_rodapelinks.png);
  143.     margin-bottom: 5px;
  144.     padding-top: 0px;
  145.     padding-right: 0px;
  146.     padding-bottom: 7px;
  147.     padding-left: 0px;
  148.     background-image: url(../img/linha_rodapelinks.png);
  149.     background-repeat: repeat-x;
  150.     background-position: center bottom;
  151.     }
  152.    
  153.     li.box3linha a {
  154.     color: #FFF;
  155.     text-decoration: none;
  156.     }
  157. li.box3linha a:hover {
  158.     color: #F5F5F5;
  159.     text-decoration: underline;
  160. }
  161.  
  162. .box3titulo {
  163.     font-size: 24px;
  164.     color: #FFF;
  165.     font-weight: normal;
  166.     padding-top: 0px;
  167.     padding-right: 0px;
  168.     padding-bottom: 10px;
  169.     padding-left: 10px;
  170.     margin-top: 20px;
  171.     margin-right: 0px;
  172.     margin-bottom: 20px;
  173.     margin-left: 0px;
  174.     background-image: url(../img/linha_rodapelinks.png);
  175.     background-repeat: repeat-x;
  176.     background-position: center bottom;
  177. }  
  178.  
  179.    .box4estrc {
  180.     margin-bottom: 10px;
  181.     padding-bottom: 20px;
  182.     margin-top: 20px;
  183.        }
  184. .box4titulo {
  185.     font-size: 24px;
  186.     color: #FFF;
  187.     font-weight: normal;
  188.     padding-top: 0px;
  189.     padding-right: 0px;
  190.     padding-bottom: 10px;
  191.     padding-left: 10px;
  192.     margin-top: 20px;
  193.     margin-right: 0px;
  194.     margin-bottom: 20px;
  195.     margin-left: 0px;
  196.     background-image: url(tema/linha_rodapelinks.png);
  197.     background-repeat: repeat-x;
  198.     background-position: center bottom;
  199. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement