Change out old github.com pages links
[deck.js.git] / extensions / goto / deck.goto.scss
blob667219fa275cc2e4c3b53c0782e0e2b11bc5a649
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;
15   label {
16     font-weight:bold;
17   }
19   label, input {
20     display:inline-block;
21     font-family:inherit;
22   }
24   .deck-goto & {
25     display:block;
26   }
29 #goto-slide {
30   width:8.375em;
31   margin:0 0.625em;
32   height:1.4375em;
35 @media print {
36   .goto-form, #goto-slide {
37     display:none;
38   }