htiextension/com.nokia.s60tools.hticonnection.help/book.css
changeset 7 018264c44c89
parent 0 61163b28edca
equal deleted inserted replaced
6:7f60f3388609 7:018264c44c89
     1 /*	
     1 /*	
     2 	Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
     2 	Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
     3 	License: http://www.eclipse.org/legal/epl-v10.html.	
     3 	All rights reserved. 
       
     4 	License: http://www.eclipse.org/legal/epl-v10.html
     4 */
     5 */
     5 
     6 
     6 /*	Add whitespace around entire display to avoid crowding edges of view 	*/
     7 /*	Add whitespace around entire display to avoid crowding edges of view 	*/
     7 /* 	20070523-Removed top margin size to close gap between location breadcrumbs and page title	*/
     8 /* 	20070523-Removed top margin size to close gap between location breadcrumbs and page title	*/
     8 html {
     9 html {
     9 	margin: 0px 10px 10px 10px;
    10 	margin: 2px 10px 10px 10px;
    10 	}
    11 	}
    11 
    12 
    12 /* 	Set default font to serif style, 12-pt and plain	*/
    13 /* 	Set default font to serif style, 12-pt and plain	*/
    13 body, p, table {
    14 body, p, table {
    14 	font-family: Georgia, "Times New Roman", Times, serif;
    15 	font-family: Verdana, Helvetica, Arial, sans-serif;
    15 	font-size: 12px;
    16 	font-size: 13px;
    16 	font-weight: normal;
    17 	font-weight: normal;
    17 }
    18 }
    18 
    19 
    19 /*	Use sans-serif fonts for all title styles	*/
    20 /*	Use sans-serif fonts for all title styles	*/
    20 h1, h2, h3, h4, h5, h6, strong, em {
    21 h1, h2, h3, h4, h5, h6, strong, em {
    21 	font-family: Helvetica, sans-serif;
    22 	font-family: Verdana, Helvetica, Arial, sans-serif;
    22 	color: #000000;	
    23 	color: #000000;	
    23 	}
    24 	}
    24 
    25 
    25 h1	{ font-size:20px }
    26 h1	{ font-size:20px }
    26 h2	{ font-size:18px }
    27 h2	{ font-size:18px }
    27 h3	{ font-size:16px }
    28 h3	{ font-size:16px }
    28 h4	{ font-size:14px }
    29 h4	{ font-size:14px }
    29 h5	{ font-size:12px }
    30 h5	{ font-size:13px }
    30 h6	{ font-size:10px }
    31 h6	{ font-size:12px }
    31 
    32 
    32 /*	For headlines at the top of a view, add space	*/
    33 /*	For headlines at the top of a view, add space	*/
    33 /*	20070522-added gradiant to background to update visual style of docs	*/
    34 /*	20090224-changed green fade to gold header image	*/
    34 h1, h2, h3 {
    35 h1, h2, h3 {
    35 	background-image: url(html/images/green_fade_left_68_165_28.png);
    36 	background-image: url(html/images/gold_header.png);
    36 	background-repeat: no-repeat;
    37 	background-repeat: no-repeat;
    37 	padding:10px 0px 10px 12px;	
    38 	padding:10px 0px 10px 12px;	
    38 	}
    39 	}
    39 
    40 
    40 li	{
    41 li	{
    45 /*	Footer includes space and a gray line above the company logo	*/
    46 /*	Footer includes space and a gray line above the company logo	*/
    46 #footer {
    47 #footer {
    47 	padding-top:10px;
    48 	padding-top:10px;
    48 	margin-top:20px;
    49 	margin-top:20px;
    49 	border-top:1px solid #999;
    50 	border-top:1px solid #999;
    50 	font-family: Verdana, Arial, Helvetica, sans-serif;
    51 	font-family: Helvetica, sans-serif;
    51 	font-size: 10px;
    52 	font-size: 11px;
    52 	color: #03C;	
    53 	color:#333;
    53 	}
    54 	}
    54 
    55 
    55 .listing	{
    56 .listing	{
    56 	font-family: "Courier New", Courier, mono;
    57 	font-family: "Courier New", Courier, mono;
    57 	color: #009;
    58 	color: #000000;
    58 	background-color: #EEE;
    59 	background-color: #FFFFCC;
    59 	padding: 10px 0px;
    60 	margin: 5px 0px;
    60 	margin: 10px 0px;
       
    61 	}
    61 	}
    62 
    62 		
    63 .code, pre	{
    63 .code, pre	{
    64 	font-family: "Courier New", Courier, mono;
    64 	font-family: "Courier New", Courier, mono;
    65 	font-size: 11px;
    65 	font-size: 13px;
    66 	color: #333;
    66 	color: #000000;
    67 	}
    67 	}
    68 
    68 
    69 .step	{
    69 .step	{
    70 	/* background-color: #EEE; */
    70 	/* background-color: #EEE; */
    71 	/* margin: 10px 0px; */
    71 	/* margin: 10px 0px; */
    72 	color: #333;
    72 	/* color: #111; */
    73 	border-bottom:2px solid #EEE;
    73 	/* border-bottom:2px solid #EEE; */
    74 	}
    74 	}
    75 	
    75 	
    76 .substep	{
    76 .substep	{
    77 	background-color: #EEE;
    77 	background-color: #EEE;
    78 	}
    78 	}
    86 	}
    86 	}
    87 
    87 
    88 table	{
    88 table	{
    89 	border: solid #999 1px;
    89 	border: solid #999 1px;
    90 	table-layout: auto;
    90 	table-layout: auto;
    91 	font-size: 12px;
    91 	font-size: 13px;
    92 	}
    92 	}
    93 
    93 
    94 td, th	{
    94 td, th	{
    95 	border: solid #999 1px;
    95 	border: solid #999 1px;
    96 	padding: 5px;
    96 	padding: 5px;
    97 	vertical-align:top;
    97 	vertical-align:top;
    98 	}
    98 	}
    99 	
    99 	
   100 /*	20070522-replaced gray with green background to match gradiant color for title	*/
   100 /*	20070522-replaced gray with green background to match gradiant color for title	*/
   101 th	{
   101 th	{
   102 	background-color:#ACD79B;
   102 	background-color:#FFC550;	/* background-color:#acd79b;
   103 	/* background-color:#999;
   103 	background-color:#999;
   104 	color:#FFF; */
   104 	color:#FFF; */
   105 	}
   105 	}
   106 
   106 
   107 div.ol.p	{
   107 div.ol.p	{
   108 	margin-left: 3em;
   108 	margin-left: 3em;
   118 	font-weight:normal;
   118 	font-weight:normal;
   119 	}
   119 	}
   120 	
   120 	
   121 /* Make all H4 and H5 items appear in bold gray against a light green background */
   121 /* Make all H4 and H5 items appear in bold gray against a light green background */
   122 div h5, div h4	{
   122 div h5, div h4	{
   123 	padding:5px 0px 5px 12px;	
   123 	padding:5px 0px 5px 12px;
   124 	background-color:#ECFBEA;
   124 	background-color:#FDCB2F;
   125 	/* background-color: #EEE; */
   125 	/* background-color: #EEE; */
   126 	font-weight:bold;
   126 	font-weight:bold;
   127 	color: #333;
   127 	color: #000000;
   128 	}
   128 	}
   129 	
   129 	
   130 	
   130 	
   131 /*	Notes stand out using a light top & bottom borders with dark gray text	*/
   131 /*	Notes stand out using a light top & bottom borders with dark gray text	*/
   132 p.note {
   132 p.note {
   161 	font-weight:bold;
   161 	font-weight:bold;
   162 	color: #555;
   162 	color: #555;
   163 	}
   163 	}
   164 	
   164 	
   165 .titleSmall {
   165 .titleSmall {
   166 	font-family: Verdana, Arial, Helvetica, sans-serif;
   166 	font-family: Helvetica, sans-serif;
   167 	font-size: 10px;
   167 	font-size: 11px;
   168 	}
   168 	}
   169 
   169 
   170 	
   170 	
   171 .plain {
   171 .plain {
   172 	font-family: Verdana, Arial, Helvetica, sans-serif;
   172 	font-family: Helvetica, sans-serif;
   173 	font-size: 12px;
   173 	font-size: 12px;
   174 	font-style: normal;
   174 	font-style: normal;
   175 	line-height: normal;
   175 	line-height: normal;
   176 	font-weight: normal;
   176 	font-weight: normal;
   177 	font-variant: normal;
   177 	font-variant: normal;
   180 	}
   180 	}
   181 
   181 
   182 a:link 		{ color: #0033CC }
   182 a:link 		{ color: #0033CC }
   183 a:visited	{ color: #555555 }
   183 a:visited	{ color: #555555 }
   184 a:hover 	{ color: #0033CC }
   184 a:hover 	{ color: #0033CC }
   185