Website/old/src.bak/css/mimir.css

111 lines
2.6 KiB
CSS

@font-face{font-family:'DINWebRegular';src:url(fonts/DINWeb.eot);src:local('☺'),url(fonts/DINWeb.woff) format('woff'),url(fonts/dinpro-regular-webfont.ttf) format('truetype'),url(fonts/dinpro-regular-webfont.svg#webfontvugT94qN) format('svg');font-weight:normal;font-style:normal}
@font-face{font-family:'DINWebLight';src:url(fonts/DINWeb-Light.eot);src:local('☺'),url(fonts/DINWeb-Light.woff) format('woff'),url(fonts/dinpro-light-webfont.ttf) format('truetype'),url(fonts/dinpro-light-webfont.svg#webfontaaHewQlQ) format('svg');font-weight:normal;font-style:normal}
@font-face{font-family:'DINWebBold';src:url(fonts/DINWeb-Bold.eot);src:local('☺'),url(fonts/DINWeb-Bold.woff) format('woff'),url(fonts/dinpro-bold-webfont.ttf) format('truetype'),url(fonts/dinpro-bold-webfont.svg#webfontOQQc9qcQ) format('svg');font-weight:normal;font-style:normal}
.header_menu a, .header_menu a:hover, .header_menu a:visited,
.left_menu a, .left_menu a:hover, .left_menu a:visited {
color: inherit;
text-decoration: inherit;
}
body {
padding: 0px;
margin: 0px;
background-color: white;
min-height: 100%;
}
.header_logo {
background-color: #041a9b;
width: 100%;
height: 42px;
position: fixed;
left: 0px;
top: 0px;
margin: 0px;
color: #ffffff;
border-bottom-style: solid;
border-bottom-color: white;
border-bottom-width: 1px;
}
.header_logo img {
padding-left: 8px;
padding-right: 8px;
padding-top: 4px;
}
.header_menu {
width: 100%;
position: fixed;
left: 0px;
top: 42px;
text-align: center;
background-color: white;
border-bottom: 1px dotted black;
vertical-align: bottom;
margin-bottom: 0px;
}
.header_menu li {
padding-top: 4px;
padding-bottom: 8px;
padding-left: 20px;
padding-right: 20px;
font-family: DinWebLight, 'Trebuchet MS', sans-serif;
font-size: 12pt;
font-style: normal;
font-variant: normal;
font-weight: normal;
color: black;
display: inline-block;
text-shadow: 2px 0px 5px black;
}
.header_menu li:hover {
background-color: #ddd;
}
h1 h2 h3 h4 h5 h6 {
font-family: DINWebBold, 'Trebuchet MS', sans-serif;
font-weight: bold;
}
h1 {
padding-top: 100px;
margin-top: 100px;
font-size: 50px;
}
h2 {
margin-top: 60px;
margin-bottom: 30px;
font-size: 35px;
}
.content {
width: 100%;
text-align: center;
font-size: 20px;
font-family: 'DINWebRegular', 'Trebuchet MS', sans-serif;
margin-bottom: 50px;
}
.content p {
margin-left: auto;
margin-right: auto;
min-width: 200px;
max-width: 600px;
text-align: justify;
}
.content img {
margin-left: auto;
margin-right: auto;
}
.content dl dt {
margin-top: 20px;
font-family: DINWebBold, 'Trebuchet MS', sans-serif;
font-weight: bold;
}