1div.dokuwiki { 2 div.cp2clipcont { 3 position: relative; 4 margin:0; 5 padding:0; 6 border: none; 7 & button { 8 position: absolute; 9 top: 0; 10 right: 0; 11 background: #bbb url( 'clipmini.svg' ) 0 0 no-repeat; 12 background-size: 12px; /*15px;*/ 13 width: 13px; /*17px;*/ 14 height: 18px; /*22px;*/ 15 } 16 &.desktop button { 17 visibility: hidden; 18 } 19 &.desktop:hover button { 20 visibility: visible; 21 } 22 } 23} 24.cp2clipmsg { 25 top: 50px; 26 left: 50%; 27 transform: translate(-50%,0); 28 position: fixed; 29 padding: .7em; 30 border-radius: 7px; 31 font-size: 1.5rem; 32} 33#cp2clipok { 34 background: #00b871; /* #00fa9a; /* X11 MediumSpringGreen */ 35 color: #111; 36} 37#cp2clipnok { 38 background: #c71585; /* X11 MediumVioletRed */ 39 color: #ccc; 40} 41 42