mirror of
https://github.com/flynx/PortableMag.git
synced 2025-11-02 04:50:12 +00:00
more CSS cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5a1d167ef9
commit
15ac2614cf
@ -1,7 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Magazine</title>
|
||||
|
||||
<link rel="stylesheet" href="magazine.css">
|
||||
<link rel="stylesheet" href="magazine-custom.css">
|
||||
|
||||
<script src="jquery.js"></script>
|
||||
<script src="jquery.touchSwipe.js"></script>
|
||||
<script src="jstorage.js"></script>
|
||||
|
||||
@ -1,5 +1,10 @@
|
||||
/* magazine customization */
|
||||
.magazine {
|
||||
/**********************************************************************
|
||||
* magazine customization
|
||||
*
|
||||
**********************************************************************/
|
||||
|
||||
/*************************************** main structural elements ****/
|
||||
.viewer {
|
||||
background: gray;
|
||||
}
|
||||
|
||||
@ -14,3 +19,10 @@
|
||||
.page {
|
||||
background: silver;
|
||||
}
|
||||
|
||||
|
||||
/*********************************************************************/
|
||||
|
||||
|
||||
|
||||
/*********************************************************************/
|
||||
|
||||
@ -31,7 +31,8 @@ body {
|
||||
|
||||
/* XXX change to relative units... */
|
||||
font-size: 12px;
|
||||
background: silver;
|
||||
|
||||
background: white;
|
||||
|
||||
-webkit-transition: all 0.2s ease;
|
||||
-moz-transition: all 0.2s ease;
|
||||
@ -139,7 +140,6 @@ body {
|
||||
|
||||
/* magazine cover */
|
||||
.magazine > .cover {
|
||||
background: white;
|
||||
}
|
||||
|
||||
/* user hints, visible when user draggs past the cover or the last page
|
||||
@ -185,7 +185,6 @@ body {
|
||||
}
|
||||
|
||||
.article > .cover {
|
||||
background: white;
|
||||
}
|
||||
|
||||
|
||||
@ -246,7 +245,7 @@ body {
|
||||
height: 100%;
|
||||
z-index: 9000;
|
||||
|
||||
background-color: white;
|
||||
background: white;
|
||||
}
|
||||
.splash * {
|
||||
color: gray;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user