| author | John Kern <johnk@symbian.org> |
| Fri, 17 Jul 2009 20:44:05 -0700 | |
| changeset 9 | 627bf8ea9128 |
| parent 8 | 885e919ca4a5 |
| child 11 | aaba47256eea |
| permissions | -rwxr-xr-x |
|
8
885e919ca4a5
use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents:
7
diff
changeset
|
1 |
/* Fix for font size inheritance */ |
|
885e919ca4a5
use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents:
7
diff
changeset
|
2 |
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, |
|
885e919ca4a5
use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents:
7
diff
changeset
|
3 |
blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, |
|
885e919ca4a5
use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents:
7
diff
changeset
|
4 |
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, |
|
885e919ca4a5
use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents:
7
diff
changeset
|
5 |
tfoot, thead, tr, th, td {
|
|
885e919ca4a5
use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents:
7
diff
changeset
|
6 |
font-weight: inherit; |
|
885e919ca4a5
use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents:
7
diff
changeset
|
7 |
font-style: inherit; |
|
885e919ca4a5
use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents:
7
diff
changeset
|
8 |
font-size: 100%; |
|
885e919ca4a5
use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents:
7
diff
changeset
|
9 |
font-family: inherit; |
|
885e919ca4a5
use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents:
7
diff
changeset
|
10 |
} |
|
885e919ca4a5
use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents:
7
diff
changeset
|
11 |
|
|
885e919ca4a5
use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents:
7
diff
changeset
|
12 |
body {
|
|
885e919ca4a5
use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents:
7
diff
changeset
|
13 |
font-size: large; |
|
885e919ca4a5
use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents:
7
diff
changeset
|
14 |
} |
|
885e919ca4a5
use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents:
7
diff
changeset
|
15 |
|
|
7
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
16 |
/* Feed item date */ |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
17 |
.FeedItemDate {
|
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
18 |
font-style: italic; |
|
8
885e919ca4a5
use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents:
7
diff
changeset
|
19 |
font-size: medium; |
|
7
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
20 |
} |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
21 |
|
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
22 |
/* Feed item text */ |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
23 |
.FeedItemDescription {
|
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
24 |
padding: 4px 0px; |
|
9
627bf8ea9128
use a medium font for description.
John Kern <johnk@symbian.org>
parents:
8
diff
changeset
|
25 |
font-size: medium; |
|
7
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
26 |
} |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
27 |
|
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
28 |
/* Feed item links */ |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
29 |
.FeedItemLink {
|
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
30 |
font-weight: bold; |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
31 |
} |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
32 |
|
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
33 |
/* Anchor tags in the context of a feed item link */ |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
34 |
.FeedItemLink a {
|
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
35 |
text-decoration: underline; |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
36 |
font-weight: bold; |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
37 |
color: rgb(255,255,255); |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
38 |
} |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
39 |
|
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
40 |
/* Focused anchor tags */ |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
41 |
.FeedItemLink a:focus {
|
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
42 |
background: rgb(65,131,68); |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
43 |
color: rgb(255,255,255); |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
44 |
} |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
45 |
|
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
46 |
/* Focused anchor tags */ |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
47 |
.FeedItemLink a:hover {
|
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
48 |
background: rgb(65,100,68); |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
49 |
color: rgb(255,255,255); |
|
97dcd250e5be
checking in an application written by Ivan Litovski. If you're going to OSCon, this is a must.
John Kern <johnk@symbian.org>
parents:
diff
changeset
|
50 |
} |