forked from pdewouters/better-archives-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbaw.css
More file actions
73 lines (61 loc) · 1.66 KB
/
baw.css
File metadata and controls
73 lines (61 loc) · 1.66 KB
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
.baw_widgetarchives_widget_class {
list-style-type: none;
}
.baw_widgetarchives_widget_class ul.baw-years {
list-style-type: none;
margin-left: 0;
padding: 0;
}
.baw_widgetarchives_widget_class ul.baw-years li.baw-year {
font-size: 20px;
font-weight: bold;
list-style-type: none;
padding: 5px 0;
}
.baw_widgetarchives_widget_class .baw-year .baw-trigger {
cursor: pointer;
float: right;
position: relative;
top: 8px;
transition: transform 0.2s ease-in-out;
}
.baw_widgetarchives_widget_class .baw-year .baw-trigger.is-open {
transform: rotate(180deg);
}
.baw_widgetarchives_widget_class .baw-year .baw-trigger > svg {
height: 12px;
width: 12px;
}
.baw_widgetarchives_widget_class ul.baw-years li.baw-year ul.baw-months {
margin: 0;
padding: 0;
}
.baw_widgetarchives_widget_class .baw-year ul.baw-months li.baw-month {
list-style-type: none;
font-weight: normal;
font-size: 16px;
margin-bottom: 15px;
}
.baw_widgetarchives_widget_class .baw-year ul.baw-months li.baw-month > a {
font-weight: bold;
}
.baw_widgetarchives_widget_class .baw-year ul.baw-months li.baw-month ul.baw-posts {
margin-left: 0;
padding: 0;
}
.baw_widgetarchives_widget_class .baw-year ul.baw-months li.baw-month ul.baw-posts li.baw-post {
font-size: 14px;
list-style-type: none;
position: relative;
}
.baw_widgetarchives_widget_class .baw-year ul.baw-months li.baw-month ul.baw-posts li.baw-post
> a {
display: block;
max-width: 70%;
}
.baw_widgetarchives_widget_class .baw-year ul.baw-months li.baw-month ul.baw-posts li.baw-post
> span {
position: absolute;
right: 0;
top: 0;
}