~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/CSSs/reversedHeaders.css

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
    background:white;
3
 
    width:960px;
4
 
    margin-left:auto;
5
 
    margin-right:auto;
6
 
    margin-top: 10px;
7
 
    font-family: arial,helvetica,sans-serif;
8
 
    font-size:12px;
9
 
    color: black;
10
 
    position:relative;
11
 
    }
12
 
 
13
 
h1 { color: white; background: #0000FF; }
14
 
h2 { color: white; background: #0000FF; }
15
 
h3 { color: white; background: #FF0000; }
16
 
h4 { color: white; background: #0000FF; }
17
 
    
18
 
#td { font-size:11px; }
19
 
#th { border: 1px solid #999; padding:1px 3px; text-align:center; }
20
 
#dt { font-weight:bold; }
21
 
#dd { margin-bottom:15px }
22
 
#del { background: #f99; text-decoration:none; }
23
 
#ins { background: #9f9; text-decoration:none; }
24