xref: /plugin/copy2clipboard/style.css (revision 4a4767308717c14f451352ab8371333d3ed9479e)
1div.dokuwiki {
2  pre.cp2clip {
3    position: relative;
4  }
5  button.cp2clip {
6    position: absolute;
7    top: 0;
8    right: 0;
9    background: #bbb url( 'clipmini.svg' ) 0 0 no-repeat;
10    background-size: 12px; /*15px;*/
11    width: 13px; /*17px;*/
12    height: 18px; /*22px;*/
13  }
14}
15.cp2clipmsg {
16  top: 50px;
17  left: 50%;
18  transform: translate(-50%,0);
19  position: fixed;
20  padding: .7em;
21  border-radius: 7px;
22  font-size: 1.5rem;
23}
24#cp2clipok {
25  background: #00b871; /* #00fa9a; /* X11 MediumSpringGreen */
26  color: #111;
27}
28#cp2clipnok {
29  background: #c71585; /* X11 MediumVioletRed */
30  color: #ccc;
31}
32
33