| 
									
										
										
										
											2013-01-25 17:36:28 +04:00
										 |  |  | /********************************************************************** | 
					
						
							|  |  |  | * magazine customization  | 
					
						
							|  |  |  | * | 
					
						
							|  |  |  | **********************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*************************************** main structural elements ****/ | 
					
						
							| 
									
										
										
										
											2013-02-08 23:08:44 +04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-01-25 17:36:28 +04:00
										 |  |  | .viewer { | 
					
						
							| 
									
										
										
										
											2013-01-20 16:59:14 +04:00
										 |  |  | 	background: gray; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-02-08 23:08:44 +04:00
										 |  |  | .magazine { | 
					
						
							|  |  |  | 	background: transparent; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-02-06 23:12:10 +04:00
										 |  |  | .magazine .cover { | 
					
						
							| 
									
										
										
										
											2013-02-08 23:08:44 +04:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .article { | 
					
						
							|  |  |  | 	background: transparent; | 
					
						
							| 
									
										
										
										
											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 { | 
					
						
							|  |  |  | 	background: silver; | 
					
						
							| 
									
										
										
										
											2013-01-26 15:05:33 +04:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	font-family: Arial; | 
					
						
							| 
									
										
										
										
											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 { | 
					
						
							|  |  |  | 	background: white; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .top-toolbar, .bottom-toolbar { | 
					
						
							|  |  |  | 	font-size: 14px; | 
					
						
							|  |  |  | 	color: silver; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .top-toolbar .title, | 
					
						
							|  |  |  | .bottom-toolbar .title { | 
					
						
							|  |  |  | 	font-size: 40px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* toolbar links */ | 
					
						
							|  |  |  | .top-toolbar a, .bottom-toolbar a { | 
					
						
							|  |  |  | 	color: silver; | 
					
						
							|  |  |  | 	text-decoration: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .button { | 
					
						
							|  |  |  | 	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; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /**************************************************** light theme ****/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .light { | 
					
						
							|  |  |  | 	color: gray; | 
					
						
							|  |  |  | 	background: white; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .light.viewer { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .magazine { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .light .magazine .cover { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .light .article .cover { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .light .page { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /**************************************************** dark theme ****/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .dark { | 
					
						
							|  |  |  | 	color: white; | 
					
						
							|  |  |  | 	background: black; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .dark.viewer { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .dark .magazine .cover { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .dark .article .cover { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .dark .page { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-01-25 17:36:28 +04:00
										 |  |  | 
 | 
					
						
							|  |  |  | /*********************************************************************/ | 
					
						
							| 
									
										
										
										
											2013-02-08 23:08:44 +04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-01-26 15:05:33 +04:00
										 |  |  | body { | 
					
						
							|  |  |  | 	font-family: arial; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .page a,  | 
					
						
							|  |  |  | .page a:visited,  | 
					
						
							|  |  |  | .page a:active { | 
					
						
							|  |  |  | 	color: blue; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .page a:hover { | 
					
						
							|  |  |  | 	color: red; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2013-01-25 17:36:28 +04:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*********************************************************************/ |