Website/assets/odin.css

42 lines
775 B
CSS
Executable File

body {
padding-top: 50px;
text-align: justify;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
.logo_text {
font-family: Lato, sans-serif;
font-size: 40px;
font-style: normal;
font-weight: bold;
vertical-align: baseline;
color: black;
}
.person_list .person {
margin-top: 5px;
margin-bottom: 7px;
margin-left: 20px;
margin-right: 20px;
padding-left: 10px;
padding-right: 10px;
font-size: 13pt;
font-weight: bold;
border-bottom-color: #ccc;
border-bottom-style: solid;
border-bottom-width: 1px;
padding-bottom: 5px;
}
.person_list .person .affiliation, .person_list .person .status {
float: right;
font-size: 10pt;
font-weight: normal;
vertical-align: center;
}
.person_list a {
text-decoration: none;
}