1,6 → 1,6 |
/* Tag */ |
body { |
font-family: "Free Sans", sans-serif; |
font-family: "DejaVu Sans", dejavusans, sans-serif; |
font-size: 12pt; |
} |
|
18,8 → 18,7 |
font-style: italic; |
width: 584px; |
margin: 15px auto; |
font-family: "Free Serif", serif; |
font-size: 13.5pt; |
font-family: "DejaVu Serif", dejavuserif, serif; |
} |
|
blockquote em, blockquote i, blockquote cite { |
30,8 → 29,7 |
display: block; |
text-align: right; |
margin-top: 6px; |
font-family: "Free Sans", sans-serif; |
font-size: 12pt; |
font-family: "DejaVu Sans", dejavusans, sans-serif; |
} |
|
sub, sup { |
39,13 → 37,18 |
} |
|
pre { |
font-family: "Free Mono", monospace; |
font-family: "DejaVu Sans Mono", dejavumono, monospace; |
overflow: auto; |
padding: 5px 8px; |
display: block; |
text-align: left; |
font-size: 11pt; |
} |
|
ins { |
text-decoration: none; |
} |
|
#content table, #content tr, #content td, #content th, #content tbody { |
border: 1px solid; |
border-collapse: collapse; |
53,7 → 56,7 |
} |
|
code { |
font-family: "Free Mono", monospace; |
font-family: "DejaVu Sans Mono", dejavumono, monospace; |
} |
|
p { |
375,7 → 378,7 |
} |
|
.comment-form-comment textarea { |
font-family: "Free Sans", sans-serif; |
font-family: dejavusans, sans-serif; |
border: 1px solid; |
width: 100%; |
padding: 5px; |
514,8 → 517,8 |
width: 280px; |
} |
|
.widget_calendar caption { |
margin-top: 5px; |
.widget_calendar h3 { |
margin-bottom: 5px; |
} |
|
.tagcloud { |
528,12 → 531,4 |
|
.widget_calendar tbody a { |
text-decoration: underline; |
} |
|
|
|
/* webkit hacks */ |
@media screen and (-webkit-min-device-pixel-ratio:0) { |
#menu-title { margin-top: -1px; } |
.comment-header { height: 41px; } |
} |