File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed
Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 66{% load total_invoices_todo from filters %}
77
88{% block titleheader %}
9- < a class ="navbar-brand " style ="margin-left: auto; margin-right: auto; " href ="/ "> < span style ="font-family: Fontdiner Swanky;color: #00ff00;text-shadow: 1px 1px 10px #71ff87, 1px 1px 10px #ccc; "> Franken</ span > RIGS</ a >
9+ < style >
10+ .franken {
11+ font-family : Fontdiner Swanky;
12+ color : # 00ff00 ;
13+ animation : glow 1.5s infinite alternate;
14+ }
15+
16+ @keyframes glow {
17+ 0% {
18+ text-shadow : 0 0 5px # 00ff00,
19+ 0 0 10px # 00ff00,
20+ 0 0 20px # 00ff00,
21+ 0 0 40px # 00ff00 ;
22+ }
23+ 50% {
24+ text-shadow : 0 0 10px # 00ff00,
25+ 0 0 20px # 00ff00,
26+ 0 0 30px # 00ff00,
27+ 0 0 60px # 00ff00 ;
28+ }
29+ 100% {
30+ text-shadow : 0 0 5px # 00ff00,
31+ 0 0 10px # 00ff00,
32+ 0 0 20px # 00ff00,
33+ 0 0 40px # 00ff00 ;
34+ }
35+ }
36+ </ style >
37+
38+ < a class ="navbar-brand " style ="margin-left: auto; margin-right: auto; " href ="/ "> < span class ="franken "> Franken</ span > RIGS</ a >
1039{% endblock %}
1140
1241{% block titleelements %}
You can’t perform that action at this time.
0 commit comments