core/com.nokia.carbide.cpp/themes/carbide/html/shared.css
changeset 340 d3f2d3855b73
parent 288 ca271fb95b03
child 843 afa0eeb33da9
child 1023 59ff8c87a2ce
equal deleted inserted replaced
339:1884f0a9cb72 340:d3f2d3855b73
    10  *******************************************************************************/
    10  *******************************************************************************/
    11 
    11 
    12 /* 
    12 /* 
    13  * Set up general fonts, sizes and colors 
    13  * Set up general fonts, sizes and colors 
    14  */
    14  */
    15 body { font-family : Helvetica, sans-serif; }
    15 body { font-family : Verdana, Helvetica, sans-serif; }
    16 
    16 
    17 H1, H2, H3, H4, p, a { color : #0A94D6; }
    17 H1, H2, H3, H4, p, a { color : #0A94D6; }
    18 
    18 
    19 .intro-header H1 {
    19 .intro-header H1 {
    20 	font-family: Helvetica, sans-serif;
    20 	font-family: Verdana, Helvetica, sans-serif;
    21 	font-size: 20px;
    21 	font-size: 20px;
    22 	color: #0A94D6;
    22 	color: #0A94D6;
    23 }
    23 }
    24 
    24 
    25 h2 {
    25 h2 {
    26 	font-size : 13pt;
    26 	font-size : 13pt;
    27 	font-weight : normal;
    27 	font-weight : normal;
    28 	color : #333333;
    28 	color : #EEEEEE;
    29 }
    29 }
    30 /* For regular div labels */
    30 /* For regular div labels */
    31 H4 .div-label {
    31 H4 .div-label {
    32 	font-size : 10pt;
    32 	font-size : 10pt;
    33 	font-weight : bold;
    33 	font-weight : bold;
    42 }
    42 }
    43 
    43 
    44 /* For the main page content's title */
    44 /* For the main page content's title */
    45 #content-header H4 .div-label {
    45 #content-header H4 .div-label {
    46 	font-size : 14pt;
    46 	font-size : 14pt;
    47 	font-weight : normal;
    47 	font-weight : bold;
    48 	color : #333333;
    48 	color : #0A94D6;
    49 	float : none;
    49 	float : none;
    50 	clear : both;
    50 	clear : both;
    51 }
    51 }
    52 
    52 
    53 .page-description { 
    53 .page-description { 
    73 }
    73 }
    74 
    74 
    75 #navigation-links a .link-label {
    75 #navigation-links a .link-label {
    76 	font-size : 9pt;
    76 	font-size : 9pt;
    77 	font-weight : normal;
    77 	font-weight : normal;
    78 	color : #00A1D0;
    78 	color : #0A94D6;
    79 }
    79 }
    80 
    80 
    81 a .text {
    81 a .text {
    82 	font-size : 8pt;
    82 	font-size : 8pt;
    83 	font-weight : normal;
    83 	font-weight : normal;
   355 	height : 57px;
   355 	height : 57px;
   356 	width : 57px;
   356 	width : 57px;
   357 	vertical-align : middle;
   357 	vertical-align : middle;
   358 }	
   358 }	
   359 
   359 
       
   360 /* Controls link titles on welcome page */
   360 #page-content * a .link-label {
   361 #page-content * a .link-label {
       
   362 	font-weight : bold;
   361 	display : block;
   363 	display : block;
   362 	position : relative;
   364 	position : relative;
   363 	top : -50px;
   365 	top : -50px;
   364 	left : 60px;
   366 	left : 60px;
   365 	margin-right: 60px;
   367 	margin-right: 60px;
   366 }
   368 }
   367 
   369 
   368 #page-content * a > .link-label { left: 65px; }
   370 #page-content * a > .link-label { left: 65px; }
   369 
   371 
       
   372 /* Controls text description 0n welcome page */
   370 #page-content * a p .text {
   373 #page-content * a p .text {
   371 	display : block;
   374 	display : block;
   372 	position : relative;
   375 	position : relative;
   373 	top : -45px;
   376 	top : -45px;
   374 	margin-bottom: -25px;
   377 	margin-bottom: -25px;
   375 	left : 53px;
   378 	left : 53px;
   376 	margin-right: 53px;
   379 	margin-right: 53px;
       
   380 	color: #000;
   377 }
   381 }
   378 
   382 
   379 #page-content * a p > .text { left: 58px; }
   383 #page-content * a p > .text { left: 58px; }
   380 
   384 
   381 #page-content * a:hover { border-right : 5px; }
   385 #page-content * a:hover { border-right : 5px; }
   394 	padding-left: 10px;
   398 	padding-left: 10px;
   395 	padding-right: 10px;
   399 	padding-right: 10px;
   396 	float : none;
   400 	float : none;
   397 	clear : both;
   401 	clear : both;
   398 	text-align : left;
   402 	text-align : left;
   399 	color: #0A94D6;
   403 	/* color: #000000; */
   400 	/* Carbide branding mod
   404 	/* Carbide branding mod
   401 	margin-bottom : 0px;
   405 	margin-bottom : 0px;
   402 	/* background-image : url(../graphics/contentpage/page-link-wide.gif); */
   406 	/* background-image : url(../graphics/contentpage/page-link-wide.gif); */
   403 	background-repeat:no-repeat;
   407 	background-repeat:no-repeat;
   404 	background-position : top left;
   408 	background-position : top left;