uidesigner/com.nokia.carbide.cpp.uidesigner.doc.user/book.css
changeset 308 2cf1147ef3f9
parent 260 2b33168fd3cf
child 310 053edbc2de87
equal deleted inserted replaced
307:2ea049cecf52 308:2cf1147ef3f9
    10 	margin: 2px 10px 10px 10px;
    10 	margin: 2px 10px 10px 10px;
    11 	}
    11 	}
    12 
    12 
    13 /* 	Set default font to serif style, 12-pt and plain	*/
    13 /* 	Set default font to serif style, 12-pt and plain	*/
    14 body, p, table {
    14 body, p, table {
    15 	font-family: Verdana, Arial, Helvetica, sans-serif;
    15 	font-family: Verdana, Helvetica, sans-serif;
    16 	font-size: 13px;
    16 	font-size: 13px;
    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	*/
    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;
    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:#FDDD1F;	/* 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	{
   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