summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/texlive/texlive-sr/anthes-dindex.css
blob: b8329c2375009e7e35d0154b0621d7a9c5713df6 (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "DejaVu Sans", Verdana, Sans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 4px;
	/*text-align: center;*/
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
}

div#anthesdirheader {
	padding: 0px;
}

div#indexof {
	border-bottom: 1px dotted gray;
	border-top: 1px dotted gray;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-size: 14px;
	color: #9f0e0e;
	font-weight: bold;
	/* width: 680px; */
}

div#dirmessage {
	border-bottom: 1px dotted gray;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	font-weight: normal;
	color: #3b3a3a;
}

div#dirmessage pre {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 35px;
	padding-right: 45px;
	font-size: 11px;
	font-weight: normal;
	color: #161414;
}

#item {
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#dirmessage a, #item a {
	color: #b10101;
	text-decoration: none;
}

img {
	border: 0px;
	padding: 0px;
}

table {
	border: 0;
	border-spacing: 0;
	empty-cells: show;
}

th {
	background: #e7e7e7;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 12px;
}

td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	font-size: 12px;
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Lucida Sans Typewriter", Monaco, "Courier New", "Lucida Console", Courier, monospace;
	border-bottom: 1px dotted #91918f;
}

table a {
	display: block;
	text-decoration: none;
	color: #740202;
}

tr:hover {
	background-color: #fff3d4;
}

#anthesdirheader {
	padding-bottom: 10px;
}

#anthesdirfooter {
	padding-top: 10px;
	padding-bottom: 7px;
	border-bottom: 1px dotted gray;
}

#contactline {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted gray;
	color: #494242;
}

#contactline a {
	text-decoration: none;
	color: #b10101;
}