File indexing completed on 2025-01-26 04:45:03
0001 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 0002 <html> 0003 <head> 0004 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 0005 <style type="text/css"> 0006 body { 0007 margin: 0px; 0008 padding: 0px; 0009 color: $FGCOLOR$; 0010 background-color: $BGCOLOR$; 0011 background-image: url($IMGDIR$gradient_bg.png); 0012 background-repeat: repeat; 0013 font-family: sans-serif; 0014 } 0015 h1 { 0016 margin: 0px; 0017 padding: 8px; 0018 font-size: 1.8em; 0019 color: $COLOR1$; 0020 background-color: $COLOR2$; 0021 background-image: url($IMGDIR$gradient_header.png); 0022 background-repeat: repeat-x; 0023 border-bottom: 1px outset black; 0024 text-align: center; 0025 } 0026 h3 { 0027 text-align: center; 0028 font-size: 1em; 0029 margin-left:15%; 0030 margin-right:15%; 0031 } 0032 a { 0033 color: $LINKCOLOR$; 0034 } 0035 div#content { 0036 padding-left: 1%; 0037 padding-right: 1%; 0038 } 0039 div.category { 0040 padding: 0px 4px 0px 4px; 0041 margin: 8px; 0042 border: 1px solid #181818; 0043 text-align: center; 0044 /* if background is grey, text has to be black */ 0045 color: #000; 0046 background-color: #ccc; 0047 } 0048 table { 0049 border-collapse: collapse; 0050 border-spacing: 0px; 0051 max-width: 100%; 0052 } 0053 </style> 0054 </head> 0055 <body> 0056 <h1>$BANNER$</h1> 0057 <div id="content"> 0058 <div class="category"> 0059 $WELCOMETEXT$ 0060 </div> 0061 0062 </div> 0063 </body> 0064 </html>