core/com.nokia.carbide.cpp.doc.user/book.css
branchC3_BUILDER_WORK
changeset 1657 03f5f8bf29b4
parent 1610 5e244b89116e
child 1660 a53047bc0aba
equal deleted inserted replaced
1656:d1edeecb12af 1657:03f5f8bf29b4
     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 	*/
     8 html {
     8 html {
     9 	margin: 2px 10px 10px 10px;
     9 	margin: 2px 10px 10px 10px;
    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 {
    13 body, p, table, li {
    14 	font-family: Verdana, Ariel, Helvetica, sans-serif;
    14 	font-family: Verdana, Ariel, Helvetica, sans-serif;
    15 	font-size: 1.0em;
    15 	font-size: 1.0em;
    16 	font-weight: normal;
    16 	font-weight: normal;
    17 }
    17 }
    18 
    18 
    99 	padding: 5px;
    99 	padding: 5px;
   100 	vertical-align:top;
   100 	vertical-align:top;
   101 	}
   101 	}
   102 	
   102 	
   103 th	{
   103 th	{
   104 	background-color: #ffd62c;
   104 	background-color: #66CC66;
   105 	}
   105 	}
   106 
   106 
   107 div.ol.p	{
   107 div.ol.p	{
   108 	margin-left: 3em;
   108 	margin-left: 3em;
   109 	}
   109 	}
   118 	font-weight:normal;
   118 	font-weight:normal;
   119 	}
   119 	}
   120 	
   120 	
   121 div h5, div h4	{
   121 div h5, div h4	{
   122 	padding:5px 0px 5px 12px;
   122 	padding:5px 0px 5px 12px;
   123 	background-color: #FFCC00;
   123 	background-color: #D3DAD4;
   124 	font-weight:bold;
   124 	font-weight:bold;
   125 	color: #000000;
   125 	color: #000000;
   126 	}
   126 	}
   127 	
   127 	
   128 	
   128