commit 1ffcef54d6ac29995c1d5f48ff52a41b85554742 Author: Pierre HUBERT Date: Sun Jan 12 13:36:10 2020 +0100 Initial commit diff --git a/iissamples/Default/Flag.GIF b/iissamples/Default/Flag.GIF new file mode 100644 index 0000000..af6b941 Binary files /dev/null and b/iissamples/Default/Flag.GIF differ diff --git a/iissamples/Default/IE.gif b/iissamples/Default/IE.gif new file mode 100644 index 0000000..3c7cd36 Binary files /dev/null and b/iissamples/Default/IE.gif differ diff --git a/iissamples/Default/MSFT.GIF b/iissamples/Default/MSFT.GIF new file mode 100644 index 0000000..ec5d9db Binary files /dev/null and b/iissamples/Default/MSFT.GIF differ diff --git a/iissamples/Default/PWSTITLE.GIF b/iissamples/Default/PWSTITLE.GIF new file mode 100644 index 0000000..194789a Binary files /dev/null and b/iissamples/Default/PWSTITLE.GIF differ diff --git a/iissamples/Default/pwsnav.gif b/iissamples/Default/pwsnav.gif new file mode 100644 index 0000000..1464e9f Binary files /dev/null and b/iissamples/Default/pwsnav.gif differ diff --git a/iissamples/Default/welcome.htm b/iissamples/Default/welcome.htm new file mode 100644 index 0000000..c3cbcd1 Binary files /dev/null and b/iissamples/Default/welcome.htm differ diff --git a/iissamples/homepage/themes/gunmetal/gradient.gif b/iissamples/homepage/themes/gunmetal/gradient.gif new file mode 100644 index 0000000..440df66 Binary files /dev/null and b/iissamples/homepage/themes/gunmetal/gradient.gif differ diff --git a/iissamples/homepage/themes/gunmetal/layout.css b/iissamples/homepage/themes/gunmetal/layout.css new file mode 100644 index 0000000..f8ea668 --- /dev/null +++ b/iissamples/homepage/themes/gunmetal/layout.css @@ -0,0 +1,59 @@ + +.bgSign { + background: url(/iissamples/homepage/themes/gunmetal/gradient.gif) repeat-y + } +.bg0 { + background: #DAE4DC + } + +.bg1 { + background: url(/iissamples/homepage/themes/gunmetal/gradient.gif) repeat-y + } + +.bg2 { + background: #868686 + } + +.bg3 { + font: normal bold 24pt/24pt Times, serif; + color: #FFFFFF; + text-align: center; + background: #000000 + } +.header { + font-family: "verdana"; + font-size: 10pt; + font-weight: bold + } +.title { + font: 10pt/12pt "Verdana"; + font-style: "plain"; + font-weight: light; + color: #FFFFFF; + text-align: center; + background: black + } + + +BLOCKQUOTE { background: #7fffd4 } + +H4 {font-family: "verdana"; font-size: 10pt; font-weight: bold} + +H5 {font: 8pt/10pt "verdana"; font-weight: light} + +H6 {font-family: "Verdana, Arial, Helvetica";line-height: 100%; font-size: 10pt; font-weight: light} + +CODE {font-family: "Courier, Monaco"} + +a:link { background: transparent; + color: #0000FF; } + +a:active { color: #FFCC99; } + +a:visited { color: #800080; } \ No newline at end of file diff --git a/index.htm b/index.htm new file mode 100644 index 0000000..21d5378 Binary files /dev/null and b/index.htm differ