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.
83 lines
954 B
CSS
83 lines
954 B
CSS
body {
|
|
font-style: normal;
|
|
font-family: sans-serif;
|
|
font-size: 1em;
|
|
color: black;
|
|
background-color: lightgrey;
|
|
padding: 6px;
|
|
}
|
|
|
|
a.nav {
|
|
display: block;
|
|
padding: 6px;
|
|
padding-left: 6px;
|
|
height: 44px;
|
|
}
|
|
a:link {
|
|
color: black;
|
|
}
|
|
|
|
a:visited {
|
|
color: black;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
h1 {
|
|
font-family: sans-serif;
|
|
text-align: left;
|
|
font-size: 1em;
|
|
color: black;
|
|
}
|
|
|
|
h2 {
|
|
font-family: sans-serif;
|
|
font-size: 1.2em;
|
|
padding-top: 12px;
|
|
}
|
|
|
|
div .container-fluid {
|
|
background-color: white;
|
|
/*padding-top: 12px;*/
|
|
}
|
|
|
|
.col-md-4 {
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
}
|
|
|
|
p.nav {
|
|
font-size: 0.9em;
|
|
/*height:200px;
|
|
*/}
|
|
|
|
iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
|
|
.svg {
|
|
z-index: 2;
|
|
}
|
|
|
|
li.nav {
|
|
float: left;
|
|
}
|
|
|
|
title {
|
|
font-family: sans-serif;
|
|
font-size: 1.2em;
|
|
padding: 6px;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Century";
|
|
src: url(./fonts/CenturyExpandedLTStd.ttf) format("truetype");
|
|
} |