summaryrefslogtreecommitdiffstats
path: root/webroot/css/view.css
blob: 7d10164ac99cbced2b9ab0adeb6e501e935e4da8 (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
57
58
59
60
61
62
63
64
65
66
67
/* 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 a {
	padding: 4px 7px;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ddd;
	background: -moz-linear-gradient(top, #ddd, #bbb);
	background: -webkit-linear-gradient(top, #ddd, #bbb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bbbbbb');
	color: #111;
}
section#cast a:hover {
	background: #eee;
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -webkit-linear-gradient(top, #eee, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc');
}
section#cast table {
	table-layout: fixed;
	display: none;
}
section#cast tr.char {
	border-top: 1px solid #ccc;
}
section#cast td {
	padding: 3px;
}
section#cast td:nth-child(1) {
	width: 60px;
}
section#cast td:nth-child(2) {
	width: 300px;
}
section#cast td:nth-child(3) {
	width: 60px;
}
section#cast #castlink {
	display: none;
}

aside#malstats {
	float: right;
	width: 150px;
	border-left: 1px solid #ccc;
	padding-left: 15px;
}
aside#malstats p {
	margin-bottom: 2px;
}