mirror of
https://github.com/flynx/PortableMag.git
synced 2025-11-02 04:50:12 +00:00
29 lines
572 B
CSS
Executable File
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;
|
|
}
|
|
|
|
|
|
/*********************************************************************/
|
|
|
|
|
|
|
|
/*********************************************************************/
|