sysmodellibs/sysmodelgen/doc/_stock/css/sysdoc.css
changeset 7 3c36c452f013
equal deleted inserted replaced
6:5b32dc297d05 7:3c36c452f013
       
     1 /* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: http://www.symbianfoundation.org/legal/sfl-v10.html. */
       
     2 
       
     3 dt
       
     4 {
       
     5 font-weight: bold;
       
     6 }
       
     7 
       
     8 .topNavigation ul li {
       
     9 display: inline;
       
    10 padding-right: 20px;
       
    11 }
       
    12 
       
    13 hr {
       
    14 	border: 0px;
       
    15 	background: url(../images/css/section_hr.gif) top left repeat-x;
       
    16 	height: 15px;
       
    17 	width: 100%;
       
    18 }
       
    19 
       
    20 #authoredContent, .Bodytext {
       
    21 	padding-top: 5px;
       
    22 	line-height: 150% !important;
       
    23 	padding-bottom: 15px;
       
    24 }
       
    25 
       
    26 
       
    27 #authoredContent h1, .Bodytext h1, .Head1 h1 {
       
    28 	margin: 0px;
       
    29 	font-size: 210%;
       
    30 	font-weight: bold;
       
    31 	line-height: 1.4;
       
    32 	margin: 0.5em 0 0.8em 0;
       
    33 }
       
    34 
       
    35 #authoredContent h2, .Bodytext h2 {
       
    36 	margin: 0.8em 0 0.5em 0;
       
    37 	font-size: 170%;
       
    38 	font-weight: bold;
       
    39 	margin-left: 0px;
       
    40 }
       
    41 
       
    42 #authoredContent h3 , .Bodytext h3 {
       
    43 	padding-top: 4px;
       
    44 	padding-bottom: 4px;
       
    45 	margin: 0px;
       
    46 	font-size: 140%;
       
    47 	font-weight: bold;
       
    48 	margin-left: 0px;
       
    49 }
       
    50 
       
    51 #authoredContent h4, .Bodytext h4 {
       
    52 	padding-top: 4px;
       
    53 	padding-bottom: 4px;
       
    54 	margin: 0px;
       
    55 	font-size: 120%;
       
    56 	font-weight: bold;
       
    57 	margin-left: -0px;
       
    58 }
       
    59 
       
    60 #authoredContent h5, .Bodytext h5 {
       
    61 	padding-top: 4px;
       
    62 	padding-bottom: 4px;
       
    63 	margin: 0px;
       
    64 	font-size: 110%;
       
    65 	font-weight: bold;
       
    66 	margin-left: -0px;
       
    67 }
       
    68 
       
    69 #authoredContent table, .Bodytext table {
       
    70 	margin: 0px;
       
    71 	border: 1px solid #000000;
       
    72 	margin: 0.5em 0 1em 0;
       
    73 }
       
    74 
       
    75 #authoredContent table p, .Bodytext table p{
       
    76 	margin: 0px;
       
    77 	padding: 2px 0px;
       
    78 }
       
    79 
       
    80 #authoredContent th, .Bodytext th {
       
    81 	border: 1px solid #000000;
       
    82 	background-color: #e5e5e5;
       
    83 	font-weight: bold;
       
    84 	padding: 0.5em;
       
    85 }
       
    86 
       
    87 #authoredContent td, .Bodytext td {
       
    88 	border: 1px solid #000000;
       
    89 
       
    90 	padding: 0.5em;
       
    91 }
       
    92 
       
    93 .Bodytext td table td, .Bodytext td table, .Bodytext table, .Bodytext table td
       
    94 {
       
    95 border: none;
       
    96 padding: 0.2em;
       
    97 margin: 0;
       
    98 margin-bottom: 0.5em;
       
    99 }
       
   100 
       
   101 #authoredContent.codeblock {
       
   102 	border: 1px solid #d1d1d1; 
       
   103 	background-color: #e5e5e5;
       
   104 	padding: 5px;
       
   105 	font-family: "courier new", "courier", serif;
       
   106 	color: #444444;
       
   107 }
       
   108 
       
   109 #authoredContent ul, #authoredContent ol, .Bodytext ul, .Bodytext ol
       
   110 {
       
   111 margin-bottom: 0.8em;
       
   112 }
       
   113 
       
   114 #authoredContent ul li ul, #authoredContent ol li ol, .Bodytext ul li ul, .Bodytext ol li ol
       
   115 {
       
   116 margin-top: 0.2em;
       
   117 margin-bottom: 0.2em;
       
   118 }
       
   119 
       
   120 #authoredContent ul li, .Bodytext ul li
       
   121 {
       
   122 list-style-type: square;
       
   123 margin-left: 2.5em;
       
   124 }
       
   125 
       
   126 #authoredContent ul li ul li, .Bodytext ul li ul li
       
   127 {
       
   128 margin-left: 1.5em;
       
   129 list-style-type: disc;
       
   130 }
       
   131 
       
   132 #authoredContent ol li, .Bodytext ol li
       
   133 {
       
   134 margin-left: 2em;
       
   135 list-style-type: decimal;
       
   136 }
       
   137 
       
   138 #authoredContent.section, .Bodytext.section {
       
   139 	padding-top: 5px;
       
   140 }
       
   141 
       
   142 #authoredContent.section.section, .Bodytext.section.section {
       
   143 	padding-top: 5px;
       
   144 }
       
   145 
       
   146 
       
   147 
       
   148 
       
   149 
       
   150 #main_content {
       
   151 	background-color: #ffffff;
       
   152 	padding: 13px 5px;
       
   153 
       
   154 }
       
   155 
       
   156 
       
   157 #main_content table {
       
   158 	font-family: "verdana", sans-serif;
       
   159 	color: #222222;
       
   160 }
       
   161 
       
   162 #main_content_toc {
       
   163 	/** border-right: 1px solid #b2b2b2; **/
       
   164 	overflow: auto;
       
   165 	font-size: 0.9em;
       
   166 }
       
   167 
       
   168 #main_content_toc a {
       
   169 	font-weight: normal;
       
   170 	background-color: transparent;
       
   171 padding-bottom: 4px;
       
   172 }
       
   173 
       
   174 #main_content_sizer {
       
   175 	width: 5px;
       
   176 	background-color: #cccccc;
       
   177 	cursor: w-resize;
       
   178 }
       
   179 
       
   180 #main_content_toc a:hover {
       
   181 	background-color: #fee126;
       
   182 	text-decoration: none;
       
   183 	border: 0px;
       
   184 }
       
   185 
       
   186 #main_content_txt {
       
   187 	padding-left: 13px;
       
   188 	padding-top: 1px;
       
   189 		font-size: 1.1em;
       
   190 }
       
   191 
       
   192 
       
   193 
       
   194 .sysdoc_navigator
       
   195 {
       
   196 	font-size: 0.8em;
       
   197 	border-top: 1px dotted #b2b2b2;
       
   198 	border-bottom: 1px dotted #b2b2b2;
       
   199 }
       
   200 
       
   201 .sysdoc_navigator a {
       
   202 	background-color: #e5e5e5;
       
   203 }
       
   204 
       
   205 .sysdoc_navigator a:hover {
       
   206 	background-color: #fee126;
       
   207 	text-decoration: underline;
       
   208 	border: 0px;
       
   209 }
       
   210 
       
   211 .sysdoc_navigator_padding {
       
   212 	padding: 5px;
       
   213 	background-color: #e5e5e5;
       
   214 	font-size: 1.1em;
       
   215 }
       
   216 
       
   217 #printer_copyright {
       
   218 	display: none;
       
   219 }
       
   220 
       
   221 #printer_copyright_padding {
       
   222 	display: none;
       
   223 }
       
   224 
       
   225 .main_content_label {
       
   226 	padding-bottom: 2px;
       
   227 }
       
   228 
       
   229 .main_content_padding {
       
   230 	padding-right: 5px;
       
   231 	padding-bottom: 5px;
       
   232 }
       
   233 
       
   234 .main_content_rss {
       
   235 	width: 20px;
       
   236 	height: 20px;
       
   237 	cursor: pointer;
       
   238 	background: url(../images/css/rss.gif) top left no-repeat;
       
   239 	float: right;
       
   240 	clear: right;
       
   241 }
       
   242 
       
   243 .main_content_title {
       
   244 	padding-bottom: 10px;
       
   245 }
       
   246 
       
   247 .print_icon {
       
   248 	float: right;
       
   249 	width: 26px;
       
   250 	height: 26px;
       
   251 	background: url(../images/css/icon_print.gif) top left no-repeat;
       
   252 	cursor: pointer;
       
   253 	margin-top: -22px;
       
   254 }
       
   255 
       
   256 .subheading {
       
   257 	padding-bottom: 10px;
       
   258 }
       
   259 
       
   260 .table_border {
       
   261 	width: 384px;
       
   262 	padding-bottom: 13px;
       
   263 }
       
   264 
       
   265 .table_border_top {
       
   266 	width: 384px;
       
   267 	height: 8px;
       
   268 	font-size: 0px;
       
   269 	background: url(../images/css/table_top.gif) top left no-repeat;
       
   270 }
       
   271 
       
   272 .table_border_middle {
       
   273 	width: 384px;
       
   274 	background: url(../images/css/table_middle.gif) top left repeat-y;
       
   275 }
       
   276 
       
   277 .table_border_bottom {
       
   278 	font-size: 0px;
       
   279 	width: 384px;
       
   280 	height: 8px;
       
   281 	background: url(../images/css/table_bottom.gif) bottom left no-repeat;
       
   282 }
       
   283 
       
   284 .table_border_padding {
       
   285 	padding-top: 5px;
       
   286 	padding-left: 10px;
       
   287 	padding-right: 5px;
       
   288 	padding-bottom: 10px;
       
   289 }
       
   290 
       
   291 #authoredContent pre, .Bodytext pre
       
   292 {
       
   293 padding: 0.6em 1em;
       
   294 background-color: #eee;
       
   295 line-height: 2 !important;
       
   296 margin-bottom: 1em;
       
   297 }
       
   298 
       
   299 #authoredContent code, .Bodytext code
       
   300 {
       
   301 line-height: 1.4 !important;
       
   302 font-size: 1.2em;
       
   303 }
       
   304 
       
   305 h1 code, h2 code, h3 code, h4 code, h5 code
       
   306 {
       
   307 font-weight: bold;
       
   308 }
       
   309 
       
   310 #authoredContent ul li pre, #authoredContent ol li pre, .Bodytext ul li pre, .Bodytext ol li pre
       
   311 {
       
   312 margin-top: 1em;
       
   313 }
       
   314 
       
   315 #authoredContent p.Caption, .Bodytext p.Caption
       
   316 {
       
   317 font-style: italic;
       
   318 font-size: 0.9em;
       
   319 }
       
   320 
       
   321 .RelatedItems
       
   322 {
       
   323 font-weight: bold;
       
   324 margin: 1em 0 0.5em 0;
       
   325 }
       
   326 
       
   327 #header
       
   328 {
       
   329 width: auto;
       
   330 }
       
   331 
       
   332 #container
       
   333 {
       
   334 overflow: auto;
       
   335 }
       
   336 
       
   337 pre
       
   338 {
       
   339 overflow: auto;
       
   340 
       
   341 }
       
   342 
       
   343 
       
   344 pre code
       
   345 {
       
   346 }
       
   347 
       
   348 .Structure, .CodeBlock, .Prototype, .Instructions, .Process,
       
   349 .Guideline, .DataDescription, .Classification, .Example {
       
   350   padding: 1em 1em 0 1em;
       
   351   background-color: #eee;
       
   352   margin-bottom: 1em;
       
   353 }
       
   354 
       
   355 /* CodeBlocks in blue boxes want to be blue too. */
       
   356 .Structure       pre,
       
   357 .Instructions    pre,
       
   358 .Process         pre,
       
   359 .Guideline       pre,
       
   360 .DataDescription pre,
       
   361 .Classification  pre,
       
   362 .Example         pre
       
   363 {
       
   364   background-color: #d5d5d5 !important;
       
   365 }
       
   366 
       
   367 .apiAbstract
       
   368 {
       
   369     margin-top: 3px;
       
   370     margin-left: 10px;
       
   371 }
       
   372 
       
   373 /* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: http://www.symbianfoundation.org/legal/sfl-v10.html. */
       
   374 
       
   375 #authoredContent p.Caption, .Bodytext p.Caption
       
   376 {
       
   377 margin-top: -1.5em;
       
   378 }
       
   379 
       
   380 #authoredContent p.Image
       
   381 {
       
   382 margin-bottom: 0;
       
   383 padding-bottom: 0;
       
   384 }
       
   385 
       
   386 .Structure, .CodeBlock, .Prototype, .Instructions, .Process,
       
   387 .Guideline, .DataDescription, .Classification, .Example {
       
   388   padding: 1em 1em 1em 1em;
       
   389   background-color: #eee;
       
   390   margin-bottom: 1em;
       
   391 }
       
   392 
       
   393 /* CodeBlocks in blue boxes want to be blue too. */
       
   394 .Structure       .CodeBlock,
       
   395 .Instructions    .CodeBlock,
       
   396 .Process         .CodeBlock,
       
   397 .Guideline       .CodeBlock,
       
   398 .DataDescription .CodeBlock,
       
   399 .Classification  .CodeBlock,
       
   400 .Example         .CodeBlock
       
   401 {
       
   402   background-color: #cccccc;
       
   403   border: solid #dddddd 1px;
       
   404 }
       
   405 
       
   406 .apiAbstract
       
   407 {
       
   408     margin-top: 3px;
       
   409     margin-left: 3px;
       
   410 }
       
   411 
       
   412 .ValueDesc { padding-left: 10px !important;}
       
   413 
       
   414 .apiAbstract:before
       
   415 {
       
   416 content: ' - ';
       
   417 }
       
   418 
       
   419 .ValueDesc
       
   420 {
       
   421 padding: 0px 0px 0px 10px !important;
       
   422 }
       
   423 
       
   424 #pageFunctions
       
   425 {
       
   426 float: right;
       
   427 margin-top: 3px;
       
   428 background-color: transparent;
       
   429 }
       
   430 
       
   431 #pageFunctions a:hover {
       
   432 	background-color: transparent;
       
   433 }
       
   434 
       
   435 .ajax-div h3
       
   436 {
       
   437 font-size: 1.1em;
       
   438 }
       
   439 
       
   440 .ajax-div h3 a
       
   441 {
       
   442 color: #0000ff !important;
       
   443 font-weight: bold !important;
       
   444 }
       
   445 
       
   446 #container
       
   447 {
       
   448 margin:0 auto;
       
   449 text-align:left;
       
   450 width:99%;
       
   451 }
       
   452 
       
   453 
       
   454 .ygtvitem, .ygtvchildren, #toc
       
   455 {
       
   456 width: 100%;
       
   457 }
       
   458 
       
   459 .ygtvtable
       
   460 {
       
   461 table-layout: fixed;
       
   462 width: 100%;
       
   463 overflow: hidden;
       
   464 }
       
   465 
       
   466 .ygtvcontent a
       
   467 {
       
   468 display: block;
       
   469 }
       
   470 
       
   471 .input-div, .output-div-container
       
   472 {
       
   473 padding: 0;
       
   474 }
       
   475 
       
   476 .error
       
   477 {
       
   478 padding: 1em;
       
   479 text-decoration: none !important;
       
   480 color: red;
       
   481 margin-right: 1em;
       
   482 font-weight: bold;
       
   483 text-align: center;
       
   484 }
       
   485 
       
   486 strong
       
   487 {
       
   488 font-weight: bold;
       
   489 }
       
   490 
       
   491 em
       
   492 {font-style: italic;
       
   493 }