imakerplugin/com.nokia.s60tools.imaker/content/shared.css
author dpodwall
Tue, 12 Jan 2010 13:17:53 -0600
changeset 0 61163b28edca
permissions -rw-r--r--
initial EPL conversion

/* Shared style applied to all pages */
/* trick to get desired scroll bar behavior on all browsers */ 
html {
	overflow:auto;
	border:0px;
	height:100%;
	}

	
body {	
	margin-left:14px;
	margin-top:10px;
	font-family:Tahoma;
	font-size: 12px;
	color:#000000;
	background-image:url("./titlebanner.gif");
	background-repeat: repeat-x;
	} 
	
h1 {
	text-align:left;
	font-size: 16pt;
	font-weight:normal;
	color:#E5E5E5;
	} 

h4 {
	color:#787878;
	}	
	
a {
	display:block;
	font-family:Tahoma;
	font-size: 12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:20px;
	}
	
p {
	padding-left:14px;
	}