File indexing completed on 2024-05-05 04:47:30

0001  <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
0002 
0003 <style>
0004 
0005 body
0006 {
0007     margin: 0;
0008     padding: 0;
0009       background: url(%%IMAGE_PATH%%) 70% 70% no-repeat;
0010       background-position: center;
0011       color: {text_color};
0012 }
0013 
0014 #main
0015 {
0016     text-align: center;
0017     height: 20px;
0018      border: 4px solid {background_color};
0019     -webkit-border-radius: 4px;
0020     -khtml-border-radius: 4px;  
0021     -moz-border-radius: 4px;
0022       border-radius: 4px;
0023       filter: alpha(opacity=75); 
0024     -khtml-opacity: 0.75;      
0025     -moz-opacity: 0.75;      
0026     opacity: 0.75;
0027     background-color: {background_color};
0028 }
0029 
0030 #logonnavi
0031 {
0032     margin: 0;
0033     height: 106px;
0034     padding: 8px 8px 0px 0px;
0035     float: center;
0036 }
0037 
0038 #content
0039 {
0040     clear: both;
0041     vertical-align: bottom;
0042     margin: 5% 5% 0%; 
0043     padding: 10px 30px 10px 30px;
0044     position:absolute;
0045     bottom:5px;
0046       border: 4px solid {background_color};
0047     -webkit-border-radius: 4px;
0048     -khtml-border-radius: 4px;  
0049     -moz-border-radius: 4px;
0050       border-radius: 4px;
0051       filter: alpha(opacity=90); 
0052     -khtml-opacity: 0.90;      
0053     -moz-opacity: 0.90;      
0054     opacity: 0.90;
0055     background-color: {background_color};
0056 }
0057 
0058 </style>
0059 
0060     <body>
0061     <div id="main">
0062         <b> %%NAME%% </b>
0063         <div id="logonnavi"></div>
0064         <div id="content">
0065         %%DESCRIPTION%%
0066       </div>
0067     </div>
0068     </body>
0069 </html>