Download & Releases

Functions

Delos Style Changes 3.9.x -> 3.10.x

-----------------------------------
ADDED:
-----------------------------------

/* BEGIN WebDAV: Enable links with AnchorClick behavior for Internet Explorer.
* All skins which want to support mounting of Webfolders using Internet Explorer
* must explicitly enable AnchorClick behavior.
*/
a {
behavior: url(#default#AnchorClick);
}

[...]

/*Link, Visited, Hover, Focus, Activ*/
a.il_ContainerItemCommand2:link, a.il_ContainerItemCommand2:visited
{
font-size: 100%;
text-decoration: none;
border-bottom: 1px dotted #2020C0;
margin: 0px 0px 0px 3px;
white-space: nowrap;
}
a.il_ContainerItemCommand2:hover
{
border-bottom: 1px solid #000000;
}

div.il_ContainerItemCommands2
{
text-align: right;
font-size: 80%;
margin: 0px 3px 3px 3px;
}

div.il_ContainerListItem
{
margin: 2px 0px;
}

[...]

input[type=text].numeric
{
text-align: right;
}

[...]

/* COPage Comparison */

div.ilEditModified
{
border-left-width: 3px;
padding-left: 5px;
border-left-style: solid;
border-left-color: #8080FF;
border-bottom-width: 3px;
padding-bottom: 5px;
border-bottom-style: solid;
border-bottom-color: #8080FF;
margin-bottom: 2px;
}

div.ilEditDeleted
{
border-left-width: 3px;
padding-left: 5px;
border-left-style: solid;
border-left-color: #FF8080;
border-bottom-width: 3px;
padding-bottom: 5px;
border-bottom-style: solid;
border-bottom-color: #FF8080;
margin-bottom: 2px;
}

div.ilEditNew
{
border-left-width: 3px;
padding-left: 5px;
border-left-style: solid;
border-left-color: #80FF80;
border-bottom-width: 3px;
padding-bottom: 5px;
border-bottom-style: solid;
border-bottom-color: #80FF80;
margin-bottom: 2px;
}

span.ilDiffDel
{
background-color: #FFC0C0;
}

span.ilDiffIns
{
background-color: #C0FFC0;
}

a.ilWikiPageMissing:link, a.ilWikiPageMissing:visited
{
color: red;
}

a.ilWikiPageMissing:hover
{
color: black;
}

-----------------------------------
MINOR CHANGED:
-----------------------------------

div.il_InfoScreenSection
->
div.il_InfoScreenSection,th.il_InfoScreenSection


-----------------------------------
COMPLETELY REVISED:
-----------------------------------

/* --- Editor styles ---*/

div.il_droparea
{
border-style: solid;
border-width: 1px;
border-color: #D0D0D0;
font-size: 1px;
background-image: url(images/drop_back.gif);
background-repeat: repeat;
padding: 0px 0px;
text-align: center;
}

div.il_droparea_active
{
padding: 0px 0px;
border-style: solid;
border-width: 1px;
border-color: #000000;
font-size: 1px;
background-image: url(images/drop_back_active.gif);
background-repeat: repeat;
text-align: center;
}

div.il_droparea_valid_target
{
padding: 0px 0px;
border-style: solid;
border-width: 1px;
border-color: #000000;
font-size: 1px;
background-image: url(images/drop_back.gif);
background-repeat: repeat;
text-align: center;
}

div.il_editarea_nojs
{
border-style: dotted;
border-width: 1px;
border-color: #999999;
}

div.il_editarea
{
border-style: solid;
border-width: 1px;
border-color: transparent !important;
border-color: #FFFFFF; /* IE6 does not understand the transparent border */
}

div.il_editarea_disabled
{
border: 2px dotted red;
}

div.il_editarea_active
{
border-style: solid;
border-width: 1px;
border-color: #909090;
}

div.il_editarea_selected
{
border-style: solid;
border-width: 2px;
border-color: #A0A0A0;
}

div.il_editarea_disabled_selected
{
border: 2px solid red;
}

div.il_editarea_active_selected
{
border-style: solid;
border-width: 2px;
border-color: #000000;
}

div.il_edit_pc_tab_head
{
background-color: #F0F0F0;
border-style: solid;
border-width: 1px;
border-color: #909090;
border-bottom-width: 0px;
font-size: 90%;
margin-top: 5px;
padding: 2px;
}

div.il_edit_pc_tab
{
border-style: solid;
border-width: 1px;
border-color: #909090;
margin-bottom: 5px;
padding: 5px;
}

table.il_editmenu
{
border-style: solid;
border-width: 1px;
border-color: #909090;
background-color: #FFFFFF;
color: #000000;
font-weight: normal;
text-align: left;
font-style: normal;
font-size: 14px;
}


-----------------------------------
REMOVED:
-----------------------------------

.surveySheet {
table.matrix
td#matrix, th#matrix
td#matrixrowtext
td.center {
td.column {
td.bipolar {
.questionblockTitle {
.questionheading {