added Tom Marble's slides
[lp17-speaker-slides.git] / Tom-Marble / deck.js / extensions / goto / deck.goto.css
1 .goto-form {
2 position: absolute;
3 z-index: 3;
4 bottom: 10px;
5 left: 50%;
6 height: 1.75em;
7 margin: 0 0 0 -9.125em;
8 line-height: 1.75em;
9 padding: 0.625em;
10 display: none;
11 background: #ccc;
12 overflow: hidden;
13 border-radius: 10px;
14 }
15 .goto-form label {
16 font-weight: bold;
17 }
18 .goto-form label, .goto-form input {
19 display: inline-block;
20 font-family: inherit;
21 }
22 .deck-goto .goto-form {
23 display: block;
24 }
25
26 #goto-slide {
27 width: 8.375em;
28 margin: 0 0.625em;
29 height: 1.4375em;
30 }
31
32 @media print {
33 .goto-form, #goto-slide {
34 display: none;
35 }
36 }