pandorafms/pandora_console/include/styles/op.css

77 lines
2.3 KiB
CSS
Raw Normal View History

#op a {
display: block;
color: #000;
text-decoration: none;
}
#op li {
left: 0px;
width: 100%;
border-bottom: 1px solid #d4d4d4;
border-top: 1px solid #eee;
}
div.menuop {
2007-02-27 Sancho Lerena <slerena@openideas.info> * include/styles/god.css: Moved style block. * include/styles/link.css: Moved style block. * include/styles/op.css: Moved style block. * include/styles/pandora.css: Added some clases for new appearance. Needs to be improved, not finished yet !. * include/config.inc.php: Changed version number. * index.php: Some changes for new block disposition using data_box class and other changes. * operation/agentes/ver_agente.php: Now shows data in three tabs. Needs to be improved, but functional. * operation/agentes/estado_generalagente.php: Change in title order. This should be the way to show title and subtitle since now. * operation/messages/message.php: Changed icon, and fix problem in CSS. Deleted class: Classes with only fix weight should be avoided from now and added in code just with a style attribute, it generates too many classes in main CSS. * images/bottom-*-corner.gif: Added. * general/footer.php: Needs to be updated. * general/links_menu.php: New style in use (different color for top). * godmode/agentes/module_manager.php: New file to manage in tabs agent configuration. Almost functional, needs fix. * godmode/agentes/alert_manager.php: Content of alert management for agent manager, now in a individual file to be shown in a tab. * godmode/agentes/configurar_agente.php; * godmode/agentes/agent_manager.php: New file to manage in tabs agent configuration. Almost functional, needs fix. * godmode/menu.php: New style in use (different color for top). This is a partial commit not fully functional, need to be done due to many changes in a temporal development computer. Sorry for problems to people that are testing SVN version. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@387 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-02-27 20:03:56 +01:00
background-color: #e6e9cd;
border: 1px solid #dadbdb;
2007-02-27 Sancho Lerena <slerena@openideas.info> * include/styles/god.css: Moved style block. * include/styles/link.css: Moved style block. * include/styles/op.css: Moved style block. * include/styles/pandora.css: Added some clases for new appearance. Needs to be improved, not finished yet !. * include/config.inc.php: Changed version number. * index.php: Some changes for new block disposition using data_box class and other changes. * operation/agentes/ver_agente.php: Now shows data in three tabs. Needs to be improved, but functional. * operation/agentes/estado_generalagente.php: Change in title order. This should be the way to show title and subtitle since now. * operation/messages/message.php: Changed icon, and fix problem in CSS. Deleted class: Classes with only fix weight should be avoided from now and added in code just with a style attribute, it generates too many classes in main CSS. * images/bottom-*-corner.gif: Added. * general/footer.php: Needs to be updated. * general/links_menu.php: New style in use (different color for top). * godmode/agentes/module_manager.php: New file to manage in tabs agent configuration. Almost functional, needs fix. * godmode/agentes/alert_manager.php: Content of alert management for agent manager, now in a individual file to be shown in a tab. * godmode/agentes/configurar_agente.php; * godmode/agentes/agent_manager.php: New file to manage in tabs agent configuration. Almost functional, needs fix. * godmode/menu.php: New style in use (different color for top). This is a partial commit not fully functional, need to be done due to many changes in a temporal development computer. Sorry for problems to people that are testing SVN version. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@387 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-02-27 20:03:56 +01:00
width: 155px;
margin-bottom: 5px;
}
#op1 li, #op2 li, #op3 li, #op4 li, #op5 li, #op6 li, #op7 li, #op8 li, #op9 li,
#op1s li, #op2s li, #op3s li, #op4s li, #op5s li, #op6s li, #op7s li, #op8s li, #op9s li {
padding: 0px 0px 0px 28px;
}
div#op1>ul, div#op2>ul, div#op3>ul, div#op4>ul, div#op5>ul, div#op6>ul, div#op7>ul,
div#op8>ul, div#op9>ul, div#op1s>ul, div#op2s>ul, div#op3s>ul, div#op4s>ul, div#op5s>ul, div#op6s>ul,
div#op7s>ul, div#op8s>ul, div#op9s>ul {
width: 127px;
}
#op1 li , #op1 li:hover, #op1s li {
background: url(../../images/bricks.png) no-repeat 4px 3px;
}
#op2 li, #op2 li:hover, #op2s li {
background: url(../../images/server_database.png) no-repeat 4px 3px;
}
#op3 li, #op3 li:hover, #op3s li {
background: url(../../images/book_edit.png) no-repeat 4px 3px;
}
#op4 li, #op4 li:hover, #op4s li {
background: url(../../images/lightning_go.png) no-repeat 4px 3px;
}
/* users */
#op5 li, #op5 li:hover, #op5s li {
background: url(../../images/group.png) no-repeat 4px 4px;
}
#op6 li, #op6 li:hover, #op6s li {
background: url(../../images/computer_error.png) no-repeat 4px 4px;
}
/* trap console */
#op7 li, #op7 li:hover, #op7s li {
background: url(../../images/email.png) no-repeat 4px 4px;
}
#op8 li, #op8 li:hover, #op8s li {
background: url(../../images/reporting.png) no-repeat 4px 4px;
}
#op9 li, #op9 li:hover, #op9s li {
background: url(../../images/monitor.png) no-repeat 4px 3px;
}
div.arrow>ul, div.arrows>ul, div#arrowl>ul, div#arrowls>ul {
width: 75%;
}
.arrow li, .arrow li:hover, .arrows li, #arrowl li, #arrowl li:hover, #arrowls li {
background: url(../../images/arrow.png) no-repeat 2px 4px;
margin-left: 26px;
padding: 0px 0px 0px 14px;
}
#op a:hover ,
#op1 li:hover, #op1s li , #op2 li:hover, #op2s li , #op3 li:hover, #op3s li ,
#op4 li:hover, #op4s li , #op5 li:hover, #op5s li , #op6 li:hover, #op6s li ,
#op7 li:hover, #op7s li , #op8 li:hover, #op8s li, #op9 li:hover, #op9s li,
.arrow li:hover, .arrows li, #arrowl li:hover, #arrowls li
{
background-color: #d4ddc6;
}
#op li.bb0, #arrowls li.bb0, #op8 li.bb0 {
border-bottom: 0px;
}
#op {
border-top: 0px;
}