summaryrefslogtreecommitdiffstats
path: root/doc/backends/deckjs/deck.js/extensions/goto/deck.goto.css
blob: 935574a1239928dc21a471fa8d1d1b2b679bd9ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.goto-form {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 50%;
  height: 1.75em;
  margin: 0 0 0 -9.125em;
  line-height: 1.75em;
  padding: 0.625em;
  display: none;
  background: #ccc;
  overflow: hidden;
  border-radius: 10px;
}
.goto-form label {
  font-weight: bold;
}
.goto-form label, .goto-form input {
  display: inline-block;
  font-family: inherit;
}
.deck-goto .goto-form {
  display: block;
}

#goto-slide {
  width: 8.375em;
  margin: 0 0.625em;
  height: 1.4375em;
}

@media print {
  .goto-form, #goto-slide {
    display: none;
  }
}