summaryrefslogtreecommitdiff
path: root/www/static/register.css
diff options
context:
space:
mode:
authorHorus32014-03-10 23:35:53 +0100
committerHorus32014-03-10 23:35:53 +0100
commit967ec8c209eb118685076468ce7fef59e0452881 (patch)
treed9fd6e6a9acd927f8d112ad200c8837edff332dc /www/static/register.css
parentd225afbdc4633b9a836decb717166f19f2c3440f (diff)
downloadfiles.iamfabulous.de-967ec8c209eb118685076468ce7fef59e0452881.tar.gz
folder for static content
Diffstat (limited to 'www/static/register.css')
-rw-r--r--www/static/register.css53
1 files changed, 53 insertions, 0 deletions
diff --git a/www/static/register.css b/www/static/register.css
new file mode 100644
index 0000000..58f645d
--- /dev/null
+++ b/www/static/register.css
@@ -0,0 +1,53 @@
+/*********************************************************
+ Register-Form
+**********************************************************/
+div.register-area{
+ height: 370px;
+ width: 400px;
+ position: relative;
+ top: 50%;
+ /*transform: translateY(-50%);
+ -ms-transform: translateY(-50%);
+ -webkit-transform: translateY(-50%);*/
+ margin-top: -185px;
+
+ margin-left: auto;
+ margin-right: auto;
+ vertical-align: middle;
+ border: 1px solid #1F3D4C;
+ padding: 10px;
+}
+
+h1.register-area{
+ font-weight: 200;
+}
+
+form.register-form{
+
+}
+
+input.register-input[type=text], input.register-input[type=password], input.register-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.register-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;
+}