img {
border: 0px;
}
replace with img {
border-width: 0px;
}
== The block in css/system.css ==
.readonly {
color: #666666;
}
/* Elements that can be touched for a drag and drop */
.dragable {
cursor: move;
border-width: 0px;
}
replace with *[readonly] {
background-color: #e5e5e5;
border-width: thin;
}
== The block in css/system.css ==
button img {
vertical-align: middle;
border-width: none;
}
replace with
button img {
vertical-align: middle;
border-width: 0px;
}
== The block in css/system.css ==
.boxHeadLeft img {
margin-right: 5px;
vertical-align: bottom;
border-width: none;
}
replace with
.boxHeadLeft img {
margin-right: 5px;
vertical-align: bottom;
border-width: 0px;
}
== The block in css/system.css ==
#ajax_tooltipObj h3 {
color: #333333;
padding-top: 0px;
}
replace with
#ajax_tooltipObj h3 {
color: #333333;
padding-top: 10px;
}
== The block in css/system.css ==
#profile_former_roles_box ul li dl dd {
margin-left: 55%;
text-align: right;
}
replace with
#profile_former_roles_box ul li dl dd {
margin-left: 50%;
text-align: right;
}
== The block in css/system.css ==
#infoboxListsBox {
width: 400px;
}
replace with
#infoboxListsBox {
width: 500px;
margin-top: 25px;
}
== Add to block in css/system.css ==
h3 {
font-size: 12pt;
color: #333333;
padding: 15px 0px 7px 0px;
}
p {
padding-bottom: 10px;
padding-top: 10px;
margin: 0px;
}
.imageFrame {
border: 1px solid #dddddd;
padding: 3px;
}
#textTooltip{
position: absolute;
border: 1px solid #333333;
text-align: left;
color: #333333;
width: auto;
min-width: 10px;
max-width: 450px;
height: auto;
min-height: 15px;
background-color: #fdf594;
padding: 5px;
z-index: 1000001;
display: none;
}
/*Special adjustment for Thickbox help*/
#message_window .formBody ul {
padding-left: 20px;
}
/* Definition list of system information file*/
.systeminfoGood{
color: #06a600;
}
.systeminfoBad{
color: #e5000d;
}
\\
== Adjustments for the Modern Theme ==
The following adjustments you just have to perform if you use a theme based on the Modern Theme:
== The block in css/modern.css ==
#page_header {
text-align: left;
margin: 0 auto;
width: 955px;
}
replace with
#page_header {
background-image: url(../images/title.png);
text-align: left;
margin: 0 auto;
width: 960px;
height: 180px;
}
#page_header h1 {
color: #dbebee;
top: 112px;
position: absolute;
margin-left: 372px;
padding: 0px;
font-size: 24pt;
font-weight: bold;
}
== The block in css/modern.css ==
/* special hack, so that the block is in IE6 positioned right next to the other */
html.* #right_block div {
margin-left: 622px;
width: 268px;
}
replace with
/* special hack, so that the block is in IE6 positioned right next to the other */
html.* #right_block{
width: 300px;
}
== The block in css/modern.css ==
#content, #content_left {
padding-left: 13px;
padding-right: 12px;
min-height: 450px;
min-width: 574px;
}
replace with
#content, #content_left {
padding-left: 13px;
padding-right: 12px;
min-height: 450px;
width: 574px;
}
== Delete block in css/modern.css ==
#orga_name {
color: #dbebee;
top: 108px;
position: absolute;
margin-left: 372px;
padding: 0px;
font-size: 24pt;
font-weight: bold;
}
== Delete block in css/modern.css ==
p {
padding-bottom: 10px;
padding-top: 10px;
margin: 0px;
}
== Add block in css/modern.css ==
#top_border_img_big{
background-image: url(../images/border_top_big.png);
height: 26px;
width: 601px;
}
#bottom_border_img_big{
background-image: url(../images/border_bottom_big.png);
height: 26px;
width: 601px;
}
#top_border_img_small{
background-image: url(../images/border_top_small.png);
height: 26px;
width: 300px;
}
#bottom_border_img_small{
background-image: url(../images/border_bottom_small.png);
height: 26px;
width: 300px;
}
== The block in my_body_top.php ==
getValue("org_longname"); ?>
replace with
getValue("org_longname"); ?>
== The block in my_body_top.php ==
replace with
== The block in my_body_bottom.php ==
replace with
== The block in my_body_bottom.php ==
replace with
== The block in my_body_bottom.php ==
if($g_current_user->assignRoles())
{
echo '
replace with
';
} if($g_current_user->assignRoles())
{
echo '
== The block in my_body_bottom.php ==
';
}
if($g_current_user->isWebmaster())
{
echo ' ';
}
replace with
===== Version 2.1.2 =====
== Adjustment for Modern-Theme ==
The following adjustments you just have to perform if you use a theme based on the Modern Theme:
== The block (ca. line 106) in my_body_bottom.php ==
if($g_current_user->approveUsers())
replace with
if($g_current_user->approveUsers() && $g_preferences['registration_mode'] > 0)
== The block in css/modern.css ==
#sidebar hr {
margin-top: 10px;
color: #d7d7d7;
border-width: 1px;
border-style: dashed;
text-align: left;
}
replace with
#sidebar hr {
margin: 5px 0px 5px 0px;
border: 1px dashed #d7d7d7;
text-align: left;
}
===== Version 2.1.4 =====
The adjustments for this version you only have to make when you update within the 2.1. Was your version before 2.1.4 have a 2.0.x, so you need not make these adjustments!
* The following file must be //replaced// in the theme folders:
**overall_header.php**\\
== The block in css/modern.css ==
The following adjustments you just have to perform if you use a theme based on the Modern Theme.
/* special hack, so that the block is in IE6 positioned right next to the other */
html.* #right_block{
width: 268px;
}
replace with
/* special hack, so that the block is in IE6 positioned right next to the other */
html.* #right_block{
width: 300px;
}
===== Version 2.1.6 =====
The adjustments for this version you only have to make when you update within the 2.1. Was your version before 2.1.4 have a 2.0.x, so you need not make these adjustments!
* Have you made any adjustments to the CSS file of the photo model, the following file in your theme folder can be easily replaced:
**css/photos.css**\\
Have you carried out adjustments in this file, so you need to adjust accordingly the following blocks in the file, if your theme is build on the **Modern**-Theme :
== The block in css/photos.css ==
/*Distance of Thumbnails with their Icons to other elements*/
.photoThumbnailElement{
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0px;
margin-left: 0px;
width: 120px;
}
replace with
/*Distance of Thumbnails with their Icons to other elements*/
.photoThumbnailElement{
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0px;
margin-left: 0px;
}
== The block in css/photos.css ==
/*Other details are the definition*/
.photoAlbumList dd{
margin-left: 170px;
margin-bottom: 5px;
height: 110px;
padding: 0px;
}
replace with
/*Other details are the definition*/
.photoAlbumList dd {
margin-bottom: 5px;
padding-left: 40px;
}
\\
The following blocks you have to adjust if your theme is basedon the **Classic**-Theme:
== The block in css/photos.css ==
/*The photo albums are displayed in a definition list*/
.photoAlbumList {
width: 570px;
list-style-type: none;
}
replace with
/*The photo albums are displayed in a definition list*/
.photoAlbumList {
width: 570px;
list-style-type: none;
text-align: center;
}
== The block in css/photos.css ==
/*thereby forming a thumbnail to Term*/
.photoAlbumList dt{
width: 160px;
text-align: right;
margin-bottom: 5px;
float: left;
padding: 0px;
}
replace with
/*thereby forming a thumbnail to Term*/
.photoAlbumList dt {
text-align: right;
margin-bottom: 5px;
float: left;
width: 50%;
padding-right: 20px;
}
== The block in css/photos.css ==
/*Other details are the definition*/
.photoAlbumList dd{
margin-left: 170px;
margin-bottom: 5px;
height: 110px;
padding: 0px;
text-align: left;
}
replace with
/*Other details are the definition*/
.photoAlbumList dd {
margin-bottom: 5px;
text-align: left;
}