~ubuntu-branches/ubuntu/utopic/python-traitsui/utopic

« back to all changes in this revision

Viewing changes to examples/tutorials/doc_examples/default.css

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2011-07-09 13:57:39 UTC
  • Revision ID: james.westby@ubuntu.com-20110709135739-x5u20q86huissmn1
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body { background-color: #FFFFFF; }
 
2
 
 
3
h1 { font-family: Arial; 
 
4
     font-size: 14pt;
 
5
     color: #303030;
 
6
     background-color: #FCD062;
 
7
     padding-top: 3px; 
 
8
     padding-left:8px;
 
9
     padding-bottom: 3px; 
 
10
     padding-right: 8px; }
 
11
 
 
12
h2 { font-family: Arial;
 
13
     font-size: 12pt;
 
14
     color: #303030;
 
15
     background-color: #FCD062;
 
16
     padding-top: 3px; 
 
17
     padding-left:8px;
 
18
     padding-bottom: 3px; 
 
19
     padding-right: 8px; }
 
20
 
 
21
pre { border: 1px solid #A0A0A0; 
 
22
      background-color: #FDF7E7; 
 
23
      padding: 4px; }
 
24
      
 
25
dl { border: 1px solid #A0A0A0;
 
26
     background-color: #FDF7E7;
 
27
     padding-top: 4px;
 
28
     padding-bottom: 6px;
 
29
     padding-left: 8px;
 
30
     padding-right: 8px; }
 
31
      
 
32
dl dl { border: 0px solid #A0A0A0; }
 
33
     
 
34
dt { font-family: Arial;
 
35
     font-weight: bold;
 
36
 
 
37
dd { padding-bottom: 10px; }