From 2bd7f83a6495011ada78ca8a9f2af417caf01760 Mon Sep 17 00:00:00 2001 From: ahriman Date: Wed, 2 Jan 2019 04:57:35 +0000 Subject: removed dokuwiki --- wiki/lib/tpl/dokuwiki/css/_recent.css | 75 ----------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 wiki/lib/tpl/dokuwiki/css/_recent.css (limited to 'wiki/lib/tpl/dokuwiki/css/_recent.css') diff --git a/wiki/lib/tpl/dokuwiki/css/_recent.css b/wiki/lib/tpl/dokuwiki/css/_recent.css deleted file mode 100644 index f1be15f..0000000 --- a/wiki/lib/tpl/dokuwiki/css/_recent.css +++ /dev/null @@ -1,75 +0,0 @@ -/** - * This file provides styles for the recent changes (?do=recent) and - * old revisions (?do=revisions). - */ - -/*____________ list of revisions / recent changes ____________*/ - -/* select type of revisions (media/pages) */ -.dokuwiki .changeType { - margin-bottom: .5em; -} - -.dokuwiki form.changes ul li { - list-style: none; - margin-left: 0; -} -[dir=rtl] .dokuwiki form.changes ul li { - margin-right: 0; -} -.dokuwiki form.changes ul li span, -.dokuwiki form.changes ul li a { - vertical-align: middle; -} -.dokuwiki form.changes ul li span.user a { - vertical-align: bottom; -} -.dokuwiki form.changes ul li.minor { - opacity: .7; -} - -.dokuwiki form.changes li span.date { -} -.dokuwiki form.changes li a.diff_link { - vertical-align: baseline; -} -.dokuwiki form.changes li a.revisions_link { - vertical-align: baseline; -} -.dokuwiki form.changes li a.wikilink1, -.dokuwiki form.changes li a.wikilink2 { -} -.dokuwiki form.changes li span.sum { - font-weight: bold; -} -.dokuwiki form.changes li span.user { -} - -/*____________ size differences ____________*/ - -.dokuwiki form.changes li .sizechange { - font-size: 80%; - border-radius: .2em; - padding: .1em .2em; - /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */ - background-color: #ddd; -} - -.dokuwiki form.changes li .sizechange.positive { - background-color: #cfc;; -} -.dokuwiki form.changes li .sizechange.negative { - background-color: #fdd; -} - -/*____________ page navigator ____________*/ - -.dokuwiki div.pagenav { - text-align: center; - margin: 1.4em 0; -} -.dokuwiki div.pagenav-prev, -.dokuwiki div.pagenav-next { - display: inline; - margin: 0 .5em; -} -- cgit 1.4.1-2-gfad0 ut type='submit' value='search'/>
path: root/Makefile
blob: 18626a74f185762fd2e37110f855398f865d5a87 (plain) (blame)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61