Skip to content
Snippets Groups Projects
default_style.css 1.52 KiB
Newer Older
.frame {
    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:link, a:visited {
}

a:hover {
    text-align: center;
    font-family: calibri;
.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;
}

.profile_pict_frame {
    width: 100px;
    height: 100px;
    overflow: auto;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
.profile_pict_frame img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}