2011-06-16 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* images/skin images/skin/skin_default images/skin/skin_default/images images/skin/skin_default/include images/skin/skin_default/include/styles images/skin/skin_default/include/styles/tip.css images/skin/skin_default/include/styles/common.css images/skin/skin_default/include/styles/pandora.css images/skin/skin_default/include/styles/menu.css: Default skin files. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4460 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
86509463ff
commit
59544a2919
|
@ -1,3 +1,16 @@
|
|||
2011-06-16 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* images/skin
|
||||
images/skin/skin_default
|
||||
images/skin/skin_default/images
|
||||
images/skin/skin_default/include
|
||||
images/skin/skin_default/include/styles
|
||||
images/skin/skin_default/include/styles/tip.css
|
||||
images/skin/skin_default/include/styles/common.css
|
||||
images/skin/skin_default/include/styles/pandora.css
|
||||
images/skin/skin_default/include/styles/menu.css: Default skin
|
||||
files.
|
||||
|
||||
2011-06-16 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_ui.php: Changed the way to include css files
|
||||
|
|
|
@ -0,0 +1,53 @@
|
|||
/* 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%;
|
||||
}
|
|
@ -0,0 +1,188 @@
|
|||
/*
|
||||
// Pandora FMS - http://pandorafms.com
|
||||
// ==================================================
|
||||
// Copyright (c) 2004-2010 Artica Soluciones Tecnológicas S.L
|
||||
|
||||
// This program is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU General Public License
|
||||
// as published by the Free Software Foundation; version 2
|
||||
|
||||
// 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, write to the Free Software
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
.menu {
|
||||
border-width: 1px 0 0 1px;
|
||||
border-style: solid;
|
||||
border-color: #dadbdc;
|
||||
}
|
||||
.menu ul {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.menu li.selected, .menu li.not_selected {
|
||||
border: 0px solid black;
|
||||
border-bottom: 1px solid #d4d4d4;
|
||||
margin: 0;
|
||||
}
|
||||
.menu li.selected {
|
||||
background-color: #D3F389 !important;
|
||||
}
|
||||
.menu li a {
|
||||
background-color: inherit;
|
||||
color: #000000;
|
||||
display:block; /* This makes it so that the whole li is clickable */
|
||||
text-decoration:none;
|
||||
padding: 6px;
|
||||
margin-left: 23px;
|
||||
}
|
||||
|
||||
.menu a:hover {
|
||||
text-decoration:none;
|
||||
color: #D54E21;
|
||||
}
|
||||
.submenu {
|
||||
font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
|
||||
margin: 0px 10px 0px 0;
|
||||
width: 164px;
|
||||
}
|
||||
.submenu li a {
|
||||
background-color: #fff;
|
||||
margin-left: 0px;
|
||||
padding-left: 29px;
|
||||
display:block;
|
||||
border-width: 1px 1px 0 1px;
|
||||
border-style: solid;
|
||||
border-color: #dadbdc;
|
||||
}
|
||||
.menu li img.toggle {
|
||||
visibility: hidden;
|
||||
float:right;
|
||||
margin: -20px 2px 0 0; /* Positions it back where it should be */
|
||||
border-left: 1px;
|
||||
}
|
||||
.menu li.has_submenu.selected > img.toggle,
|
||||
.menu li:hover.has_submenu > img.toggle {
|
||||
visibility: visible;
|
||||
z-index: 1; /* Positions it on top of the rest */
|
||||
}
|
||||
.menu li.submenu_selected a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.menu .menu_icon, .menu li.links {
|
||||
background-color: #E9F3D2;
|
||||
background-position: 4px 4px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.menu li.links {
|
||||
background-image: url(../../../../../images/link.png);
|
||||
background-position: 4px 8px;
|
||||
}
|
||||
/* Icons specified here */
|
||||
#icon_oper-dashboard {
|
||||
background-image: url(../../../../../images/house.png);
|
||||
}
|
||||
#icon_oper-metaconsole {
|
||||
background-image: url(../../../../../images/application_double.png);
|
||||
}
|
||||
|
||||
#icon_oper-agents {
|
||||
background-image: url(../../../../../images/bricks.png);
|
||||
}
|
||||
#icon_oper-services {
|
||||
background-image: url(../../../../../images/box.png);
|
||||
}
|
||||
#icon_oper-servers {
|
||||
background-image: url(../../../../../images/server.png);
|
||||
}
|
||||
#icon_oper-incidents {
|
||||
background-image: url(../../../../../images/book_edit.png);
|
||||
}
|
||||
#icon_oper-events {
|
||||
background-image: url(../../../../../images/lightning_go.png);
|
||||
}
|
||||
/* users */
|
||||
#icon_oper-users {
|
||||
background-image: url(../../../../../images/group.png);
|
||||
}
|
||||
/* trap console */
|
||||
#icon_oper-snmpc, #icon_god-snmpc {
|
||||
background-image: url(../../../../../images/computer_error.png);
|
||||
}
|
||||
#icon_oper-messages {
|
||||
background-image: url(../../../../../images/email.png);
|
||||
}
|
||||
#icon_oper-reporting {
|
||||
background-image: url(../../../../../images/reporting.png);
|
||||
}
|
||||
#icon_oper-visualc {
|
||||
background-image: url(../../../../../images/monitor.png);
|
||||
}
|
||||
#icon_oper-gismaps {
|
||||
background-image: url(../../../../../images/server_web.png);
|
||||
}
|
||||
#icon_oper-extensions, #icon_god-extensions {
|
||||
background-image: url(../../../../../images/extensions.png);
|
||||
}
|
||||
|
||||
/* Godmode images */
|
||||
#icon_god-gismaps {
|
||||
background-image: url(../../../../../images/server_web.png);
|
||||
}
|
||||
#icon_god-agents {
|
||||
background-image: url(../../../../../images/god1.png);
|
||||
}
|
||||
#icon_god-massive {
|
||||
background-image: url(../../../../../images/sitemap_color.png);
|
||||
}
|
||||
#icon_god-services {
|
||||
background-image: url(../../../../../images/box.png);
|
||||
}
|
||||
#icon_god-modules {
|
||||
background-image: url(../../../../../images/brick.png);
|
||||
}
|
||||
#icon_god-alerts {
|
||||
background-image: url(../../../../../images/god2.png);
|
||||
}
|
||||
#icon_god-dbmaint {
|
||||
background-image: url(../../../../../images/god8.png);
|
||||
}
|
||||
#icon_god-users {
|
||||
background-image: url(../../../../../images/god3.png);
|
||||
}
|
||||
#icon_god-reporting {
|
||||
background-image: url(../../../../../images/reporting_edit.png);
|
||||
}
|
||||
#icon_god-map {
|
||||
background-image: url(../../../../../images/god9.png);
|
||||
}
|
||||
#icon_god-profiles {
|
||||
background-image: url(../../../../../images/god4.png);
|
||||
}
|
||||
#icon_god-servers {
|
||||
background-image: url(../../../../../images/god5.png);
|
||||
}
|
||||
#icon_god-audit {
|
||||
background-image: url(../../../../../images/god6.png);
|
||||
}
|
||||
#icon_god-setup {
|
||||
background-image: url(../../../../../images/god7.png);
|
||||
}
|
||||
#icon_god-policies {
|
||||
background-image: url(../../../../../images/policies.png);
|
||||
}
|
||||
#icon_oper-inventory {
|
||||
background-image: url(../../../../../images/page_white_text.png);
|
||||
}
|
||||
#icon_god-tag {
|
||||
background-image: url(../../../../../images/comments.png);
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,54 @@
|
|||
a.tip {
|
||||
cursor: help;
|
||||
background: url(../../../../../images/tip.png) no-repeat;
|
||||
padding: 5px 2px 5px 12px;
|
||||
}
|
||||
a.help {
|
||||
cursor: help;
|
||||
background: url(../../../../../images/help2.png) no-repeat;
|
||||
padding: 2px 2px 2px 12px;
|
||||
left: 5px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
a.info {
|
||||
padding: 25px 0px 0px 0px;
|
||||
}
|
||||
a.tip, a.help , a.info {
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.tip:hover {
|
||||
text-decoration: none;
|
||||
background-color: #efefef;
|
||||
}
|
||||
a.info:hover, a.help:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
a.tip span, a.info span, a.help span {
|
||||
display: none;
|
||||
}
|
||||
a.tip:hover span, a.info:hover span, a.help:hover span {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
position: absolute;
|
||||
z-index: 99;
|
||||
top: 20px;
|
||||
left: 6px;
|
||||
min-width: 150px;
|
||||
border: 1px solid #708090;
|
||||
background-color: #d4ddc6;
|
||||
color: #000;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
a.info:hover span {
|
||||
top: 45px;
|
||||
left: 20px;
|
||||
width: 120px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #aaaaaa;
|
||||
}
|
||||
a.help:hover span {
|
||||
top: 15px;
|
||||
width: 80px;
|
||||
}
|
Loading…
Reference in New Issue