summaryrefslogtreecommitdiffstats
path: root/webroot/css/view.css
blob: 4b0a9a1191c321b6335cab3dbca4a3200d9f1047 (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
/* for viewing individual anime/manga/kdrama, rather than table.css */

aside#img {
	float: left;
	margin: 0 25px 25px 0;
	width: 225px;
}

section#info {
	float: left;
	width: 470px;
}

section#cast {
	float: left;
	width: 620px;
}
section#cast p {
	margin: 0;
}
section#cast table {
	table-layout: fixed;
	display: none;
}
section#cast td {
	padding: 3px;
}
section#cast td:nth-child(1) {
	width: 60px;
}
section#cast td:nth-child(2) {
	width: 250px;
}
section#cast td:nth-child(3) {
	width: 200px;
}
section#cast #castlink {
	display: none;
}

aside#malstats {
	float: right;
	width: 150px;
}

p {
	text-indent: 0;
}