Package parasol :: Module HTML_supt
[hide private]
[frames] | no frames]

Module HTML_supt

source code


Version: 1.0

Date: Jan 1, 2009

Author: Charlie Taylor (charlietaylor@sourceforge.net)

Copyright: Copyright (c) 2009 Charlie Taylor

License: BSD

Functions [hide private]
 
getHead(title='Parametric Solution', task='generic study', author='C Taylor', date='', version='') source code
 
getFooter() source code
Variables [hide private]
  my_css = '<style type="text/css">\nBODY{ \n background-colo...
Variables Details [hide private]

my_css

Value:
'''<style type="text/css">
BODY{ 
    background-color: #55607B;  
    
    margin-bottom: 0px;  
    margin-top: 0px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;  
}
...