diff options
Diffstat (limited to 'www/static')
| -rw-r--r-- | www/static/invite.css | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/www/static/invite.css b/www/static/invite.css new file mode 100644 index 0000000..7ea92a3 --- /dev/null +++ b/www/static/invite.css @@ -0,0 +1,91 @@ +/********************************************************* + invite-Form +**********************************************************/ +div.invite-area{ + height: 200px; + width: 400px; + position: relative; + top: 50%; + margin-top: -100px; + margin-left: auto; + margin-right: auto; + border: 1px solid #1F3D4C; + padding: 10px; +} + +h1.invite-area{ + font-size: 32px; + font-weight: normal; + line-height: 32px; + padding:0; + display: block; +} + +#invite-info-bar{ + display: block; + width: 400px; + height:32px; + padding:0; + margin:0; + border: none; + position: static; +} + +h1.invite-area{ + font-size: 32px; + font-weight: normal; + line-height: 32px; + padding:0; + display: inline-block; +} + +#invite-error{ + font-size: 13pt; + background: red; + text-align:right; + float:right; + display: inline-block; + line-height: 26px; + border: 3px solid #1F3D4C; +} + +#invite-message{ + font-size: 13pt; + text-align:right; + float:right; + display: inline-block; + line-height: 26px; + border: 3px solid #1F3D4C; +} + + +form.invite-form{ + +} + +input.invite-input[type=email]{ + border: none; + box-shadow: inset 0px 0px 1px 1px #1F3D4C; + border-radius: 0; + height: 40px; + font-size: 25px; + margin-top: 15px; + width: 395px; + display:block; + padding-left: 5px; +} + +input.invite-input:focus{ + background: #D6E0E5 +} + +#button-input{ + height: 40px; + width: 120px; + display:inline; + border: none; + box-shadow: inset 0px 0px 1px 1px #1F3D4C; + border-radius: 0; + font-size: 25px; + margin-top: 15px; +} |
