<field name="accentcolor" type="colorchooser" default="#ED6F6D" label="ACCENT_COLOR" description="ACCENT_COLOR_DESC"/>
<fields name="box1" type="columns" label="BOX1" description="BOX1_DESC">
<field name="background" type="colorchooser" default="#333333" position="left" label="BOX_BG_COLOR" description="BOX_BG_COLOR_DESC"/>
<field name="text" type="colorchooser" default="#ea7130" position="right" label="BOX_TEXT_COLOR" description="BOX_TEXT_COLOR_DESC"/>
</fields>
<fields name="box2" type="columns" label="BOX2" description="BOX2_DESC">
<field name="background" type="colorchooser" default="#666666" position="left" label="BOX_BG_COLOR" description="BOX_BG_COLOR_DESC"/>
<field name="text" type="colorchooser" default="#ffffff" position="right" label="BOX_TEXT_COLOR" description="BOX_TEXT_COLOR_DESC"/>
</fields>
<fields name="box3" type="columns" label="BOX3" description="BOX3_DESC">
<field name="background" type="colorchooser" default="#999999" position="left" label="BOX_BG_COLOR" description="BOX_BG_COLOR_DESC"/>
<field name="text" type="colorchooser" default="#333333" position="right" label="BOX_TEXT_COLOR" description="BOX_TEXT_COLOR_DESC"/>
</fields>
'accentcolor' => $gantry->get('accentcolor', '#ED6F6D')
'box1-background' => $gantry->get('box1-background', '#333333'),
'box1-text' => $gantry->get('box1-text', '#ea7130'),
'box2-background' => $gantry->get('box2-background', '#666666'),
'box2-text' => $gantry->get('box2-text', '#ffffff'),
'box3-background' => $gantry->get('box3-background', '#999999'),
'box3-text' => $gantry->get('box3-text', '#333333')
BOX1="Box1"
BOX1_DESC="Box1 color styling"
BOX2="Box2"
BOX2_DESC="Box2 color styling"
BOX3="Box3"
BOX3_DESC="Box3 color styling"
BOX_BG_COLOR="Background"
BOX_BG_COLOR_DESC="The background color for this box style"
BOX_TEXT_COLOR="Text"
BOX_TEXT_COLOR_DESC="The text color for this box style"
// Main Section ----------------
@mainbackground: #FFFFFF;
@maintext: #555555;
@maintitle: #333333;
@mainborder: #EFEFEF;
// Typography
h1, h2, h3, h4, h5, h6 {
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button {
border-radius: 0;
box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
text-transform: capitalize;
font-weight: bold;
}
// Modules
.box1, .box2, .box3 {
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
border-radius: 0;
a {
text-decoration: underline;
&.readmore, &.readon {
text-decoration: none;
}
}
}
#rt-mainbody-surround, #rt-bottom {
.box1 {
background: @box1-background;
color: @box1-text;
a {
color: lighten(@box1-background, 20%);
&:hover {
color: lighten(@box1-background, 15%);
}
&.readon, &.readmore {
color: darken(@box1-background, 20%);
&:hover {
color: lighten(@box1-background, 15%);
}
}
}
.title {
color: darken(@box1-background, 20%);
border-bottom-color: lighten(@box1-background, 10%);
text-shadow: 0px 0px 5px lighten(@box1-background, 10%);
}
.button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button, .btn-primary {
background: lighten(@box1-background, 15%);
border-color: lighten(@box1-background, 15%);
&:hover, &:active {
background: darken(@box1-background, 10%);
}
}
}
.box2 {
background: @box2-background;
color: @box2-text;
a {
color: lighten(@box2-background, 20%);
&:hover {
color: lighten(@box2-background, 15%);
}
&.readon, &.readmore {
color: darken(@box2-background, 20%);
&:hover {
color: lighten(@box2-background, 15%);
}
}
}
.title {
color: darken(@box2-background, 20%);
border-bottom-color: lighten(@box2-background, 10%);
text-shadow: 0px 0px 5px lighten(@box2-background, 10%);
}
.button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button, .btn-primary {
background: lighten(@box2-background, 15%);
border-color: lighten(@box2-background, 15%);
&:hover, &:active {
background: darken(@box2-background, 10%);
}
}
}
.box3 {
background: @box3-background;
color: @box3-text;
a {
color: lighten(@box3-background, 20%);
&:hover {
color: lighten(@box3-background, 15%);
}
&.readon, &.readmore {
color: darken(@box3-background, 20%);
&:hover {
color: lighten(@box3-background, 15%);
}
}
}
.title {
color: darken(@box3-background, 20%);
border-bottom-color: lighten(@box3-background, 10%);
text-shadow: 0px 0px 5px lighten(@box3-background, 10%);
}
.button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button, .btn-primary {
background: lighten(@box3-background, 15%);
border-color: lighten(@box3-background, 15%);
&:hover, &:active {
background: darken(@box3-background, 10%);
}
}
}
}
The following users have thanked you: Who?, prim, cdavis411, MrT
Time to create page: 0.066 seconds