mirror of
https://github.com/bvanroll/GIP-2015.git
synced 2025-08-29 03:52:46 +00:00
first commit
This commit is contained in:
119
zijkant.css
Normal file
119
zijkant.css
Normal file
@@ -0,0 +1,119 @@
|
||||
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;
|
||||
|
||||
}
|
Reference in New Issue
Block a user