capability-manager-enhanced
Last commit date
common
6 years ago
framework
7 years ago
images
7 years ago
includes
6 years ago
lang
6 years ago
vendor
6 years ago
admin.css
6 years ago
admin.dev.js
6 years ago
admin.js
6 years ago
capsman-enhanced.php
6 years ago
composer.json
6 years ago
readme.txt
5 years ago
admin.css
223 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 | div.cme-cap-type-tables { |
| 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 | h3.cme-cap-section { |
| 88 | margin-top:0; |
| 89 | } |
| 90 | |
| 91 | a.neg-cap, a.cap-on, a.type-on, a.neg-type-caps, a.cme-neg-all { |
| 92 | text-decoration: none; |
| 93 | } |
| 94 | |
| 95 | span.cap-x, a.cme-neg-all { |
| 96 | color: red; |
| 97 | font-size: 1.5em; |
| 98 | padding-left: 1px; |
| 99 | padding-right: 1px; |
| 100 | vertical-align: middle; |
| 101 | } |
| 102 | |
| 103 | a.cme-switch-all { |
| 104 | color: black; |
| 105 | font-size: 1.5em; |
| 106 | padding-right: 1px; |
| 107 | padding-right: 1px; |
| 108 | vertical-align: middle; |
| 109 | text-decoration: line-through !important; |
| 110 | } |
| 111 | |
| 112 | td.cap-yes span { |
| 113 | color:green;font-weight:bold; |
| 114 | } |
| 115 | |
| 116 | td.cap-no { |
| 117 | color:#777; |
| 118 | } |
| 119 | |
| 120 | td.cap-neg label span { |
| 121 | color: red; |
| 122 | } |
| 123 | |
| 124 | td.cap-neg input { |
| 125 | display:none; |
| 126 | } |
| 127 | |
| 128 | td.cap-no span.cap-x, td.cap-yes span.cap-x { |
| 129 | display:none; |
| 130 | } |
| 131 | |
| 132 | td.cap-neg span.cap-x { |
| 133 | display:inline; |
| 134 | } |
| 135 | |
| 136 | td.cap-neg a.neg-cap { |
| 137 | display:none; |
| 138 | } |
| 139 | |
| 140 | td.cap-metagroup label span { |
| 141 | color: #080 !important; |
| 142 | } |
| 143 | |
| 144 | td.cap-locked a.neg-cap { |
| 145 | display: none !important; |
| 146 | } |
| 147 | |
| 148 | a.type-off, a.neg-cap, a.cme-neg-all, a.neg-type-caps { |
| 149 | color: #800; |
| 150 | } |
| 151 | |
| 152 | a.type-on, a.cap-on, a.cme-switch-all { |
| 153 | color: black; |
| 154 | } |
| 155 | |
| 156 | input.cme-check-all, a.cme-neg-all { |
| 157 | margin-right: 10px; |
| 158 | padding-right: 10px; |
| 159 | } |
| 160 | |
| 161 | #akmin input.button { |
| 162 | margin-top: 5px; |
| 163 | } |
| 164 | |
| 165 | #akmin input.button-primary { |
| 166 | margin: 5px; |
| 167 | } |
| 168 | |
| 169 | #akmin td.sidebar { |
| 170 | width: 300px; |
| 171 | } |
| 172 | |
| 173 | #akmin .cme-backup-tool a { |
| 174 | padding-left:0; |
| 175 | } |
| 176 | |
| 177 | #akmin input.regular-text { |
| 178 | width: 200px; |
| 179 | } |
| 180 | |
| 181 | #akmin input.tight-text { |
| 182 | width: 125px; |
| 183 | } |
| 184 | |
| 185 | .cme-subtext { |
| 186 | color: #686868; |
| 187 | font-style: italic; |
| 188 | margin-top:5px; |
| 189 | } |
| 190 | |
| 191 | td.cm-has-via-pp { |
| 192 | background-color: #84fb84; |
| 193 | } |
| 194 | |
| 195 | div.pressshack-admin-wrapper footer { |
| 196 | padding-right: 270px; |
| 197 | } |
| 198 | |
| 199 | body.capabilities_page_capsman-tool div.pressshack-admin-wrapper footer { |
| 200 | padding-right: 5px; |
| 201 | } |
| 202 | |
| 203 | #akmin div.publishpress-headline {line-height:25px} |
| 204 | #akmin span.publishpress-thanks{margin-left:5px;color:#655997;white-space:nowrap} |
| 205 | #akmin span.publishpress-thanks,#akmin span.publishpress-thanks a,#akmin span.publishpress-thanks a:visited {color:#655997;font-weight:bold;} |
| 206 | |
| 207 | table#akmin td.sidebar li.publishpress-contact{text-align:center} |
| 208 | table#akmin td.sidebar li.publishpress-contact a{padding:5px 0 5px 0;} |
| 209 | |
| 210 | #pp_features {display:none;border:1px solid #eee;padding:5px;text-align:center;min-width:600px} |
| 211 | #pp_features div.pp-logo { text-align: center } |
| 212 | #pp_features div.features-wrap { margin-left: auto; margin-right: auto; text-align: center; width: 600px; } |
| 213 | #pp_features ul.pp-features { list-style: none; padding-top:10px; text-align:left; margin-left: auto } |
| 214 | #pp_features ul.pp-features li:before { content: "\2713\0020"; } |
| 215 | #pp_features ul.pp-features li { padding-bottom: 5px } |
| 216 | #pp_features img.cme-play { margin-bottom: -3px; margin-left: 5px;} |
| 217 | div.publishpress-caps-manage span.manage-members {margin-left:5px; font-weight:normal; color: #777} |
| 218 | div.publishpress-caps-manage span.manage-members a {color: #777} |
| 219 | div.publishpress-caps-manage span.manage-members a:hover {text-decoration: underline; color:#655997 } |
| 220 | |
| 221 | div.publishpress-headline .cme-subtext a {font-weight: bold} |
| 222 | div.publishpress-headline .cme-subtext a:hover {text-decoration: underline} |
| 223 |