org.symbian.tools.wrttools.doc.WebDeveloper/html/css/pdf.css
author Eugene Ostroukhov <eugeneo@symbian.org>
Fri, 11 Jun 2010 13:33:03 -0700
changeset 372 1e408ee32d8a
parent 229 716254ccbcc0
permissions -rw-r--r--
Added templates for WRT 1.1 platform services

@import url('common.css');
input {
	font-family: monospace;
}
.track {
	background-color: silver;
}
table {
	border-collapse: collapse;
}
table, tr, td {
	border: solid 1px black;
}
td, th {
	padding: 2px 5px;
}
thead {
	background-color: rgb(0, 85, 183);
	color: white;
}
html, body {
	padding: 0;
	margin: 0;
}
#body {
	padding: 16px;
}
#head h1 {
	display: block;
	font-size: 12px;
	margin: 20px 0 20px 10px;
	color: #666;
}
#head h1 span {
	vertical-align: bottom;
}
#head h1 img {
	display: inline;
	margin-right: 20px;
	vertical-align: bottom;
}
#head ul {
	display: block;
	padding: 0 0 0 10px;
	margin: 0;
	background-color: #0033cc;/*rgb(0, 85, 183);*/
	clear: left;
}
#head ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 18px;
	border-right: dotted 1px white;
	color: white;
	font-weight: bold;
}
#head ul li a {
	color: white;
	text-decoration: none;
}
#head ul li a:hover {
	text-decoration: underline;
}
#head ul li.active {
	background-color: #CCC;
}
#head ul li.active a {
	color: black;
}