File: search-result.css

package info (click to toggle)
kazehakase 0.4.2-1etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,260 kB
  • ctags: 7,377
  • sloc: ansic: 62,697; cpp: 13,422; sh: 9,083; ruby: 1,588; makefile: 1,026; xml: 372
file content (58 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (3)
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
body {
	background-color: #ccc;
}

h1 {
	text-align: center;
	font-size: 120%;
}

div.summary {
	padding: 0.2em;
}

div.content {
	background-color: #eee;
	margin: 1.2em;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

div.header {
	padding: 0.2em;
	background-color: #ccf;
	border-bottom: solid 1px black;
	margin: 0em;
}

span.title {
	font-weight: bold;
}

span.sentence {
	margin-left: 1.0em;
}

key {
	color: #ff0000;
}

img.thumbnail {
	width: 128px;
	float: left;
	margin: 0.2em 0.4em 0.2em 0.2em;
}

div.footer {
	text-align: right;
	font-size: 90%;
	border-top: solid 1px #888;
	clear: both;
} 

span.uri {
	color: #008000;
	margin-right: 1.0em;
}