summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-11-17 19:02:53 -0600
committerRene Ae <aehtyb@gmail.com>2015-11-17 19:02:53 -0600
commitf37368ef12ac719b18cbc7eacd62fe7f39c0e9dd (patch)
tree8491db48b798735064eccdce7abf09510476c093
parenta8d09a3420a94531d465057339a3e5b42a05c761 (diff)
updated 'profile' css
-rw-r--r--StoneIsland/www/css/account.css149
-rw-r--r--StoneIsland/www/css/nav.css20
-rw-r--r--StoneIsland/www/index.html25
3 files changed, 184 insertions, 10 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css
index a6bfe4fd..ad7819bb 100644
--- a/StoneIsland/www/css/account.css
+++ b/StoneIsland/www/css/account.css
@@ -46,4 +46,151 @@
.settings #settings { display: block }
#settings {
display: none;
-} \ No newline at end of file
+}
+
+form {
+ margin-top:20px;
+}
+
+form h2 {
+ text-align: center;
+ margin: 0;
+ padding: 28px 10px 8px 10px;
+ font-size: 14px;
+ color: #000;
+ letter-spacing: 1px;
+ font-weight: bold;
+}
+
+input {
+ font-family:pfd, sans-serif;
+ font-size:14px;
+ outline:none!important;
+ color:#000;
+ letter-spacing:1px;
+ text-transform:uppercase;
+ height:37px;
+ text-align:center;
+ margin: 0px auto;
+ display:block;
+ margin-top:4px;
+ width: calc(100vw - 10px);
+ border:1px solid #a9a9a9;
+}
+
+.half-input {
+ margin: 0px auto;
+ display: block;
+ margin-top: 4px;
+ width: calc(100vw - 10px);
+ border: 1px solid #a9a9a9;
+ overflow: auto;
+}
+
+.half-input input {
+ position: relative;
+ margin: 0;
+ border:none;
+ box-sizing: border-box;
+ float: left;
+ width: 50%;
+}
+
+.half-input > input:first-child {
+ border-right: 1px solid #a9a9a9;
+}
+
+#newsletter {
+ margin: 0px auto;
+ display: table;
+ margin-top: 28px;
+ width: calc(100vw - 10px);
+ box-sizing: border-box;
+ padding:15px;
+ font-size:14px;
+}
+
+#newsletter .caption {
+display:table-cell;
+ vertical-align:middle;
+ width:100%;
+}
+
+#newsletter .toggle {
+display:table-cell;
+ vertical-align:middle;
+
+text-align:right
+}
+
+#newsletter h3 {
+margin:0;
+}
+
+#newsletter-info {
+ margin: 0px auto;
+ display: table;
+ padding-top: 18px;
+ width: calc(100vw - 10px);
+ box-sizing: border-box;
+ font-size:13px;
+ letter-spacing:0.5px;
+ text-align:center;
+}
+
+input#switch {
+ max-height: 0;
+ max-width: 0;
+ opacity: 0;
+}
+
+input#switch + label {
+ display: inline-block;
+ position: relative;
+ box-shadow: inset 0 0 0px 1px rgba(0,0,0,.7);
+ text-indent: -5000px;
+ height: 30px;
+ width: 50px;
+ border-radius: 15px;
+}
+
+input#switch + label:before {
+ content: "";
+ position: absolute;
+ display: block;
+ height: 30px;
+ width: 30px;
+ top: 0;
+ left: 0;
+ border-radius: 15px;
+ background: rgba(19, 191, 17, 0);
+ -moz-transition: .25s ease-in-out;
+ -webkit-transition: .25s ease-in-out;
+ transition: .25s ease-in-out;
+}
+
+input#switch + label:after {
+ content: "";
+ position: absolute;
+ display: block;
+ height: 30px;
+ width: 30px;
+ top: 0;
+ left: 0px;
+ border-radius: 15px;
+ background: white;
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,.7);
+ -moz-transition: .25s ease-in-out;
+ -webkit-transition: .25s ease-in-out;
+ transition: .25s ease-in-out;
+}
+
+input#switch:checked + label:before {
+ width: 50px;
+ background: #136f11;
+}
+
+input#switch:checked + label:after {
+ left: 20px;
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,.7);
+}
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css
index 3173135e..4c184d42 100644
--- a/StoneIsland/www/css/nav.css
+++ b/StoneIsland/www/css/nav.css
@@ -19,8 +19,8 @@
}
.ios #nav,
.ios #content {
- top: 20px;
- height: -webkit-calc(100% - 20px);
+ top: 8px;
+ height: -webkit-calc(100% - 10px);
}
.nav #nav {
-webkit-transform: translateZ(0) translateX(0);
@@ -145,9 +145,9 @@
background-position: center center;
position: absolute;
background-size: contain;
- width: 80px; height: 38px;
- left: 50%; top: 2px;
- margin-left: -40px;
+ width: 120px; height: 40px;
+ left: 50%; top: -4px;
+ margin-left: -60px;
}
#header .burger {
display: inline-block;
@@ -175,6 +175,8 @@
padding: 10px 0;
color: #bbb;
float: left;
+ font-size:14px;
+ font-weight:bold;
}
#footer .ok {
color: #000;
@@ -243,10 +245,10 @@
h1 {
text-align: center;
margin: 0;
- padding: 15px 10px 10px 10px;
+ padding: 16px 10px 12px 10px;
border-bottom: 1px solid #000;
- font-size: 18px;
+ font-size: 14px;
color: #000;
- letter-spacing: 2px;
- font-weight: 100;
+ letter-spacing: 1px;
+ font-weight: bold;
}
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index 6fb061b1..2725323a 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -232,14 +232,39 @@
<input type="text" name="Name" placeholder="FIRST NAME" required>
<input type="text" name="Surname" placeholder="LAST NAME" required>
<input type="email" name="Email" placeholder="EMAIL ADDRESS" required>
+ <!--
<select name="Gender">
<option value="M">Male</option>
<option value="F">Female</option>
</select>
+ -->
+ <div class="half-input">
+ <input type="text" name="Zip" placeholder="ZIP" required>
+ <div id="country-wrapper">
+ <div id="country-select">
+ <input type="text" name="Country" placeholder="UNITED STATES" required>
+ </div>
+ </div>
+ </div>
+
<h2>CHANGE PASSWORD</h2>
<input type="password" name="CurrentPassword" placeholder="CURRENT PASSWORD" required>
<input type="password" name="NewPassword" placeholder="NEW PASSWORD (7 CHARACTERS OR MORE)" required>
<span class="msg"></span>
+ <div id="newsletter">
+ <div class="caption">
+ <h3>Newsletter</h3>
+ Receive Stone Island Newsletter
+ </div>
+ <div class="toggle">
+ <div class="toggle-switch">
+ <input type="checkbox" name="switch" id="switch">
+ <label for="switch"></label>
+ </div>
+ </div>
+ </div>
+ <div id="newsletter-info">* Your personal and payment<br>
+ information will always remain private</div>
</form>
</div>