2006-11-17 23:56:50 +01:00
|
|
|
#god a {
|
|
|
|
display: block;
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2006-11-17 23:56:50 +01:00
|
|
|
#god li {
|
|
|
|
left: 1px;
|
|
|
|
width: 99%;
|
|
|
|
border-bottom: 1px solid #d4d4d4;
|
|
|
|
border-top: 1px solid #ffffff;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2007-05-18 11:29:54 +02:00
|
|
|
div.menug {
|
2007-02-27 20:03:56 +01:00
|
|
|
background-color: #f5f5dc;
|
2007-04-18 23:45:03 +02:00
|
|
|
border: 1px solid #dadbdc;
|
2007-02-27 20:03:56 +01:00
|
|
|
width: 155px;
|
2007-05-18 11:29:54 +02:00
|
|
|
margin-bottom: 5px;
|
2007-06-13 Raul Mateos <raulofpandora@gmail.com>
* godmode/menu.php, operation/menu.php, include/pandora.css, include/op.css,
include/god.css: Updated with styles to avoid top and bottom border.
* godmode/groups/group_list.php, godmode/users/*.php, operation/users/*.php,
godmode/servers/*.php, operation/snmpconsole/snmp_alert.php,
godmode/reporting/map_builder.php, operation/messages/message.php:
Removed old raya style and changed to new style.
* include/languages/language_en.php: Changed some typing error.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@509 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-06-13 21:14:05 +02:00
|
|
|
}
|
2007-06-07 19:46:38 +02:00
|
|
|
#god1 li, #god2 li, #god3 li, #god4 li, #god5 li, #god51 li, #god6 li, #god7 li, #god8 li, #god1s li, #god2s li, #god3s li, #god4s li, #god5s li, #god51s li, #god6s li, #god7s li, #god8s li, #god_module li, #god_module_sel li {
|
2006-12-14 23:27:57 +01:00
|
|
|
padding: 0px 0px 0px 30px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2007-06-07 19:46:38 +02:00
|
|
|
div#god1>ul, div#god2>ul, div#god3>ul, div#god4>ul, div#god5>ul, div#god51>ul, div#god6>ul, div#god7>ul, div#god8>ul, div#god1s>ul, div#god2s>ul, div#god3s>ul, div#god4s>ul, div#god5s>ul, div#god51s>ul, div#god6s>ul, div#god7s>ul, div#god8s>ul, div#god_module>ul, div#god_module_sel>ul {
|
2007-06-13 Raul Mateos <raulofpandora@gmail.com>
* godmode/menu.php, operation/menu.php, include/pandora.css, include/op.css,
include/god.css: Updated with styles to avoid top and bottom border.
* godmode/groups/group_list.php, godmode/users/*.php, operation/users/*.php,
godmode/servers/*.php, operation/snmpconsole/snmp_alert.php,
godmode/reporting/map_builder.php, operation/messages/message.php:
Removed old raya style and changed to new style.
* include/languages/language_en.php: Changed some typing error.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@509 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-06-13 21:14:05 +02:00
|
|
|
width: 126px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2006-12-14 23:27:57 +01:00
|
|
|
#god1 li, #god1 li:hover, #god1s li {
|
2007-06-21 19:55:26 +02:00
|
|
|
background: url(../../images/god1.png) no-repeat 4px 2px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2006-12-14 23:27:57 +01:00
|
|
|
#god2 li, #god2 li:hover, #god2s li{
|
2007-06-21 19:55:26 +02:00
|
|
|
background: url(../../images/god2.png) no-repeat 4px 3px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2006-12-14 23:27:57 +01:00
|
|
|
#god3 li, #god3 li:hover, #god3s li {
|
2007-06-21 19:55:26 +02:00
|
|
|
background: url(../../images/god3.png) no-repeat 5px 3px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2006-12-14 23:27:57 +01:00
|
|
|
#god4 li, #god4 li:hover, #god4s li{
|
2007-06-21 19:55:26 +02:00
|
|
|
background: url(../../images/god4.png) no-repeat 5px 4px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2006-12-14 23:27:57 +01:00
|
|
|
#god5 li, #god5 li:hover, #god5s li {
|
2007-06-21 19:55:26 +02:00
|
|
|
background: url(../../images/god5.png) no-repeat 3px 3px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2007-06-07 19:46:38 +02:00
|
|
|
#god51 li, #god51 li:hover, #god51s li {
|
2007-06-08 11:28:47 +02:00
|
|
|
background: url(../../images/reporting_edit.png) no-repeat 4px 4px;
|
2007-06-07 19:46:38 +02:00
|
|
|
}
|
2006-12-14 23:27:57 +01:00
|
|
|
#god6 li, #god6 li:hover, #god6s li {
|
2007-06-21 19:55:26 +02:00
|
|
|
background: url(../../images/god6.png) no-repeat 4px 3px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2006-12-14 23:27:57 +01:00
|
|
|
#god7 li, #god7 li:hover, #god7s li {
|
2007-06-21 19:55:26 +02:00
|
|
|
background: url(../../images/god7.png) no-repeat 4px 3px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2006-12-14 23:27:57 +01:00
|
|
|
#god8 li, #god8 li:hover, #god8s li {
|
2007-06-21 19:55:26 +02:00
|
|
|
background: url(../../images/god8.png) no-repeat 5px 4px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2007-03-12 18:58:52 +01:00
|
|
|
#god_module li, #god_module li:hover, #god_module_sel li {
|
2007-05-18 11:29:54 +02:00
|
|
|
background: url(../../images/brick.png) no-repeat 6px 4px;
|
2007-03-12 18:58:52 +01:00
|
|
|
}
|
2007-06-13 Raul Mateos <raulofpandora@gmail.com>
* godmode/menu.php, operation/menu.php, include/pandora.css, include/op.css,
include/god.css: Updated with styles to avoid top and bottom border.
* godmode/groups/group_list.php, godmode/users/*.php, operation/users/*.php,
godmode/servers/*.php, operation/snmpconsole/snmp_alert.php,
godmode/reporting/map_builder.php, operation/messages/message.php:
Removed old raya style and changed to new style.
* include/languages/language_en.php: Changed some typing error.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@509 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-06-13 21:14:05 +02:00
|
|
|
div.arrowg>ul, div.arrowgs>ul, div#arrowgl>ul, div#arrowgls>ul {
|
|
|
|
width: 75%;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2007-06-13 Raul Mateos <raulofpandora@gmail.com>
* godmode/menu.php, operation/menu.php, include/pandora.css, include/op.css,
include/god.css: Updated with styles to avoid top and bottom border.
* godmode/groups/group_list.php, godmode/users/*.php, operation/users/*.php,
godmode/servers/*.php, operation/snmpconsole/snmp_alert.php,
godmode/reporting/map_builder.php, operation/messages/message.php:
Removed old raya style and changed to new style.
* include/languages/language_en.php: Changed some typing error.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@509 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-06-13 21:14:05 +02:00
|
|
|
.arrowg li, .arrowg li:hover, .arrowgs li, #arrowgl li, #arrowgl li:hover, #arrowgls li {
|
2007-06-27 19:45:42 +02:00
|
|
|
background: url(../../images/arrow.png) no-repeat 2px 4px;
|
2006-12-15 22:57:08 +01:00
|
|
|
margin-left: 26px;
|
|
|
|
padding: 0px 0px 0px 14px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2006-12-14 23:27:57 +01:00
|
|
|
#god a:hover,
|
|
|
|
#god1 li:hover, #god1s li, #god2 li:hover, #god2s li, #god3 li:hover, #god3s li,
|
|
|
|
#god4 li:hover, #god4s li, #god5 li:hover, #god5s li, #god6 li:hover, #god6s li,
|
2007-06-08 11:28:47 +02:00
|
|
|
#god7 li:hover, #god7s li, #god8 li:hover, #god8s li,
|
2007-06-13 Raul Mateos <raulofpandora@gmail.com>
* godmode/menu.php, operation/menu.php, include/pandora.css, include/op.css,
include/god.css: Updated with styles to avoid top and bottom border.
* godmode/groups/group_list.php, godmode/users/*.php, operation/users/*.php,
godmode/servers/*.php, operation/snmpconsole/snmp_alert.php,
godmode/reporting/map_builder.php, operation/messages/message.php:
Removed old raya style and changed to new style.
* include/languages/language_en.php: Changed some typing error.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@509 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-06-13 21:14:05 +02:00
|
|
|
#god_module li:hover, #god_module_sel li, #god51 li:hover, #god51s li,
|
|
|
|
.arrowg li:hover, .arrowgs li, #arrowgl li:hover, #arrowgls li
|
2006-12-15 22:57:08 +01:00
|
|
|
{
|
2006-12-14 23:27:57 +01:00
|
|
|
background-color: #efefbd;
|
2007-06-13 Raul Mateos <raulofpandora@gmail.com>
* godmode/menu.php, operation/menu.php, include/pandora.css, include/op.css,
include/god.css: Updated with styles to avoid top and bottom border.
* godmode/groups/group_list.php, godmode/users/*.php, operation/users/*.php,
godmode/servers/*.php, operation/snmpconsole/snmp_alert.php,
godmode/reporting/map_builder.php, operation/messages/message.php:
Removed old raya style and changed to new style.
* include/languages/language_en.php: Changed some typing error.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@509 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-06-13 21:14:05 +02:00
|
|
|
}
|
|
|
|
#arrowgl li.bb0, #arrowgls li.bb0, #god8 li.bb0 {
|
|
|
|
border-bottom: 0px;
|
|
|
|
}
|
2007-10-13 23:23:44 +02:00
|
|
|
#god {
|
2007-06-13 Raul Mateos <raulofpandora@gmail.com>
* godmode/menu.php, operation/menu.php, include/pandora.css, include/op.css,
include/god.css: Updated with styles to avoid top and bottom border.
* godmode/groups/group_list.php, godmode/users/*.php, operation/users/*.php,
godmode/servers/*.php, operation/snmpconsole/snmp_alert.php,
godmode/reporting/map_builder.php, operation/messages/message.php:
Removed old raya style and changed to new style.
* include/languages/language_en.php: Changed some typing error.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@509 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-06-13 21:14:05 +02:00
|
|
|
border-top: 0px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|