Visualisierungsmodul für SuperX
http://www.superx-projekt.de/doku/viz_modul/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.2 KiB
66 lines
1.2 KiB
|
|
#sichtentreeUL { |
|
list-style-type: none; |
|
margin-left: 2em; |
|
padding: 0; |
|
} |
|
|
|
.sichtentreeCaret { |
|
cursor: pointer; |
|
-webkit-user-select: none; /* Safari 3.1 */ |
|
-moz-user-select: none; /* Firefox 2 */ |
|
-ms-user-select: none; /* IE 10 */ |
|
user-select: none; |
|
} |
|
|
|
.sichtentreeCaret::before { |
|
content: "\25B6"; |
|
color: #014A7B; |
|
display: inline-block; |
|
margin-right: 0px; |
|
} |
|
|
|
.sichtentreeCaret-down::before { |
|
-ms-transform: rotate(90deg); /* IE 9 */ |
|
-webkit-transform: rotate(90deg); /* Safari */' |
|
transform: rotate(90deg); |
|
} |
|
|
|
.sichtentreePlaceholder { |
|
margin-left: 16px; |
|
} |
|
|
|
.sichtentreeNested { |
|
display: none; |
|
margin-right: 0px; |
|
padding-left: 13px; |
|
} |
|
|
|
.sichtentreeActive { |
|
display: block; |
|
margin-right: 0px; |
|
padding-left: 13px; |
|
} |
|
|
|
.sichtentreeSpacer { |
|
padding-left: 10px; /*wofür nötig?*/ |
|
} |
|
|
|
.sichtentreeLink { |
|
text-decoration: none; /* keine Unterstreichung für links */ |
|
} |
|
|
|
.sichtentreeLinkWithSpace { |
|
text-decoration: none; /* keine Unterstreichung für links */ |
|
margin-left:10px; |
|
box-decoration-break: clone; |
|
-webkit-box-decoration-break: clone; |
|
} |
|
|
|
ul.sichtentreeChildUL { |
|
margin: 0px; |
|
padding-left: 10px; |
|
list-style-type: none; |
|
list-style-position: inside; |
|
list-style-image: none; |
|
}
|
|
|