Bug #1595 » ind_pers_b.css
1 |
body {
|
---|---|
2 |
font-family: Verdana, sans-serif; |
3 |
font-size: 85%; |
4 |
margin: 0; |
5 |
} |
6 |
#home, #listtitle { |
7 |
font-size: 145%; /* 123 x 100 / 85 */ |
8 |
font-weight: normal; |
9 |
color: green; background: white; |
10 |
margin: 0 0 0.7em 0; |
11 |
padding: 28px 24px 0 32px; |
12 |
} |
13 |
#home a { |
14 |
text-decoration: none; |
15 |
color: green; background: white; |
16 |
} |
17 |
#home a:hover, |
18 |
a:hover { |
19 |
color: #005A9C; background: #ffff88; |
20 |
cursor: pointer; |
21 |
} |
22 |
/* a.alias {
|
23 |
color: #0000ee; background: #ffff88;
|
24 |
} */
|
25 |
sup {
|
26 |
color: red; background: white; |
27 |
font-size: 60%; |
28 |
} |
29 |
ul.namelist { |
30 |
font-family: sans-serif; |
31 |
list-style-type: none; |
32 |
padding: 0em; |
33 |
margin: 0em; |
34 |
} |
35 |
ul.namelist > li > a[title] { |
36 |
color: #00CDCD; |
37 |
} |
38 |
ul.namelist > li > a[title]:hover { |
39 |
color: #005A9C; background: #ffff88; |
40 |
} |
41 |
ul.namelist > li > div { |
42 |
padding-left: 8px; |
43 |
color: black; background: #ccddff; |
44 |
} |
45 |
ul.namelist > li > div > div.floatright { |
46 |
float: right; |
47 |
margin: 0; |
48 |
} |
49 |
ul.namelist > li > div > div.floatright > img { |
50 |
width: 134px; |
51 |
} |
52 |
ul.namelist > li > div > h3 { |
53 |
font-family: Verdana; |
54 |
font-size: 141%; |
55 |
font-weight: normal; |
56 |
color: green; background: #ccddff; |
57 |
margin: 0; |
58 |
padding-top: 8px; padding-bottom: 4px; |
59 |
} |
60 |
|
61 |
div.docindex { |
62 |
padding: 7px 0 8px 0; |
63 |
color: black; background: #ccddff; |
64 |
} |
65 |
div.docindex > b { |
66 |
font-weight: bold; |
67 |
color: green; background: #ccddff; |
68 |
} |
69 |
div.docindex > span, |
70 |
p.alignright > span { |
71 |
display: none; |
72 |
} |
73 |
div.docindex > a { |
74 |
margin-right: 0px; |
75 |
} |
76 |
|
77 |
|
78 |
div.fixed { |
79 |
position: fixed; |
80 |
color: blue; background: #ccddff; |
81 |
top: 0; right: 0; |
82 |
} |
83 |
div.fixed span, |
84 |
div.fixed a { |
85 |
font-size: 117%; |
86 |
padding: 0 3px; |
87 |
margin: 0; |
88 |
} |
89 |
p {
|
90 |
font-size: 117%; |
91 |
margin: 1em 0 1em 0; |
92 |
padding: 0 24px 0 32px; |
93 |
clear: left; |
94 |
} |
95 |
a#suche { |
96 |
color: black; background: #ffb6c1; /* 255, 182, 193 LightPink */ |
97 |
} |
98 |
p#standard { |
99 |
padding-top: 24px; |
100 |
clear: left; |
101 |
} |
102 |
body > ul.index { |
103 |
list-style-type: none; |
104 |
padding: 0em; |
105 |
margin: 1em 24px 1em 32px; |
106 |
} |
107 |
body > ul.index > li { |
108 |
clear: left; |
109 |
} |
110 |
body > ul.index > li > a[id] { |
111 |
color: green; |
112 |
border: 1px solid green; |
113 |
padding: 4px; |
114 |
margin: 4px 0; |
115 |
float: left; |
116 |
font-size: 117%; |
117 |
text-decoration: none; |
118 |
} |
119 |
body > ul.index > li > div { |
120 |
clear: left; |
121 |
} |
122 |
body > ul.index > li > div > h3 { |
123 |
display: none |
124 |
} |
- « Previous
- 1
- 2
- 3
- Next »