core/com.nokia.carbide.cpp/carbide.css
changeset 0 fb279309251b
child 482 b17329432d21
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 /*	
       
     2 	Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 	All rights reserved. 
       
     4 	License: http://www.eclipse.org/legal/epl-v10.html
       
     5 */
       
     6 
       
     7 body {
       
     8 	font-family: Helvetica, sans-serif;
       
     9 	color: #000000;
       
    10 	margin:20px;
       
    11 	}
       
    12 
       
    13 .intro-header h1 {
       
    14 	font-family: Helvetica, sans-serif;
       
    15 	font-size: 20px;
       
    16 	color: #00A1D0;
       
    17 	}
       
    18 
       
    19 .bgbox {  background-image: url(images/whitebg.gif); background-repeat: repeat}
       
    20 
       
    21 .copytext {  font-family: Helvetica, sans-serif; 
       
    22 	font-size: x-small; 
       
    23 	color: #666666;
       
    24 	font-weight: 500; 
       
    25 	padding-top: 1px; 
       
    26 	padding-right: 1px; 
       
    27 	padding-left: 2px
       
    28 	}
       
    29 
       
    30 h2, h4 {
       
    31 	font-family: Helvetica, sans-serif;
       
    32 	font-size: 16px;
       
    33 	font-weight: 600;
       
    34 	}
       
    35 
       
    36 h4 {
       
    37 	font-size: 12px;
       
    38 	}
       
    39 	
       
    40 .box { width: 200px;
       
    41         height: 200px;
       
    42         margin-right: 10px;
       
    43         float: left; 
       
    44 		margin: 10px;
       
    45 		} 
       
    46 		
       
    47 .box2 { width: 640px;
       
    48         height: 200px;
       
    49         margin-right: 10px;
       
    50         float: left; 
       
    51 		margin: 10px;} 
       
    52 		
       
    53 .box3 { width: 200px;
       
    54         height: 640px;
       
    55         margin-right: 10px;
       
    56         float: left; 
       
    57 		margin: 10px;} 
       
    58 		
       
    59 .box4 { width: 200px;
       
    60         height: 420px;
       
    61         margin-right: 10px;
       
    62         float: left; 
       
    63 		margin: 10px;} 
       
    64 	
       
    65 .box, .box2, .box3, .box4 {
       
    66 	background-color: #FFF;
       
    67 	background-image: url(intro/css/graphics/icons/carbide_bullet_blue.png);
       
    68 	background-repeat: no-repeat;
       
    69 	background-position: 5 5; 
       
    70 	}
       
    71 	
       
    72 h3 {  font-family: Helvetica, sans-serif; 
       
    73 	font-size: 12px; 
       
    74 	font-weight: 500; 
       
    75 	color: #333333
       
    76 	}
       
    77 	
       
    78 .text, p, li, td {
       
    79 	font-family: Georgia, serif;
       
    80 	font-size: 13px;
       
    81 	margin-top: 2px;
       
    82 	margin-left: 20px;
       
    83 	}
       
    84 	
       
    85 .titleSmall {
       
    86 	font-family: Helvetica, sans-serif;
       
    87 	font-size: 10px;}
       
    88 	}
       
    89 
       
    90 
       
    91 /* Carbide home page adjustments */
       
    92 table	{
       
    93 	border: 0px solid #999;
       
    94 	table-layout: auto;
       
    95 	}
       
    96 
       
    97 td, th	{
       
    98 	border: 0px solid #999;
       
    99 	padding: 5px;
       
   100 	vertical-align:top;
       
   101 	}
       
   102 	
       
   103 table tr td h2 {
       
   104 	margin-left: 0px;
       
   105 	}