Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

1.3. Configuration

1. Install Extension

2. Add static Template "CC_Event-Pics" to your root-Template

3. Add some styles to your main css:

.tx-ccevent-header {
margin-bottom: 10px;
font-weight: bold;
font-size: 14px;
}
.tx-ccevent-entry {
margin-bottom: 10px;
}
.tx-ccevent-area {
position: absolute;
}
.tx-ccevent-areacontent {
color: #000000;
background-image: url(../../../typo3conf/ext/cc_event/res/ausruf.gif);
background-repeat: no-repeat;
width: 277px;
height: 210px;
position: relative;
left: 130px;
display: block;
padding-top: 5px;
padding-left: 25px;
padding-right: 5px;
}
.tx-ccevent-areacontent table tr td {
color:#000000;
font-size:12px;
}