====== Arctic customization ====== The Kuo Lab Wiki uses the [[http://www.dokuwiki.org/template:arctic|arctic template]] as the basis for the customized temple. The inclusion of a sidebar is the main reason for us to choose this template. The customizations include: ===== main.php ===== Add before the '''' tag to include Google Analytics codes. ===== analytics.script ===== Add this file to the template directory: ===== footer.html ===== Modify the footer.html for a cleaner look:
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki
===== print.css ===== Add /* start of custom style; chkuo; 2010/12/06 */ strong { font-style:normal; font-weight: bold; } em { font-style:italic; text-decoration: none; } em.u { font-style:normal; text-decoration: underline; } /* end of custom style; chkuo; 2010/12/06 */ to print **Bold Text**, //Italic Text//, and __Underlined Text__ correctly