~toolpart/+junk/pythoncard

« back to all changes in this revision

Viewing changes to docs/html/PythonCard.css

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2006-11-12 17:52:13 UTC
  • mfrom: (2.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061112175213-tv8bnl6rtpa2qw1o
Tags: 0.8.1-8.1
* Non-maintainer upload.
* Fix path to findfiles, codeEditor and resourceEditor:
   + patch from Ernest ter Kuile <ernestjw@xs4all.nl>. (Closes: #397018)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * The first part of this is the standard CSS generated by LaTeX2HTML,
3
 
 * with the "empty" declarations removed.
4
 
 */
5
 
 
6
 
/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
7
 
.math                   { font-family: "Century Schoolbook", serif; }
8
 
.math i                 { font-family: "Century Schoolbook", serif;
9
 
                          font-weight: bold }
10
 
.boldmath               { font-family: "Century Schoolbook", serif;
11
 
                          font-weight: bold }
12
 
 
13
1
/* Implement both fixed-size and relative sizes: */
14
2
small.xtiny             { font-size : xx-small }
15
3
small.tiny              { font-size : x-small }
37
25
a:link                  { color: #0000bb; }
38
26
 
39
27
h1, h2, h3, h4, h5, h6  { font-family: avantgarde, sans-serif;
40
 
                          font-weight: bold }
41
 
h1                      { font-size: 180% }
42
 
h2                      { font-size: 150% }
43
 
h3, h4                  { font-size: 120% }
44
 
code, tt                { font-family: monospace }
 
28
                          font-weight: bold; }
 
29
h1                      { font-size: 180%; }
 
30
h2                      { font-size: 150%; }
 
31
h3                      { font-size: 120%; }
 
32
h4                      { font-size: 100%; }
 
33
img                     { border: 0; }
 
34
code, tt                { font-family: Courier, monospace }
45
35
var                     { font-family: times, serif;
46
36
                          font-style: italic;
47
37
                          font-weight: normal }
48
38
 
 
39
dt                      { font-weight: bold; }
 
40
 
49
41
.navigation td          { background-color: #99ccff;
50
42
                          font-weight: bold;
51
43
                          font-family: avantgarde, sans-serif;
86
78
 * the top of modules.
87
79
 */
88
80
.availability .platform { font-weight: bold }
 
81
 
 
82
/*
 
83
 * Styles for the front page
 
84
 */
 
85
#banner {
 
86
    background-color: #003366;
 
87
}
 
88
 
 
89
#banner h1 {
 
90
    font-family: Tahoma, Arial, Helvetica, sans-serif;
 
91
    font-weight: normal;
 
92
    font-size: 150%;
 
93
    text-align: center;
 
94
    color: #FFFFFF;
 
95
    margin: 0px;
 
96
    padding: 5px;
 
97
}
 
98
 
 
99
#sidebar {
 
100
    background-color: #eeeeee;
 
101
    float: left;
 
102
    width: 20%;
 
103
}
 
104
 
 
105
#sidebar h4 {
 
106
    background-color: #003366;
 
107
    text-align: center;
 
108
    color: #ffffff;
 
109
    font-weight: normal;
 
110
    margin: 0px;
 
111
    padding: 0px;
 
112
}
 
113
 
 
114
#sidebar ul {
 
115
    list-style-type: none;
 
116
    margin-left: 0px;
 
117
    padding-left: 5px;
 
118
}
 
119
 
 
120
#content {
 
121
    float: right;
 
122
    width: 78%;
 
123
}
 
124
 
 
125
.imageCaption {
 
126
    text-align: center;
 
127
    font-weight: bold;
 
128
    line-height: 150%;
 
129
}
 
130
 
 
131
.code {
 
132
    font-family: Courier, monospace;
 
133
    font-size: 90%;
 
134
}