Share Pastebin
Guest
Public paste!

uau

By: a guest | Mar 14th, 2010 | Syntax: CSS | Size: 1.44 KB | Hits: 61 | Expires: Never
Copy text to clipboard
  1. body {
  2.         background-image: url("images/top.png");
  3.         background-repeat: repeat-x;
  4.         clear: both;
  5.         font-size: 16px;
  6.         text-align: center;
  7. }
  8.  
  9. h1 {
  10.         padding: 20px;
  11.         text-align: center;
  12.         font-family: "Sans";
  13.         font-size: 35px;
  14.         color: #5A5A5A;
  15.         width: 1000px;
  16.         margin: 18px auto;
  17.         border-right-style: solid;
  18.         border-style: solid;
  19.         border-width: 0 0 1px 0;
  20. }
  21.  
  22. #idSobre {
  23.         float: center;
  24.         width: 200px;
  25. }
  26.  
  27. #menu {
  28.         clear: both;
  29.         padding:0;
  30.         margin:8px;
  31.         color:#fff;
  32.         font-family: arial, helvetica, sans-serif;
  33. }
  34.  
  35. #div_menu {
  36.         width: 200px;
  37.         float: left;
  38.         border-right-style: solid;
  39.         border-style: solid;
  40.         border-width: 0 1px 0 0;
  41.         border-color: #5A5A5A;
  42.         padding: 30px 40px;
  43. }
  44.  
  45. #menu li {
  46.         list-style-type: none;
  47.         padding: 3px 50px;
  48. }
  49.  
  50. #menu li a {
  51.         color: #5A5A5A;
  52.         text-align: left;
  53.         text-decoration: none;
  54.         font-size: 15px;
  55.         float: center;
  56.         padding: 1px 30px;
  57. }
  58.  
  59. #menu li a:hover {
  60.         color: #000000;
  61.         font-size: 14px;
  62.         text-decoration: overline underline;
  63. }
  64.  
  65. .texto {
  66.         border-left-style: 1px dotted;
  67.         border-color: #000000;
  68.         padding: 80px;
  69.         font-family: "Sans";
  70.         font-size: 13px;
  71.         color: #000000;
  72.         min-width: 500px;
  73.         max-width: 800px;
  74.         margin: 30px 0 0 30px;
  75.         float: center;
  76. }
  77.  
  78. a:link {
  79.         color: #5A5A5A;
  80.         text-decoration:none;
  81. }
  82. a:visited {
  83.         color: #5A5A5A;
  84.         text-decoration:none;
  85. }
  86. a:hover {
  87.         color: #5A5A5A;
  88.         text-decoration:none;
  89. }
  90. a:active {
  91.         color: #5A5A5A;
  92.         text-decoration:none;
  93. }