|
@@ -25,7 +25,7 @@
|
|
|
background-image: -ms-linear-gradient(top, rgb(75, 75, 75), rgb(45, 45, 45));
|
|
|
background-image: linear-gradient(top, rgb(75, 75, 75), rgb(45, 45, 45));
|
|
|
border-radius: 5px;
|
|
|
- box-shadow: 0px 0px 5px #000, inset 0px 1px 0px rgba(255,255,255,.08), inset 1px 0px 0px rgba(255,255,255,.03), inset -1px 0px 0px rgba(255,255,255,.03);
|
|
|
+ box-shadow: 0px 0px 5px #000, inset 0px 1px 0px rgba(255,255,255,.08);
|
|
|
|
|
|
/* Animation */
|
|
|
-webkit-animation-name: moveUp;
|
|
@@ -47,7 +47,7 @@
|
|
|
color: #fff;
|
|
|
font-size: 16px;
|
|
|
font-weight: bold;
|
|
|
- text-shadow: 0px -1px 0px #222;
|
|
|
+ text-shadow: 0px -1px 0px rgba(0, 0, 0, .3);
|
|
|
text-align: center;
|
|
|
}
|
|
|
.message .close {
|
|
@@ -57,7 +57,7 @@
|
|
|
padding: 12px 14px 6px 7px;
|
|
|
color: #aaa;
|
|
|
font-size: 20px;
|
|
|
- text-shadow: 0px -1px 0px #222;
|
|
|
+ text-shadow: 0px -1px 0px rgba(0, 0, 0, .3);
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.message .close:hover {
|
|
@@ -72,7 +72,7 @@
|
|
|
padding: 12px 5% 15px 5%;
|
|
|
color: #eee;
|
|
|
font-size: 14px;
|
|
|
- text-shadow: 0px -1px 0px #222;
|
|
|
+ text-shadow: 0px -1px 0px rgba(0, 0, 0, .3);
|
|
|
line-height: 20px;
|
|
|
}
|
|
|
.message p b {
|
|
@@ -88,20 +88,15 @@
|
|
|
.message .button {
|
|
|
float: right;
|
|
|
margin: 15px 15px 15px 0px;
|
|
|
- padding: 6px 10px 8px 10px;
|
|
|
- background-color: #4e4e4e;
|
|
|
- background-image: -webkit-linear-gradient(top, rgb(60, 60, 60), rgb(45, 45, 45));
|
|
|
- background-image: -moz-linear-gradient(top, rgb(60, 60, 60), rgb(45, 45, 45));
|
|
|
- background-image: -ms-linear-gradient(top, rgb(60, 60, 60), rgb(45, 45, 45));
|
|
|
- background-image: linear-gradient(top, rgb(60, 60, 60), rgb(45, 45, 45));
|
|
|
+ padding: 7px 10px 8px 10px;
|
|
|
color: #ccc;
|
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
|
|
text-align: center;
|
|
|
text-shadow: 0px -1px 0px #222;
|
|
|
border-radius: 5px;
|
|
|
- border: 1px solid #191919;
|
|
|
- box-shadow: inset 0px 1px 0px rgba(255,255,255,.1), 0px 1px 0px rgba(255,255,255,.1);
|
|
|
+ border: 1px solid rgba(0,0,0,.4);
|
|
|
+ box-shadow: inset 0px 1px 0px rgba(255,255,255,.08), 0px 1px 0px rgba(255,255,255,.05);
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.message .button:first-of-type {
|
|
@@ -109,22 +104,22 @@
|
|
|
}
|
|
|
.message .button.active {
|
|
|
color: #fff;
|
|
|
- box-shadow: inset 0px 1px 0px rgba(255,255,255,.1), 0px 1px 0px rgba(255,255,255,.1), 0px 0px 4px #005ecc;
|
|
|
+ box-shadow: inset 0px 1px 0px rgba(255,255,255,.08), 0px 1px 0px rgba(255,255,255,.1), 0px 0px 4px #005ecc;
|
|
|
}
|
|
|
.message .button:hover {
|
|
|
background-color: #565757;
|
|
|
- background-image: -webkit-linear-gradient(top, rgb(80, 80, 80), rgb(57, 57, 57));
|
|
|
- background-image: -moz-linear-gradient(top, rgb(80, 80, 80), rgb(57, 57, 57));
|
|
|
- background-image: -ms-linear-gradient(top, rgb(80, 80, 80), rgb(57, 57, 57));
|
|
|
- background-image: linear-gradient(top, rgb(80, 80, 80), rgb(57, 57, 57));
|
|
|
+ background-image: -webkit-linear-gradient(top, rgb(60, 60, 60), rgb(57, 57, 57));
|
|
|
+ background-image: -moz-linear-gradient(top, rgb(60, 60, 60), rgb(57, 57, 57));
|
|
|
+ background-image: -ms-linear-gradient(top, rgb(60, 60, 60), rgb(57, 57, 57));
|
|
|
+ background-image: linear-gradient(top, rgb(60, 60, 60), rgb(57, 57, 57));
|
|
|
}
|
|
|
.message .button:active,
|
|
|
.message .button.pressed {
|
|
|
background-color: #393939;
|
|
|
- background-image: -webkit-linear-gradient(top, rgb(57, 57, 57), rgb(70, 70, 70));
|
|
|
- background-image: -moz-linear-gradient(top, rgb(57, 57, 57), rgb(70, 70, 70));
|
|
|
- background-image: -ms-linear-gradient(top, rgb(57, 57, 57), rgb(70, 70, 70));
|
|
|
- background-image: linear-gradient(top, rgb(57, 57, 57), rgb(70, 70, 70));
|
|
|
+ background-image: -webkit-linear-gradient(top, rgb(57, 57, 57), rgb(60, 60, 60));
|
|
|
+ background-image: -moz-linear-gradient(top, rgb(57, 57, 57), rgb(60, 60, 60));
|
|
|
+ background-image: -ms-linear-gradient(top, rgb(57, 57, 57), rgb(60, 60, 60));
|
|
|
+ background-image: linear-gradient(top, rgb(57, 57, 57), rgb(60, 60, 60));
|
|
|
}
|
|
|
|
|
|
/* Sign in ------------------------------------------------*/
|
|
@@ -213,7 +208,7 @@
|
|
|
color: #fff;
|
|
|
font-size: 14px;
|
|
|
font-weight: 700;
|
|
|
- text-shadow: 0 -1px 0 #222;
|
|
|
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
|
|
|
}
|
|
|
.message .choice p {
|
|
|
margin-top: 2px;
|