-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
73 lines (61 loc) · 1.16 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
/*
Theme Name: UKRSE Conf 2017
Description: A child theme of the Masonic WordPress theme
Author: Stephen Dowsland & Mark Turner
Author URI: http://www.ncl.ac.uk/computing/people/profile/stephendowsland.html#background
Template: masonic
Version: 1.0.0
*/
.entry-author
{
display:none;
}
.angled-background {
background: none;
}
.site-header-text {
bottom: 250px;
position: relative;
}
.logo-img-holder img {
width: 165px;
height: 210px;
}
.minitweets {
float:none;
padding: 5px;
}
.minitweets-end {
display: none;
}
.primary h2 {
margin: 25px 0 10px;
}
.job-title {
margin-bottom: 20px;
}
/* Conference Styles*/
body.page-id-46 article.page ul {
padding: 0;
margin: 0;
list-style: none;
}
body.page-id-46 article.page li {
padding: 60px 20px 20px;
margin-bottom: 20px;
position: relative;
border-bottom: 1px solid #ddd;
}
body.page-id-46 article.page li:last-child {
border-bottom: none;
}
body.page-id-46 article.page li strong {
display: block;
padding: 10px;
color: #97316e;
position: absolute;
width: 100%;
top: 0;
left: 0;
font-size: 1.2em;
}