﻿@import "/css/site.css";
@import url("/css/paged.css") print;

/* each .html file should link to the local.css in its directory only,
 * which could simply point ../ and include any folder-specific styles,
 * then any themes should be propagated down the directory structure
 *
 * add themes and particular print instructions etc in the local.css
 * at the appropriate level or by including a file
 *
 * to make a neatly exportable page make a name.php at root level
 * and make name.files etc directories to link to,
 * plus a href="/css/site.css" stylesheet link
 * then wget will do the right thing with the directory structure
 *
 * only link once, else confusing repeats occur!!!
 * be careful of the order, and note all @includes must come first */

