2013-01-25 17:36:28 +04:00
|
|
|
/**********************************************************************
|
|
|
|
|
* magazine customization
|
|
|
|
|
*
|
|
|
|
|
**********************************************************************/
|
|
|
|
|
|
|
|
|
|
/*************************************** main structural elements ****/
|
2013-02-08 23:08:44 +04:00
|
|
|
|
|
|
|
|
.magazine {
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-06 23:12:10 +04:00
|
|
|
.magazine .cover {
|
2013-02-08 23:08:44 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.article {
|
2013-01-20 16:59:14 +04:00
|
|
|
}
|
|
|
|
|
|
2013-02-06 23:12:10 +04:00
|
|
|
.article .cover {
|
2013-01-20 16:59:14 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.page {
|
2013-02-11 18:22:00 +04:00
|
|
|
}
|
|
|
|
|
.page .content {
|
2013-01-20 16:59:14 +04:00
|
|
|
}
|
2013-01-25 17:36:28 +04:00
|
|
|
|
2013-02-08 23:08:44 +04:00
|
|
|
.cover {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2013-02-11 18:22:00 +04:00
|
|
|
/**************************************************** UI elements ****/
|
|
|
|
|
/* NOTE: these may override themes... */
|
2013-02-08 23:08:44 +04:00
|
|
|
|
|
|
|
|
/* toolbar links */
|
|
|
|
|
.top-toolbar a, .bottom-toolbar a {
|
|
|
|
|
color: silver;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.button {
|
2013-02-11 18:22:00 +04:00
|
|
|
color: silver;
|
2013-02-08 23:08:44 +04:00
|
|
|
font-size: 25px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
cursor: hand;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bottom-toolbar .page-number {
|
|
|
|
|
color: gray;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navigator {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navigator .bar {
|
|
|
|
|
background: silver;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navigator .bar .indicator {
|
|
|
|
|
background: yellow;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navigator .bar .article {
|
|
|
|
|
background: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navigator .bar .bookmark {
|
|
|
|
|
background: red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.page-number-text {
|
|
|
|
|
color: gray;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2013-02-11 18:22:00 +04:00
|
|
|
/*********************************************************** sizes ***/
|
2013-02-08 23:08:44 +04:00
|
|
|
|
|
|
|
|
.magazine {
|
2013-02-11 18:22:00 +04:00
|
|
|
/*
|
|
|
|
|
height: auto;
|
|
|
|
|
margin-top: -300px;
|
|
|
|
|
*/
|
2013-02-08 23:08:44 +04:00
|
|
|
}
|
|
|
|
|
|
2013-02-11 18:22:00 +04:00
|
|
|
.page .content {
|
|
|
|
|
/*
|
|
|
|
|
width: 800px;
|
|
|
|
|
height: 600px;
|
|
|
|
|
*/
|
2013-02-08 23:08:44 +04:00
|
|
|
}
|
|
|
|
|
|
2013-01-25 17:36:28 +04:00
|
|
|
|
|
|
|
|
/*********************************************************************/
|