core/com.nokia.carbide.cpp/book.css
changeset 1648 0d551b392c77
parent 1640 4891d49809bb
child 1696 38df3a235147
equal deleted inserted replaced
1647:0b7be06a7bee 1648:0d551b392c77
     1 /*	
     1 /*	
     2 	Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 	Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 	All rights reserved. 
     3 	All rights reserved. 
     4 	License: http://www.eclipse.org/legal/epl-v10.html
     4 	License: http://www.eclipse.org/legal/epl-v10.html
     5 */
     5 */
     6 
     6 
     7 /*	Add whitespace around entire display to avoid crowding edges of view 	*/
     7 /*	Add whitespace around entire display to avoid crowding edges of view 	*/
    10 	}
    10 	}
    11 
    11 
    12 /* 20091007 added verdana and ariel to list to match SFO website fonts choices */
    12 /* 20091007 added verdana and ariel to list to match SFO website fonts choices */
    13 body, p, table, li {
    13 body, p, table, li {
    14 	font-family: Verdana, Ariel, Helvetica, sans-serif;
    14 	font-family: Verdana, Ariel, Helvetica, sans-serif;
    15 	font-size: 1em;
    15 	font-size: 1.0em;
    16 	font-weight: normal;
    16 	font-weight: normal;
    17 }
    17 }
    18 
    18 
    19 h1, h2, h3, h4, h5, h6, strong, em {
    19 h1, h2, h3, h4, h5, h6, strong, em {
    20 	font-family: Verdana, Ariel, Helvetica, sans-serif;
    20 	font-family: Verdana, Ariel, Helvetica, sans-serif;
    30 h6 { font-size: 0.8em }
    30 h6 { font-size: 0.8em }
    31 
    31 
    32 /*	For headlines at the top of a view, add space	*/
    32 /*	For headlines at the top of a view, add space	*/
    33 /*	20090224-changed green fade to gold header image	*/
    33 /*	20090224-changed green fade to gold header image	*/
    34 h1, h2, h3 {
    34 h1, h2, h3 {
    35 	background-image: url(icons/gold_header.png);
    35 	background-image: url(html/images/gold_header.png);
    36 	background-repeat: no-repeat;
    36 	background-repeat: no-repeat;
    37 	padding:10px 0px 10px 12px;	
    37 	padding:10px 0px 10px 12px;	
    38 	}
    38 	}
       
    39 
       
    40 /* 20091007 SFO styling added */
       
    41 h1.NavTitle		{ font-size: 1.2em }
       
    42 h3	.NavListTitle 	{ font-size: 1.1em }
    39 
    43 
    40 li	{
    44 li	{
    41 	margin-bottom:8px;	
    45 	margin-bottom:8px;	
    42 	margin-top:8px;
    46 	margin-top:8px;
    43 	}
    47 	}
    51 	font-size: 0.8em;
    55 	font-size: 0.8em;
    52 	color: #333333;
    56 	color: #333333;
    53 	}
    57 	}
    54 
    58 
    55 .listing	{
    59 .listing	{
    56 	background-color: #ffe869;
    60 	background-color: #FFFFCC;
    57 	font-family: "Courier New", Courier, mono;
    61 	font-family: "Courier New", Courier, mono;
    58 	font-size: 1.1em;
    62 	font-size: 1.1em;
    59 	color: #000000;
    63 	color: #000000;
    60 	margin: 5px 0px;
    64 	margin: 5px 0px;
    61 	}
    65 	}
    95 	padding: 5px;
    99 	padding: 5px;
    96 	vertical-align:top;
   100 	vertical-align:top;
    97 	}
   101 	}
    98 	
   102 	
    99 th	{
   103 th	{
   100 	background-color: #8FCAE7;
   104 	background-color: #66CC66;
   101 	}
   105 	}
   102 
   106 
   103 div.ol.p	{
   107 div.ol.p	{
   104 	margin-left: 3em;
   108 	margin-left: 3em;
   105 	}
   109 	}
   114 	font-weight:normal;
   118 	font-weight:normal;
   115 	}
   119 	}
   116 	
   120 	
   117 div h5, div h4	{
   121 div h5, div h4	{
   118 	padding:5px 0px 5px 12px;
   122 	padding:5px 0px 5px 12px;
   119 	background-color: #ffd62c;
   123 	background-color: #D3DAD4;
   120 	font-weight:bold;
   124 	font-weight:bold;
   121 	color: #000000;
   125 	color: #000000;
   122 	}
   126 	}
   123 	
   127 	
   124 	
   128 	
   172 	text-decoration: none;
   176 	text-decoration: none;
   173 	}
   177 	}
   174 
   178 
   175 a:link 		{ color: #026690 }
   179 a:link 		{ color: #026690 }
   176 a:visited	{ color: #555555 }
   180 a:visited	{ color: #555555 }
   177 aa:hover 	{ color: #FFD62C }
   181 a:hover 	{ color: #FFD62C }