Tweaking Css prefix
This commit is contained in:
parent
c64e86abec
commit
9cdba38b3c
2 changed files with 11 additions and 17 deletions
|
@ -45,16 +45,16 @@ h1, h2, h3, h4, h5, h6, p {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: "Trebuchet MS", Helvetica, Arial;
|
font-family: "Trebuchet MS", Helvetica, Arial;
|
||||||
color: #e9f5fa;
|
color: #e9f5fa;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-family: sans-serif, Helvetica, Verdana;
|
font-family: sans-serif, Helvetica, Verdana;
|
||||||
color: #c9e7f3;
|
color: #c9e7f3;
|
||||||
background-color: #8aa3c8;
|
background-color: #8aa3c8;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[name=mobile] {
|
input[name=mobile] {
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
html, body {
|
html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background-color: #eef7fb;
|
background-color: #eef7fb;
|
||||||
|
@ -41,9 +41,6 @@ a {
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #abd9ec;
|
color: #abd9ec;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
-webkit-transition: color 0.5s;
|
|
||||||
-moz-transition: color 0.5s;
|
|
||||||
-o-transition: color 0.5s;
|
|
||||||
transition: color 0.5s;
|
transition: color 0.5s;
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
|
@ -173,13 +170,10 @@ margin-bottom: -50px;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
.mobile input {
|
.mobile input {
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
/* Safari/Chrome, other WebKit */
|
/* Safari/Chrome, other WebKit */
|
||||||
|
|
||||||
-moz-box-sizing: border-box;
|
|
||||||
/* Firefox, other Gecko */
|
/* Firefox, other Gecko */
|
||||||
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box
|
||||||
/* Opera/IE 8+ */
|
/* Opera/IE 8+ */
|
||||||
}
|
}
|
||||||
#incercari_msg {
|
#incercari_msg {
|
||||||
|
|
Loading…
Reference in a new issue