Files
GIP-2015/zijkant.css
2015-03-22 21:36:32 +01:00

120 lines
1.6 KiB
CSS

p {
line-height: 24px;
font-family: 'Segoe UI';
font-size: 18px;
}
a:link {
color: #BDB69C;
font-family: 'Segoe UI';
font-size: 18px;
text-decoration: none;
}
a:visited {
color: #BDB69C;
font-family: 'Segoe UI';
font-size: 18px;
text-decoration: none;
}
a:hover {
color: #BDB69C;
font-family: 'Segoe UI';
font-size: 18px;
text-decoration: none;
}
a:active {
color: #BDB69C;
font-family: 'Segoe UI';
font-size: 18px;
text-decoration: none;
}
body {
background-color: #41AAC4;
border-width: 0px;
overflow-x: hidden;
overflow-y: hidden;
margin: 0;
padding: 0;
}
div.fr {
width: 25px;
height: 20px;
float: left;
margin: 0;
}
div.en {
width: 25px;
height: 20px;
overflow: hidden;
margin: 0;
}
div.home {
width: 100%;
height: 20px;
background: #717D8C;
margin: 0 0 6px 0;
}
div.home:hover {
width: 100%;
height: 20px;
background: #DDDDDD;
margin: 0 0 6px 0;
}
div.home:active {
width: 100%;
height: 20px;
background: #2F343A;
margin: 0 0 6px 0;
}
div.about {
width: 100%;
background: #717D8C;
height: 20px;
margin: 0 0 6px 0;
}
div.about:hover {
width: 100%;
background: #DDDDDD;
height: 20px;
margin: 0 0 6px 0;
}
div.about:active {
width: 100%;
background: #2F343A;
height: 20px;
}
div.onderkant {
position: absolute;
left: 2px;
bottom: 30px;
height: 20px;
width: 100%;
margin: 0;
}
html{
margin: 0;
}