-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecondo.css
More file actions
232 lines (191 loc) · 3.97 KB
/
Copy pathsecondo.css
File metadata and controls
232 lines (191 loc) · 3.97 KB
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
/* the color rgb(184,0,0) the the rgb value from the secondo-logo */
/* page format */
body{
/* font-size:14pt; */
font-style:normal;
font-weight:normal;
font-family:serif;
color:black;
background-color:rgb(240,240,240);
text-align:justify;
/*background-image:url(/backgrounds/Back3.jpg);
background-repeat:repeat;
background-attachment:fixed;*/
}
.secondo{
font-variant:small-caps;
}
/* headlines */
h1{ color:rgb(184,0,0);
text-align:center;
font-size:xx-large;
font-style:normal;
font-weight:bold;
font-family:serif; }
h2{ color:rgb(184,0,0);
font-size:x-large;
font-style:normal;
font-weight:bold;
font-family:serif; }
h3{ color:rgb(184,0,0);
font-size:large;
font-style:italic;
font-weight:bold;
font-family:serif; }
h4,h5,h6{
font-size:medium;
font-style:normal;
font-weight:bold;
font-family:serif; }
/* table content for navigation */
td.navi{
background-color:rgb(184,0,0);
border-top-style:dashed;
border-top-width:1px;
border-top-color:white;
border-bottom-style:none;
border-bottom-width:0;
border-bottom-color:white;
margin:5pt;
color:white;
}
td.navifirst{
font-size:large;
background-color:rgb(184,0,0);
border-top-style:none;
border-top-width:0;
border-top-color:white;
border-bottom-style:none;
border-bottom-width:0;
border-bottom-color:white;
color:white;
}
table.navi{
background-color:rgb(184,0,0);
border-style:none;
border-color:rgb(184,0,0);
padding:5pt;
font-size:large;
}
ul{
list-style-type:square;
list-style-position:outside;
}
ul.algebra{
list-style-type:none;
list-style-image:url(images/bullet.gif);
}
/* Links don't change the order of this definitions */
/* not visited */
a:link{ color:blue;
font-style:italic;
text-decoration:underline;
border-style:hidden;
padding:0pt;
margin:0pt;
}
a.navi{
font-weight:bolder;
font-style:italic;
color:white;
font-size:large;
text-decoration:none;
}
/* visited*/
a:visited{color:green;
font-style:italic;
text-decoration:underline;
border-style:hidden;
padding:0pt;
margin:0pt;
}
a.navi:visited{
font-weight:bolder;
color:rgb(220,220,220);
text-decoration:none;
font-size:large;
}
/* activ */
a:hover,a:focus{ color:rgb(184,0,0);
font-family:serif;
font-style:italic;
text-decoration:underline;
background-color:yellow;
padding:0pt;
margin:0pt;
}
a.navi:hover,a.navi:focus{
font-weight:bolder;
color:green;
background-color:yellow;
text-decoration:none;
font-size:large;
}
img{ border-style:none;
padding:0pt;
margin:0pt;
}
span.algebraname{
color:rgb(255,192,128);
font-weight:bolder;
}
div.short{
margin-left:1cm;
text-align:justify;
max-width:20cm;
}
div.paper{
font-style:italic;
}
div.comment{
color:gray;
}
div.footnote{
margin-top:15px;
border-top:1px;
border-top-style:solid;
padding-top:15px;
font-size:x-small;
}
span.file{
font-family:monospace;
}
span.command{
font-family:monospace;
font-size:large;
}
/* inline code and code blocks (used by documentation pages) */
code{
font-family:monospace;
background-color:rgb(228,228,228);
padding:1px 3px;
border-radius:3px;
}
pre{
font-family:monospace;
background-color:rgb(245,245,245);
border:1px solid rgb(210,210,210);
border-left:3px solid rgb(184,0,0);
padding:10px 12px;
overflow-x:auto;
max-width:22cm;
text-align:left;
}
pre code{
background-color:transparent;
padding:0;
}
a.btn {
border-radius: 15px;
font-family: Georgia;
color: #B80000;
font-size: 50px;
background: #b0b0ff;
padding: 0px 10px 0px 10px;
border: solid #000000 8px;
text-decoration: none;
}
a.btn:hover {
background: #00ed47;
text-decoration: none;
}