'presets' => array(
'preset1' => array(
'name' => 'Preset 1',
'cssstyle' => 'style1',
'linkcolor' => '#2698de',
'font-family' => 's:helvetica'
),
'preset2' => array(
'name' => 'Preset 2',
'cssstyle' => 'style2',
'linkcolor' => '#ff0000',
'font-family' => 's:helvetica'
),
The following users have thanked you: xdwgg
<field name="titlecol" type="selectbox" default="default" label="Title Colour" description="" setbyurl="true" setinsession="true" setbysession="true" setincookie="true" setbycookie="true" isbodyclass="true">
<option value="default">Size default</option>
<option value="blue">Size blue</option>
<option value="red">Size red</option>
</field>
.titlecol-blue .mid-module-title h2.title {
font-size: 20px;
padding-bottom: 0px;
text-align: center;
background-color: #0000ff;
text-shadow: 0px 0px;
}
.titlecol-red .mid-module-title h2.title {
font-size: 20px;
padding-bottom: 0px;
text-align: center;
background-color: #ff0000;
text-shadow: 0px 0px;
}
.mid-module-title h2.title {
font-size: 20px;
padding-bottom: 0px;
text-align: center;
background-color: #b0c4de;
text-shadow: 0px 0px;
}
Time to create page: 0.059 seconds