2007-04-02 Raul Mateos <raulofpandora@gmail.com>
* images/ok.gif: Deleted
* images/cross.png, go.png, ok.png, upd.png: Added new images
* include/styles/pandora.css, tip.css, op.css: Updated. Deleted some
old styles, not all.
* include/languages/language_en.php, language_es_es.php: Added text
for no recon task.
* godmode/*.php, operation/*.php, help/*.php: Changed some icons,
updated several buttons with new icons.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@410 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-04-02 19:17:27 +02:00
|
|
|
a.tip, a.tip2, a.tipp {
|
2006-11-17 23:56:50 +01:00
|
|
|
cursor: help;
|
2007-06-27 19:45:42 +02:00
|
|
|
background: url(../../images/tip.png) no-repeat;
|
2006-12-24 23:40:09 +01:00
|
|
|
}
|
2007-04-02 Raul Mateos <raulofpandora@gmail.com>
* images/ok.gif: Deleted
* images/cross.png, go.png, ok.png, upd.png: Added new images
* include/styles/pandora.css, tip.css, op.css: Updated. Deleted some
old styles, not all.
* include/languages/language_en.php, language_es_es.php: Added text
for no recon task.
* godmode/*.php, operation/*.php, help/*.php: Changed some icons,
updated several buttons with new icons.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@410 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-04-02 19:17:27 +02:00
|
|
|
a.tip , a.tip2 {
|
2006-11-17 23:56:50 +01:00
|
|
|
padding: 5px 2px 5px 12px;
|
2006-12-24 23:40:09 +01:00
|
|
|
}
|
2007-04-02 Raul Mateos <raulofpandora@gmail.com>
* images/ok.gif: Deleted
* images/cross.png, go.png, ok.png, upd.png: Added new images
* include/styles/pandora.css, tip.css, op.css: Updated. Deleted some
old styles, not all.
* include/languages/language_en.php, language_es_es.php: Added text
for no recon task.
* godmode/*.php, operation/*.php, help/*.php: Changed some icons,
updated several buttons with new icons.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@410 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-04-02 19:17:27 +02:00
|
|
|
a.tipp {
|
2006-11-17 23:56:50 +01:00
|
|
|
padding: 2px 2px 2px 12px;
|
2006-12-24 23:40:09 +01:00
|
|
|
}
|
2006-11-17 23:56:50 +01:00
|
|
|
a.help {
|
|
|
|
cursor: help;
|
2007-06-27 19:45:42 +02:00
|
|
|
background: url(../../images/help2.png) no-repeat;
|
2006-11-17 23:56:50 +01:00
|
|
|
padding: 2px 2px 2px 12px;
|
|
|
|
left: 5px;
|
2007-05-27 04:55:55 +02:00
|
|
|
text-transform: capitalize;
|
2006-12-24 23:40:09 +01:00
|
|
|
}
|
2006-11-17 23:56:50 +01:00
|
|
|
a.info {
|
|
|
|
padding: 25px 0px 0px 0px;
|
2006-12-24 23:40:09 +01:00
|
|
|
}
|
2006-11-17 23:56:50 +01:00
|
|
|
a.info2 {
|
2006-12-24 23:40:09 +01:00
|
|
|
padding: 2px 0px 0px 0px;
|
|
|
|
}
|
2007-04-02 Raul Mateos <raulofpandora@gmail.com>
* images/ok.gif: Deleted
* images/cross.png, go.png, ok.png, upd.png: Added new images
* include/styles/pandora.css, tip.css, op.css: Updated. Deleted some
old styles, not all.
* include/languages/language_en.php, language_es_es.php: Added text
for no recon task.
* godmode/*.php, operation/*.php, help/*.php: Changed some icons,
updated several buttons with new icons.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@410 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-04-02 19:17:27 +02:00
|
|
|
a.tip, a.tip2, a.tipp, a.help , a.info, a.info2 {
|
2006-11-17 23:56:50 +01:00
|
|
|
position: relative;
|
|
|
|
text-decoration: none;
|
2006-12-24 23:40:09 +01:00
|
|
|
}
|
2006-11-17 23:56:50 +01:00
|
|
|
a.tip:hover {
|
|
|
|
text-decoration: none;
|
2007-04-02 Raul Mateos <raulofpandora@gmail.com>
* images/ok.gif: Deleted
* images/cross.png, go.png, ok.png, upd.png: Added new images
* include/styles/pandora.css, tip.css, op.css: Updated. Deleted some
old styles, not all.
* include/languages/language_en.php, language_es_es.php: Added text
for no recon task.
* godmode/*.php, operation/*.php, help/*.php: Changed some icons,
updated several buttons with new icons.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@410 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-04-02 19:17:27 +02:00
|
|
|
background-color: #f9f9f9;
|
2006-12-24 23:40:09 +01:00
|
|
|
}
|
2006-11-17 23:56:50 +01:00
|
|
|
a.tip2:hover {
|
2007-04-02 Raul Mateos <raulofpandora@gmail.com>
* images/ok.gif: Deleted
* images/cross.png, go.png, ok.png, upd.png: Added new images
* include/styles/pandora.css, tip.css, op.css: Updated. Deleted some
old styles, not all.
* include/languages/language_en.php, language_es_es.php: Added text
for no recon task.
* godmode/*.php, operation/*.php, help/*.php: Changed some icons,
updated several buttons with new icons.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@410 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-04-02 19:17:27 +02:00
|
|
|
text-decoration: none;
|
2007-06-16 18:04:01 +02:00
|
|
|
/* background-color: #e6e9cd;*/
|
|
|
|
background-color: #efefef
|
2007-04-02 Raul Mateos <raulofpandora@gmail.com>
* images/ok.gif: Deleted
* images/cross.png, go.png, ok.png, upd.png: Added new images
* include/styles/pandora.css, tip.css, op.css: Updated. Deleted some
old styles, not all.
* include/languages/language_en.php, language_es_es.php: Added text
for no recon task.
* godmode/*.php, operation/*.php, help/*.php: Changed some icons,
updated several buttons with new icons.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@410 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-04-02 19:17:27 +02:00
|
|
|
}
|
|
|
|
a.tipp:hover {
|
2006-11-17 23:56:50 +01:00
|
|
|
text-decoration: none;
|
|
|
|
background-color: #778866;
|
2006-12-24 23:40:09 +01:00
|
|
|
}
|
2006-11-17 23:56:50 +01:00
|
|
|
a.info:hover, a.info2:hover, a.help:hover {
|
|
|
|
text-decoration: none;
|
2006-12-24 23:40:09 +01:00
|
|
|
}
|
2007-04-02 Raul Mateos <raulofpandora@gmail.com>
* images/ok.gif: Deleted
* images/cross.png, go.png, ok.png, upd.png: Added new images
* include/styles/pandora.css, tip.css, op.css: Updated. Deleted some
old styles, not all.
* include/languages/language_en.php, language_es_es.php: Added text
for no recon task.
* godmode/*.php, operation/*.php, help/*.php: Changed some icons,
updated several buttons with new icons.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@410 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-04-02 19:17:27 +02:00
|
|
|
a.tip span, a.tip2 span, a.tipp span, a.info span, a.info2 span, a.help span {
|
2006-11-17 23:56:50 +01:00
|
|
|
display: none;
|
2006-12-24 23:40:09 +01:00
|
|
|
}
|
2007-04-02 Raul Mateos <raulofpandora@gmail.com>
* images/ok.gif: Deleted
* images/cross.png, go.png, ok.png, upd.png: Added new images
* include/styles/pandora.css, tip.css, op.css: Updated. Deleted some
old styles, not all.
* include/languages/language_en.php, language_es_es.php: Added text
for no recon task.
* godmode/*.php, operation/*.php, help/*.php: Changed some icons,
updated several buttons with new icons.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@410 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-04-02 19:17:27 +02:00
|
|
|
a.tip:hover span, a.tip2:hover span,a.tipp:hover span, a.info:hover span,
|
|
|
|
a.info2:hover span, a.help:hover span {
|
2006-11-17 23:56:50 +01:00
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
position: absolute;
|
2007-02-23 10:08:26 +01:00
|
|
|
z-index: 99;
|
2006-11-17 23:56:50 +01:00
|
|
|
top: 20px;
|
|
|
|
left: 6px;
|
|
|
|
width: 150px;
|
|
|
|
border: 1px solid #708090;
|
|
|
|
background-color: #d4ddc6;
|
|
|
|
color: #000;
|
|
|
|
padding: 2px;
|
2006-12-24 23:40:09 +01:00
|
|
|
}
|
2006-11-17 23:56:50 +01:00
|
|
|
a.info:hover span {
|
|
|
|
top: 45px;
|
|
|
|
left: 20px;
|
2007-03-28 18:07:29 +02:00
|
|
|
width: 100px;
|
2006-12-24 23:40:09 +01:00
|
|
|
}
|
2006-11-17 23:56:50 +01:00
|
|
|
a.info2:hover span {
|
|
|
|
top: 8px;
|
2006-12-24 23:40:09 +01:00
|
|
|
}
|
2006-11-17 23:56:50 +01:00
|
|
|
a.help:hover span {
|
|
|
|
top: 15px;
|
|
|
|
width: 80px;
|
2006-12-24 23:40:09 +01:00
|
|
|
}
|