summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/style.css
blob: 08c0a9991f541d80f61ff56afd18b4f150b9e773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
div.dokuwiki div.newentry_form {
  text-align: center;
  margin-bottom: 1em;
}

div.dokuwiki #blog__newentry_form input.edit {
  width: 95%;
}

div.dokuwiki tr.draft,
div.dokuwiki div.draft {
  opacity: 0.5;
}

div.dokuwiki div.autoarchive_selector ul {
  list-style-type: none;
  clear: left;
  margin: 0 0.5em 0 0;
}

div.dokuwiki div.autoarchive_selector ul div.li {
  float: left;
  margin: 0 1em 0 0;
}

div.dokuwiki div.autoarchive_selector ul ul {
  float: left;
  clear: none;
}

div.dokuwiki div.autoarchive_selector ul ul div.li {
  margin: 0;
}

img.blog_archive_bar {
  background-color: __border__;
  width: 5px;
  border: 0 none;
  vertical-align: bottom;
}