Private
Public Access
1
0
Files
MineSeeker/src/Jotunheimr/UserBundle/Resources/public/css/layout.css

194 lines
3.7 KiB
CSS
Raw Normal View History

::-webkit-input-placeholder {
color: #888982;
}
::-moz-placeholder {
color: #888982;
}
:-ms-input-placeholder {
color: #888982;
}
:-moz-placeholder {
color: #888982;
}
* {
padding: 0;
margin: 0;
outline: 0;
}
*,
*:after,
*::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
2016-12-08 14:35:28 +01:00
.ac-custom {
width: 100%;
}
2016-12-08 14:35:28 +01:00
header section .form-check {
display: table;
position: relative;
margin: 20px 0;
2016-11-07 21:14:53 +01:00
}
2016-12-08 14:35:28 +01:00
header section h1 {
margin: 10px 0;
}
2016-12-08 14:35:28 +01:00
header section .input-submit button,
header section .input-submit button:hover,
header section .form-input,
header section .form-input:focus,
header section .form-input:hover {
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
2016-12-08 14:35:28 +01:00
header section .input-submit button {
background: #83aed9;
display: table;
font: bold 32px 'Rajdhani', sans-serif;
text-transform: uppercase;
text-decoration: none;
width: 500px;
border: 1px solid #658fb8;
color: #FFFFFF;
padding: 25px 100px;
margin-top: 20px;
-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 3px;
border-radius: 3px;
}
2016-12-08 14:35:28 +01:00
header section .input-submit button:hover {
background: #86b5e1;
-webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}
2016-12-08 14:35:28 +01:00
header section .form-input {
display: block;
width: 500px;
font: bold 22px 'Rajdhani', sans-serif;
border: 1px solid #dddddd;
color: #000000;
padding: 15px;
2016-12-08 14:35:28 +01:00
margin-bottom: 10px;
2016-12-08 14:35:28 +01:00
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
2016-12-08 14:35:28 +01:00
header section .form-input:focus,
header section .form-input:hover {
-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}
2016-12-08 14:35:28 +01:00
header section h3.or {
font: bold 16px 'Rajdhani', sans-serif;
text-transform: uppercase;
color: #a1a1a1;
margin: 20px 0;
}
2016-12-08 14:35:28 +01:00
header section .fb,
header section form {
z-index: 2;
}
2016-12-08 14:35:28 +01:00
header section a.fb-login {
background: #5975b1;
position: relative;
2016-12-08 14:35:28 +01:00
display: block;
width: 500px;
height: 93px;
border: 1px solid #50649f;
margin: 0;
2016-12-08 14:35:28 +01:00
overflow: hidden;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
2016-12-08 14:35:28 +01:00
header section a.fb-login:hover {
background: #42598c;
color: #FFFFFF;
text-decoration: none;
2016-12-08 14:35:28 +01:00
-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}
2016-12-08 14:35:28 +01:00
header section a.fb-login i {
position: absolute;
font-size: 130px;
top: 0;
left: 15px;
}
2016-12-08 14:35:28 +01:00
@media screen and (max-width: 1100px) {
header section .form-input,
header section .form-check {
margin-left: auto;
margin-right: auto;
}
2016-12-08 14:35:28 +01:00
header section .input-submit button {
margin: 0 auto;
}
header section > div {
width: 100%;
}
2016-12-08 14:35:28 +01:00
header section a.fb-login {
margin: 0 auto;
}
}
2016-12-08 14:35:28 +01:00
@media screen and (max-width: 550px) {
header section {
padding: 10px;
}
2016-11-07 21:14:53 +01:00
2016-12-08 14:35:28 +01:00
header section .form-input {
width: 100%;
margin-left: auto;
margin-right: auto;
}
2016-12-08 14:35:28 +01:00
header section .form-check {
margin: 20px auto;
}
header section .input-submit button {
width: 100%;
}
header section a.fb-login {
width: 100%;
}
header section a.fb-login span {
display: none;
}
}