imakerplugin/com.nokia.s60tools.imaker/content/shared.css
author dpodwall
Tue, 12 Jan 2010 13:17:53 -0600
changeset 0 61163b28edca
permissions -rw-r--r--
initial EPL conversion
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
/* Shared style applied to all pages */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
/* trick to get desired scroll bar behavior on all browsers */ 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
html {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
	overflow:auto;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     5
	border:0px;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
	height:100%;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
	}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     8
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     9
	
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    10
body {	
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
	margin-left:14px;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
	margin-top:10px;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
	font-family:Tahoma;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
	font-size: 12px;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
	color:#000000;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
	background-image:url("./titlebanner.gif");
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
	background-repeat: repeat-x;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
	} 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
	
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
h1 {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
	text-align:left;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
	font-size: 16pt;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
	font-weight:normal;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
	color:#E5E5E5;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    25
	} 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    26
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    27
h4 {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    28
	color:#787878;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    29
	}	
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    30
	
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    31
a {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    32
	display:block;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    33
	font-family:Tahoma;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    34
	font-size: 12px;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    35
	color:#000000;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    36
	font-weight:normal;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    37
	text-decoration:none;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    38
	padding-bottom:20px;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    39
	}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
	
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
p {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
	padding-left:14px;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
	}
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
	
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45