source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/publish/style.css@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 1.2 KB
Line 
1div.approval {
2 margin: 2em;
3 margin-left: auto;
4 margin-right: auto;
5 width: 70% !important;
6 min-height: 20px;
7 clear: both;
8 text-align: justify;
9 vertical-align: middle;
10 border-collapse: collapse;
11 padding: 15px 20px 15px 80px;
12 background-position: 30px 50%;
13 background-repeat: no-repeat;
14 -moz-border-radius: 10px;
15 -khtml-border-radius: 10px;
16 border-radius: 10px;
17}
18
19div.approved_yes {
20 background-color: #dfd;
21 background-image: url(images/yes.gif);
22}
23
24div.approved_no {
25 background-color: #fdd;
26 background-image: url(images/no.gif);
27}
28
29div.approval em {
30 font-weight: bold;
31}
32
33div.approval span {
34 display: block;
35}
36
37div.approved_revision {
38 background-color: #dfd;
39}
40
41div.unapproved_revision {
42 background-color: #fdd;
43}
44
45a.approved_diff_link {
46 padding-left: 1em;
47}
48
49p.apr_none { }
50
51/* table.apr_table tr.apr_head th.(apr_page,apr_prev,apr_upd)
52 * table.apr_table tr.apr_ns td a
53 * table.apr_table tr.apr_entry [apr_never] td.(apr_page,apr_prev,apr_upd) a
54 */
55table.apr_table {
56 width: 70%;
57 background-color: #fdd;
58}
59
60table.apr_table tr.apr_ns td {
61 text-align: center;
62 background-color: #dfd;
63 font-weight: bold;
64}
65
66div.approval span span.approval_date {
67 display: inline;
68}
Note: See TracBrowser for help on using the repository browser.