You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
825 B
CSS

body {
font-style: normal;
font-family: sans-serif;
font-size: 1.2em;
background-color: grey;
padding: 6px;
}
a {
}
.nav {
display: block;
border: 1px solid black;
padding: 6px;
}
a:link {
color: blue;
}
a:visited {
color: blue;
}
a:hover {
text-decoration: underline;
}
h1 {
font-family: 'Century Schoolbook', serif;
text-align: center;
font-size: 1.8em;
}
h2 {
font-family: sans-serif;
font-size: 1.2em;
padding: 6px;
}
div .container-fluid {
background-color: grey;
/*padding-top: 12px;*/
}
.col-md-4 {
padding-left: 6px;
padding-right: 6px;
}
p .nav{
font-size: 0.9em;
}
iframe {
width: 100%;
height: 100%;
}
img {
max-width: 100%;
max-height: 100%;
background-color: black;
}
li .nav {
float: left;
height: 50px;
}
title {
font-family: sans-serif;
font-size: 1.2em;
padding: 6px;
}