You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
a-manga-thing/zhetic-poc/css/reader.css

99 lines
1.5 KiB

body {
font-family: 'Courier New', monospace;
}
#titlebarContainer {
z-index: 99;
position: absolute;
width: 100%;
height: 200px;
}
#titlebar {
z-index: 98;
text-align: center;
border-radius: 4px;
position: relative;
border: 1px solid rgba(0, 0, 0, 0.2);
transform: translate(-50%, -50%);
background-color: rgba(256, 256, 256, 1);
left: 50%;
width: 80%;
height: 40px;
margin-top: 30px;
}
#titlebarText {
margin: 10px;
float: left;
color: black;
}
.titlebarButton {
background-color: rgba(0, 0, 0, 0);
float: right;
border:none;
height: 40px;
width: 40px;
}
.titlebarIcon {
width: 20px;
height: 20px;
}
.imageView {
position: absolute;
height: 100%;
width: auto;
margin: auto;
bottom: 0;
left: 0;
right: 0;
top: 0;
z-index: 95;
}
.imageLeft {
position: absolute;
width: 50%;
height: auto;
margin-top: 20px;
top : 0;
right: 50%;
z-index: 96;
}
.imageRight {
position: absolute;
width: 50%;
height: auto;
margin-top: 20px;
top: 0;
left: 50%;
z-index: 96;
}
#pageLeft {
position: absolute;
height: 100%;
width: 50%;
left: 0%;
z-index: 97;
}
#pageRight {
position: absolute;
height: 100%;
width: 50%;
left:50%;
z-index: 97;
}
#pageFooter {
z-index: 98;
position: fixed;
bottom: 0;
left: 50%;
transform: translate(-50%, -50%);
}