summaryrefslogtreecommitdiffstats
path: root/web/static/css/base.ccss
blob: eb10d962f63ff37f3b8ed19fe0164a9439cba4d7 (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
31
32
33
34
35
36
*:
	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: Metrophobic, sans-serif
	font-size: 12pt

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

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

td:
	white-space: nowrap
	overflow: hidden
	text-overflow: ellipsis

.clear:
	clear: both

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