xref: /plugin/copy2clipboard/style.css (revision 1c306bea454bedb652d5f8fe982a4f47641ecea1)
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  }
17}
18.cp2clipmsg {
19  top: 50px;
20  left: 50%;
21  transform: translate(-50%,0);
22  position: fixed;
23  padding: .7em;
24  border-radius: 7px;
25  font-size: 1.5rem;
26}
27#cp2clipok {
28  background: #00b871; /* #00fa9a; /* X11 MediumSpringGreen */
29  color: #111;
30}
31#cp2clipnok {
32  background: #c71585; /* X11 MediumVioletRed */
33  color: #ccc;
34}
35
36