Commit 71ad242a authored by i317280's avatar i317280

update

parent 54cc35ec
...@@ -3684,14 +3684,6 @@ ...@@ -3684,14 +3684,6 @@
} }
} }
}, },
"string_decoder": {
"version": "1.0.1",
"bundled": true,
"dev": true,
"requires": {
"safe-buffer": "5.0.1"
}
},
"string-width": { "string-width": {
"version": "1.0.2", "version": "1.0.2",
"bundled": true, "bundled": true,
...@@ -3702,6 +3694,14 @@ ...@@ -3702,6 +3694,14 @@
"strip-ansi": "3.0.1" "strip-ansi": "3.0.1"
} }
}, },
"string_decoder": {
"version": "1.0.1",
"bundled": true,
"dev": true,
"requires": {
"safe-buffer": "5.0.1"
}
},
"stringstream": { "stringstream": {
"version": "0.0.5", "version": "0.0.5",
"bundled": true, "bundled": true,
...@@ -8675,12 +8675,6 @@ ...@@ -8675,12 +8675,6 @@
"integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=", "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=",
"dev": true "dev": true
}, },
"string_decoder": {
"version": "0.10.31",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
"integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
"dev": true
},
"string-width": { "string-width": {
"version": "2.1.1", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
...@@ -8708,6 +8702,12 @@ ...@@ -8708,6 +8702,12 @@
} }
} }
}, },
"string_decoder": {
"version": "0.10.31",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
"integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
"dev": true
},
"stringstream": { "stringstream": {
"version": "0.0.5", "version": "0.0.5",
"resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz", "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
......
/* login form */ /* login form */
form { form {
position: relative; position: relative;
width: 300px; width: 300px;
margin: 0 auto; margin: auto;
background: rgba(130, 130, 130, .3); background: rgba(130, 130, 130, .3);
padding: 20px 22px; padding: 20px 22px;
border: 1px solid; border: 1px solid;
border-top-color: rgba(255, 255, 255, .4); border-top-color: rgba(255, 255, 255, .4);
border-left-color: rgba(255, 255, 255, .4); border-left-color: rgba(255, 255, 255, .4);
border-bottom-color: rgba(60, 60, 60, .4); border-bottom-color: rgba(60, 60, 60, .4);
border-right-color: rgba(60, 60, 60, .4); border-right-color: rgba(60, 60, 60, .4);
} }
form input, form button { form input, form button {
width: 250px; width: 250px;
border: 1px solid; border: 1px solid;
border-bottom-color: rgba(255, 255, 255, .5); border-bottom-color: rgba(255, 255, 255, .5);
border-right-color: rgba(60, 60, 60, .35); border-right-color: rgba(60, 60, 60, .35);
border-top-color: rgba(60, 60, 60, .35); border-top-color: rgba(60, 60, 60, .35);
border-left-color: rgba(80, 80, 80, .45); border-left-color: rgba(80, 80, 80, .45);
background-color: rgba(0, 0, 0, .2); background-color: rgba(0, 0, 0, .2);
background-repeat: no-repeat; background-repeat: no-repeat;
padding: 8px 24px 8px 10px; padding: 8px 24px 8px 10px;
font: bold .875em/1.25em "Monaco", Roboto, sans-serif; font: bold .875em/1.25em "Monaco", Roboto, sans-serif;
letter-spacing: .075em; letter-spacing: .075em;
color: #fff; color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, .1); text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
margin-bottom: 19px; margin-bottom: 19px;
} }
form input:focus { form input:focus {
background-color: rgba(0, 0, 0, .4); background-color: rgba(0, 0, 0, .4);
} }
.from-group { .from-group {
position: relative; position: relative;
} }
.form-control-feedback { .form-control-feedback {
position: absolute; position: absolute;
color: #ffffff; color: #ffffff;
top: 2px; top: 2px;
right: 2px; right: 2px;
z-index: 2; z-index: 2;
display: block; display: block;
width: 34px; width: 34px;
height: 34px; height: 34px;
line-height: 34px; line-height: 34px;
text-align: center; text-align: center;
pointer-events: none; pointer-events: none;
font-weight: 400; font-weight: 400;
font-size: 18px; font-size: 18px;
} }
::-webkit-input-placeholder { ::-webkit-input-placeholder {
color: #ccc; color: #ccc;
text-transform: uppercase; text-transform: uppercase;
} }
::-moz-placeholder { ::-moz-placeholder {
color: #ccc; color: #ccc;
text-transform: uppercase; text-transform: uppercase;
} }
:-ms-input-placeholder { :-ms-input-placeholder {
color: #ccc; color: #ccc;
text-transform: uppercase; text-transform: uppercase;
} }
form button[type=submit] { form button[type=submit] {
width: 250px; width: 250px;
margin-bottom: 0; margin-bottom: 0;
color: greenyellow; color: greenyellow;
letter-spacing: .05em; letter-spacing: .05em;
text-shadow: 0 1px 0 #133d3e; text-shadow: 0 1px 0 #133d3e;
text-transform: uppercase; text-transform: uppercase;
background: #225556; background: #225556;
border-top-color: #9fb5b5; border-top-color: #9fb5b5;
border-left-color: #608586; border-left-color: #608586;
border-bottom-color: #1b4849; border-bottom-color: #1b4849;
border-right-color: #1e4d4e; border-right-color: #1e4d4e;
cursor: pointer; cursor: pointer;
} }
/* login form end */ /* login form end */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment