imakerplugin/com.nokia.s60tools.imaker/content/shared.css
author Matti Hagman <ext-matti.hagman@nokia.com>
Tue, 21 Sep 2010 13:50:51 +0300
changeset 29 f48eb66e9604
parent 0 61163b28edca
permissions -rw-r--r--
Creator Carbide Extension 1.3.0

/* 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;
	}