File indexing completed on 2024-05-05 17:20:50

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   div#content {
0033     padding-left: 1%;
0034     padding-right: 1%;
0035   }
0036   div.category {
0037     padding: 0px 4px 0px 4px;
0038     margin: 8px;
0039     border: 1px solid #181818;
0040     text-align: center;
0041   /* if background is grey, text has to be black */
0042     color: #000;
0043     background-color: #ccc;
0044   }
0045   table {
0046     border-collapse: collapse;
0047     border-spacing: 0px;
0048     max-width: 100%;
0049   }
0050   </style>
0051 </head>
0052 <body>
0053 <h1>$BANNER$</h1>
0054 <div id="content">
0055 <div class="category">
0056 $WELCOMETEXT$
0057 </div>
0058 
0059 </div>
0060 </body>
0061 </html>