diff options
Diffstat (limited to 'phpBB/templates/Euclid/simple_header.tpl')
-rw-r--r-- | phpBB/templates/Euclid/simple_header.tpl | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/phpBB/templates/Euclid/simple_header.tpl b/phpBB/templates/Euclid/simple_header.tpl new file mode 100644 index 0000000000..35972ff194 --- /dev/null +++ b/phpBB/templates/Euclid/simple_header.tpl @@ -0,0 +1,41 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<!-- ?xml version="1.0" encoding="UTF-8"? --> +<!--DOCTYPE PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd" --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> +<meta http-equiv="Content-Style-Type" content="text/css" /> +{META} +<title>{SITENAME} -+- {PAGE_TITLE}</title> +<style type="text/css"> +<!-- + +BODY {background-color:{T_BODY_BGCOLOR}; color:{T_BODY_TEXT}; scrollbar-base-color:{T_TH_COLOR2}; scrollbar-arrow-color:{T_TH_COLOR1}; margin:0px;} +P {font-family:{T_FONTFACE1};font-size:10pt} + +TH {background-color:{T_TH_COLOR3};font-family:{T_FONTFACE2};font-size:8pt;font-weight:normal} +TH.secondary {background-color:{T_TH_COLOR3};font-family:{T_FONTFACE1};font-size:10pt;font-weight:normal;text-align:left} +TD.tablebg {background-color:{T_TH_COLOR1}} +TD.cat {background-color:{T_TH_COLOR2};font-family:{T_FONTFACE1};font-size:12pt} +TD.row1 {background-color:{T_TD_COLOR1}} +TD.row2 {background-color:{T_TD_COLOR2}} + +SPAN.title {font-family:Impact,sans-serif;font-size:36pt} +SPAN.cattitle {font-family:{T_FONTFACE1};font-size:12pt;font-weight:bold} +SPAN.gen {font-family:{T_FONTFACE1};font-size:10pt} +SPAN.gensmall {font-family:{T_FONTFACE1};font-size:8pt} +SPAN.courier {font-family:{T_FONTFACE3};font-size:10pt} + +SELECT {font-family:Verdana;font-size:8pt} +INPUT {font-family:Verdana;font-size:8pt} +SELECT.small {font-family:"Courier New",courier;font-size:8pt;width:140px} +INPUT.text {font-family:"Courier New",courier;font-size:8pt;} + +A.forumlinks {font-weight:bold} +A {text-decoration:none} +A:hover {text-decoration:underline} + +//--> +</style> +</head> +<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"> |