/*
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
License: http://www.eclipse.org/legal/epl-v10.html
*/
/* Add whitespace around entire display to avoid crowding edges of view */
html {
margin: 2px 10px 10px 10px;
}
/* 20091007 added verdana and ariel to list to match SFO website fonts choices */
body, p, table {
font-family: Verdana, Ariel, Helvetica, sans-serif;
font-size: 1.0em;
font-weight: normal;
}
h1, h2, h3, h4, h5, h6, strong, em {
font-family: Verdana, Ariel, Helvetica, sans-serif;
color: #000000;
}
/* 20091007 - changed sizes to use em versus px */
h1 { font-size: 1.3em }
h2 { font-size: 1.2em }
h3 { font-size: 1.1em }
h4 { font-size: 1.0em }
h5 { font-size: 0.9em }
h6 { font-size: 0.8em }
/* For headlines at the top of a view, add space */
/* 20090224-changed green fade to gold header image */
h1, h2, h3 {
background-image: url(html/images/gold_header.png);
background-repeat: no-repeat;
padding:10px 0px 10px 12px;
}
/* 20091007 SFO styling added */
h1.NavTitle { font-size: 1.2em }
h3 .NavListTitle { font-size: 1.1em }
li {
margin-bottom:8px;
margin-top:8px;
}
/* Footer includes space and a gray line above the company logo */
#footer {
padding-top:10px;
margin-top:20px;
border-top:1px solid #999;
font-family: Verdana, Ariel, Helvetica, sans-serif;
font-size: 0.8em;
color: #333333;
}
.listing {
background-color: #FFFFCC;
font-family: "Courier New", Courier, mono;
font-size: 1.1em;
color: #000000;
margin: 5px 0px;
}
.code, pre {
font-family: "Courier New", Courier, mono;
font-size: 1.1em;
color: #000000;
}
.step {
/* background-color: #EEE; */
/* margin: 10px 0px; */
/* color: #111; */
/* border-bottom:2px solid #EEE; */
}
.substep {
background-color: #EEE;
}
/* Figure/Listing/Table titles are centered and gray */
p.table {
color: #999;
font-weight: bold;
padding-top: 5px;
}
table {
border: solid #999 1px;
table-layout: auto;
}
td, th {
border: solid #999 1px;
padding: 5px;
vertical-align:top;
}
th {
background-color: #ffd62c;
}
div.ol.p {
margin-left: 3em;
}
/* Make all ordered/unordered list items appear in bold gray */
div ol > li, div ul > li {
font-weight:bold;
color: #333;
}
div ol > p, div ul > p, div li > p {
font-weight:normal;
}
div h5, div h4 {
padding:5px 0px 5px 12px;
background-color: #FFCC00;
font-weight:bold;
color: #000000;
}
/* Notes stand out using a light top & bottom borders with dark gray text */
p.note {
color: #333;
padding: 5px;
margin-left: 1em;
margin-right: 1em;
border-top: solid #BBB thin;
border-bottom: solid #BBB thin;
}
/* Figure/Listing/Table titles are centered and gray */
p.figure {
color: #026690;
text-align: center;
font-weight: bold;
}
/* highly visible red background and white text for things that need fixing before release */
/* SHOULD NOT BE PRESENT IN RELEASED PRODUCTS */
.fix {
background-color: red;
font-weight: bold;
color: white;
}
.question {
font-style:italic;
font-weight:bold;
color: #555;
}
.titleSmall {
font-family: Verdana, Ariel, Helvetica, sans-serif;
font-size: 0.8em;
}
.plain {
font-family: Verdana, Ariel, Helvetica, sans-serif;
font-size: 0.9em;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
text-decoration: none;
}
a:link { color: #026690 }
a:visited { color: #555555 }
a:hover { color: #FFD62C }