summaryrefslogblamecommitdiff
path: root/src/pretty.css
blob: 849d6c8052fff45c3c2f25fab76f231080af62df (plain) (tree)
1
2
3
4
5
6
7





                                                                 
      



























                                                                              
 





















                                                 
@import url("https://static.adelielinux.org/font/font-amal.css");

html {
	background: #eee;
}

body {
	background: white;
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,.2);
	font-family: 'Frank Ruhl Libre', Times, serif;
	padding: 1em;
}

@media screen and (min-width: 1280px) {
	body { margin: 0 18%; }
}

h1,h2,h3,h4,h5,h6,div.toc,div.navheader {
	font-family: 'IBM Plex Sans', 'Helvetica Neue', Helvetica, sans-serif;
}

h2 {
	margin-top: 2.5em;
}

h3 {
	margin-top: 2.2em;
}

h4 {
	margin-top: 2em;
}

h5 {
	margin-top: 1.5em;
}

.command {
	font-family: 'Liberation Mono',monospace;
	font-size: 14px;
}

/* normalise size with command */
code {
	font-size: 14px;
}

.userinput {
	font-style: italic;
}

code.prompt {
	color: green;
}

em.parameter {
	font-style: normal;
}