PluginProbe ʕ •ᴥ•ʔ
PublishPress Capabilities – User Role Editor, Access Permissions, User Capabilities, Admin Menus / 1.6.1
PublishPress Capabilities – User Role Editor, Access Permissions, User Capabilities, Admin Menus v1.6.1
2.45.0 2.44.0 trunk 1.10 1.10.1 1.4.1 1.4.10 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5 1.5.1 1.5.10 1.5.11 1.5.2 1.5.3 1.5.4 1.5.5 1.5.7 1.5.8 1.5.9 1.6 1.6.1 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.8.1 1.9 1.9.10 1.9.12 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.9 2.0 2.0.2 2.0.3 2.1 2.1.1 2.10.0 2.10.1 2.10.2 2.10.3 2.11.1 2.12.1 2.12.2 2.13.0 2.14.0 2.15.0 2.16.0 2.17.0 2.18.0 2.18.2 2.19.0 2.19.1 2.19.2 2.2 2.2.1 2.20.0 2.21.0 2.22.0 2.23.0 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.30.0 2.31.0 2.32.0 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.40.0 2.41.0 2.42.0 2.43.0 2.5.0 2.5.1 2.5.2 2.6.0 2.6.1 2.7.0 2.7.1 2.8.0 2.8.1 2.9.0 2.9.1
capability-manager-enhanced / admin.css
capability-manager-enhanced Last commit date
framework 7 years ago images 7 years ago includes 7 years ago lang 7 years ago admin.css 7 years ago admin.dev.js 7 years ago admin.js 7 years ago capsman-enhanced.php 7 years ago readme.txt 7 years ago
admin.css
183 lines
1 /**
2 * Settings for admin dashboard.
3 * Based on the styles for Maintenance Mode plugin by Michael Wöhrer
4 *
5 * @version $Rev: 198515 $
6 * @author Jordi Canals
7 * @copyright Copyright (C) 2009, 2010 Jordi Canals
8 * @license GNU General Public License version 2
9 * @link http://alkivia.org
10 * @package Alkivia
11 * @subpackage CapsMan
12 *
13
14 Copyright 2009, 2010 Jordi Canals <devel@jcanals.cat>
15
16 This program is free software; you can redistribute it and/or
17 modify it under the terms of the GNU General Public License
18 version 2 as published by the Free Software Foundation.
19
20 This program is distributed in the hope that it will be useful,
21 but WITHOUT ANY WARRANTY; without even the implied warranty of
22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 GNU General Public License for more details.
24
25 You should have received a copy of the GNU General Public License
26 along with this program. If not, see <http://www.gnu.org/licenses/>.
27 */
28
29
30 /* ====================================================== SIDEBAR ICONS */
31
32 a.cap_type {
33 text-decoration: none;
34 }
35
36 a.cap_type:hover {
37 text-decoration: underline;
38 }
39
40 ul.cme-listhoriz li {
41 text-align: center;
42 padding-right: 1em;
43 }
44
45 ul.cme-listhoriz li table{
46 text-align: center;
47 }
48
49
50 ul.cme-listhoriz {
51 width: 100%;
52 clear: both;
53 float: left;
54 margin: 0;
55 padding: 0;
56 }
57
58 ul.cme-listhoriz li {
59 list-style: none;
60 float: left;
61 margin: 0;
62 }
63
64
65 div.cme-listhoriz h3 {
66 margin: 0.2em;
67 }
68
69 table .cme-typecaps {
70 border: 1px solid black;
71 }
72
73 table .cme-typecaps td {
74 text-align: center;
75 height: 2em;
76 }
77
78 table .cme-typecaps th {
79 padding-left: 0.3em;
80 padding-right: 0.3em;
81 }
82
83 table.cme-typecaps span.cap-x {
84 display: none;
85 }
86
87 a.neg-cap, a.cap-on, a.type-on, a.neg-type-caps, a.cme-neg-all {
88 text-decoration: none;
89 }
90
91 span.cap-x, a.cme-neg-all {
92 color: red;
93 font-size: 1.5em;
94 padding-left: 1px;
95 padding-right: 1px;
96 vertical-align: middle;
97 }
98
99 a.cme-switch-all {
100 color: black;
101 font-size: 1.5em;
102 padding-right: 1px;
103 padding-right: 1px;
104 vertical-align: middle;
105 text-decoration: line-through;
106 }
107
108 td.cap-yes span {
109 color:green;font-weight:bold;
110 }
111
112 td.cap-no {
113 color:#777;
114 }
115
116 td.cap-neg label span {
117 color: red;
118 }
119
120 td.cap-neg input {
121 display:none;
122 }
123
124 td.cap-no span.cap-x, td.cap-yes span.cap-x {
125 display:none;
126 }
127
128 td.cap-neg span.cap-x {
129 display:inline;
130 }
131
132 td.cap-neg a.neg-cap {
133 display:none;
134 }
135
136 td.cap-metagroup label span {
137 color: #080 !important;
138 }
139
140 td.cap-locked a.neg-cap {
141 display: none !important;
142 }
143
144 a.type-off, a.neg-cap, a.cme-neg-all, a.neg-type-caps {
145 color: #800;
146 }
147
148 a.type-on, a.cap-on, a.cme-switch-all {
149 color: black;
150 }
151
152 input.cme-check-all, a.cme-neg-all {
153 margin-right: 10px;
154 padding-right: 10px;
155 }
156
157 #akmin input.button {
158 margin-top: 5px;
159 }
160
161 #akmin td.sidebar {
162 width: 300px;
163 }
164
165 #akmin input.regular-text {
166 width: 200px;
167 }
168
169 #akmin input.tight-text {
170 width: 125px;
171 }
172
173 .cme-subtext {
174 color: #686868;
175 font-style: italic;
176 margin-top:5px;
177 }
178
179 td.cm-has-via-pp {
180 background-color: #7f7;
181 }
182
183 #akmin span.publishpress,#akmin span.publishpress a,#akmin span.publishpress a:visited {color:#655997;font-weight:bold}