168 lines
2.5 KiB
CSS
168 lines
2.5 KiB
CSS
.navbar-brand img {
|
|
width: 100%;
|
|
margin-left: 4%;
|
|
margin-top: 7%;
|
|
}
|
|
|
|
.login-reg-text a {
|
|
font-family: "Courier";
|
|
font-size: 1.8em;
|
|
color: #0000cf;
|
|
overflow: hidden;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.remember-month{
|
|
font-family: "Courier";
|
|
font-size: 15px;
|
|
}
|
|
|
|
footer {
|
|
background-color: #ebe6e6;
|
|
}
|
|
|
|
body {
|
|
min-height: 100%;
|
|
min-width: 320px;
|
|
}
|
|
|
|
.navToMain {
|
|
flex-wrap: wrap;
|
|
text-decoration: none;
|
|
font-family: "Courier";
|
|
color: #0000cf;
|
|
font-size: 1.6em;
|
|
}
|
|
|
|
|
|
footer a {
|
|
font-family: "Courier";
|
|
color: #0000cf;
|
|
text-decoration: none;
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
footer h1 {
|
|
font-family: "Courier";
|
|
text-decoration: none;
|
|
font-size: 1.5em;
|
|
height: auto;
|
|
}
|
|
|
|
|
|
main .profile-inf {
|
|
font-family: "Courier";
|
|
font-size: 1.5em;
|
|
margin-top: 5%;
|
|
padding-left: 6%;
|
|
}
|
|
|
|
main .group-name {
|
|
font-family: "Courier";
|
|
font-size: 1.8em;
|
|
margin-left: 6%;
|
|
}
|
|
|
|
main h1 {
|
|
font-family: "Courier";
|
|
font-size: 2em;
|
|
margin-left: 6%;
|
|
margin-top: 5%;
|
|
}
|
|
|
|
main .register-panel {
|
|
font-family: "Courier";
|
|
font-size: 1.56em;
|
|
}
|
|
|
|
main a {
|
|
font-family: "Courier";
|
|
font-size: 1.8em;
|
|
margin-left: 6%;
|
|
text-decoration: none;
|
|
overflow: hidden;
|
|
color: #0000cf;
|
|
}
|
|
|
|
main table{
|
|
font-family: "Courier";
|
|
}
|
|
|
|
main {
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
.register-success{
|
|
margin-top: 5%;
|
|
font-family: "Courier";
|
|
font-size: 50px;
|
|
}
|
|
|
|
|
|
|
|
.form-container {
|
|
background: #ffffff;
|
|
font-family: 'Nunito', sans-serif;
|
|
padding: 40px;
|
|
border-radius: 20px;
|
|
border-color:#000;
|
|
}
|
|
|
|
.form-container .form-horizontal .form-group {
|
|
margin: 0 0 25px 0;
|
|
}
|
|
|
|
.form-container .form-horizontal .form-group label {
|
|
font-family: "Courier";
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
|
|
.form-container .form-horizontal .btn {
|
|
font-family: "Courier";
|
|
color: #000;
|
|
background-color: #efefef;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.form-container .form-horizontal .btn:hover,
|
|
.form-container .form-horizontal .btn:focus {
|
|
color: #fff;
|
|
letter-spacing: 3px;
|
|
box-shadow: none;
|
|
outline: none;
|
|
}
|
|
|
|
.add-group{
|
|
font-family: "Courier";
|
|
font-size: 1.5em;
|
|
padding: 5%;
|
|
}
|
|
|
|
.add-group button{
|
|
font-family: "Courier";
|
|
font-size: 35px;
|
|
}
|
|
|
|
.group-link{
|
|
font-family: "Courier";
|
|
font-size: 2em;
|
|
margin-left: 6%;
|
|
margin-top: 5%;
|
|
}
|
|
header a{
|
|
text-decoration: none;
|
|
}
|
|
header img {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.LogoText{
|
|
font-family: "Courier";
|
|
font-size: 3em;
|
|
color: #000;
|
|
vertical-align: bottom;
|
|
overflow: hidden;
|
|
|
|
}
|