1a.wikilink1, a.wikilink2, a.breadcrumbs {
2    position: relative;
3    opacity: 1;
4}
5.dokuwiki a.wikilink1:hover, .dokuwiki a.wikilink2:hover, .dokuwiki a.breadcrumbs:hover {
6    text-decoration: none;
7    background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 2'%3E%3Cpath fill='none' stroke='%23080' stroke-width='1' class='st0' d='M0,3.5 c 5,0, 5, -3, 10, -3 s 5,3, 10, 3 c 5,0, 5, -3, 10, -3 s 5,3, 10, 3' /%3E%3Cstyle type='text/css'%3E.st0 { animation: shift 0.3s linear infinite; } @keyframes shift { from { transform: translateX(0); } to { transform: translateX(-20px); } }%3C/style%3E%3C/svg%3E") 0 bottom repeat-x;
8    background-size: 0.8em 0.2em;
9}
10a.wikilink1:after, a.wikilink2:after, a.breadcrumbs:after {
11    box-sizing: border-box;
12    width: 1.2em;
13    height: 1.2em;
14    padding: 0.1em;
15    border-radius: 0.6em;
16    border: thin solid #990;
17    content: "";
18    color: #990;
19    margin: 0;
20    box-shadow: 0 0 1px #EAEAC0;
21    background: #FAFAE0 url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75L3 17.25z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
22    background-size: cover;
23    position: absolute;
24    z-index: 100;
25    top: 0;
26    right: 0;
27    opacity: 0;
28    -webkit-transition: all 0.3s ease-out 0.2s;
29    -moz-transition: all 0.3s ease-out 0.2s;
30    -o-transition: all 0.3s ease-out 0.2s;
31    transition: all 0.3s ease-out 0.2s;
32}
33a.wikilink1:hover:after, a.wikilink2:hover:after, a.breadcrumbs:hover:after {
34    opacity: 0.9;
35    margin: -0.6em -0.6em 0 0;
36}
37span#plugin__editonlink {
38    position: absolute;
39    top: 0;
40    right: 0;
41    background-color: #FFF;
42    border: thin solid #666;
43    color: #333;
44    z-index: 101;
45    opacity: 0;
46}
47