ThemeChanges: Difference between revisions
From Open-Xchange
Line 113: | Line 113: | ||
</pre> | </pre> | ||
All icons under | All icons under the folder /themes/[theme name]/ will be separated by their size. You will find three different sub-folders here: 16 (for 16x16 pixel icons), 24 and 36. Some icons may be available in several folders. Some icons can also be found in their old location under /themes/[theme name]/img/. In the future, all icons will be found in the new icons folder and not in the img folder. | ||
<pre> | <pre> | ||
icons/16/attachment_add.png | |||
icons/16/contact_copy.png | |||
icons/16/distributionlist_extcontact.png | |||
icons/16/infostore_move.png | |||
icons/16/mail_move.png | |||
icons/16/member_add.png | |||
icons/16/mod_configuration.png | |||
icons/16/mod_mail.png | |||
icons/16/print.png | |||
icons/16/task_move.png | |||
icons/16/attachment_remove.png | |||
icons/16/contact_move.png | |||
icons/16/dummy.gif | |||
icons/16/lock.png | |||
icons/16/mail_source.png | |||
icons/16/member_remove.png | |||
icons/16/mod_contacts.png | |||
icons/16/mod_portal.png | |||
icons/16/save_as_link.png | |||
icons/16/teamchange.png | |||
icons/16/calendar_move.png | |||
icons/16/duplicate_contacts.png | |||
icons/16/mail_copy.png | |||
icons/16/mark_as.png | |||
icons/16/mod_calendar.png | |||
icons/16/mod_infostore.png | |||
icons/16/mod_tasks.png | |||
icons/16/task_copy.png | |||
icons/16/unlock.png | |||
</pre> | </pre> | ||
Revision as of 14:05, 29 October 2010
Changes from 6.18.1 to 6.18.2
CSS
- theme/css/branding.css
- theme/css/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; }
Change elements in global.css:
.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
- 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
All icons under the folder /themes/[theme name]/ will be separated by their size. You will find three different sub-folders here: 16 (for 16x16 pixel icons), 24 and 36. Some icons may be available in several folders. Some icons can also be found in their old location under /themes/[theme name]/img/. In the future, all icons will be found in the new icons folder and not in the img folder.
icons/16/attachment_add.png icons/16/contact_copy.png icons/16/distributionlist_extcontact.png icons/16/infostore_move.png icons/16/mail_move.png icons/16/member_add.png icons/16/mod_configuration.png icons/16/mod_mail.png icons/16/print.png icons/16/task_move.png icons/16/attachment_remove.png icons/16/contact_move.png icons/16/dummy.gif icons/16/lock.png icons/16/mail_source.png icons/16/member_remove.png icons/16/mod_contacts.png icons/16/mod_portal.png icons/16/save_as_link.png icons/16/teamchange.png icons/16/calendar_move.png icons/16/duplicate_contacts.png icons/16/mail_copy.png icons/16/mark_as.png icons/16/mod_calendar.png icons/16/mod_infostore.png icons/16/mod_tasks.png icons/16/task_copy.png icons/16/unlock.png
- theme/img/toolbar/toolbar_bg.gif