1 |
@import url(gnu.css); |
html, body { |
2 |
|
background-color: #FFFFFF; |
3 |
|
color: #000000; |
4 |
|
font-family: sans-serif; |
5 |
|
} |
6 |
|
|
7 |
|
a:link { |
8 |
|
color: #1f00ff; |
9 |
|
background-color: transparent; |
10 |
|
text-decoration: underline; |
11 |
|
} |
12 |
|
|
13 |
|
a:visited { |
14 |
|
color: #9900dd; |
15 |
|
background-color: transparent; |
16 |
|
text-decoration: underline; |
17 |
|
} |
18 |
|
|
19 |
|
a:hover { |
20 |
|
color: #9900dd; |
21 |
|
background-color: transparent; |
22 |
|
text-decoration: none; |
23 |
|
} |
24 |
|
|
25 |
body { |
.center { |
26 |
margin-left:1%; margin-right:1%; |
text-align: center; |
27 |
} |
} |
28 |
|
|
29 |
.footnoteref { |
.italic { |
30 |
font-size: 8pt; vertical-align: text-top; |
font-style: italic; |
31 |
|
} |
32 |
|
|
33 |
|
.bold { |
34 |
|
font-weight: bold; |
35 |
|
} |
36 |
|
|
37 |
|
.quote { |
38 |
|
margin-left: 40px; |
39 |
|
margin-right: 40px; |
40 |
|
} |
41 |
|
|
42 |
|
.hrsmall { |
43 |
|
width: 80px; |
44 |
|
height: 1px; |
45 |
|
margin-left: 20px; |
46 |
|
} |
47 |
|
|
48 |
|
.td_title { |
49 |
|
border-color: #3366cc; |
50 |
|
border-style: solid; |
51 |
|
border-width: thin; |
52 |
|
color: #3366cc; |
53 |
|
background-color : #f2f2f9; |
54 |
|
font-weight: bold; |
55 |
|
} |
56 |
|
|
57 |
|
.td_con { |
58 |
|
padding-top: 3px; |
59 |
|
padding-left: 8px; |
60 |
|
padding-bottom: 3px; |
61 |
|
color : #303030; |
62 |
|
background-color : #fefefe; |
63 |
|
font-size: smaller; |
64 |
|
} |
65 |
|
|
66 |
|
.translations { |
67 |
|
background-color: transparent; |
68 |
|
color: black; |
69 |
|
font-family: serif; |
70 |
|
font-size: smaller; |
71 |
|
} |
72 |
|
|
73 |
|
.fsflink { |
74 |
|
font-size: smaller; |
75 |
|
font-family: monospace; |
76 |
|
color : #000000; |
77 |
|
border-left: #3366cc thin solid; |
78 |
|
border-bottom: #3366cc thin solid; |
79 |
|
padding-left: 5px; |
80 |
|
padding-bottom: 5px; |
81 |
|
} |
82 |
|
|
83 |
|
.trans { |
84 |
|
font-size: smaller; |
85 |
|
color : #000000; |
86 |
|
border-left: #3366cc thin solid; |
87 |
|
padding-left: 20px; |
88 |
|
} |
89 |
|
|
90 |
|
img { |
91 |
|
border: none 0; |
92 |
|
} |
93 |
|
|
94 |
|
td.side { |
95 |
|
color: #3366cc; |
96 |
|
/* background: #f2f2f9; |
97 |
|
border-color: #3366cc; |
98 |
|
border-style: solid; |
99 |
|
border-width: thin; */ |
100 |
|
border-color: white; |
101 |
|
border-style: none; |
102 |
|
vertical-align: top; |
103 |
|
width: 150px; |
104 |
|
} |
105 |
|
|
106 |
|
div.copyright { |
107 |
|
font-size: 80%; |
108 |
|
border: 2px solid #3366cc; |
109 |
|
padding: 4px; |
110 |
|
background: #f2f2f9; |
111 |
|
border-style: solid; |
112 |
|
border-width: thin; |
113 |
} |
} |
114 |
|
|
|
/* |
|
115 |
|
|
116 |
p { |
.footnoteref { |
117 |
text-align: justify; |
font-size: smaller; |
118 |
|
vertical-align: text-top; |
119 |
} |
} |
120 |
|
|
121 |
li, dt { |
|
122 |
|
.ss > li, .ss > dt { |
123 |
margin-top: 1em; margin-bottom:0.2em; |
margin-top: 1em; margin-bottom:0.2em; |
124 |
} |
} |
125 |
li > p, dd > p { |
.ss >li > p, .ss > dd > p { |
126 |
margin-top: 0.4em; margin-bottom:0; |
margin-top: 0.4em; margin-bottom:0; |
127 |
} |
} |
|
|
|
|
*/ |
|