~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to fpcsrc/packages/fcl-fpcunit/src/example_xsl/fpcunit.css

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body 
 
2
{
 
3
        font-family: verdana, arial, helvetica, Sans-Serif;
 
4
        font-size: x-small;
 
5
  background: #FFFFFF;
 
6
}
 
7
 
 
8
 
9
{
 
10
  text-decoration: none;
 
11
  background-color: Transparent
 
12
}
 
13
 
 
14
a:link 
 
15
{       
 
16
        color: #0033ff;
 
17
}               
 
18
 
 
19
a:visited 
 
20
{       
 
21
        color:  #003399;
 
22
}                       
 
23
 
 
24
a:active, a:hover
 
25
{       
 
26
        color:#69c;
 
27
}               
 
28
        
 
29
h2 
 
30
{
 
31
  padding: 4px 4px 4px 6px;
 
32
  font-size: large;
 
33
  border: 1px solid black;
 
34
  font-weight: bold;
 
35
  color: white;
 
36
  background-color: #006699;
 
37
}
 
38
 
 
39
h3 
 
40
{
 
41
  padding: 4px 4px 4px 6px;
 
42
  border: 1px solid #003399;
 
43
  color: #FFFFFF;
 
44
  background-color: #0099CC;
 
45
  font-weight: normal;
 
46
  font-size: medium;
 
47
}
 
48
 
 
49
table 
 
50
{
 
51
        padding:0px;
 
52
        width: 100%;
 
53
        margin-left: -2px;
 
54
        margin-right: -2px;
 
55
}
 
56
 
 
57
th, td 
 
58
{
 
59
  padding: 2px 4px 2px 4px;
 
60
  vertical-align: top;
 
61
  font-size: x-small;
 
62
}
 
63
 
 
64
address 
 
65
{
 
66
        font-family: verdana, arial, helvetica, Sans-Serif;
 
67
        font-size: 8pt;
 
68
  font-style: normal; 
 
69
  text-align: right;
 
70
}
 
71
 
 
72
.title 
 
73
{
 
74
        background-color: #bbb; 
 
75
  color: white; 
 
76
}
 
77
 
 
78
.resultmessage
 
79
{
 
80
        background-color: #D3E4FF; 
 
81
}
 
82
 
 
83
.success 
 
84
{
 
85
        background-color: lightgreen;
 
86
        color: black;
 
87
}
 
88
 
 
89
.failure 
 
90
{
 
91
        background-color: #FF00FF;
 
92
        color: black;
 
93
}
 
94
 
 
95
.notrun 
 
96
{
 
97
        background-color: yellow;
 
98
        color: black;
 
99
}
 
100
 
 
101
.error 
 
102
{
 
103
        background-color: red;
 
104
        color: black;
 
105
        font-size: 9pt;
 
106
}
 
107
 
 
108
.right
 
109
{
 
110
        font-size: 8pt;
 
111
        text-align: right;
 
112
}
 
113
 
 
114
.backToTop
 
115
{
 
116
  text-align: right;
 
117
}
 
118
 
 
119
.testsuitelabel
 
120
{
 
121
        background-color: cadetblue;
 
122
        color: black;
 
123
  cursor:pointer; cursor:hand;   /* cross browser hack */
 
124
        padding-top: 3px;
 
125
        border: 1px solid #F5F5F5;
 
126
}
 
127
 
 
128
.testsuiteshowall
 
129
{
 
130
  display:inline;
 
131
  cursor:pointer; cursor:hand;   /* cross browser hack */
 
132
}
 
133
 
 
134
.testsuitehideall
 
135
{
 
136
  display:inline;
 
137
  cursor:pointer; cursor:hand;   /* cross browser hack */
 
138
}
 
139
 
 
140
div.testcontent {
 
141
        margin-left: 8px;
 
142
}