Código
/* Use this with templates/1ktemplate-*.html */
/* Content
----------------------------------------------- */ body { font: $(body.font); color: $(body.text.color); background: $(body.background);
}
html body .content-outer { min-width: 0; max-width: 100%; width: 100%;
}
.content-outer { font-size: 92%;
}
a:link { text-decoration:none; color: $(link.color);
}
a:visited { text-decoration:none; color: $(link.visited.color);
}
a:hover { text-decoration:underline; color: $(link.hover.color);
}
.body-fauxcolumns .cap-top { margin-top: 30px; background: $(body.background.overlay); height: $(body.background.overlay.height);
}
.content-inner { padding: 0;
}
/* Header
----------------------------------------------- */
.header-inner .Header .titlewrapper,
.header-inner .Header .descriptionwrapper { padding-left: 20px; padding-right: 20px;
}
.Header h1 { font: $(header.font); color: $(header.text.color); text-shadow: 2px 2px rgba(0, 0, 0, .1);
}
.Header h1 a { color: $(header.text.color);
}
.Header .description { font-size: 140%; color: $(description.text.color);
}
/* Tabs
----------------------------------------------- */
.tabs-inner .section { margin: 0 20px;
}
.tabs-inner .PageList, .tabs-inner .LinkList, .tabs-inner .Labels { margin-left: -11px; margin-right: -11px;
background-color: $(tabs.background.color); border-top: $(tabs.border.size) solid #ffffff; border-bottom: $(tabs.border.size) solid #ffffff;
-moz-box-shadow: 0 0 $(tabs.shadow.spread) rgba(0, 0, 0, .3); -webkit-box-shadow: 0 0 $(tabs.shadow.spread) rgba(0, 0, 0, .3); -goog-ms-box-shadow: 0 0 $(tabs.shadow.spread) rgba(0, 0, 0, .3); box-shadow: 0 0 $(tabs.shadow.spread) rgba(0, 0, 0, .3);
}
.tabs-inner .PageList .widget-content,
.tabs-inner .LinkList .widget-content,
.tabs-inner .Labels .widget-content { margin: -3px -11px;