-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprovider.css
More file actions
108 lines (85 loc) · 2.46 KB
/
provider.css
File metadata and controls
108 lines (85 loc) · 2.46 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
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
a,
.preprint-form-section header {
color: #1a7303; }
.preprint-header {
background-color: #189e3e;
color: #f7f0f0;
}
.preprint-header a:not(.btn) {
color: #f7f0f0; }
.preprint-navbar,
.preprint-navbar .nav > li > a.active {
background-color: #1a7303;
color: #f7f0f0; }
.preprint-navbar .navbar-toggle .icon-bar {
background-color: #f7f0f0; }
.preprint-navbar a,
.preprint-navbar button,
.preprint-navbar a:hover,
.preprint-navbar button:hover
{
color: #f7f0f0; }
.preprint-navbar a.navbar-brand {
color: #f7f0f0; }
.preprint-navbar .navbar-brand:hover,
.preprint-navbar .nav > li > a:hover {
background-color: #1a7303;
}
.preprint-navbar .nav > li.open,
.preprint-navbar .nav > li.open > a,
.preprint-navbar .nav > li.open > a:hover,
.preprint-navbar .nav > li.open > a:focus:not(.active):hover,
.preprint-navbar .nav > li > a:focus:not(.active):hover {
background-color: #1a7303;
color: white; }
#preprint-form-subjects .subject,
#preprint-form-subjects .subject > .fa,
#preprint-form-subjects ul li.selected,
#preprint-form-subjects ul li:active {
background-color: #1a7303;
color: #f7f0f0; }
#preprint-form-subjects .subject:hover,
#preprint-form-subjects .subject:hover > .fa,
#preprint-form-subjects ul li:hover {
background-color: #189e3e;
color: #f7f0f0; }
#preprint-form-subjects .subject b:after {
border-left-color: #1a7303; }
#preprint-form-subjects .subject:hover > b:after {
border-left-color: #189e3e; }
#preprint-form-subjects .subject .right-arrow:before {
border-left: 1.4rem solid #1a7303; }
#preprint-form-subjects .subject:hover .right-arrow:before {
border-left-color: #189e3e; }
.dropdown-menu > li > a:hover {
color: #f7f0f0; }
.subject-item > .btn-primary {
color: #f7f0f0;
background-color: #1a7303;
border-color: #189e3e; }
.subject-item > .btn-primary:hover {
background-color: #189e3e;
border-color: #1a7303; }
.preprint-filter,
.preprint-filter .fa {
color: #f7f0f0; }
.preprint-error-page,
.preprint-advisory,
.preprint-submit-header,
.search-header,
.provider-filter {
background: #189e3e;
color: #f7f0f0; }
.subject-filter,
.subject-filter .fa {
background-color: #1a7303; }
.preprint-error-page a:not(.btn),
.preprint-advisory a:not(.btn) {
color: #1a7303;
}
/* This needs to be in every style.css to have discover page show right logo */
.provider-brand {
background-image: url('./wide_color.png');
}
.search-header .share-logo {
background-image: url("./powered_by_share.png"); }