org.symbian.tools.wrttools.previewer/preview/nopreview.html
author Eugene Ostroukhov <eugeneo@symbian.org>
Tue, 30 Mar 2010 15:37:32 -0700
changeset 293 06ebebf8fbc9
parent 210 0f7abfd6ae62
permissions -rw-r--r--
Bug 2404 - Problems During Content Assist

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
/**
 * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
 * which accompanies this distribution, and is available
 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
 *
 * Initial Contributors:
 * Symbian Foundation - initial contribution.
 * Contributors:
 */
 -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
body {
	background-image: url(images/Gradient0Background.png);
	background-repeat: repeat-x;
	font-family: "Nokia Sans", "Nokia Sans SemiBold", "Arial Narrow";
	overflow: hidden;
	color: #FFFFFF;
}
div {
	text-align: center;
	padding: 20px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	font-size: x-large;
	font-weight: normal;
	background-color: #CC3300;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF3300;
	border-right-color: #710000;
	border-bottom-color: #710000;
	border-left-color: #FF3300;
}
strong {
	color: #FFCC00;
}
</style>
</head>
<body>
<div> Widget preview is not available for this file, it is not the <strong>MainHtml</strong> file for the widget.
</div>
</body>
</html>