forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibbase.css
99 lines (77 loc) · 1.83 KB
/
bibbase.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
#bibbase_header a {
text-decoration: none;
}
#bibbase_header i {
width: 16px;
text-align: center;
margin-right: 5px;
color: #ffffff;
}
.bibbase_group {
/* background-color: #D0D0E0; */
background-color: #102334;
font-style: italic;
font-size: larger;
text-shadow: 0px 0px 3px #FFFFFF;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px;
padding: 5px 40px 5px;
margin-top: 10px;
margin-bottom: 5px;
cursor: pointer;
}
.bibbase_group_body {
margin-left: 20px;
}
img.bibbase_icon {
width: 20px;
max-height: 16px;
vertical-align: text-top;
filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: grayscale(100%); /* Current draft standard */
-webkit-filter: grayscale(100%); /* New WebKit */
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray; /* IE6+ */
}
img.bibbase_icon:hover {
filter: none;
-webkit-filter: grayscale(0);
}
/* span.bibbase_icon_text { */
/* display: none; */
/* } */
.bibbase_code {
width: 80%
}
.comment {
font-size: smaller;
font-style: italic;
color: gray;
}
.recommended {
color: green;
}
/* bootstrap */
.bibbase_msg {
text-align: center;
width: 80%;
margin: auto;
}
#bibbase_embed_modal {
width: 70%;
left: 15%;
margin: 0;
}
.bibbase.well {
margin: 20px;
overflow-wrap: break-word;
}
.bibbase.link {
text-decoration: none;
}
.bibbase_paper_content {
font-size: smaller;
}