#g-last {
padding: $section-padding 0;
background: $last-background;
color: $last-text-color;
border-top: 1px solid rgba(0,0,0,0.05);
border-bottom: 1px solid rgba(0,0,0,0.05);
}
@media print {
#g-last {
background: #f1f1f1 !important;
color: #142d53 !important;
}
}
text/x-generic last.yaml ( ASCII text )
name: Last Colors
description: Last colors for the Hydrogen theme
type: section
form:
fields:
background:
type: input.colorpicker
label: Background
default: "#ffffff"
image:
type: input.imagepicker
label: Image
default: ""
text-color:
type: input.colorpicker
label: Text
default: "#666666"
$color-header2: #47b09a;
$color-nav-link: #2d404e;
$color-nav-link-active: #47b09a;
$color-nav-link-hover: #47b09a;
$color-link: #2d404e;
$color-link-hover: #47b09a;
$color-accent1: #47b09a;
$color-accent2: #2d404e;
$color-border-dark: #000000;
$color-border-color: #47b09a;
$color-radius-dark: #000000;
$color-radius-color: #47b09a;
/* table colors */
$table-background-color: #ffffff;
$table-border-color: #babcbf;
$table-text-color: #333333;
$table-header-background-color: #4682b4;
$table-header-border-color: #babcbf;
$table-header-text-color: #ffffff;
$table-header-font-weight: 700;
$table-header-text-align: center;
$table-row-odd-background-color: #f5deb3;
$table-row-odd-text-color: #333333;
$table-row-even-background-color: #EEE8AA;
$table-row-even-text-color: #333333;
$table-cell-border-color: transparent;
/* content image opacity setting */
/*
NOTE:
If you want to use an opacity setting for all content image classes, set it below
as I have set it to '0.90' and '90' which is 90%.
If you do not want to use an opacity setting, change the values to '1.0' and '100'.
DON'T USE THIS - IT BREAKS TEMPLATES
*/
$content-image-opacity-setting: 0.90;
$content-image-opacity-setting-ie: 90;
Time to create page: 0.050 seconds