This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
1 |
#annotate-bar { |
2 |
position: fixed; |
3 |
width: 80%; |
4 |
top: 1px; |
5 |
} |
6 |
#sweeted { |
7 |
z-index: 1000 !important; |
8 |
display: none; |
9 |
font-size: 16px; |
10 |
width: 100%; |
11 |
} |
12 |
.alert { |
13 |
margin: auto; |
14 |
width: 700px; |
15 |
box-shadow: 3px 3px 3px #468847; |
16 |
} |
17 |
#list-anno { |
18 |
width: 500px; |
19 |
margin: -250px 0 0 28%; |
20 |
} |
21 |
.highlight{ |
22 |
background-color: rgba(255, 212, 0, 0.6); |
23 |
|
24 |
} |