mirror of
				https://github.com/flynx/PortableMag.git
				synced 2025-11-03 21:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			97 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			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;
 | 
						|
	*/
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
/*********************************************************************/
 |