changes
This commit is contained in:
parent
b024a8f67d
commit
bb1be82c7c
3 changed files with 1391 additions and 1440 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -55,8 +55,9 @@ function sortableInit(id)
|
||||||
*/
|
*/
|
||||||
function getPopUpMenuObj(e) {
|
function getPopUpMenuObj(e) {
|
||||||
if(!e) e = window.event || window.Event;
|
if(!e) e = window.event || window.Event;
|
||||||
|
//alert(e);
|
||||||
targetElm = (e.target) ? e.target : e.srcElement;
|
targetElm = (e.target) ? e.target : e.srcElement;
|
||||||
|
//alert(targetElm);
|
||||||
if(!targetElm) return null;
|
if(!targetElm) return null;
|
||||||
|
|
||||||
if (targetElm.nodeType==3) //Text Node returned by Konqueror
|
if (targetElm.nodeType==3) //Text Node returned by Konqueror
|
||||||
|
|
|
||||||
|
|
@ -1,186 +1,173 @@
|
||||||
/*
|
/*
|
||||||
Menu related selectors
|
Menu related selectors
|
||||||
*/
|
*/
|
||||||
.jsdomenudiv {
|
.jsdomenudiv {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
background-image: url(office_xp_menu_left.png);
|
background-image: url(office_xp_menu_left.png);
|
||||||
background-repeat: repeat-y;
|
background-repeat: repeat-y;
|
||||||
border: 1px solid #8A867A;
|
border: 1px solid #8A867A;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
position: absolute; /* Do not alter this line! */
|
position: absolute; /* Do not alter this line! */
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jsdomenuitem {
|
.jsdomenuitem {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
position: relative; /* Do not alter this line! */
|
position: relative; /* Do not alter this line! */
|
||||||
}
|
}
|
||||||
|
|
||||||
.jsdomenuitemdisabled {
|
.jsdomenuitemover {
|
||||||
background: transparent;
|
background-color: #C1D2EE;
|
||||||
border: none;
|
border: 1px solid #316AC5;
|
||||||
color: #B5B5B5;
|
color: #000000;
|
||||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding-bottom: 3px;
|
margin-left: 1px;
|
||||||
padding-left: 30px;
|
margin-right: 1px;
|
||||||
padding-right: 15px;
|
padding-bottom: 2px;
|
||||||
padding-top: 3px;
|
padding-left: 28px;
|
||||||
position: relative; /* Do not alter this line! */
|
padding-right: 15px;
|
||||||
}
|
padding-top: 2px;
|
||||||
|
position: relative; /* Do not alter this line! */
|
||||||
.jsdomenuitemover {
|
}
|
||||||
background-color: #C1D2EE;
|
|
||||||
border: 1px solid #316AC5;
|
.jsdomenuarrow {
|
||||||
color: #000000;
|
background-image: url(office_xp_arrow.png);
|
||||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
background-repeat: no-repeat; /* Do not alter this line! */
|
||||||
font-size: 12px;
|
height: 7px;
|
||||||
margin-left: 1px;
|
position: absolute; /* Do not alter this line! */
|
||||||
margin-right: 1px;
|
right: 8px;
|
||||||
padding-bottom: 2px;
|
width: 4px;
|
||||||
padding-left: 28px;
|
}
|
||||||
padding-right: 15px;
|
|
||||||
padding-top: 2px;
|
.jsdomenuarrowover {
|
||||||
position: relative; /* Do not alter this line! */
|
background-image: url(office_xp_arrow_o.png);
|
||||||
}
|
background-repeat: no-repeat; /* Do not alter this line! */
|
||||||
|
height: 7px;
|
||||||
.jsdomenuarrow {
|
position: absolute; /* Do not alter this line! */
|
||||||
background-image: url(office_xp_arrow.png);
|
right: 8px;
|
||||||
background-repeat: no-repeat; /* Do not alter this line! */
|
width: 4px;
|
||||||
height: 7px;
|
}
|
||||||
position: absolute; /* Do not alter this line! */
|
|
||||||
right: 8px;
|
.jsdomenusep {
|
||||||
width: 4px;
|
padding-left: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jsdomenuarrowover {
|
.jsdomenusep hr {
|
||||||
background-image: url(office_xp_arrow_o.png);
|
}
|
||||||
background-repeat: no-repeat; /* Do not alter this line! */
|
|
||||||
height: 7px;
|
/*
|
||||||
position: absolute; /* Do not alter this line! */
|
Menu bar related selectors
|
||||||
right: 8px;
|
*/
|
||||||
width: 4px;
|
.jsdomenubardiv {
|
||||||
}
|
background-color: #ECE9D8;
|
||||||
|
background-image: url(office_xp_divider.png);
|
||||||
.jsdomenusep {
|
background-position: left;
|
||||||
padding-left: 28px;
|
background-repeat: no-repeat;
|
||||||
}
|
border: 1px outset;
|
||||||
|
cursor: default;
|
||||||
.jsdomenusep hr {
|
padding-bottom: 3px;
|
||||||
}
|
padding-left: 1px;
|
||||||
|
padding-right: 1px;
|
||||||
/*
|
padding-top: 3px;
|
||||||
Menu bar related selectors
|
position: absolute; /* Do not alter this line! */
|
||||||
*/
|
visibility: visible;
|
||||||
.jsdomenubardiv {
|
}
|
||||||
background-color: #ECE9D8;
|
|
||||||
background-image: url(office_xp_divider.png);
|
.jsdomenubardragdiv {
|
||||||
background-position: left;
|
cursor: move;
|
||||||
background-repeat: no-repeat;
|
display: inline;
|
||||||
border: 1px outset;
|
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||||
cursor: default;
|
font-size: 12px;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 2px;
|
||||||
padding-left: 1px;
|
padding-left: 5px;
|
||||||
padding-right: 1px;
|
padding-right: 5px;
|
||||||
padding-top: 3px;
|
padding-top: 2px;
|
||||||
position: absolute; /* Do not alter this line! */
|
position: relative; /* Do not alter this line! */
|
||||||
visibility: visible;
|
visibility: hidden;
|
||||||
}
|
width: 9px;
|
||||||
|
}
|
||||||
.jsdomenubardragdiv {
|
|
||||||
cursor: move;
|
.jsdomenubaritem {
|
||||||
display: inline;
|
background-color: #EFEDDE;
|
||||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
border: none;
|
||||||
font-size: 12px;
|
color: #000000;
|
||||||
padding-bottom: 2px;
|
display: inline;
|
||||||
padding-left: 5px;
|
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||||
padding-right: 5px;
|
font-size: 12px;
|
||||||
padding-top: 2px;
|
padding-bottom: 2px;
|
||||||
position: relative; /* Do not alter this line! */
|
padding-left: 24px;
|
||||||
visibility: hidden;
|
padding-right: 10px;
|
||||||
width: 9px;
|
padding-top: 2px;
|
||||||
}
|
position: relative; /* Do not alter this line! */
|
||||||
|
}
|
||||||
.jsdomenubaritem {
|
|
||||||
background-color: #EFEDDE;
|
.jsdomenubaritemover {
|
||||||
border: none;
|
background-color: #C1D2EE;
|
||||||
color: #000000;
|
border: 1px solid #316AC5;
|
||||||
display: inline;
|
color: #000000;
|
||||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
display: inline;
|
||||||
font-size: 12px;
|
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||||
padding-bottom: 2px;
|
font-size: 12px;
|
||||||
padding-left: 24px;
|
padding-bottom: 2px;
|
||||||
padding-right: 10px;
|
padding-left: 23px;
|
||||||
padding-top: 2px;
|
padding-right: 9px;
|
||||||
position: relative; /* Do not alter this line! */
|
padding-top: 2px;
|
||||||
}
|
position: relative; /* Do not alter this line! */
|
||||||
|
}
|
||||||
.jsdomenubaritemover {
|
|
||||||
background-color: #C1D2EE;
|
.jsdomenubaritemclick {
|
||||||
border: 1px solid #316AC5;
|
background-color: #EFEDDE;
|
||||||
color: #000000;
|
border: 1px solid #8A867A;
|
||||||
display: inline;
|
color: #000000;
|
||||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
display: inline;
|
||||||
font-size: 12px;
|
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||||
padding-bottom: 2px;
|
font-size: 12px;
|
||||||
padding-left: 23px;
|
padding-bottom: 2px;
|
||||||
padding-right: 9px;
|
padding-left: 23px;
|
||||||
padding-top: 2px;
|
padding-right: 9px;
|
||||||
position: relative; /* Do not alter this line! */
|
padding-top: 2px;
|
||||||
}
|
position: relative; /* Do not alter this line! */
|
||||||
|
}
|
||||||
.jsdomenubaritemclick {
|
|
||||||
background-color: #EFEDDE;
|
/*
|
||||||
border: 1px solid #8A867A;
|
Example of selectors for icons. Change the height and width to match the actual
|
||||||
color: #000000;
|
height and width of the icon image.
|
||||||
display: inline;
|
*/
|
||||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
.icon1 {
|
||||||
font-size: 12px;
|
background-image: url(icon1.png);
|
||||||
padding-bottom: 2px;
|
background-repeat: no-repeat; /* Do not alter this line! */
|
||||||
padding-left: 23px;
|
height: 16px;
|
||||||
padding-right: 9px;
|
left: 4px;
|
||||||
padding-top: 2px;
|
position: absolute; /* Do not alter this line! */
|
||||||
position: relative; /* Do not alter this line! */
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
.icon2 {
|
||||||
Example of selectors for icons. Change the height and width to match the actual
|
background-image: url(icon2.png);
|
||||||
height and width of the icon image.
|
background-repeat: no-repeat; /* Do not alter this line! */
|
||||||
*/
|
height: 16px;
|
||||||
.icon1 {
|
left: 4px;
|
||||||
background-image: url(icon1.png);
|
position: absolute; /* Do not alter this line! */
|
||||||
background-repeat: no-repeat; /* Do not alter this line! */
|
width: 16px;
|
||||||
height: 16px;
|
}
|
||||||
left: 4px;
|
|
||||||
position: absolute; /* Do not alter this line! */
|
.icon3 {
|
||||||
width: 16px;
|
background-image: url(icon3.png);
|
||||||
}
|
background-repeat: no-repeat; /* Do not alter this line! */
|
||||||
|
height: 16px;
|
||||||
.icon2 {
|
left: 4px;
|
||||||
background-image: url(icon2.png);
|
position: absolute; /* Do not alter this line! */
|
||||||
background-repeat: no-repeat; /* Do not alter this line! */
|
width: 16px;
|
||||||
height: 16px;
|
|
||||||
left: 4px;
|
|
||||||
position: absolute; /* Do not alter this line! */
|
|
||||||
width: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon3 {
|
|
||||||
background-image: url(icon3.png);
|
|
||||||
background-repeat: no-repeat; /* Do not alter this line! */
|
|
||||||
height: 16px;
|
|
||||||
left: 4px;
|
|
||||||
position: absolute; /* Do not alter this line! */
|
|
||||||
width: 16px;
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue