Difference between revisions of "ThemeChanges"

(Created page with "Changes from 6.18.1 to 6.18.2")
 
Line 1: Line 1:
Changes from 6.18.1 to 6.18.2
+
 
 +
== Changes from 6.18.1 to 6.18.2 ==
 +
 
 +
 
 +
'''CSS'''
 +
 
 +
New CSS file:
 +
 
 +
- theme/css/branding.css
 +
 
 +
Changes CSS files:
 +
 
 +
- theme/css/global.css
 +
 
 +
 
 +
[[New elements in global.css:]]
 +
 
 +
.font-style-person {
 +
    color: #215696;
 +
}
 +
 
 +
#window-header-decorator {
 +
    background-image: url(../img/toolbar/toolbar_bg.png);
 +
    background-repeat: repeat-x;
 +
    background-color: #ddd;
 +
    border-bottom: 1px solid #bbb;
 +
}
 +
 
 +
.headercontenttable {
 +
background-image: url(../img/toolbar/toolbar30.png);
 +
background-repeat: repeat-x;
 +
border-top: 0px none;
 +
}
 +
 
 +
.headercontenttable.border-color-design {
 +
border-color: #aaa !important;
 +
}
 +
 
 +
div.oxTabControlToggleReverse, div.oxTabControlToggle {
 +
background-repeat: no-repeat;
 +
background-position: 3px 5px;
 +
width: 15px;
 +
height: 15px;
 +
float: right;
 +
margin: 5px 9px;
 +
}
 +
div.oxTabControlToggleReverse {
 +
background-image: url(../img/arrows/arrow_double_white_down.gif);
 +
cursor: s-resize;
 +
}
 +
div.oxTabControlToggle {
 +
background-image: url(../img/arrows/arrow_double_white_up.gif);
 +
cursor: n-resize;
 +
}
 +
 
 +
 
 +
[[Changes elements:]]
 +
 
 +
.font-style-headline {
 +
    color:#404962; 
 +
    font-weight : bold;
 +
}
 +
changed to
 +
.font-style-headline {
 +
    color: #333;
 +
}
 +
 
 +
#notheader {
 +
background-image: url(../img/toolbar/toolbar_bg.png);
 +
}
 +
changed to
 +
#header-decorator {
 +
background-image: url(../img/toolbar/toolbar_bg.png);
 +
}
 +
 
 +
.tr_h {
 +
    background-color: #e3e3e3 !important;
 +
}
 +
changed to
 +
.tr_h {
 +
    background-color: #eaeaea !important;
 +
}
 +
 
 +
 
 +
'''ICONS'''
 +
 
 +
[[New icons]]
 +
 
 +
- theme/img/arrows/arrow_double_white_down.gif
 +
- theme/img/arrows/arrow_double_white_up.gif
 +
- theme/img/arrows/menu_arrow_down.gif
 +
- theme/img/arrows/menu_arrow_right.gif
 +
 
 +
[[Changed icons]]
 +
 
 +
- theme/img/toolbar/toolbar_bg.gif

Revision as of 13:14, 29 October 2010

Changes from 6.18.1 to 6.18.2

CSS

New CSS file:

- theme/css/branding.css

Changes CSS files:

- theme/css/global.css


New elements in global.css:

.font-style-person {

   color: #215696;

}

  1. window-header-decorator {
   background-image: url(../img/toolbar/toolbar_bg.png);
   background-repeat: repeat-x;
   background-color: #ddd;
   border-bottom: 1px solid #bbb;

}

.headercontenttable { background-image: url(../img/toolbar/toolbar30.png); background-repeat: repeat-x; border-top: 0px none; }

.headercontenttable.border-color-design { border-color: #aaa !important; }

div.oxTabControlToggleReverse, div.oxTabControlToggle { background-repeat: no-repeat; background-position: 3px 5px; width: 15px; height: 15px; float: right; margin: 5px 9px; } div.oxTabControlToggleReverse { background-image: url(../img/arrows/arrow_double_white_down.gif); cursor: s-resize; } div.oxTabControlToggle { background-image: url(../img/arrows/arrow_double_white_up.gif); cursor: n-resize; }


Changes elements:

.font-style-headline {

   color:#404962;  
   font-weight : bold; 

} changed to .font-style-headline {

   color: #333;

}

  1. notheader {

background-image: url(../img/toolbar/toolbar_bg.png); } changed to

  1. header-decorator {

background-image: url(../img/toolbar/toolbar_bg.png); }

.tr_h {

   background-color: #e3e3e3 !important;

} changed to .tr_h {

   background-color: #eaeaea !important;

}


ICONS

New icons

- theme/img/arrows/arrow_double_white_down.gif
- theme/img/arrows/arrow_double_white_up.gif
- theme/img/arrows/menu_arrow_down.gif
- theme/img/arrows/menu_arrow_right.gif

Changed icons

- theme/img/toolbar/toolbar_bg.gif