-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
164 lines (154 loc) · 3.67 KB
/
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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
.bs-docs-header {
background-color: #06b8c7;
background-image: -webkit-linear-gradient(top, #057a75 0, #058199 100%);
background-image: linear-gradient(to bottom, #057a75 0, #058199 100%);
color: #bfe3e2; }
.bs-docs-header a {
color: #fff;
text-decoration: underline; }
.paper-example {
height: 680px;
position: relative;
width: 720px; }
.paper-example #paper {
width: 100%; }
.scinav {
font-size: 11px; }
.scinav.sidebar {
border-left: 1px solid #000;
bottom: 0;
position: fixed;
right: 0;
top: 0;
width: 300px; }
.scinav .red {
background-color: #f00; }
.scinav .yellow {
background-color: #ff0; }
.scinav .cyan {
background-color: #0ff; }
.scinav .green {
background-color: #008000; }
.scinav .gray {
color: #bbb; }
.scinav .beagle-header {
text-align: center;
margin-top: 0px; }
.scinav .margin {
background-color: rgba(100, 100, 100, 0.1);
bottom: 0;
position: absolute;
right: 0;
top: 55px;
width: 10px; }
.scinav .margin .margin-highlight {
height: 20px;
opacity: .4;
position: absolute;
width: 10px; }
.scinav .margin .tooltip {
min-width: 200px; }
.scinav .pane, .scinav .pane-bg {
bottom: 0;
padding: 10px 0px 10px 20px;
position: absolute;
overflow: scroll;
right: 10px;
top: 32px;
width: 100%; }
.scinav .pane .sep, .scinav .pane-bg .sep {
border-bottom: 1px solid #fff;
height: 0;
margin: 10px 0;
width: 100%; }
.scinav .pane ul, .scinav .pane-bg ul {
padding-left: 10px; }
.scinav .subpanel, .scinav .subpanel-bg {
bottom: 100px;
position: absolute;
right: 160px;
top: 105px;
width: 400px; }
.scinav .share-panel {
margin-top: 20px; }
.scinav .screenshot-button {
margin-top: 5px; }
.scinav .publication-details {
list-style: none; }
.scinav .email-sent {
margin-top: 5px; }
.scinav #other-btns button, .scinav #other-btns a {
padding: 3px 6px; }
.scinav .alert {
margin-bottom: 5px;
padding: 5px; }
.scinav .btn-toolbar button.btn {
padding: 5px 10px; }
.scinav button.alert, .scinav a.alert, .scinav a.tag {
display: block;
margin: 0 5px 5px 0;
padding: 5px 10px;
text-align: left;
width: 135px; }
.scinav button.alert i, .scinav a.alert i, .scinav a.tag i {
margin: 0 3px;
text-align: center;
width: 10px; }
.scinav button.btn, .scinav a.btn, .scinav a.tag {
font-size: 11px; }
.btn-full {
width: 100%; }
.glass {
background: #0ff;
background: rgba(250, 255, 255, 0.85);
filter: blur(4px);
-o-filter: blur(4px);
-ms-filter: blur(4px);
-moz-filter: blur(4px);
-webkit-filter: blur(4px); }
ul.no-bullet {
list-style-type: none;
padding-left: 0; }
.hidden {
display: none; }
.profile .profile-image {
width: 140px; }
.profile .profile-header-info {
float: right;
width: 210px; }
.profile .profile-header-info h3 {
margin-top: 0; }
.profile .publications {
margin-top: 30px; }
.text-highlights {
bottom: 0;
left: 0;
position: relative;
right: 0;
top: 0; }
.text-highlights .text-highlight {
height: 20px;
opacity: .4;
position: absolute;
width: 20px; }
#tags a.alert, #tags a.tag {
display: inline-block;
font-size: 11px;
margin-bottom: 5px;
padding: 5px;
text-align: left; }
#tags a.alert i, #tags a.tag i {
margin: 0 3px;
text-align: center;
width: 10px; }
.notification-banner {
background-color: rgba(50, 100, 47, 0.6);
border-radius: 5px;
display: block;
margin: 0 auto;
padding: 10px 30px;
position: relative;
text-align: center;
top: 110px;
width: 40%;
z-index: 10; }