Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //generalMinhaCasa.css - final do arquivo
- /** ERRO DIV **/
- #erroDiv{
- width:545px; height:180px;
- position:fixed;
- top: 50%;left:50%;
- _position: absolute;
- _margin-left:-249px;
- margin-left:-199px;
- margin-top:-100px;
- z-index: 4;
- display:none;
- background: url('../images/loja/barras/top_popin.png') no-repeat
- transparent top center;
- }
- #erroDiv H2 {
- height: 40px;
- line-height: 40px;
- float: left;
- text-align: left;
- padding-left: 75px;
- width: 426px;
- font-size: 20px;
- color: #666666;
- margin-bottom: 0px;
- text-transform: uppercase;
- }
- #erroDiv div {
- clear: both;
- height: 100%;
- text-align: center;
- vertical-align: middle;
- padding: 30px;
- background: url('../images/loja/fundos/fundo_popin.png') repeat-y
- center transparent;
- *margin-top:20px;
- }
- #erroDiv DIV A{
- border:none;display: block;
- margin:8px;
- }
- #erroDiv DIV img{
- cursor:pointer;
- border:none;
- }
- #erroDiv DIV img:HOVER{
- position:relative;
- top:1px;left:1px;
- }
- #erroDiv p{
- margin-bottom: 15px !important;
- font-size: 14px;
- }
Advertisement
Add Comment
Please, Sign In to add comment