1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 20:10:03 +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; background-color: #eee;
} }
.treeArray { .treeWikiText {
list-style-type: none; list-style-type: none;
} }
.treeArrayMember { .nodeWikiText {
} }
.treeNode { .nodeWikiText .splitLabelLeft[data-tw-label-type='text'] {
list-style-type: none;
}
.splitLabelLeft[data-tw-treenode-type='text'] {
background-color: #62CFFC; background-color: #62CFFC;
color: #fff; color: #fff;
} }
.label[data-tw-treenode-type='macro'] { .nodeWikiText .splitLabelLeft[data-tw-label-type='macro'] {
background-color: #46A546; background-color: #46A546;
color: #fff; color: #fff;
} }
.splitLabelLeft[data-tw-treenode-type='param'] { .nodeWikiText .splitLabelLeft[data-tw-label-type='param'] {
background-color: #a546a5; background-color: #a546a5;
color: #fff; color: #fff;
} }
.label[data-tw-treenode-type='html'] { .nodeWikiText .splitLabelLeft[data-tw-label-type='html'] {
background-color: #F89406; background-color: #F89406;
color: #fff; 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 { .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-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; -webkit-transition-delay: 0s;