haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
proc
/
thread-self
/
cwd
/
wp-content
/
plugins
/
capability-manager-enhanced
/
framework
/
styles
/
Filename :
admin.css
back
Copy
/** * Alkivia Framework. * Styles for admin dashboard. * Based on the styles for Maintenance Mode plugin by Michael Wöhrer * * @version $Rev: 198515 $ * @author Jordi Canals * @copyright Copyright (C) 2009, 2010 Jordi Canals * @license GNU General Public License version 2 * @link http://alkivia.org * @package Alkivia * @subpackage Framework * Copyright 2009, 2010 Jordi Canals <devel@jcanals.cat> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* =========================================================== SETTINGS */ table#akmin { width: 100%; border: 0 none; padding: 0; margin: 0; } table#akmin fieldset { border: 0 none; padding: 0; margin: 0; } table#akmin td { vertical-align: top; } table#akmin td dl { padding: 0; margin: 10px 0 20px 0; background-color: white; border: 1px solid #dfdfdf; } table#akmin td dl { -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } table#akmin dl dt { font-size: 13px; font-weight: bold; margin: 0; padding: 4px 10px 4px 10px; background: #dfdfdf; } table#akmin p:not(.pp-recommendations-heading) { padding: 5px 0 5px 0; margin: 0; } table#akmin ul { list-style: none; } table#akmin ul.ul-disc { list-style: disc outside; } /* ====================================================== ADMIN CONTENT */ table#akmin td.content { padding: 0 8px 0 0; } table#akmin td.content dd { margin: 0; padding: 10px; } select.ppc-admin-menu-role { margin-left: 0; } /* ====================================================== ADMIN SIDEBAR */ table#akmin td.sidebar { width: 250px; padding: 0 0 0 8px; } table#akmin td.sidebar ul, table#akmin td.sidebar ul li { list-style: none; padding: 0; margin: 0; } table#akmin td.sidebar a { text-decoration: none; background-position: 0px 60%; background-repeat: no-repeat; padding: 4px 0px 4px 22px; border: 0 none; display: block; } table#akmin td.sidebar .cme-backup-tool a { padding-left: 0; } table#akmin td.sidebar ul li { margin: 0; border-bottom: 1px dotted gray; } table#akmin td.sidebar dd, table#akmin td .pp-column-right dd { margin: 0; padding: 5px 10px 5px 10px; }