OSCON/oscon.css
author John Kern <johnk@symbian.org>
Fri, 17 Jul 2009 16:43:50 -0700
changeset 8 885e919ca4a5
parent 7 97dcd250e5be
child 9 627bf8ea9128
permissions -rwxr-xr-x
use a large font. It looks better on hi res screens.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8
885e919ca4a5 use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents: 7
diff changeset
     1
885e919ca4a5 use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents: 7
diff changeset
     2
/* 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
     3
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
     4
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
     5
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
     6
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
     7
    font-weight: inherit;
885e919ca4a5 use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents: 7
diff changeset
     8
    font-style: inherit;
885e919ca4a5 use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents: 7
diff changeset
     9
    font-size: 100%;
885e919ca4a5 use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    10
    font-family: inherit;
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
 
885e919ca4a5 use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    13
body {
885e919ca4a5 use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    14
	font-size: large;
885e919ca4a5 use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    15
}
885e919ca4a5 use a large font. It looks better on hi res screens.
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    16
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
    17
/* 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
    18
.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
    19
    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
    20
	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
    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
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
/* 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
    24
.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
    25
    padding: 4px 0px;
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
}