-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
74 lines (62 loc) · 1.27 KB
/
style.css
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
62
63
64
65
66
67
68
69
70
71
72
73
74
div.publish {
font-size: 0.9em;
margin: 1em;
margin-left: auto;
margin-right: auto;
max-width: 35em;
clear: both;
// text-align: justify;
vertical-align: middle;
border-collapse: collapse;
padding: 1em 1em 1em 4em;
background-position: 1.2em 50%;
background-repeat: no-repeat;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
div.publish .button {
float:right;
margin-top:-0.3em; // hacky
margin-left:1em;
}
div.published_yes {
background-color: #dfd;
background-image: url(images/yes.gif);
}
div.published_no {
background-color: #fdd;
background-image: url(images/no.gif);
}
div.publish em {
font-weight: bold;
}
div.publish span {
display: block;
}
div.published_revision {
background-color: #dfd;
}
div.unpublished_revision {
background-color: #fdd;
}
a.published_diff_link {
padding-left: 1em;
}
p.pub_none { }
/* table.pub_table tr.pub_head th.(pub_page,pub_prev,pub_upd)
* table.pub_table tr.pub_ns td a
* table.pub_table tr.pub_entry [pub_never] td.(pub_page,pub_prev,pub_upd) a
*/
table.pub_table {
width: 70%;
background-color: #fdd;
}
table.pub_table tr.pub_ns td {
text-align: center;
background-color: #dfd;
font-weight: bold;
}
div.publish span span.publish_date {
display: inline;
}