/* * To begin, ensure that you have basic understanding of the technologies listed below (References). * * Change ONLY those tagged with 'CHANGE THIS'. * * References: * - HTML5 - http://www.w3.org/html/ * - CSS3 - http://www.w3.org/Style/CSS/current-work * - LESS - http://lesscss.org/#docs */ /* Standard Variables * ------------------ */ @import url(/css/publisher/standard-vars.less); /* Variable Overriding. * ---------------------- * Write in-line LESS variables here OR import a LESS file * * CHANGE THIS! * @logo-url: http://yourdomain.com/assets/images/cdn-logo.png * @color-background: #eee; * * OR * * CHANGE THE NEXT LINE to @import url(http://yourdomain.com/assets/stylesheets/vars.less; */ @import url(/css/publisher/default-vars.less); /* Standard Layout, Look-And-Feel * ------------------------------ */ @import url(/css/publisher/standard.less); /* CHANGE THIS! Generate theme from http://jqueryui.com/themeroller/. */ @import url(/css/v/jqui/publisher-default.css); /* JavaScript hacks * ---------------- * Enable this if you want to have further manipulation on the DOM. You are not adviced to do this unless you know * what's going on. * * #rebranding-js{ * content: "http://host/path/to/script.js"; * display: none; * visibility: hidden; *} */ /* More Overriding Rules * --------------------- * CHANGE THIS, if necessary. * @import url(http://yourdomain.com/assets/stylesheets/more.css) * @import url(http://yourdomain.com/assets/stylesheets/more.less) */