~ubuntu-branches/ubuntu/hoary/moodle/hoary

« back to all changes in this revision

Viewing changes to lang/gl/docs/docstyles.css

  • Committer: Bazaar Package Importer
  • Author(s): Isaac Clerencia
  • Date: 2004-12-29 00:49:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041229004952-gliyqzpj2w3e7clx
Tags: 1.4.3-1
* Urgency high as upstream release fixes several security bugs
* New upstream release
* Write database creation errors and warn the user about it, 
closes: #285842, #285842

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body, td, th, li {
 
2
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 
3
}
 
4
 
 
5
th {
 
6
    font-weight: bold; 
 
7
}
 
8
 
 
9
a:link {
 
10
    text-decoration: none; 
 
11
    color: blue;
 
12
}
 
13
 
 
14
a:visited {
 
15
    text-decoration: none; 
 
16
    color: blue;
 
17
}
 
18
 
 
19
a:hover {
 
20
    text-decoration: underline; 
 
21
    color: red;
 
22
}
 
23
 
 
24
form { 
 
25
    margin-bottom: 0;
 
26
}
 
27
 
 
28
 
 
29
li {
 
30
        margin-bottom: 10px;
 
31
 
 
32
}
 
33
 
 
34
.question {
 
35
    font-size: medium;
 
36
    font-weight: bold;
 
37
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 
38
    border: 1px dotted;
 
39
    padding: 10px;
 
40
    background-color: #EEEEEE;
 
41
}
 
42
 
 
43
.answer {
 
44
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 
45
    font-size: medium;
 
46
    border: none;
 
47
    padding-left: 40px;
 
48
}
 
49
 
 
50
.normaltext {
 
51
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 
52
        font-size: medium;
 
53
        border: none;
 
54
        margin-left: 30px;
 
55
 
 
56
}
 
57
 
 
58
.answercode {
 
59
    font-family: "Courier New", Courier, mono;
 
60
    font-size: small;
 
61
    border: none;
 
62
    padding-left: 60px;
 
63
}
 
64
 
 
65
.questionlink {
 
66
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 
67
    font-size: medium;
 
68
    border: none;
 
69
    padding-left: 40px;
 
70
}
 
71
 
 
72
.examplecode {
 
73
        font-family: "Courier New", Courier, mono;
 
74
        font-size: small;
 
75
        border: thin dashed #999999;
 
76
        background-color: #FBFBFB;
 
77
        margin: auto;
 
78
        padding: 30px;
 
79
        height: auto;
 
80
        width: auto;
 
81
}
 
82
h1 {
 
83
        font-weight: bold;
 
84
        color: #000000;
 
85
        background-color: #CCCCCC;
 
86
        padding: 5px;
 
87
        font-size: large;
 
88
    border-width: 1px;
 
89
    border-color: #CCCCCC;
 
90
    -moz-border-radius: 10px;
 
91
}
 
92
h2 {
 
93
        font-weight: bold;
 
94
        color: #FFFFFF;
 
95
        background-color: #666666;
 
96
        padding: 5px;
 
97
        font-size: medium;
 
98
    border-width: 1px;
 
99
    border-color: #666666;
 
100
    -moz-border-radius: 10px;
 
101
}
 
102
h3 {
 
103
        font-weight: normal;
 
104
        color: #FFFFFF;
 
105
        background-color: #666666;
 
106
        padding: 5px;
 
107
        font-size: medium;
 
108
    -moz-border-radius: 10px;
 
109
}
 
110
.spaced {
 
111
 
 
112
        margin-bottom: 30px;
 
113
}
 
114
 
 
115
ul {
 
116
        margin-top: 10px;
 
117
 
 
118
}
 
119
.commandline {
 
120
        font-family: "Courier New", Courier, mono;
 
121
        font-size: x-small;
 
122
        background-color: #FBFBFB;
 
123
        margin: auto auto 20px 30px;
 
124
        padding: 5px;
 
125
        height: auto;
 
126
        width: auto;
 
127
        font-weight: bold;
 
128
        border: 1px solid #999999;
 
129
        white-space: nowrap;
 
130
        display: compact;
 
131
        clear: both;
 
132
        float: none;
 
133
}