capability-manager-enhanced
Last commit date
framework
12 years ago
images
12 years ago
includes
12 years ago
lang
12 years ago
admin.css
12 years ago
admin.dev.js
12 years ago
admin.js
12 years ago
capsman-enhanced.php
12 years ago
readme.txt
12 years ago
admin.css
205 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 | /* =========================================================== SETTINGS */ |
| 30 | |
| 31 | #icon-capsman-admin { |
| 32 | background: transparent url('images/cman32.png') no-repeat; |
| 33 | } |
| 34 | |
| 35 | /* ====================================================== SIDEBAR ICONS */ |
| 36 | |
| 37 | td.sidebar a.capsman { |
| 38 | background-image: url('images/capsman.png'); |
| 39 | } |
| 40 | |
| 41 | a.cap_type { |
| 42 | text-decoration: none; |
| 43 | } |
| 44 | |
| 45 | a.cap_type:hover { |
| 46 | text-decoration: underline; |
| 47 | } |
| 48 | |
| 49 | ul.cme-listhoriz li { |
| 50 | text-align: center; |
| 51 | padding-right: 1em; |
| 52 | } |
| 53 | |
| 54 | ul.cme-listhoriz li table{ |
| 55 | text-align: center; |
| 56 | } |
| 57 | |
| 58 | |
| 59 | ul.cme-listhoriz { |
| 60 | width: 100%; |
| 61 | clear: both; |
| 62 | float: left; |
| 63 | margin: 0; |
| 64 | padding: 0; |
| 65 | } |
| 66 | |
| 67 | ul.cme-listhoriz li { |
| 68 | list-style: none; |
| 69 | float: left; |
| 70 | margin: 0; |
| 71 | } |
| 72 | |
| 73 | |
| 74 | div.cme-listhoriz h3 { |
| 75 | margin: 0.2em; |
| 76 | } |
| 77 | |
| 78 | table .cme-typecaps { |
| 79 | border: 1px solid black; |
| 80 | } |
| 81 | |
| 82 | table .cme-typecaps td { |
| 83 | text-align: center; |
| 84 | height: 2em; |
| 85 | } |
| 86 | |
| 87 | table .cme-typecaps th { |
| 88 | padding-left: 0.3em; |
| 89 | padding-right: 0.3em; |
| 90 | } |
| 91 | |
| 92 | table.cme-typecaps span.cap-x { |
| 93 | display: none; |
| 94 | } |
| 95 | |
| 96 | a.neg-cap, a.cap-on, a.type-on, a.neg-type-caps, a.cme-neg-all { |
| 97 | text-decoration: none; |
| 98 | } |
| 99 | |
| 100 | span.cap-x, a.cme-neg-all { |
| 101 | color: red; |
| 102 | font-size: 1.5em; |
| 103 | padding-left: 1px; |
| 104 | padding-right: 1px; |
| 105 | vertical-align: middle; |
| 106 | } |
| 107 | |
| 108 | a.cme-switch-all { |
| 109 | color: black; |
| 110 | font-size: 1.5em; |
| 111 | padding-right: 1px; |
| 112 | padding-right: 1px; |
| 113 | vertical-align: middle; |
| 114 | text-decoration: line-through; |
| 115 | } |
| 116 | |
| 117 | td.cap-yes span { |
| 118 | color:green;font-weight:bold; |
| 119 | } |
| 120 | |
| 121 | td.cap-no { |
| 122 | color:#777; |
| 123 | } |
| 124 | |
| 125 | td.cap-neg label span { |
| 126 | color: red; |
| 127 | } |
| 128 | |
| 129 | td.cap-neg input { |
| 130 | display:none; |
| 131 | } |
| 132 | |
| 133 | td.cap-no span.cap-x, td.cap-yes span.cap-x { |
| 134 | display:none; |
| 135 | } |
| 136 | |
| 137 | td.cap-neg span.cap-x { |
| 138 | display:inline; |
| 139 | } |
| 140 | |
| 141 | td.cap-neg a.neg-cap { |
| 142 | display:none; |
| 143 | } |
| 144 | |
| 145 | /* |
| 146 | span.cme-drop-cap { |
| 147 | color: #aaa; |
| 148 | } |
| 149 | */ |
| 150 | |
| 151 | td.cap-metagroup label span { |
| 152 | color: #080 !important; |
| 153 | } |
| 154 | |
| 155 | td.cap-locked label input { |
| 156 | display: inline !important; |
| 157 | } |
| 158 | |
| 159 | td.cap-locked a.neg-cap { |
| 160 | display: none !important; |
| 161 | } |
| 162 | |
| 163 | a.type-off, a.neg-cap, a.cme-neg-all, a.neg-type-caps { |
| 164 | color: #800; |
| 165 | } |
| 166 | |
| 167 | a.type-on, a.cap-on, a.cme-switch-all { |
| 168 | color: black; |
| 169 | } |
| 170 | |
| 171 | input.cme-check-all, a.cme-neg-all { |
| 172 | margin-right: 10px; |
| 173 | padding-right: 10px; |
| 174 | } |
| 175 | |
| 176 | #akmin input.button { |
| 177 | margin-top: 5px; |
| 178 | } |
| 179 | |
| 180 | #akmin td.sidebar { |
| 181 | width: 300px; |
| 182 | } |
| 183 | |
| 184 | #akmin input.regular-text { |
| 185 | width: 200px; |
| 186 | } |
| 187 | |
| 188 | #akmin input.tight-text { |
| 189 | width: 125px; |
| 190 | } |
| 191 | |
| 192 | .cme-subtext { |
| 193 | color: #686868; |
| 194 | font-style: italic; |
| 195 | margin-top:5px; |
| 196 | } |
| 197 | |
| 198 | #wpbody-content{ |
| 199 | padding-bottom: 30px; |
| 200 | } |
| 201 | |
| 202 | td.cm-has-via-pp { |
| 203 | background-color: #7f7; |
| 204 | } |
| 205 | /* EOF */ |