cinemafoundation.in/icf.css

131 lines
2.1 KiB
CSS
Raw Normal View History

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 {
color: rgb(64, 64, 64);
margin: 0;
}
a {
color: rgb(255, 128, 0);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
b {
font-family: Source Serif Semibold;
}
em, i {
font-family: Lora Italic;
}
#head {
2018-01-11 15:02:07 +00:00
background-color: #1f618d;
2018-01-11 12:44:22 +00:00
height: 80px;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1;
}
2018-01-11 15:02:07 +00:00
#icf_the {
height: 22px;
left: 9px;
position: absolute;
top: 49px;
}
2018-01-11 12:44:22 +00:00
#icf_icon {
height: 64px;
left: 64px;
position: absolute;
top: 8px;
}
#icf_logo {
height: 22px;
left: 136px;
position: absolute;
top: 49px;
}
2018-01-11 15:02:07 +00:00
#link {
display: none;
font-family: Source Serif Semibold;
font-size: 15px;
//font-weight: bold;
position: fixed;
right: 16px;
top: 154px;
z-index: 100;
}
2018-01-11 12:44:22 +00:00
#timeline {
background-color: rgb(192, 192, 192);
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;
user-select: none;
-webkit-user-select: none;
}
#menu {
2018-01-11 15:02:07 +00:00
background: #1f618d;
2018-01-11 12:44:22 +00:00
border-bottom: 1px dotted rgb(255, 128, 0);
color: rgb(192, 192, 192);
font-family: Source Serif Semibold;
font-size: 18px;
height: 24px;
left: 0;
2018-01-11 15:02:07 +00:00
padding: 8px 12px;
2018-01-11 12:44:22 +00:00
position: fixed;
right: 0;
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-11 15:02:07 +00:00
color: rgb(192, 192, 192);
2018-01-11 12:44:22 +00:00
text-decoration: none;
}
#menu > a:hover {
2018-01-11 15:02:07 +00:00
color: rgb(224, 160, 96);
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;
padding-bottom: 32px;
position: absolute;
text-align: justify;
2018-01-11 15:02:07 +00:00
top: 192px;
2018-01-11 12:44:22 +00:00
width: 800px;
}
.section:not(.selected) {
display: none;
2018-01-12 09:28:15 +00:00
}
@media (max-width: 768px) {
.section {
width: 600px;
}
}