forked from CAYdenberg/wp-impactpubs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathip_style.css
65 lines (54 loc) · 1.11 KB
/
ip_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
.impactpubs_years-ctl[type="radio"] {
display: none;
}
.impactpubs_years-ctl + label {
font-size: 24px;
line-height: 1.5;
padding-right: 30px;
}
.impactpubs_years-ctl + label > a {
text-decoration: none;
cursor: pointer;
border-bottom: none !important;
}
.impactpubs_years-ctl:checked + label {
text-decoration: underline;
}
.impactpubs_notshown {
display: none;
}
.impactpubs_publication {
font-size: larger;
margin: 1em 0 0 0;
}
.impactpubs_publication .ip-journal {
font-style: italic;
}
.ip-badges { margin: 0 0 1em 1em; }
.ip-badge {
color: white;
display: inline-block;
text-transform: uppercase;
margin: 4px 6px 4px 6px;
border: 1px solid #377EB8;
background-color: #5cb85c;
border-radius: 4px 4px 4px 4px;
padding-left: 5px;
padding-right: 5px;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
}
.ip-badge:hover { opacity: 0.5; }
.ip-badge a {
color: inherit;
text-decoration: none; }
.ip-badge a:hover {
color: inherit;
text-decoration: inherit }
.awards .is-highly {
background: #377EB8;
color: white;
}
.impactpubs_footnote {
font-size: smaller;
}