mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 11:10:08 +00:00
minor refactoring...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d641ad08b6
commit
7794c89f99
40
index.html
40
index.html
@ -52,46 +52,6 @@
|
||||
}
|
||||
*/
|
||||
|
||||
/* overlay... */
|
||||
|
||||
.overlay {
|
||||
display: block;
|
||||
position: fixed;
|
||||
z-index: 999999;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.overlay > div:first-child {
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
opacity: 0.7;
|
||||
|
||||
cursor: hand;
|
||||
|
||||
}
|
||||
.overlay > div:last-child {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 50%;
|
||||
width: 100%;
|
||||
height: 50%;
|
||||
margin-top: -20%;
|
||||
|
||||
text-align: center;
|
||||
|
||||
opacity: 0.9;
|
||||
|
||||
box-shadow: 5px 5px 200px 30px black;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<script src="ext-lib/jquery.js"></script>
|
||||
|
||||
40
magazine.css
40
magazine.css
@ -497,6 +497,46 @@ body {
|
||||
}
|
||||
|
||||
|
||||
/* overlay... */
|
||||
.overlay {
|
||||
display: block;
|
||||
position: fixed;
|
||||
z-index: 999999;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.overlay > div:first-child {
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
opacity: 0.7;
|
||||
|
||||
cursor: hand;
|
||||
|
||||
}
|
||||
.overlay > div:last-child {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 50%;
|
||||
width: 100%;
|
||||
height: 50%;
|
||||
margin-top: -20%;
|
||||
|
||||
text-align: center;
|
||||
|
||||
opacity: 0.9;
|
||||
|
||||
box-shadow: 5px 5px 200px 30px black;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*********************************************************** modes ***/
|
||||
|
||||
/* page view mode -- fullscreen, single page view */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user