Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
875 lars 1
div.dt-button-info {
2
  position: fixed;
3
  top: 50%;
4
  left: 50%;
5
  width: 400px;
6
  margin-top: -100px;
7
  margin-left: -200px;
8
  background-color: white;
9
  border: 2px solid #111;
10
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
11
  border-radius: 3px;
12
  text-align: center;
13
  z-index: 21;
14
}
15
div.dt-button-info h2 {
16
  padding: 0.5em;
17
  margin: 0;
18
  font-weight: normal;
19
  border-bottom: 1px solid #ddd;
20
  background-color: #f3f3f3;
21
}
22
div.dt-button-info > div {
23
  padding: 1em;
24
}
25
 
26
ul.dt-buttons li {
27
  margin: 0;
28
}
29
ul.dt-buttons li.active a {
30
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
31
}
32
 
33
ul.dt-buttons.button-group a {
34
  margin-bottom: 0;
35
}
36
 
37
ul.dt-button-collection.f-dropdown {
38
  -webkit-column-gap: 8px;
39
  -moz-column-gap: 8px;
40
  -ms-column-gap: 8px;
41
  -o-column-gap: 8px;
42
  column-gap: 8px;
43
}
44
ul.dt-button-collection.f-dropdown.fixed {
45
  position: fixed;
46
  top: 50%;
47
  left: 50%;
48
  margin-left: -75px;
49
}
50
ul.dt-button-collection.f-dropdown.fixed.two-column {
51
  margin-left: -150px;
52
}
53
ul.dt-button-collection.f-dropdown.fixed.three-column {
54
  margin-left: -225px;
55
}
56
ul.dt-button-collection.f-dropdown.fixed.four-column {
57
  margin-left: -300px;
58
}
59
ul.dt-button-collection.f-dropdown > * {
60
  -webkit-column-break-inside: avoid;
61
  break-inside: avoid;
62
}
63
ul.dt-button-collection.f-dropdown.two-column {
64
  width: 300px;
65
  padding-bottom: 1px;
66
  -webkit-column-count: 2;
67
  -moz-column-count: 2;
68
  -ms-column-count: 2;
69
  -o-column-count: 2;
70
  column-count: 2;
71
}
72
ul.dt-button-collection.f-dropdown.three-column {
73
  width: 450px;
74
  padding-bottom: 1px;
75
  -webkit-column-count: 3;
76
  -moz-column-count: 3;
77
  -ms-column-count: 3;
78
  -o-column-count: 3;
79
  column-count: 3;
80
}
81
ul.dt-button-collection.f-dropdown.four-column {
82
  width: 600px;
83
  padding-bottom: 1px;
84
  -webkit-column-count: 4;
85
  -moz-column-count: 4;
86
  -ms-column-count: 4;
87
  -o-column-count: 4;
88
  column-count: 4;
89
}
90
ul.dt-button-collection.f-dropdown.fixed {
91
  max-width: none;
92
}
93
ul.dt-button-collection.f-dropdown.fixed:before, ul.dt-button-collection.f-dropdown.fixed:after {
94
  display: none;
95
}
96
 
97
div.dt-button-background {
98
  position: fixed;
99
  top: 0;
100
  left: 0;
101
  width: 100%;
102
  height: 100%;
103
  z-index: 88;
104
}