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} |