File: style1.css

package info (click to toggle)
idzebra 2.2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,572 kB
  • sloc: ansic: 54,389; xml: 27,058; sh: 5,892; makefile: 1,102; perl: 210; tcl: 64
file content (63 lines) | stat: -rw-r--r-- 848 bytes parent folder | download | duplicates (12)
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

.table table {
	border-collapse: collapse;
	border: 1px solid black;
	border-spacing: 0;	
	width: 94%;
	margin-left: auto;
	margin-right: 0;
}

.author {
	font-style: italic;
}

.TITLEPAGE, .LOT, .TOC {
	font-family: sans-serif;
}

.TITLEPAGE .abstract {
	margin: 0 150px 1em 0;	
	font-style: oblique;
}

.TITLEPAGE .inlinemediaobject {
	position: absolute;
	top: 60px;
	right: 0;
	width: 140px;
}

.table th {
	padding: 3px 6px;
	border: 1px solid black;
}
.table td {
	text-align: left;
	padding: 3px 6px;
}

h1, h3, h4 {
	font-family: sans-serif;
}

h2 {
	font-style: italic;
	font-family: sans-serif;
}

.figure b, .table b, .example b {
	font-style: italic;
}

.example , .figure {
	margin-left: 3%;
}

.screen, .synopsis, .programlisting {
	margin-left: 6%;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #bbbbbb;
}