summaryrefslogtreecommitdiffstats
path: root/web/static/css/base.ccss
blob: 9419e3f00cf6902e0747e5a586e135b9b6599189 (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
29
30
*:
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

body:
	margin: 0;
	padding: 0;
	height: 100%;
	background: #000;
	color: #ddd;
	font-family: sans-serif;

a:
	text-decoration: none;
	color: #38c;

form:
	input:
		background: #fff;
		border: 1px solid #cdd;
		padding: 5px 10px;

.clear:
	clear: both;

#wrapper:
	width: 900px;
	margin: 50px auto;
	background: #111;