202
203
204
205
206
207
208
209
210
211
212
213
214
215
|
color: black;
text-align: center;
padding: 5px 1em;
border: 1px solid black;
border-radius: 6px;
position: absolute;
z-index: 100;
}
span.tagDsp {
font-weight: bold;
}
span.wikiError {
font-weight: bold;
|
>
>
>
>
|
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
|
color: black;
text-align: center;
padding: 5px 1em;
border: 1px solid black;
border-radius: 6px;
position: absolute;
z-index: 100;
}
.tl-tooltip a {
background-color: #fecd4b;
color: black;
}
span.tagDsp {
font-weight: bold;
}
span.wikiError {
font-weight: bold;
|