CAMP part 1, registration, apply, new login screen, wide layout

This commit is contained in:
Ricsi
2017-06-08 18:35:09 +02:00
parent 7bd93e1730
commit f17adf4850
58 changed files with 4469 additions and 57 deletions

93
_css/camp.css Normal file
View File

@@ -0,0 +1,93 @@
nav {
box-shadow: none;
width: 100%;
}
ul.topnav {
background-color: #0052CC;
}
main #main_content, main #loading {
width: 100%;
box-shadow: none;
}
.info {
padding: 0px 8%;
}
#cct_extra_row {
margin-top: 10px;
display: none;
}
#add_more_cct {
margin-bottom: 15px;
}
h1, p {
text-align: center;
}
form table {
margin: 0px auto;
border-collapse: collapse;
border: 2px solid black;
background: #e7d6d6;
min-width: 400px;
cursor: pointer;
}
form table td {
font-size: 20px;
padding: 5px 10px;
}
form table tr:hover td {
background-color: #602f2f;
color: #fff;
}
.danger {
width: 64%;
display: block;
margin: 20px auto;
padding: 15px;
}
.middle {
display: block;
margin: 20px auto;
}
h2 {
text-align: center;
margin-top: 50px;
}
.apply_table {
width: 80%;
text-align: center;
min-width: 800px;
border-collapse: collapse;
margin: 30px auto 50px auto;
}
.smaller {
min-width: 588px;
width: 50%;
}
.apply_table th {
background-color: #000;
color: #fff;
padding: 5px;
}
.apply_table td {
padding: 5px;
}
.apply_table tr:hover td{
background: #eeeeee;
}

View File

@@ -35,9 +35,7 @@ main #main_content {
background-color: #fff;
padding: 30px 10px 10px 10px;
webkit-box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.75);
box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.75);
}
@@ -49,9 +47,7 @@ main #loading {
background-color: #fff;
padding: 30px 10px 10px 10px;
webkit-box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.75);
box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.75);
z-index: 100;
@@ -77,6 +73,18 @@ main #loading {
float: right;
}
.float_left {
float: left;
}
.shuttle_block {
height: 25px;
}
.z10 {
z-index: 10;
}
.danger {
background-color: #ffdddd;
border-left: 6px solid #002E4C;
@@ -87,6 +95,19 @@ main #loading {
font-weight: bold;
}
.
.checkbox_label {
position: relative;
top: 3px;
left: 5px;
}
.error_msg {
color: #ff0000;
font-style: italic;
}
ul.topnav span {
color: #f2f2f2;
@@ -491,6 +512,45 @@ table.log tr.delete:hover {
filter: alpha(opacity=30); /* For IE8 and earlier */
}
.apply_table {
width: 80%;
text-align: center;
min-width: 800px;
border-collapse: collapse;
margin: 30px 0px 50px 20px;
}
.smaller {
min-width: 588px;
width: 50%;
}
.apply_table th {
background-color: #000;
color: #fff;
padding: 5px;
}
.apply_table td {
padding: 5px;
}
.apply_table tr:hover td{
background: #eeeeee;
}
.apply_table img {
width: 25px;
}
.pending {
float: right;
}
h1.apply {
margin-left: 20px;
}
@media (min-width: 680px) {
@@ -568,7 +628,7 @@ table.log tr.delete:hover {
}
main #main_content, main #loading {
width: 80%;
width: 100%;
margin: 0px auto;
}

45
_css/login.css Normal file
View File

@@ -0,0 +1,45 @@
body {
background: #eee !important;
}
.wrapper {
margin-top: 80px;
margin-bottom: 80px;
}
.form-signin {
max-width: 380px;
padding: 15px 35px 45px;
margin: 0 auto;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 30px;
}
.form-signin .checkbox {
font-weight: normal;
}
.form-signin .form-control {
position: relative;
font-size: 16px;
height: auto;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="text"] {
margin-bottom: -1px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
margin-bottom: 20px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

92
_css/login_form.css Normal file
View File

@@ -0,0 +1,92 @@
.login-page {
width: 360px;
padding: 3% 0 0;
margin: auto;
}
.form {
position: relative;
z-index: 1;
background: #FFFFFF;
max-width: 360px;
margin: 0 auto 100px;
padding: 15px 45px 45px 45px;
text-align: center;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input[type=text],
.form input[type=password]
{
font-family: sans-serif;
outline: 0;
background: #f2f2f2;
width: 100%;
border: 0;
margin: 0 0 15px;
padding: 15px;
box-sizing: border-box;
font-size: 14px;
height: auto;
}
.form input[type=submit] {
font-family: "Roboto", sans-serif;
text-transform: uppercase;
outline: 0;
background: #4C74AF;;
width: 100%;
border: 0;
padding: 15px;
color: #FFFFFF;
font-size: 14px;
-webkit-transition: all 0.3 ease;
transition: all 0.3 ease;
cursor: pointer;
font-weight: bold;
}
.form button:hover,.form button:active,.form button:focus {
background: #4F40DE;
}
.form .message {
margin: 15px 0 0;
color: #b3b3b3;
font-size: 12px;
}
.form .message a {
color: #4C74AF;
text-decoration: none;
}
.form .register-form {
display: none;
}
.container {
position: relative;
z-index: 1;
max-width: 300px;
margin: 0 auto;
}
.container:before, .container:after {
content: "";
display: block;
clear: both;
}
.container .info {
margin: 50px auto;
text-align: center;
}
.container .info h1 {
margin: 0 0 15px;
padding: 0;
font-size: 36px;
font-weight: 300;
color: #1a1a1a;
}
.container .info span {
color: #4d4d4d;
font-size: 12px;
}
.container .info span a {
color: #000000;
text-decoration: none;
}
.container .info span .fa {
color: #EF3B3A;
}

View File

@@ -1,11 +1,8 @@
nav {
display: block;
width: 80%;
width: 100%;
margin: 0px auto;
height: 50px;
webkit-box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.75);
box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.75);
font-weight: bold;
}