26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
-
+
|
padding: 0;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
-webkit-text-size-adjust: none;
}
a {
color: #07e;
color: #40a0ff;
}
a:hover {
font-weight: bold;
}
blockquote pre {
|
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
-
+
|
padding: 0;
text-shadow: 3px 3px 1px #000;
vertical-align: top;
white-space: nowrap;
}
div.title {
color: #07e;
color: #3297f9;
font-family: Verdana, sans-serif;
font-weight: bold;
font-size: 2.5rem;
padding: 0.5rem;
text-align: center;
text-shadow: 3px 3px 1px #000;
}
|