mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-03 19:17:02 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
/*
 | 
						|
 * custom.css
 | 
						|
 * Copyright (C) 2017 Kovid Goyal
 | 
						|
 *
 | 
						|
 * Distributed under terms of the GPLv3 license.
 | 
						|
 */
 | 
						|
 | 
						|
@media screen and (max-width: 875px) {
 | 
						|
    body {
 | 
						|
        padding-top: 0;
 | 
						|
        padding-bottom: 0;
 | 
						|
    }
 | 
						|
}
 | 
						|
 | 
						|
@media screen and (min-width: 876px) {
 | 
						|
    div.related { height: 25px; display: flex; align-items: center; }
 | 
						|
    div.related > ul { flex-grow: 10; }
 | 
						|
    div.sphinxsidebar { overflow-y: auto; max-height: calc(100vh - 25px) }
 | 
						|
}
 | 
						|
 | 
						|
pre {
 | 
						|
    white-space: pre-wrap;
 | 
						|
}
 | 
						|
 | 
						|
div.body p, div.body dd, div.body li, div.body blockquote {
 | 
						|
    text-align: justify;
 | 
						|
}
 | 
						|
 | 
						|
.float-left-img { float: left; margin-right: 1em; margin-bottom: 1em }
 | 
						|
 | 
						|
.float-right-img { float: right; margin-left: 1em; margin-bottom: 1em }
 | 
						|
 | 
						|
.half-with-img { max-width: 50% }
 | 
						|
 | 
						|
.fit-img { max-width: 95% }
 | 
						|
 | 
						|
a, input[type="submit"] { cursor: pointer; }
 | 
						|
 | 
						|
#calibre-homepage-logo img { width: 64px; height: 64px }
 | 
						|
 | 
						|
div.sphinxsidebar { user-select: none }
 | 
						|
div.sphinxsidebar a, a.reference { border-bottom: none }
 | 
						|
div.sphinxsidebar a:hover, a.reference:hover { color: red; border-bottom: none }
 | 
						|
div.document { margin-top: 0px; }
 | 
						|
div.related { background-color: #39322b; color: white; font-family: sans-serif; padding: 0.5ex 0; }
 | 
						|
div.related a { text-decoration: none; color: white; }
 | 
						|
div.related a:hover { text-decoration: none; color: red; }
 | 
						|
 | 
						|
 |