Page MenuHomec4science

tln-crossref.component.css
No OneTemporary

File Metadata

Created
Sat, Oct 12, 08:13

tln-crossref.component.css

#page {
width: 100%;
position: relative;
top: 0px;
left: 0px;
}
.grid-container{
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
}
.extra-space {
margin-top: 45px;
}
.page-crossref-title {
margin-left: 20px;
}
.preview {
position: relative;
top: 60px;
width: 400px;
height: 100%;
text-align: center;
}
.icon {
margin-left: 5px;
}
.centered {
margin: auto;
}
.text {
position: absolute;
top: 0px;
left: 400px;
}
.page-view {
overflow: auto;
}
.external {
margin-top: 35px;
background-color: lightblue;
height: 100px;
position: relative;
left: 80px;
z-index: 2;
}
.highlight {
background-color: lightblue;
}
.text-navi {
position: absolute;
margin-top: -3px;
left: 0px;
height: 38px;
width: 100%;
background-color: lightblue;
z-index: 1;
}
.close-text {
position: absolute;
height: 38px;
right: 0px;
z-index: 2;
}
.page-navi {
float: left;
margin-top: -3px;
margin-bottom: 1px;
height: 38px;
background-color: lightblue;
z-index: 2;
}
.icon-button {
width: 15px;
margin-left: 3px;
}
.default-mouse {
cursor: default;
}

Event Timeline