-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
53 lines (43 loc) · 1 KB
/
style.css
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
/*
Theme Name: M18
Theme URI: http://m18.bau-ha.us
Description: A Child Theme for Twenty Ten
Version: 1.0
Author: eins78
Author URI: http://i78.me
Template: twentyten
Tags: twentyten
*/
/* Import Fonts from Google */
@import url(http://fonts.googleapis.com/css?family=Inconsolata&subset=latin);
@import url(http://fonts.googleapis.com/css?family=Vollkorn:regular,italic,bold,bolditalic&subset=latin);
/* Inherit the default theme styles */
@import url( ../twentyten/style.css );
body {
font-family: 'Vollkorn', serif;
}
.tag-protokoll {
font-family: 'Inconsolata', Monaco, 'Courier New', monospace;
}
.tag-protokoll ul{
margin-left:0;;
}
.page-id-114 .entry-title{
display: none;
}
/*
div#branding img {
height: 0px;
}
*/
h2 + h3 { margin-top: -25px !important; }
h3 { font-style: italic; }
#content h4 { margin-top: 3em; }
div + pre { margin-top: 25px !important; }
h1.page-title, h1.page-title span { font-size: 28px; !important; }
.widget-title {
font-style: normal;
}
.widget-area .hentry {
margin: 0;
}