comparison software/mpdl-services-new/mpiwg-mpdl-cms-web/WebContent/css/getDictionaryEntries.css @ 25:e9fe3186670c default tip

letzter Stand eingecheckt
author Josef Willenborg <jwillenborg@mpiwg-berlin.mpg.de>
date Tue, 21 May 2013 10:19:32 +0200
parents
children
comparison
equal deleted inserted replaced
23:e845310098ba 25:e9fe3186670c
1 .body {
2 margin:3px;
3 color: #000000;
4 background-color: #ebebeb;
5 min-width:1100px;
6 }
7 div.title {
8 font-size: 30px;
9 font-weight: bold;
10 margin-bottom: 10px;
11 }
12 input.query {
13 border-radius: 5px;
14 }
15 span.inputType {
16 font-size: 22px;
17 font-weight:bold;
18 display:block;
19 margin-top: 10px;
20 }
21
22 .tree ul,
23 .tree li {
24 padding: 0;
25 margin: 0;
26 margin-left: 10px;
27 list-style: none;
28 }
29 .tree input {
30 position: absolute;
31 opacity: 0;
32 }
33 .tree input + label + ul {
34 margin: 0 0 0 22px;
35 }
36 .tree input + label + ul {
37 display: none;
38 }
39 .tree label,
40 .tree label::before {
41 cursor: pointer;
42 }
43 .tree input:disabled + label {
44 cursor: default;
45 opacity: .6;
46 }
47 .tree input:checked:not(:disabled) + label + ul {
48 display: block;
49 }
50 .tree label,
51 .tree label::before {
52 background: url("/mpiwg-mpdl-lt-web/images/treecheckbox.png") no-repeat;
53 }
54 .tree label,
55 .tree a,
56 .tree label::before {
57 display: inline-block;
58 height: 16px;
59 line-height: 16px;,
60 vertical-align: middle;
61 }
62 .tree label {
63 background-position: 18px 0;
64 }
65 .tree label::before {
66 content: "";
67 width: 16px;
68 margin: 0 22px 0 0;
69 vertical-align: middle;
70 background-position: 0 -32px;
71 }
72 .tree input:checked + label::before {
73 background-position: 0 -16px;
74 }
75
76 /* webkit adjacent element selector bugfix */
77 @media screen and (-webkit-min-device-pixel-ratio:0)
78 {
79 .tree
80 {
81 -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
82 }
83
84 @-webkit-keyframes webkit-adjacent-element-selector-bugfix
85 {
86 from
87 {
88 padding: 0;
89 }
90 to
91 {
92 padding: 0;
93 }
94 }
95 }