2018-01-11 12:44:22 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: Source Serif;
|
|
|
|
src: url(ttf/SourceSerifPro-Regular.ttf);
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: Source Serif Semibold;
|
|
|
|
src: url(ttf/SourceSerifPro-Semibold.ttf);
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2018-01-12 13:43:24 +00:00
|
|
|
background-color: rgb(208, 224, 240);
|
|
|
|
//background-color: rgb(48, 96, 144);
|
2018-01-11 12:44:22 +00:00
|
|
|
color: rgb(64, 64, 64);
|
2018-01-12 13:43:24 +00:00
|
|
|
//color: rgb(192, 192, 192);
|
2018-01-11 12:44:22 +00:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
b {
|
|
|
|
font-family: Source Serif Semibold;
|
|
|
|
}
|
|
|
|
em, i {
|
|
|
|
font-family: Lora Italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
#head {
|
2018-01-12 13:43:24 +00:00
|
|
|
background-color: rgb(48, 96, 144);
|
2018-01-11 12:44:22 +00:00
|
|
|
height: 80px;
|
|
|
|
left: 0;
|
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
#icf_icon {
|
|
|
|
height: 64px;
|
|
|
|
left: 64px;
|
|
|
|
position: absolute;
|
|
|
|
top: 8px;
|
|
|
|
}
|
2018-01-12 13:43:24 +00:00
|
|
|
#icf_the {
|
2018-01-11 12:44:22 +00:00
|
|
|
height: 22px;
|
|
|
|
left: 136px;
|
|
|
|
position: absolute;
|
|
|
|
top: 49px;
|
|
|
|
}
|
2018-01-12 13:43:24 +00:00
|
|
|
#icf_logo {
|
|
|
|
height: 22px;
|
|
|
|
left: 183px;
|
|
|
|
position: absolute;
|
|
|
|
top: 49px;
|
|
|
|
}
|
2018-01-11 15:02:07 +00:00
|
|
|
#link {
|
|
|
|
display: none;
|
2018-01-12 13:43:24 +00:00
|
|
|
color: rgb(208, 224, 240);
|
2018-01-11 15:02:07 +00:00
|
|
|
font-family: Source Serif Semibold;
|
|
|
|
font-size: 15px;
|
|
|
|
//font-weight: bold;
|
2018-01-12 13:43:24 +00:00
|
|
|
position: absolute;
|
2018-01-11 15:02:07 +00:00
|
|
|
right: 16px;
|
2018-01-12 13:43:24 +00:00
|
|
|
text-decoration: none;
|
|
|
|
top: 56px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
#link:hover {
|
|
|
|
color: rgb(255, 255, 255);
|
2018-01-11 15:02:07 +00:00
|
|
|
}
|
2018-01-11 12:44:22 +00:00
|
|
|
|
|
|
|
#timeline {
|
2018-01-11 15:02:07 +00:00
|
|
|
height: 64px;
|
2018-01-11 12:44:22 +00:00
|
|
|
left: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
top: 80px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
#timeline > img {
|
2018-01-11 15:02:07 +00:00
|
|
|
height: 64px;
|
2018-01-11 12:44:22 +00:00
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu {
|
2018-01-12 13:43:24 +00:00
|
|
|
background-color: rgb(48, 96, 144);
|
2018-01-11 12:44:22 +00:00
|
|
|
color: rgb(192, 192, 192);
|
|
|
|
font-family: Source Serif Semibold;
|
|
|
|
font-size: 18px;
|
|
|
|
height: 24px;
|
|
|
|
left: 0;
|
2018-01-12 13:43:24 +00:00
|
|
|
letter-spacing: 0.5px;
|
|
|
|
padding: 8px 12px 8px 64px;
|
2018-01-11 12:44:22 +00:00
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
2018-01-12 13:43:24 +00:00
|
|
|
text-shadow: 0 -0.25px rgb(192, 192, 192),
|
|
|
|
0.25px 0 rgb(192, 192, 192),
|
|
|
|
0 0.25px rgb(192, 192, 192),
|
|
|
|
-0.25px 0 rgb(192, 192, 192);
|
2018-01-11 15:02:07 +00:00
|
|
|
top: 144px;
|
2018-01-11 12:44:22 +00:00
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
#menu > a {
|
2018-01-12 13:43:24 +00:00
|
|
|
color: rgb(208, 224, 240);
|
2018-01-11 12:44:22 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
#menu > a:hover {
|
2018-01-12 13:43:24 +00:00
|
|
|
color: rgb(255, 255, 255);
|
2018-01-11 12:44:22 +00:00
|
|
|
}
|
|
|
|
#menu > a.selected {
|
|
|
|
color: rgb(255, 128, 0);
|
|
|
|
}
|
|
|
|
#menu > a.selected {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section {
|
|
|
|
font-family: Source Serif;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
left: 64px;
|
2018-01-12 13:43:24 +00:00
|
|
|
padding: 16px 0 32px 0;
|
2018-01-11 12:44:22 +00:00
|
|
|
position: absolute;
|
|
|
|
text-align: justify;
|
2018-01-12 13:43:24 +00:00
|
|
|
top: 184px;
|
2018-01-11 12:44:22 +00:00
|
|
|
width: 800px;
|
|
|
|
}
|
|
|
|
.section:not(.selected) {
|
|
|
|
display: none;
|
2018-01-12 09:28:15 +00:00
|
|
|
}
|
2018-01-12 13:43:24 +00:00
|
|
|
.section a {
|
|
|
|
color: rgb(48, 96, 144);
|
|
|
|
//text-decoration: none;
|
2018-01-12 09:28:15 +00:00
|
|
|
}
|
2018-01-12 13:43:24 +00:00
|
|
|
.section a:hover {
|
|
|
|
text-decoration: underline;
|
2018-01-12 09:28:15 +00:00
|
|
|
}
|