-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
134 lines (120 loc) · 3.27 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
/*
Theme Name: Sparkling BgLUG Theme
Theme URI: https://bglug.it
Description: Sparkling BgLUG Theme
Author: Irene Bravo, Enrico Bacis
Author URI: https://bglug.it
Template: sparkling
Version: 0.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: sparkling-bglug-child
*/
.navbar-header #logo {
display: none;
}
#secondary .widget {
color: #808080;
}
p.ecs-excerpt {
margin: 2em 0;
}
.ecs-event .duration {
font-weight: bold;
}
/* Patch vivus.js to also fill areas */
.vivus svg.finished * {
fill-opacity: 1;
stroke-opacity: 0;
}
.vivus svg * {
stroke: #000000;
stroke-width: 2;
stroke-opacity: 1;
fill-opacity: 0;
transition: fill-opacity 1s, stroke-opacity 1s;
}
.vivus svg:not(.finished) * {
fill-opacity: 0;
transition: fill-opacity 0s, stroke-width 0s;
}
/* =Buttons
----------------------------------------------- */
.btn-default, .label-default, .woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #DA4453;
border-color: #DA4453;
-webkit-transition: background-color 0.3s linear;
-moz-transition: background-color 0.3s linear;
-o-transition: background-color 0.3s linear;
transition: background-color 0.3s linear;
}
.btn-default:hover,
.label-default[href]:hover,
.label-default[href]:focus,
.btn-default:hover, .btn-default:focus,
.btn-default:active,
.btn-default.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover, .woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
background-color: #363636;
border-color: #363636;
color: #FFF;
}
.btn.btn-default, .woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button {
color: #FFF;
text-transform: uppercase;
}
.input-group-btn:last-child>.btn {
margin-left: 0;
}
button, .button {
background-color: #DA4453;
border: none;
text-transform: uppercase;
-webkit-border-radius: 4px;
border-radius: 4px;
color: #fff;
font-size: 12px;
padding: 5px 12px;
-webkit-transition: background-color 0.3s linear;
-moz-transition: background-color 0.3s linear;
-o-transition: background-color 0.3s linear;
transition: background-color 0.3s linear;
}
button:hover, .button:hover {
background-color: #363636;
}
#subscription-toggle {
float: right;
}
/* sharebox */
ul.share-buttons{
list-style: none;
padding: 0;
}
ul.share-buttons li{
display: inline;
}
ul.share-buttons .sr-only {
position: absolute;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}
.next.page-numbers {
float: none !important;
}
.prev.page-numbers {
float: none !important;
}