Add frontend assets and plugin bundles
Add the legacy frontend themes, scripts, and plugin assets required by the main SPOTA interfaces.
71
assets/plugins/dynatree/doc/skin-custom/custom.css
Normal file
@@ -0,0 +1,71 @@
|
||||
/*******************************************************************************
|
||||
* Sample for a Dynatree custom stylesheet.
|
||||
* This is expected to be included after the standard ui.dynatree.css, thus
|
||||
* overridung the defaults.
|
||||
*/
|
||||
.dynatree-has-children span.dynatree-icon
|
||||
{
|
||||
background-position: 0 0;
|
||||
background-image: url("doc_with_children.gif");
|
||||
}
|
||||
|
||||
.dynatree-ico-cf span.dynatree-icon /* Collapsed Folder */
|
||||
{
|
||||
background-image: url("folder_docs.gif");
|
||||
}
|
||||
|
||||
.dynatree-ico-ef span.dynatree-icon /* Expanded Folder */
|
||||
{
|
||||
background-image: url("folder_images.gif");
|
||||
}
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
* Node titles
|
||||
*/
|
||||
|
||||
span.dynatree-has-children a
|
||||
{
|
||||
font-style: oblique;
|
||||
}
|
||||
|
||||
span.dynatree-selected a
|
||||
{
|
||||
color: green;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
span.dynatree-active a,
|
||||
span.dynatree-active a:hover
|
||||
{
|
||||
border: 1px solid maroon;
|
||||
background-color: #FAD8F0 !important; /* reddish */
|
||||
}
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
* Custom node classes (sample)
|
||||
*/
|
||||
|
||||
span.custom1 a
|
||||
{
|
||||
background-color: #ffffbb;
|
||||
color: maroon;
|
||||
}
|
||||
span.custom1 span.dynatree-icon
|
||||
{
|
||||
background-position: 0 0;
|
||||
background-image: url("customDoc2.gif");
|
||||
}
|
||||
|
||||
span.custom2 a
|
||||
{
|
||||
font-weight: bold;
|
||||
background-color: silver;
|
||||
color: navy;
|
||||
}
|
||||
span.custom2 span.dynatree-icon
|
||||
{
|
||||
background-position: 0 0;
|
||||
background-image: url("folder_page.gif");
|
||||
}
|
||||
BIN
assets/plugins/dynatree/doc/skin-custom/customDoc1.gif
Normal file
|
After Width: | Height: | Size: 960 B |
BIN
assets/plugins/dynatree/doc/skin-custom/customDoc2.gif
Normal file
|
After Width: | Height: | Size: 936 B |
BIN
assets/plugins/dynatree/doc/skin-custom/customFolder1.gif
Normal file
|
After Width: | Height: | Size: 1004 B |
BIN
assets/plugins/dynatree/doc/skin-custom/doc_with_children.gif
Normal file
|
After Width: | Height: | Size: 378 B |
BIN
assets/plugins/dynatree/doc/skin-custom/folder_docs.gif
Normal file
|
After Width: | Height: | Size: 1007 B |
BIN
assets/plugins/dynatree/doc/skin-custom/folder_images.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
assets/plugins/dynatree/doc/skin-custom/folder_page.gif
Normal file
|
After Width: | Height: | Size: 260 B |