Sha256: 8bb69ea0ccb43fa2255efe0413310f4166f1d58cc6a6ca2ada208c68ad3f5f19
Contents?: true
Size: 1.38 KB
Versions: 34
Compression:
Stored size: 1.38 KB
Contents
// PluginFactoryScaffolding : PARTIAL //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @import 'compass/css3'; @import 'compass/utilities'; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @import 'plugin_factory/bootstrap'; @import 'plugin_factory/font-awesome'; @import 'plugin_factory/common'; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// html.promotional-layout { body { background:#f6f8fa url(/assets/img/promotional/fanforce_bg.png) fixed; text-align: center; text-shadow: #ffffff 1px 1px 0; } .loading { color: #8f9ba7; } .loading, .loaded { padding-top: 85px; } .header-icons { padding: 20px 0 30px; img { margin: 0 5px; } } .about-box { @include box-shadow(0 1px 0 #ffffff inset, 0 1px 0 #ffffff); margin:125px auto 50px; border-top: 1px solid #b8c6d3; border-bottom: 1px solid #b8c6d3; width: 80%; padding: 35px 0 35px 45px; overflow: hidden; .about { width: 50%; @include box-sizing(border-box); padding-right:35px; min-width:300px; text-align: left; float:left; line-height:1.5em; .fanforce {} .developer {} } } } // END PARTIAL /////////////////////////////////////////////////////////////////////////////////////////////////////////
Version data entries
34 entries across 34 versions & 1 rubygems