~ubuntu-branches/ubuntu/saucy/fastqc/saucy-proposed

« back to all changes in this revision

Viewing changes to uk/ac/babraham/FastQC/Report/stylesheet.txt

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2012-11-20 13:38:32 UTC
  • Revision ID: package-import@ubuntu.com-20121120133832-psohzlsak64g7bdy
Tags: upstream-0.10.1+dfsg
ImportĀ upstreamĀ versionĀ 0.10.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
      body {    
 
2
      font-family: sans-serif;   
 
3
      color: #000000;   
 
4
      background-color: #FFFFFF; 
 
5
      }
 
6
      
 
7
          a {
 
8
      color: #000080;
 
9
      }
 
10
 
 
11
      a:hover {
 
12
      color: #800000;
 
13
      }
 
14
      
 
15
      h2 {
 
16
      color: #800000;
 
17
      padding-bottom: 0;
 
18
      margin-bottom: 0;
 
19
      padding-top: 2em;
 
20
      }
 
21
 
 
22
      table { 
 
23
      margin-left: 3em;
 
24
      text-align: center;
 
25
      }
 
26
 
 
27
      th { 
 
28
      text-align: center;
 
29
      background-color: #000080;
 
30
      color: #FFFFFF;
 
31
      padding: 0.4em;
 
32
      }      
 
33
 
 
34
      td { 
 
35
      font-family: monospace; 
 
36
      text-align: left;
 
37
      background-color: #EEEEEE;
 
38
      color: #000000;
 
39
      padding: 0.4em;
 
40
      }
 
41
 
 
42
      img {
 
43
      padding-top: 0;
 
44
      margin-top: 0;
 
45
      border-top: 0;
 
46
      }
 
47
 
 
48
      img.indented {
 
49
      margin-left: 3em;
 
50
      }
 
51
 
 
52
      p {
 
53
      padding-top: 0;
 
54
      margin-top: 0;
 
55
      }