summaryrefslogtreecommitdiffstats
path: root/assets/css/application.css
blob: 369aa9b5eab4d53cffecd0217c9b7a4a3b858456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* Application */
/* General global styles */


/* . Layout . */
body {
	background: url('../images/background.png') repeat;
	padding: 0 2em;
}


header {
	font-family: neoretrodrawregular, znikomitno24regular, seasideresortnfregular, itsadzokes01regular, sans-serif;
	font-size: 80px;
	margin: 0.2em 0 0.4em;
}


.url-input {
	width: 80%;
	padding: 0.3em 0.4em;
	font-size: 1.5em;
}


#samples {
	margin: 3em 2em;
}