CAMP part 1, registration, apply, new login screen, wide layout
This commit is contained in:
93
_css/camp.css
Normal file
93
_css/camp.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user