Skip to content
Snippets Groups Projects
default_style.css 1.23 KiB
.frame {
    width: 360px;
    height: 550px;
	margin: 50px auto;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 0.5px solid black;
    border-bottom: 0.5px solid black;
    border-left: 0.5px solid black;
    border-right: 0.5px solid black;
    font-family: calibri light;
}

.frame h1,h2 {
	text-align: center;
    font-family: franklin gothic;
}

.button {
    color: black;
    border: 2px solid black;
    border-radius: 6px;
    text-shadow:none;
}

.green {
    background: #82d800;
}

.green:hover {
    background: #9dff08;
}

.red {
    background: #d50027;
}

.red:hover {
    background: #ff264e;
}

input{
	width: 90%;
    border: 1px solid black;
}

a {
    color: black;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	opacity: 0.6%;
}

.menu {
    border: 0.5px solid black; 
    width: 119px;
    float: left;
    text-align: center;
    font-family: calibri;
}

.menu_active {
    background-color: #465d43;
    color: white;
}

.menu > h3 {
    margin-top: 5%;
    margin-bottom: 5%
}

.menu_container {
    background-color: red; 
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.subheader {
    height: 15%;
}
.title {
    float: left;
}
.title h1 {
    text-align: left;
    margin: 0;
}