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