pandorafms/pandora_console/include/styles/common.css

54 lines
923 B
CSS
Raw Normal View History

2009-03-02 Esteban Sanchez <estebans@artica.es> * include/functions_menu.php: Added to repository. Functions for menu. * operation/menu.php, godmode/menu.php: Added class to menu due to changes in print_menu(). * general/main_menu.php: temp_print_menu() moved to functions_menu.php * include/functions_themes.php: Added to repository. Implement functions relative to themes (only CSS themes list at this moment). * include/styles/pandora.css, include/styles/pandora_black.css, include/styles/pandora_minimal.css, include/styles/pandora_red.css: Added author, name and description comments to adopt to new get_themes() interface. * include/styles/pandora_width.css: Improved and make lighter by simply rewrite some classes. * include/functions.php: Added is_ajax(). * godmode/agentes/module_manager_editor.php, godmode/alerts/alert_actions.php, godmode/alerts/alert_commands.php, godmode/alerts/alert_compounds.php, godmode/alerts/alert_list.php, godmode/alerts/alert_templates.php, godmode/groups/group_list.php, godmode/reporting/map_builder.php, godmode/reporting/reporting_builder.php, operation/agentes/estado_agente.php, operation/agentes/ver_agente.php, operation/events/events.php, operation/messages/message.php: Use is_ajax() * godmode/setup/setup.php: Use enterprise_include() instead of manual checking. Use get_css_themes() to show the theme list. * include/styles/common.css: Added to repository. Minimal styles to make pandora works and common with all the CSS themes. * include/functions_ui.php: Added common.css file. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1496 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-03-02 14:43:15 +01:00
/* Common useful styles */
.invisible {
display: none;
}
.left { clear: left; float: left;}
.right { clear: right; float: right;}
.clear { clear:both; }
.top {
vertical-align: top;
margin-top: 0;
padding-top: 0;
}
img.left {
margin-right:1em;
margin-bottom:1.8em;
}
img.right {
margin-left:1em;
margin-bottom:1.8em;
}
.text-right {
text-align:right;
}
/* Debug styles */
pre.debug, div.backtrace {
font-family: monospace !important;
text-align: left;
padding: 10px;
margin: 5px;
border: 1px solid black;
}
div.backtrace ol {
margin: 0;
padding-left: 20px;
}
pre.debug {
background-color: #fff55f;
}
div.debug, div.database_debug_title, div.debug a, div.debug a:hover {
background-color: white;
color: black;
text-align: left;
}
div.debug a, div.debug a:hover, div.parameters {
text-decoration: underline;
}
div.database_debug_title {
font-size: 15pt;
margin-top: 15px;
padding: 5px;
width: 95%;
}