-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
75 lines (61 loc) · 1.23 KB
/
custom.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
74
/* (C) Copyright Bobbing Wide 2013-2017 */
@import url('../../plugins/oik-bob-bing-wide/bwlink.css' );
a.bwlogo { text-decoration: none; padding-left: 3%; padding-top: 3%; }
a.bwlogo em { font-style: italic; }
.sd-content ul>li:before { content: none; }
span.label._screenshot,
div._screenshot span.sep {
display:none;
}
div._screenshot span.value {
display: block;
position: relative;
width: 100%;
margin-bottom: 20px;
}
div._screenshot span.value img {
border: 1px solid #ff4800;
margin: 0 auto 0 0;
position: relative;
display: block;
}
div._screenshot span.value a {
position: absolute;
bottom: 0%;
width: auto;
margin: 0em auto 0 0;
text-align: center;
color: white;
background-color: #ff4800;
text-decoration: none;
padding: 3px;
opacity: .7;
}
div._screenshot span.value a:hover {
opacity: 1;
background-color: #222;
}
div.plugin-info a,
div.theme-info a {
text-decoration: none;
}
.front-page-3 .dashicons {
font-size: 1000%;
display: block;
text-align: left;
line-height: 1.1;
}
.front-page-3 a.button {
border-radius: 3px;
margin-left: 30px;
margin-bottom: 30px;
padding: 12px 24px;
}
div.slider-wrapper {
width: 70%;
border: 1px solid grey;
}
a.bwlogo {
display: block;
text-align: right;
}