davistuart

Untitled

Apr 23rd, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.04 KB | None | 0 0
  1. //generalMinhaCasa.css - final do arquivo
  2.  
  3. /** ERRO DIV **/
  4. #erroDiv{
  5.     width:545px; height:180px;
  6.     position:fixed;
  7.     top: 50%;left:50%;
  8.     _position: absolute;
  9.     _margin-left:-249px;
  10.     margin-left:-199px;
  11.     margin-top:-100px;
  12.     z-index: 4;
  13.     display:none;
  14.     background: url('../images/loja/barras/top_popin.png') no-repeat
  15.         transparent top center;
  16. }
  17. #erroDiv H2 {
  18.     height: 40px;
  19.     line-height: 40px;
  20.     float: left;
  21.     text-align: left;
  22.     padding-left: 75px;
  23.     width: 426px;
  24.     font-size: 20px;
  25.     color: #666666;
  26.     margin-bottom: 0px;
  27.     text-transform: uppercase;
  28. }
  29.  
  30. #erroDiv div {
  31.     clear: both;
  32.     height: 100%;
  33.     text-align: center;
  34.     vertical-align: middle;
  35.     padding: 30px;
  36.     background: url('../images/loja/fundos/fundo_popin.png') repeat-y
  37.         center transparent;
  38.     *margin-top:20px;
  39. }
  40.  
  41. #erroDiv DIV A{
  42.     border:none;display: block;
  43.     margin:8px;
  44. }
  45. #erroDiv DIV img{
  46.     cursor:pointer;
  47.     border:none;
  48. }
  49. #erroDiv DIV img:HOVER{
  50.     position:relative;
  51.     top:1px;left:1px;
  52. }
  53.  
  54. #erroDiv p{
  55.     margin-bottom: 15px !important;
  56.     font-size: 14px;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment