_block_config.html
Code: Select all
<!--version $Id: _block_config.html v1.0.6 adapted by: archivar $ //-->
<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<div class="panel bg3"><div class="inner"><span class="corners-top"><span></span></span><h3>' -->
<!-- DEFINE $LR_BLOCK_H_R = '</h3>' -->
<!-- DEFINE $LR_BLOCK_F_L = '' -->
<!-- DEFINE $LR_BLOCK_F_R = '<span class="corners-bottom"><span></span></span></div></div><br style="clear:both" />' -->
<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '{$BEGIN_TCORNERS}' -->
<!-- DEFINE $C_BLOCK_H_R = '{$END_TCORNERS}' -->
<!-- DEFINE $C_BLOCK_F_L = '' -->
<!-- DEFINE $C_BLOCK_F_R = '<div class="rounded_corners_bottom"><div class="left"></div><div class="right"></div></div><div class="clear"></div><br style="clear:both" />' -->
<!-- Images-URL //-->
<!-- DEFINE $NO_AVATAR_IMG = '/images/no_avatar.gif' -->
<!-- Vertical distance between left/right and center Blocks -->
<!-- DEFINE $BLOCK_DISTANCE = '10px' -->
<!-- show Icons in left/right Blocks? 0=no 1=yes -->
<!-- DEFINE $S_BLOCK_ICON = 1 -->
<!-- postbody top (default 1 by prosilver) 0=no 1=yes -->
<!-- DEFINE $S_POSTBODY_TOP = 1 -->
<!-- override the column width settings of the ACP for this style? 0=no 1=yes -->
<!-- DEFINE $S_COLUMNS_WIDTH_OVERRIDE = 0 -->
<!-- override the column width settings of the ACP - set the width if enabled -->
<!-- DEFINE $PORTAL_LEFT_COLUMN_OVERRIDE = '200' -->
<!-- DEFINE $PORTAL_RIGHT_COLUMN_OVERRIDE = '200' -->
search / suche in root/styles/extremedarkred/theme/colours.css:
Code: Select all
.panel {
background-color: #232323;
color: #28313F;
}
.post:target .content {
color: #FFFFFF;
}
.post:target h3 a {
color: #000000;
}
.bg1 { background-color: #ECF3F7; }
.bg2 { background-color: #e1ebf2; }
.bg3 { background-color: #cadceb; }
Code: Select all
.panel {
background-color: #232323;
color: #FFFFFF;
}
.post:target .content {
color: #FFFFFF;
}
.post:target h3 a {
color: #000000;
}
.bg1 { background-color: #232323; }
.bg2 { background-color: #232323; }
.bg3 { background-color: #232323; }
Manuelle Vorgänge: Knowledge Base: Änderungen an den Styles Dateien
additional changes / zusätzliche Änderungen: viewtopic.php?f=45&t=4250