-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
59 lines (51 loc) · 1.34 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
54
55
56
57
58
59
/*
Theme Name: Gruseltour Leipzig Theme
Theme URI: http://gruseltour-leipzig.de
Description: The Gruseltour Leipzig theme based on http://zeaks.org/ Twenty Twelve Dark.
Author: Sebastian
Author url: http://gruseltour-leipzig.de
Version: 0.1 2015-03-23 00:51
Tags: gruseltour, black, blue, white, fixed-width, custom-header, theme-options
Template: twentytwelve
*/
html {
font-size: 100%;
}
body {
font-size: 18px;
font-size: 1rem;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
/* Form buttons */
.contact-form .contact-submit button[type='submit'] {
background-color: #fff;
color: rgba(0, 0, 0, 0.847);
}
/* Team Page */
.teamMemberImage {
margin-top: 0 !important;
}
.teamMemberTitle {
font-weight: bold;
font-size: 1.2rem;
}
.teamMemberText {
text-align: justify;
}
/* the paragraph with the new image should clear the float from the left floating image */
.teamMemberText + p {
clear: left;
padding-top: 20px;
margin-bottom: 0;
}
/* this is a paragraph just to clear the float, which should not be visible */
.teamMemberImageBreakLine {
clear: left;
visibility: hidden;
margin-bottom: 0 !important;
}
/* Images */
.alignleft,
.wp-caption.alignleft {
margin-top: 0 !important;
}