PortableMag/css/magazine-custom.css
Alex A. Naanou 1520594db1 moved css files to css folder, starting to get crowded here...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2013-03-06 23:46:49 +04:00

97 lines
1.4 KiB
CSS
Executable File

/**********************************************************************
* magazine customization
*
**********************************************************************/
/*************************************** main structural elements ****/
.magazine {
}
.magazine .cover {
}
.article {
}
.article .cover {
}
.page {
}
.page .content {
}
.cover {
}
.page.caption-top-arrow .content,
.page.caption-bottom-arrow .content {
}
/**************************************************** UI elements ****/
/* NOTE: these may override themes... */
/* toolbar links */
.top-toolbar a, .bottom-toolbar a {
color: silver;
text-decoration: none;
}
.button {
color: silver;
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;
}
/*********************************************************** sizes ***/
.magazine {
/*
height: auto;
margin-top: -300px;
*/
}
.page .content {
/*
width: 800px;
height: 600px;
*/
}
/*********************************************************************/