core/com.nokia.carbide.cpp.doc.user/book.css
changeset 301 1d4b20e57696
parent 291 134c724830ad
child 305 8554d4866c7f
equal deleted inserted replaced
300:29086e45f9ce 301:1d4b20e57696
    17 	font-weight: normal;
    17 	font-weight: normal;
    18 }
    18 }
    19 
    19 
    20 /*	Use sans-serif fonts for all title styles	*/
    20 /*	Use sans-serif fonts for all title styles	*/
    21 h1, h2, h3, h4, h5, h6, strong, em {
    21 h1, h2, h3, h4, h5, h6, strong, em {
    22 	font-family: Helvetica, sans-serif;
    22 	font-family: Verdana, Arial, Helvetica, sans-serif;
    23 	color: #000000;	
    23 	color: #000000;	
    24 	}
    24 	}
    25 
    25 
    26 h1	{ font-size:20px }
    26 h1	{ font-size:20px }
    27 h2	{ font-size:18px }
    27 h2	{ font-size:18px }
    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: #111;
    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;
   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:#FFFF66;
   124 	background-color:#FDCB2F;
   125 	/* background-color: #EEE; */
   125 	/* background-color: #EEE; */
   126 	font-weight:bold;
   126 	font-weight:bold;
   127 	color: #000000;
   127 	color: #000000;
   128 	}
   128 	}
   129 	
   129