Page MenuHomec4science

tln-crossref.component.css
No OneTemporary

File Metadata

Created
Mon, Jun 24, 04:33

tln-crossref.component.css

#page {
width: 100%;
position: relative;
top: 0px;
left: 0px;
}
.preview {
position: absolute;
top: 0px;
width: 400px;
height: 100%;
text-align: center;
}
.centered {
margin: auto;
}
.text {
position: absolute;
top: 0px;
left: 400px;
}
.page-view {
overflow: auto;
}
.external {
background-color: lightblue;
height: 100px;
position: relative;
left: 80px;
}
.highlight {
background-color: lightblue;
}
.text-navi {
position: absolute;
right: 0px;
background-color: lightblue;
z-index: 1;
}
.page-navi {
float: left;
}

Event Timeline