This repository was archived by the owner on Aug 3, 2024. It is now read-only.
forked from GetDKAN/dkan_dataset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdkan_dataset_btn.css
58 lines (58 loc) · 2.67 KB
/
dkan_dataset_btn.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
.resource-list .btn {
position: absolute;
top: 0;
right: 0;
display: block;
margin: -7px -15px -7px 0;
padding: 7px 15px;
}
ul.primary li a.btn, .btn {
display: inline-block;
padding: 4px 10px 4px;
margin-bottom: 0;
font-size: 13px;
line-height: 18px;
color: #333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #F7F7F7;
background-image: -moz-linear-gradient(top, white, #EAEAEA);
background-image: -ms-linear-gradient(top, white, #EAEAEA);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#EAEAEA));
background-image: -webkit-linear-gradient(top, white, #EAEAEA);
background-image: -o-linear-gradient(top, white, #EAEAEA);
background-image: linear-gradient(top, white, #EAEAEA);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
border-color: #EAEAEA #EAEAEA #C4C4C4;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
font-weight: bold;
}
.btn-primary, a.btn-primary, ul.primary li a.btn-primary:hover, #toolbar ul.primary li a.btn-primary:hover, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #085871;
background-color: #206B82;
background-image: -moz-linear-gradient(top, #30778D, #085871);
background-image: -ms-linear-gradient(top, #30778D, #085871);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#30778D), to(#085871));
background-image: -webkit-linear-gradient(top, #30778D, #085871);
background-image: -o-linear-gradient(top, #30778D, #085871);
background-image: linear-gradient(top, #30778D, #085871);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30778d', endColorstr='#085871', GradientType=0);
border-color: #085871 #085871 #03202A;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}