diff options
Diffstat (limited to 'misc.tmpl')
-rw-r--r-- | misc.tmpl | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -5,8 +5,21 @@ <base href="<TMPL_VAR BASEURL>" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><TMPL_VAR TITLE></title> -<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" /> -<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" /> +<link rel="stylesheet" href="<TMPL_VAR BASEURL>nn4.css" type="text/css" media="screen" /> +<!--link before import prevents Flash Of Unstyled Content in ie6pc --> +<style type="text/css" media="screen">@import url("<TMPL_VAR BASEURL>real.css");</style> +<!-- import with quotes and brackets hides css from: +Netscape 4.x +Win IE 3 +Win IE 4 +Mac IE 4.01 +Mac IE 4.5 +Konqueror 2.1.2 +Win Amaya 5.1 +isn't that nice to know? --> +<!-- Source of above: http://www.thenoodleincident.com/tutorials/typography/ --> +<style type="text/css" media="screen">@import url("<TMPL_VAR BASEURL>style.css");</style> +<style type="text/css" media="screen">@import url("<TMPL_VAR BASEURL>local.css");</style> <TMPL_IF NAME="FAVICON"> <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" /> </TMPL_IF> |