summaryrefslogtreecommitdiff
path: root/xslt/common/css/mallard-editor.css.tmpl
blob: 9187003699f1b0b4720ac33fdfd3fdc270ace249 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<tmpl>
div.note-version {
  background-color: {{$color.bg.yellow}};
  margin-top: 1em;
  margin-bottom: 1em;
}
span.status {
  font-size: 0.83em;
  font-weight: normal;
  padding-left: 0.2em;
  padding-right: 0.2em;
  color: {{$color.fg.dark}};
  border: solid 1px {{$color.red}};
  background-color: {{$color.bg.yellow}};
}
span.status-stub, span.status-draft, span.status-incomplete, span.status-outdated {
  background-color: {{$color.bg.red}};
}
</tmpl>