cms.css
2.06 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
/************************************
* listing stuff
************************************/
#content .handle, #content .do-reorder UL LI .handle {
display: none;
}
#content .do-reorder LI .handle {
display: inline;
background: gray;
color: white;
padding: 1px 3px;
cursor: move;
}
ul.page-list li {
list-style: none;
}
ul.page-list li table,
ul.page-list li td {
border: none;
padding: 3px;
}
ul.page-list a.page {
font-weight: bold;
}
ul.page-list a:visited, ul.page-list a:link {
color: #000;
}
ul.page-list a:hover {
background: #aa9;
}
#content .page-list .hover {
background: #F1F0DB;
}
#content .page-list .commands A.delete-page:hover {
color: white;
background: black;
}
#content .page-list .hover-delete {
background: red;
color: #FF8E90;
}
#content .page-list .hover-delete A,
#content .page-list .hover-delete .commands A {
color: #FF8E90;
}
#content .page-list .hover-delete A.page {
color: white;
border-bottom: 0px;
}
#content .page-list .hover-delete UL LI A.page {
color: red;
border-bottom: 0px;
}
/***********************************
* from stuff
***********************************/
div.comatose_field {
}
div.comatose_field label {
display: block;
font-weight: bold;
}
div.comatose_field textarea {
width: 90%;
}
div.comatose_field textarea,
div.comatose_field input,
div.comatose_field select {
border: 1px solid gray;
}
/****************************************
* revisions page stuff
****************************************/
.older-content {
float: right;
}
.current-content {
float: left;
}
.revisions {
width: 47%;
border: 1px solid gray;
padding: 0.25em;
}
.revisions .header {
font-weight: bold;
border-bottom: 1px solid black;
margin-bottom: 10px;
height: 40px;
}
.revisions .meta {
border-bottom: 1px solid black;
margin-bottom: 10px;
}
.revisions .footer {
border-top: 1px solid black;
margin-top: 10px;
padding: 0.25em;
}
.revisions .meta label span {
font-weight: bold;
}
.revisions .meta label {
font-weight: normal;
display: block;
}
.collapsed {
display: none;
}