PortableMag/magazine-custom.css
Alex A. Naanou 15ac2614cf more CSS cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2013-01-25 17:42:23 +04:00

29 lines
572 B
CSS
Executable File

/**********************************************************************
* magazine customization
*
**********************************************************************/
/*************************************** main structural elements ****/
.viewer {
background: gray;
}
.magazine > .cover {
background: white;
}
.article > .cover {
background: white;
}
.page {
background: silver;
}
/*********************************************************************/
/*********************************************************************/