add files
172
vendor/akdelf/akdmin/themes/office/pub/THEMES/CLASSIC/classic.css
vendored
Normal file
@@ -0,0 +1,172 @@
|
||||
/*
|
||||
Menu related selectors
|
||||
*/
|
||||
.jsdomenudiv {
|
||||
background-color: #CCCCCC;
|
||||
border: 2px outset;
|
||||
border-bottom-color: #000000;
|
||||
border-left-color: #FFFFFF;
|
||||
border-right-color: #000000;
|
||||
border-top-color: #FFFFFF;
|
||||
cursor: default;
|
||||
position: absolute; /* Do not alter this line! */
|
||||
visibility: hidden;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.jsdomenuitem {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
color: #000000;
|
||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 22px;
|
||||
padding-right: 15px;
|
||||
padding-top: 2px;
|
||||
position: relative; /* Do not alter this line! */
|
||||
}
|
||||
|
||||
.jsdomenuitemover {
|
||||
background-color: #000099;
|
||||
border: none;
|
||||
color: #FFFFFF;
|
||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 22px;
|
||||
padding-right: 15px;
|
||||
padding-top: 2px;
|
||||
position: relative; /* Do not alter this line! */
|
||||
}
|
||||
|
||||
.jsdomenuarrow {
|
||||
background-image: url(classic_arrow.png);
|
||||
background-repeat: no-repeat; /* Do not alter this line! */
|
||||
height: 7px;
|
||||
position: absolute; /* Do not alter this line! */
|
||||
right: 8px;
|
||||
width: 4px;
|
||||
}
|
||||
|
||||
.jsdomenuarrowover {
|
||||
background-image: url(classic_arrow_o.png);
|
||||
background-repeat: no-repeat; /* Do not alter this line! */
|
||||
height: 7px;
|
||||
position: absolute; /* Do not alter this line! */
|
||||
right: 8px;
|
||||
width: 4px;
|
||||
}
|
||||
|
||||
.jsdomenusep {
|
||||
}
|
||||
|
||||
.jsdomenusep hr {
|
||||
text-align: center;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
/*
|
||||
Menu bar related selectors
|
||||
*/
|
||||
.jsdomenubardiv {
|
||||
background-color: #CCCCCC;
|
||||
background-image: url(classic_divider.png);
|
||||
background-position: left;
|
||||
background-repeat: no-repeat;
|
||||
border: 2px outset;
|
||||
border-bottom-color: #000000;
|
||||
border-left-color: #FFFFFF;
|
||||
border-right-color: #000000;
|
||||
border-top-color: #FFFFFF;
|
||||
cursor: default;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 3px;
|
||||
position: absolute; /* Do not alter this line! */
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.jsdomenubardragdiv {
|
||||
cursor: move;
|
||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-top: 2px;
|
||||
position: relative; /* Do not alter this line! */
|
||||
visibility: hidden;
|
||||
width: 9px;
|
||||
}
|
||||
|
||||
.jsdomenubaritem {
|
||||
background-color: #CCCCCC;
|
||||
border: none;
|
||||
color: #000000;
|
||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 22px;
|
||||
padding-right: 10px;
|
||||
padding-top: 2px;
|
||||
position: relative; /* Do not alter this line! */
|
||||
}
|
||||
|
||||
.jsdomenubaritemover {
|
||||
background-color: #CCCCCC;
|
||||
border: 1px outset;
|
||||
color: #000000;
|
||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 21px;
|
||||
padding-right: 9px;
|
||||
padding-top: 2px;
|
||||
position: relative; /* Do not alter this line! */
|
||||
}
|
||||
|
||||
.jsdomenubaritemclick {
|
||||
background-color: #000099;
|
||||
border: 1px solid #000099;
|
||||
color: #FFFFFF;
|
||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 21px;
|
||||
padding-right: 9px;
|
||||
padding-top: 2px;
|
||||
position: relative; /* Do not alter this line! */
|
||||
}
|
||||
|
||||
/*
|
||||
Example of selectors for icons. Change the height and width to match the actual
|
||||
height and width of the icon image.
|
||||
*/
|
||||
.icon1 {
|
||||
background-image: url(icon1.png);
|
||||
background-repeat: no-repeat; /* Do not alter this line! */
|
||||
height: 16px;
|
||||
left: 2px;
|
||||
position: absolute; /* Do not alter this line! */
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.icon2 {
|
||||
background-image: url(icon2.png);
|
||||
background-repeat: no-repeat; /* Do not alter this line! */
|
||||
height: 16px;
|
||||
left: 2px;
|
||||
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: 2px;
|
||||
position: absolute; /* Do not alter this line! */
|
||||
width: 16px;
|
||||
}
|
||||
BIN
vendor/akdelf/akdmin/themes/office/pub/THEMES/CLASSIC/classic_arrow.png
vendored
Normal file
|
After Width: | Height: | Size: 185 B |
BIN
vendor/akdelf/akdmin/themes/office/pub/THEMES/CLASSIC/classic_arrow_o.png
vendored
Normal file
|
After Width: | Height: | Size: 183 B |
BIN
vendor/akdelf/akdmin/themes/office/pub/THEMES/CLASSIC/classic_divider.png
vendored
Normal file
|
After Width: | Height: | Size: 455 B |
BIN
vendor/akdelf/akdmin/themes/office/pub/THEMES/CLASSIC/icon1.png
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
vendor/akdelf/akdmin/themes/office/pub/THEMES/CLASSIC/icon2.png
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
vendor/akdelf/akdmin/themes/office/pub/THEMES/CLASSIC/icon3.png
vendored
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
vendor/akdelf/akdmin/themes/office/pub/THEMES/OFFICE_XP/icon1.png
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
vendor/akdelf/akdmin/themes/office/pub/THEMES/OFFICE_XP/icon2.png
vendored
Normal file
|
After Width: | Height: | Size: 1015 B |
BIN
vendor/akdelf/akdmin/themes/office/pub/THEMES/OFFICE_XP/icon3.png
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
173
vendor/akdelf/akdmin/themes/office/pub/THEMES/OFFICE_XP/office_xp.css
vendored
Normal file
@@ -0,0 +1,173 @@
|
||||
/*
|
||||
Menu related selectors
|
||||
*/
|
||||
.jsdomenudiv {
|
||||
background-color: #FFFFFF;
|
||||
background-image: url(office_xp_menu_left.png);
|
||||
background-repeat: repeat-y;
|
||||
border: 1px solid #8A867A;
|
||||
cursor: default;
|
||||
padding-bottom: 1px;
|
||||
padding-top: 1px;
|
||||
position: absolute; /* Do not alter this line! */
|
||||
visibility: hidden;
|
||||
|
||||
}
|
||||
|
||||
.jsdomenuitem {
|
||||
background: transparent;
|
||||
border: none;
|
||||
color: #000000;
|
||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 30px;
|
||||
padding-right: 15px;
|
||||
padding-top: 3px;
|
||||
position: relative; /* Do not alter this line! */
|
||||
}
|
||||
|
||||
.jsdomenuitemover {
|
||||
background-color: #C1D2EE;
|
||||
border: 1px solid #316AC5;
|
||||
color: #000000;
|
||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 28px;
|
||||
padding-right: 15px;
|
||||
padding-top: 2px;
|
||||
position: relative; /* Do not alter this line! */
|
||||
}
|
||||
|
||||
.jsdomenuarrow {
|
||||
background-image: url(office_xp_arrow.png);
|
||||
background-repeat: no-repeat; /* Do not alter this line! */
|
||||
height: 7px;
|
||||
position: absolute; /* Do not alter this line! */
|
||||
right: 8px;
|
||||
width: 4px;
|
||||
}
|
||||
|
||||
.jsdomenuarrowover {
|
||||
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! */
|
||||
right: 8px;
|
||||
width: 4px;
|
||||
}
|
||||
|
||||
.jsdomenusep {
|
||||
padding-left: 28px;
|
||||
}
|
||||
|
||||
.jsdomenusep hr {
|
||||
}
|
||||
|
||||
/*
|
||||
Menu bar related selectors
|
||||
*/
|
||||
.jsdomenubardiv {
|
||||
background-color: #ECE9D8;
|
||||
background-image: url(office_xp_divider.png);
|
||||
background-position: left;
|
||||
background-repeat: no-repeat;
|
||||
border: 1px outset;
|
||||
cursor: default;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 3px;
|
||||
position: absolute; /* Do not alter this line! */
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.jsdomenubardragdiv {
|
||||
cursor: move;
|
||||
display: inline;
|
||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-top: 2px;
|
||||
position: relative; /* Do not alter this line! */
|
||||
visibility: hidden;
|
||||
width: 9px;
|
||||
}
|
||||
|
||||
.jsdomenubaritem {
|
||||
background-color: #EFEDDE;
|
||||
border: none;
|
||||
color: #000000;
|
||||
display: inline;
|
||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 24px;
|
||||
padding-right: 10px;
|
||||
padding-top: 2px;
|
||||
position: relative; /* Do not alter this line! */
|
||||
}
|
||||
|
||||
.jsdomenubaritemover {
|
||||
background-color: #C1D2EE;
|
||||
border: 1px solid #316AC5;
|
||||
color: #000000;
|
||||
display: inline;
|
||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 23px;
|
||||
padding-right: 9px;
|
||||
padding-top: 2px;
|
||||
position: relative; /* Do not alter this line! */
|
||||
}
|
||||
|
||||
.jsdomenubaritemclick {
|
||||
background-color: #EFEDDE;
|
||||
border: 1px solid #8A867A;
|
||||
color: #000000;
|
||||
display: inline;
|
||||
font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 23px;
|
||||
padding-right: 9px;
|
||||
padding-top: 2px;
|
||||
position: relative; /* Do not alter this line! */
|
||||
}
|
||||
|
||||
/*
|
||||
Example of selectors for icons. Change the height and width to match the actual
|
||||
height and width of the icon image.
|
||||
*/
|
||||
.icon1 {
|
||||
background-image: url(icon1.png);
|
||||
background-repeat: no-repeat; /* Do not alter this line! */
|
||||
height: 16px;
|
||||
left: 4px;
|
||||
position: absolute; /* Do not alter this line! */
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.icon2 {
|
||||
background-image: url(icon2.png);
|
||||
background-repeat: no-repeat; /* Do not alter this line! */
|
||||
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;
|
||||
}
|
||||
BIN
vendor/akdelf/akdmin/themes/office/pub/THEMES/OFFICE_XP/office_xp_arrow.png
vendored
Normal file
|
After Width: | Height: | Size: 182 B |
BIN
vendor/akdelf/akdmin/themes/office/pub/THEMES/OFFICE_XP/office_xp_arrow_o.png
vendored
Normal file
|
After Width: | Height: | Size: 184 B |
BIN
vendor/akdelf/akdmin/themes/office/pub/THEMES/OFFICE_XP/office_xp_divider.png
vendored
Normal file
|
After Width: | Height: | Size: 249 B |
BIN
vendor/akdelf/akdmin/themes/office/pub/THEMES/OFFICE_XP/office_xp_menu_left.png
vendored
Normal file
|
After Width: | Height: | Size: 136 B |