Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201105173854-bc9fc8d8c4bc / cmd / present / static / notes.css
1 p {
2   margin: 10px;
3 }
4
5 #presenter-slides {
6   display: block;
7   margin-top: -10px;
8   margin-left: -17px;
9   position: fixed;
10   border: 0;
11   width: 146%;
12   height: 750px;
13
14   transform: scale(0.7, 0.7);
15   transform-origin: top left;
16   -moz-transform: scale(0.7);
17   -moz-transform-origin: top left;
18   -o-transform: scale(0.7);
19   -o-transform-origin: top left;
20   -webkit-transform: scale(0.7);
21   -webkit-transform-origin: top left;
22 }
23
24 #presenter-notes {
25   margin-top: -180px;
26   font-family: 'Open Sans', Arial, sans-serif;
27   height: 30%;
28   width: 100%;
29   overflow: scroll;
30   position: fixed;
31   top: 706px;
32 }