~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to doc/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
  padding: 2em 1em 2em 70px;
 
3
  margin: 0;
 
4
  font-family: sans-serif;
 
5
  color: black;
 
6
  background: white;
 
7
}
 
8
:link { color: #00C; background: transparent }
 
9
:visited { color: #609; background: transparent }
 
10
a:active { color: #C00; background: transparent }
 
11
 
 
12
a:link img, a:visited img { border-style: none } 
 
13
 
 
14
 
 
15
h1, h2, h3, h4, h5, h6 { text-align: left }
 
16
h1, h2, h3 { color: #005A9C; background: white }
 
17
h1 { font: 170% sans-serif }
 
18
h2 { font: 140% sans-serif }
 
19
h3 { font: 120% sans-serif }
 
20
h4 { font: bold 100% sans-serif }
 
21
h5 { font: italic 100% sans-serif }
 
22
h6 { font: small-caps 100% sans-serif }
 
23
 
 
24
pre { margin-left: 2em;
 
25
      border: 1;
 
26
      padding: 4px;
 
27
      background: #ececec; }
 
28
pre, code { font-family: monospace } 
 
29
 
 
30