Current Path : /var/www/html/clients/rebirth.e-nk.ru/templates/skin/developer-jquery/css/ |
Current File : /var/www/html/clients/rebirth.e-nk.ru/templates/skin/developer-jquery/css/popups.css |
/* Login popup */ .login-form { width: 200px; text-align: center; margin-left: -100px; left: 50%; top: 60px; background: #fff; border: 1px solid #666; padding: 15px; position: absolute; z-index: 100; display: none; } .login-form h3 { margin-bottom: 15px; } .login-form p { margin-bottom: 5px; } .login-form label { color: #888; } .login-form input { text-align: center; } .login-form .checkbox-label { color: #333; } .login-form .checkbox { position: relative; top: 2px; margin-right: 5px; } .login-form .close { position: absolute; top: 5px; right: 5px; width: 14px; height: 14px; outline: none; background: url(../images/close.png) no-repeat; } /* Upload image popup */ .upload-form h3 { margin-bottom: 15px; } .upload-form .close { position: absolute; top: 5px; right: 5px; width: 14px; height: 14px; outline: none; background: url(../images/close.png) no-repeat; } /* Blog delete popup */ .blog-delete-form { width: 200px; margin-left: -100px; left: 50%; top: 300px; background: #fff; border: 1px solid #666; padding: 15px; position: fixed; z-index: 100; display: none; } .blog-delete-form p { margin-bottom: 8px; } .blog-delete-form .close { position: absolute; top: 5px; right: 5px; width: 14px; height: 14px; outline: none; background: url(../images/close.png) no-repeat; } /* Add friend popup */ .add-friend-form { width: 200px; margin-left: -100px; left: 50%; top: 300px; background: #fff; border: 1px solid #666; padding: 15px; position: fixed; z-index: 100; display: none; } .add-friend-form textarea { width: 195px; margin-bottom: 5px; } .add-friend-form .close { position: absolute; top: 5px; right: 5px; width: 14px; height: 14px; outline: none; background: url(../images/close.png) no-repeat; } /* Add userfield popup */ .userfield-form { width: 270px; padding: 15px; margin-left: -120px; position: absolute; top: 100px; left: 50%; background-color: #fff; border: 1px solid #666; display: none; } .userfield-form p { margin-bottom: 10px; } .userfield-form .input-text { width: 262px; border: 1px solid #ccc; margin: 0; padding: 3px; font-family: Arial, sans-serif; font-size: 12px; }