-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
196 lines (180 loc) · 5.82 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Lightspark</title>
<meta name="description" content="The Lightspark project">
<meta name="author" content="The Lightspark developers">
<link href="images/g168.ico" rel="shortcut icon">
<!-- Le styles -->
<style type="text/css">
/* Override some defaults */
html, body {
font-size: 1.1em;
line-height: 1.3em;
background-color: #eee;
}
body {
padding-top: 40px; /* 40px to make the container go all the way to the bottom of the topbar */
font-family:Helvetica,Arial,sans-serif;
font-size:1.1em;
line-height:1.1;
color: #333333;
}
.brand {
text-align: center;
font-size: 2em;
margin-bottom: 20px;
}
nav {
text-align:center;
padding-bottom: 10px;
}
.logo {
padding: 0 0 0 5px;
float: right;
}
a:hover {
color:purple;
}
.container > footer p {
text-align: center; /* center align it with the container */
}
.container {
max-width: 820px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */
margin-left:auto;
margin-right:auto;
}
/* The white background content wrapper */
.content {
background-color: #fff;
padding: 20px;
margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
/* Page header tweaks */
.page-header {
background-color: #ffffff;
padding: 20px 20px 10px;
margin: -20px -20px 0px;
text-align: center;
border-bottom: 1px solid #e0e0e0;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
text-decoration:none;
color: #333;
background-color: #fff;
border-color: #ccc;
float:left;
margin-left:-1px;
line-height:1.5;
}
a.btn:hover {
background-color: #ddd;
}
.btn-left {
margin-left:0;
border-radius:4px;
}
.btn-right {
border-radius:4px;
}
.btn-group {
position:relative;
display:inline-block;
vertical-align:middle;
}
h1 {
display: inline;
font-size:36px;
font-weight:500;
}
h2 {
font-weight:500;
}
/* Styles you shouldn't keep as they are for displaying this base example only */
.content .span10,
.content .span4 {
min-height: 500px;
max-width: 780px;
}
/* Give a quick and non-cross-browser friendly divider */
.content .span4 {
margin-left: 0;
padding-left: 19px;
border-left: 1px solid #eee;
}
/* Give some padding to main content area */
.row {
padding: 10px;
}
footer {
margin-top: 10px;
font-size: 0.8em;
}
</style>
</head>
<body>
<div class="topbar">
<div class="fill">
<div class="container">
<div class="brand">Lightspark</div>
<nav>
<div class="btn-group">
<a class="btn btn-left" href="https://github.com/lightspark/lightspark">Code</a>
<a class="btn" href="https://github.com/lightspark/lightspark/issues">Bugs</a>
<a class="btn" href="https://github.com/lightspark/lightspark/releases">Download</a>
<a class="btn btn-right" href="https://github.com/lightspark/lightspark/wiki">Wiki</a>
</div>
</nav>
</div>
</div>
</div>
<div class="container">
<div class="content">
<div class="page-header">
<h1>A free, open source Flash player</h1>
</div>
<div class="row">
<div class="span10">
<h2>Overview</h2>
<img class="logo" src="images/g168.png" alt="logo">
Lightspark is an LGPLv3 licensed Flash player and browser plugin written in C++/C that runs on Linux and Windows.
It aims to support all of Adobe's Flash formats.
<br>
<h2>Current status</h2>
Lightspark is still in alpha state, it currently implements around 88% of the Flash APIs.
The latest released version is 0.9.0, download it from <a href="https://github.com/lightspark/lightspark/releases">here</a>.
<br>
For up-to-date information regarding support of
various websites and programs see <a href="https://github.com/lightspark/lightspark/wiki/Status-of-Lightspark-support">this wiki page</a>.
<br>
<h2>Report bugs</h2>
We really need your bug reports to help Lightspark become a mature and high quality Open Source Software.
<br>
Please see <a href="https://github.com/lightspark/lightspark/wiki/Reporting-Bugs">here</a> for tips on how to report a bug.
<br>
</div>
</div>
</div>
<footer>
<p>© The Lightspark Developers 2011-2025</p>
</footer>
</div> <!-- /container -->
</body>
</html>