core/com.nokia.carbide.cpp.leavescan/book.css
branchC3_BUILDER_WORK
changeset 1657 03f5f8bf29b4
parent 1656 d1edeecb12af
parent 1655 e17ab99b8f30
child 1659 48d0d704d5e6
equal deleted inserted replaced
1656:d1edeecb12af 1657:03f5f8bf29b4
     1 /*	
       
     2 	Nokia DPT Tools CSS
       
     3 	Nokia C++ Development Tools Austin
       
     4 	Date: 2005/11/04
       
     5 	
       
     6 */
       
     7 
       
     8 /*	Add whitespace around entire display to avoid crowding edges of view 	*/
       
     9 /* 	20070523-Removed top margin size to close gap between location breadcrumbs and page title	*/
       
    10 html {
       
    11 	margin: 0px 10px 10px 10px;
       
    12 	}
       
    13 
       
    14 /* 	Set default font to serif style, 12-pt and plain	*/
       
    15 body, p, table {
       
    16 	font-family: Verdana, Arial, Helvetica, sans-serif;
       
    17 	font-size: 12px;
       
    18 	font-weight: normal;
       
    19 }
       
    20 
       
    21 /*	Use sans-serif fonts for all title styles	*/
       
    22 h1, h2, h3, h4, h5, h6, strong, em {
       
    23 	font-family: Arial, Helvetica, sans-serif;
       
    24 	color: #000000;	
       
    25 	}
       
    26 
       
    27 h1	{ font-size:20px }
       
    28 h2	{ font-size:18px }
       
    29 h3	{ font-size:16px }
       
    30 h4	{ font-size:14px }
       
    31 h5	{ font-size:12px }
       
    32 h6	{ font-size:10px }
       
    33 
       
    34 /*	For headlines at the top of a view, add space	*/
       
    35 /*	20070522-added gradiant to background to update visual style of docs	*/
       
    36 h1, h2, h3 {
       
    37 	background-image: url(html/images/green_fade_left_68_165_28.png);
       
    38 	background-repeat: no-repeat;
       
    39 	padding:10px 0px 10px 12px;	
       
    40 	}
       
    41 
       
    42 li	{
       
    43 	margin-bottom:8px;	
       
    44 	margin-top:8px;
       
    45 	}
       
    46 
       
    47 /*	Footer includes space and a gray line above the company logo	*/
       
    48 #footer {
       
    49 	padding-top:10px;
       
    50 	margin-top:20px;
       
    51 	border-top:1px solid #999;
       
    52 	font-family: Verdana, Arial, Helvetica, sans-serif;
       
    53 	font-size: 10px;
       
    54 	color: #03C;	
       
    55 	}
       
    56 
       
    57 .listing	{
       
    58 	font-family: "Courier New", Courier, mono;
       
    59 	color: #009;
       
    60 	background-color: #EEE;
       
    61 	padding: 10px 0px;
       
    62 	margin: 10px 0px;
       
    63 	}
       
    64 
       
    65 .code, pre	{
       
    66 	font-family: "Courier New", Courier, mono;
       
    67 	font-size: 11px;
       
    68 	color: #333;
       
    69 	}
       
    70 
       
    71 .step	{
       
    72 	/* background-color: #EEE; */
       
    73 	/* margin: 10px 0px; */
       
    74 	color: #333;
       
    75 	border-bottom:2px solid #EEE;
       
    76 	}
       
    77 	
       
    78 .substep	{
       
    79 	background-color: #EEE;
       
    80 	}
       
    81 	
       
    82 	
       
    83 /*	Figure/Listing/Table titles are centered and gray	*/
       
    84 p.table {
       
    85 	color: #999;
       
    86 	font-weight: bold;
       
    87 	padding-top: 5px;
       
    88 	}
       
    89 
       
    90 table	{
       
    91 	border: solid #999 1px;
       
    92 	table-layout: auto;
       
    93 	font-size: 12px;
       
    94 	}
       
    95 
       
    96 td, th	{
       
    97 	border: solid #999 1px;
       
    98 	padding: 5px;
       
    99 	vertical-align:top;
       
   100 	}
       
   101 	
       
   102 /*	20070522-replaced gray with green background to match gradiant color for title	*/
       
   103 th	{
       
   104 	background-color:#ACD79B;
       
   105 	/* background-color:#999;
       
   106 	color:#FFF; */
       
   107 	}
       
   108 
       
   109 div.ol.p	{
       
   110 	margin-left: 3em;
       
   111 	}
       
   112 
       
   113 /* Make all ordered/unordered list items appear in bold gray */
       
   114 div ol > li, div ul > li {
       
   115 	font-weight:bold;
       
   116 	color: #333;
       
   117 	}
       
   118 
       
   119 div ol > p, div ul > p, div li > p {
       
   120 	font-weight:normal;
       
   121 	}
       
   122 	
       
   123 /* Make all H4 and H5 items appear in bold gray against a light green background */
       
   124 div h5, div h4	{
       
   125 	padding:5px 0px 5px 12px;	
       
   126 	background-color:#ECFBEA;
       
   127 	/* background-color: #EEE; */
       
   128 	font-weight:bold;
       
   129 	color: #333;
       
   130 	}
       
   131 	
       
   132 	
       
   133 /*	Notes stand out using a light top & bottom borders with dark gray text	*/
       
   134 p.note {
       
   135 	/* color: #03C; */
       
   136 	/* background-color: #FFFF99; */
       
   137 	color: #333;
       
   138 	padding: 5px;
       
   139 	margin-left: 1em;
       
   140 	margin-right: 1em;
       
   141 	border-top: solid #BBB thin;
       
   142 	border-bottom: solid #BBB thin;
       
   143 	}
       
   144 
       
   145 	
       
   146 /*	Figure/Listing/Table titles are centered and gray	*/
       
   147 p.figure {
       
   148 	color: #333;
       
   149 	text-align: center;
       
   150 	font-weight: bold;
       
   151 	}
       
   152 
       
   153 /*	highly visible red background and white text for things that need fixing before release	*/
       
   154 /*  SHOULD NOT BE PRESENT IN RELEASED PRODUCTS */
       
   155 .fix	{
       
   156 	background-color: red;
       
   157 	font-weight: bold;
       
   158 	color: white;
       
   159 	}
       
   160 
       
   161 .question	{
       
   162 	font-style:italic;
       
   163 	font-weight:bold;
       
   164 	color: #555;
       
   165 	}
       
   166 	
       
   167 .titleSmall {
       
   168 	font-family: Verdana, Arial, Helvetica, sans-serif;
       
   169 	font-size: 10px;
       
   170 	}
       
   171 
       
   172 	
       
   173 .plain {
       
   174 	font-family: Verdana, Arial, Helvetica, sans-serif;
       
   175 	font-size: 12px;
       
   176 	font-style: normal;
       
   177 	line-height: normal;
       
   178 	font-weight: normal;
       
   179 	font-variant: normal;
       
   180 	color: #000000;
       
   181 	text-decoration: none;
       
   182 	}
       
   183 
       
   184 a:link 		{ color: #0033CC }
       
   185 a:visited	{ color: #555555 }
       
   186 a:hover 	{ color: #0033CC }
       
   187