Mercurial > planet-ubiquity-redesign
view about-mozilla.css @ 13:7fbe0acf0805
Changed to planet ubiquity.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 02 Mar 2009 15:44:29 -0800 |
parents | 061eee7cffe6 |
children | 51cd570b96a1 |
line wrap: on
line source
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 9pt; line-height: 1.4em; background: black; padding: 0; margin: 0; } #issue { display: none; } #header { /* Too bad font-stretch isn't implemented in Firefox yet... */ font-stretch: condensed; font-variant: small-caps; font-weight: bold; font-size: 18pt; margin: 6pt; padding-top: 6pt; padding-bottom: 6pt; color: white; } #subheader { display: inline; font-size: 9pt; font-weight: normal; color: gray; } #body { } .entry { background: white; float: left; width: 20em; border-right: 1px dotted gray; } .headline { font-weight: bold; height: 3em; padding: 6pt; background: #f0f0f0; } .content { padding-left: 6pt; padding-right: 6pt; } a { color: black; text-decoration: none; border-bottom: 1px dotted gray; } .blog-item { padding-top: 6pt; padding-bottom: 6pt; color: gray; } .blog-item a { border: none; font-style: italic; color: black; }