1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 08:20:46 +00:00

Fixed styles for the parser dump

This commit is contained in:
Jeremy Ruston 2012-02-06 10:58:25 +00:00
parent 2cb337706d
commit e66a12c165

View File

@ -130,37 +130,55 @@ a.tw-slider-label::after {
background-color: #eee;
}
.treeArray {
.treeWikiText {
list-style-type: none;
}
.treeArrayMember {
.nodeWikiText {
}
.treeNode {
list-style-type: none;
}
.splitLabelLeft[data-tw-treenode-type='text'] {
.nodeWikiText .splitLabelLeft[data-tw-label-type='text'] {
background-color: #62CFFC;
color: #fff;
}
.label[data-tw-treenode-type='macro'] {
.nodeWikiText .splitLabelLeft[data-tw-label-type='macro'] {
background-color: #46A546;
color: #fff;
}
.splitLabelLeft[data-tw-treenode-type='param'] {
.nodeWikiText .splitLabelLeft[data-tw-label-type='param'] {
background-color: #a546a5;
color: #fff;
}
.label[data-tw-treenode-type='html'] {
.nodeWikiText .splitLabelLeft[data-tw-label-type='html'] {
background-color: #F89406;
color: #fff;
}
.treeWikiTextRenderer .splitLabelLeft[data-tw-label-type='rendererStep'] {
background-color: #F89406;
color: #fff;
}
.treeWikiTextRenderer .splitLabelLeft[data-tw-label-type='macro'] {
background-color: #46A546;
color: #fff;
}
.treeWikiTextRenderer .splitLabelLeft[data-tw-label-type='content'] {
background-color: #62CFFC;
color: #fff;
}
.treeWikiTextRenderer .splitLabelLeft[data-tw-label-type='handler'],
.treeWikiTextRenderer .splitLabelLeft[data-tw-label-type='params'] {
background-color: #a546a5;
color: #fff;
}
.tw-slider-label {
-webkit-box-shadow: rgba(255, 255, 255, 0.199219) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.046875) 0px 1px 2px 0px;
-webkit-transition-delay: 0s;