mirror of
https://github.com/blasten/turn.js.git
synced 2025-11-25 11:38:07 +08:00
15 lines
293 B
CSS
15 lines
293 B
CSS
/* Steve jobs' book */
|
|
|
|
.sj-book .even{
|
|
background-image:url(../pics/gradient-page-left.jpg);
|
|
background-position:right top;
|
|
background-repeat:repeat-y;
|
|
}
|
|
|
|
.sj-book .odd{
|
|
background-image:url(../pics/gradient-page-right.jpg);
|
|
background-position:left top;
|
|
background-repeat:repeat-y;
|
|
}
|
|
|