aboutsummaryrefslogtreecommitdiffstats
path: root/styles/commodore/commodore.css
blob: d246dc0ef1894cb9434e96b055cacc9031e3e2b5 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
* {
	margin: 0;
	padding: 0;
}

body {
	margin: auto;
	width: 580px;
	background: #a396ff;
	color: #a396ff;
	font-family: "Razor Regular";
	font-size: 10px;
}

@font-face {
	font-family: "Razor Regular";
	src: url("commodore.ttf");
}

a {
	color: #d6c9ff;
	text-decoration: none;
}

	a:hover {
		color: #c22;
	}

img {
	border: none;
}

.rss, .atom, .pages, .months, .linklist {
	visibility: hidden;
}

.header {
	text-align: center;
		color: #4e44d8;
}

.entries {
	background: #4e44d8;
	position: absolute;
	top: 26px;
	width: 580px;
}

	.entry {
		border-bottom: 5px solid #111;
	}

	.entry_content {
		margin-left: 10px;
		margin-right: 10px;
	}