Revision efefbe82

/dev/null
1
{#
2
    pithosdoc/layout.html
3
    ~~~~~~~~~~~~~~~~~~~~~
4

  
5
    Sphinx layout template based on the sphinxdoc theme.
6

  
7
    :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
8
    :license: BSD, see LICENSE for details.
9
#}
10
{% extends "basic/layout.html" %}
11

  
12
{# put the sidebar before the body #}
13
{% block sidebar1 %}{{ sidebar() }}{% endblock %}
14
{% block sidebar2 %}{% endblock %}
/dev/null
1
/*
2
 * pithosdoc.css_t
3
 * ~~~~~~~~~~~~~~~
4
 *
5
 * Sphinx stylesheet -- Based on the sphinxdoc theme.
6
 * Originally created by Armin Ronacher for Werkzeug.
7
 *
8
 * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
9
 * :license: BSD, see LICENSE for details.
10
 *
11
 */
12

  
13
@import url("basic.css");
14

  
15
/* -- page layout ----------------------------------------------------------- */
16

  
17
body {
18
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
19
    font-size: 13px;
20
    letter-spacing: -0.01em;
21
    line-height: 150%;
22
    text-align: center;
23
    background-color: #F5F5F5;
24
    color: black;
25
    padding: 0;
26
    border-width: 0px 1px;
27
    border-style: solid;
28
    border-color: #aaa;
29
    margin: 0px 80px 0px 80px;
30
    min-width: 740px;
31
}
32

  
33
div.document {
34
    background-color: white;
35
    text-align: left;
36
}
37

  
38
div.bodywrapper {
39
    margin: 0 0 0 240px;
40
    border-left: 1px solid #ccc;
41
}
42

  
43
div.body {
44
    margin: 0;
45
    padding: 0.5em 20px 20px 20px;
46
}
47

  
48
div.related {
49
    font-size: 1em;
50
}
51

  
52
div.related ul {
53
	background-color: #4085a5;
54
    height: 2em;
55
    XXXborder-top: 1px solid #ddd;
56
    XXXborder-bottom: 1px solid #ddd;
57
}
58

  
59
div.related ul li {
60
    margin: 0;
61
    padding: 0;
62
    height: 2em;
63
    float: left;
64
}
65

  
66
div.related ul li.right {
67
    float: right;
68
    margin-right: 5px;
69
}
70

  
71
div.related ul li a {
72
    margin: 0;
73
    padding: 0 5px 0 5px;
74
    line-height: 1.75em;
75
	color: white;
76
}
77

  
78
div.related ul li a:hover {
79
    text-decoration: underline;
80
}
81

  
82
div.sphinxsidebarwrapper {
83
    padding: 0;
84
}
85

  
86
div.sphinxsidebar {
87
    margin: 0;
88
    padding: 0.5em 15px 15px 15px;
89
    width: 210px;
90
    float: left;
91
    font-size: 1em;
92
    text-align: left;
93
}
94

  
95
div.sphinxsidebar h3, div.sphinxsidebar h4 {
96
    margin: 1em 0 0.5em 0;
97
    font-size: 1em;
98
    padding: 0.1em 0 0.1em 0.5em;
99
    color: white;
100
	background-color: #888;
101
	-webkit-border-radius: 3px;
102
	-moz-border-radius: 3px;
103
	border-radius: 3px;
104
}
105

  
106
div.sphinxsidebar h3 a {
107
    color: white;
108
}
109

  
110
div.sphinxsidebar ul {
111
    padding-left: 1.5em;
112
    margin-top: 7px;
113
    padding: 0;
114
    line-height: 130%;
115
}
116

  
117
div.sphinxsidebar ul ul {
118
    margin-left: 20px;
119
}
120

  
121
div.sphinxsidebar input {
122
    color: gray;
123
	border: 1px solid #CCC;
124
	-webkit-border-radius: 3px;
125
	-moz-border-radius: 3px;
126
	border-radius: 3px;
127
}
128

  
129
div.footer {
130
    background-color: #cbdbe2;
131
    padding: 3px 8px 3px 0;
132
    clear: both;
133
    font-size: 0.8em;
134
    text-align: right;
135
}
136

  
137
div.footer a {
138
    text-decoration: underline;
139
}
140

  
141
/* -- body styles ----------------------------------------------------------- */
142

  
143
p {    
144
    margin: 0.8em 0 0.5em 0;
145
}
146

  
147
a {
148
    color: #11557C;
149
    text-decoration: none;
150
}
151

  
152
a:hover {
153
    color: #2491CF;
154
}
155

  
156
div.body a {
157
    text-decoration: underline;
158
}
159

  
160
h1 {
161
    margin: 0;
162
    padding: 0.7em 0 0.3em 0;
163
    font-size: 1.5em;
164
}
165

  
166
h2 {
167
    margin: 1.3em 0 0.2em 0;
168
    font-size: 1.35em;
169
    padding: 0;
170
}
171

  
172
h3 {
173
    margin: 1em 0 -0.3em 0;
174
    font-size: 1.2em;
175
}
176

  
177
div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a {
178
    color: black!important;
179
}
180

  
181
h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
182
    display: none;
183
    margin: 0 0 0 0.3em;
184
    padding: 0 0.2em 0 0.2em;
185
    color: #aaa!important;
186
}
187

  
188
h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
189
h5:hover a.anchor, h6:hover a.anchor {
190
    display: inline;
191
}
192

  
193
h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover,
194
h5 a.anchor:hover, h6 a.anchor:hover {
195
    color: #777;
196
    background-color: #eee;
197
}
198

  
199
a.headerlink {
200
    color: #c60f0f!important;
201
    font-size: 1em;
202
    margin-left: 6px;
203
    padding: 0 4px 0 4px;
204
    text-decoration: none!important;
205
}
206

  
207
a.headerlink:hover {
208
    background-color: #ccc;
209
    color: white!important;
210
}
211

  
212
cite, code, tt {
213
    font-family: 'Consolas', 'Deja Vu Sans Mono',
214
                 'Bitstream Vera Sans Mono', monospace;
215
    font-size: 0.95em;
216
    letter-spacing: 0.01em;
217
}
218

  
219
tt {
220
    background-color: #f2f2f2;
221
    border-bottom: 1px solid #ddd;
222
    color: #333;
223
}
224

  
225
tt.descname, tt.descclassname, tt.xref {
226
    border: 0;
227
}
228

  
229
hr {
230
    border: 1px solid #abc;
231
    margin: 2em;
232
}
233

  
234
a tt {
235
    border: 0;
236
    color: #CA7900;
237
}
238

  
239
a tt:hover {
240
    color: #2491CF;
241
}
242

  
243
pre {
244
    font-family: 'Consolas', 'Deja Vu Sans Mono',
245
                 'Bitstream Vera Sans Mono', monospace;
246
    font-size: 0.95em;
247
    letter-spacing: 0.015em;
248
    line-height: 120%;
249
    padding: 0.5em;
250
    border: 1px solid #ccc;
251
    background-color: #f8f8f8;
252
}
253

  
254
pre a {
255
    color: inherit;
256
    text-decoration: underline;
257
}
258

  
259
td.linenos pre {
260
    padding: 0.5em 0;
261
}
262

  
263
div.quotebar {
264
    background-color: #f8f8f8;
265
    max-width: 250px;
266
    float: right;
267
    padding: 2px 7px;
268
    border: 1px solid #ccc;
269
}
270

  
271
div.topic {
272
    background-color: #f8f8f8;
273
}
274

  
275
table {
276
    border-collapse: collapse;
277
    margin: 0 -0.5em 0 -0.5em;
278
}
279

  
280
table td, table th {
281
    padding: 0.2em 0.5em 0.2em 0.5em;
282
}
283

  
284
div.admonition, div.warning {
285
    font-size: 0.9em;
286
    margin: 1em 0 1em 0;
287
    border: 1px solid #86989B;
288
    background-color: #f7f7f7;
289
    padding: 0;
290
}
291

  
292
div.admonition p, div.warning p {
293
    margin: 0.5em 1em 0.5em 1em;
294
    padding: 0;
295
}
296

  
297
div.admonition pre, div.warning pre {
298
    margin: 0.4em 1em 0.4em 1em;
299
}
300

  
301
div.admonition p.admonition-title,
302
div.warning p.admonition-title {
303
    margin: 0;
304
    padding: 0.1em 0 0.1em 0.5em;
305
    color: white;
306
    border-bottom: 1px solid #86989B;
307
    font-weight: bold;
308
    background-color: #AFC1C4;
309
}
310

  
311
div.warning {
312
    border: 1px solid #940000;
313
}
314

  
315
div.warning p.admonition-title {
316
    background-color: #CF0000;
317
    border-bottom-color: #940000;
318
}
319

  
320
div.admonition ul, div.admonition ol,
321
div.warning ul, div.warning ol {
322
    margin: 0.1em 0.5em 0.5em 3em;
323
    padding: 0;
324
}
325

  
326
div.versioninfo {
327
    margin: 1em 0 0 0;
328
    border: 1px solid #ccc;
329
    background-color: #DDEAF0;
330
    padding: 8px;
331
    line-height: 1.3em;
332
    font-size: 0.9em;
333
}
334

  
335
.viewcode-back {
336
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
337
                 'Verdana', sans-serif;
338
}
339

  
340
div.viewcode-block:target {
341
    background-color: #f4debf;
342
    border-top: 1px solid #ac9;
343
    border-bottom: 1px solid #ac9;
344
}
/dev/null
1
[theme]
2
inherit = basic
3
stylesheet = pithosdoc.css
4
pygments_style = friendly
b/docs/source/conf.py
52 52
# built documents.
53 53
#
54 54
# The short X.Y version.
55
version = '2'
55
version = '1'
56 56
# The full version, including alpha/beta/rc tags.
57
release = '2'
57
release = '1'
58 58

  
59 59
# The language for content autogenerated by Sphinx. Refer to documentation
60 60
# for a list of supported languages.
......
95 95

  
96 96
# The theme to use for HTML and HTML Help pages.  See the documentation for
97 97
# a list of builtin themes.
98
html_theme = 'pithosdoc'
98
html_theme = 'default'
99 99

  
100 100
# Theme options are theme-specific and customize the look and feel of a theme
101 101
# further.  For a list of options available for each theme, see the
......
103 103
#html_theme_options = {}
104 104

  
105 105
# Add any paths that contain custom themes here, relative to this directory.
106
html_theme_path = ['_themes']
106
#html_theme_path = []
107 107

  
108 108
# The name for this set of Sphinx documents.  If None, it defaults to
109 109
# "<project> v<release> documentation".
b/docs/source/index.rst
1
Pithos Documentation
2
====================
1
Astakos Documentation
2
=====================
3 3

  
4 4
Contents:
5 5

  
/dev/null
1
<!doctype html>
2
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
3
<!--[if IE 7 ]>    <html lang="en" class="no-js ie7"> <![endif]-->
4
<!--[if IE 8 ]>    <html lang="en" class="no-js ie8"> <![endif]-->
5
<!--[if (gte IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
6
<head>
7
    <meta charset="utf-8">
8

  
9
  <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
10
       Remove this if you use the .htaccess -->
11
  <meta http-equiv="X-UA-Compatible" content="chrome=1">
12

  
13
  <title>Pithos+</title>
14
  <meta name="description" content="Pithos+ GRNet Service">
15
  <meta name="author" content="Kostas Papadimitriou <kpap@grnet.gr>">
16

  
17
  <!--  Mobile viewport optimized: j.mp/bplateviewport -->
18
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
19

  
20
    <!-- Place favicon.ico & apple-touch-icon.png
21
        in the root of your domain and delete these references -->
22
  <link rel="shortcut icon" href="/favicon.ico">
23
  <link rel="apple-touch-icon" href="/apple-touch-icon.png">
24
  
25
  <link rel="stylesheet" href="site_media/css/site.css">
26
  <script src="site_media/js/libs/modernizr-1.7.min.js"></script>
27
</head>
28
<body id="index">
29
    <div class="container">
30
        <div class="logo">
31
            <a href="#" title="Pithos+"><img 
32
                src="site_media/images/logo.png" 
33
                alt="Pithos+" 
34
                title="Pithos+" /></a>
35
        </div>
36

  
37
        <div class="inner box-round-mid box-shadow-mid clearfix">
38
            <div class="cols clearfix">
39
                <div class="main-content">
40

  
41
    <div class="intro-text page text">
42
        <p>
43
        ฮ— ฯ…ฯ€ฮทฯฮตฯƒฮฏฮฑ Pithos+ ฯ€ฯฮฟฯƒฯ†ฮญฯฮตฮน ฯƒฮต ฮบฮฌฮธฮต ฯ‡ฯฮฎฯƒฯ„ฮท <em class="bold">50 GBytes</em> ฮฑฯ€ฮฟฮธฮทฮบฮตฯ…ฯ„ฮนฮบฮฟฯ ฯ‡ฯŽฯฮฟฯ… online, ฯ€ฯฮฟฯƒฮฒฮฌฯƒฮนฮผฮฑ ฮฑฯ€ฯŒ ฯ€ฮฑฮฝฯ„ฮฟฯ, ฯ€ฮฌฮฝฯ„ฮฟฯ„ฮต, ฮผฮต ฮฑฯƒฯ†ฮฌฮปฮตฮนฮฑ. ฮ— ฯ‡ฯฮฎฯƒฮท ฮตฮฏฮฝฮฑฮน <em class="bold">ฮตฮปฮตฯฮธฮตฯฮท ฮบฮฑฮน ฮดฯ‰ฯฮตฮฌฮฝ</em> ฮณฮนฮฑ ฯ„ฮฟฯ…ฯ‚ ฯ†ฮฟฮนฯ„ฮทฯ„ฮญฯ‚ ฮบฮฑฮน ฮผฮญฮปฮท ฯ„ฮทฯ‚ ฮฑฮบฮฑฮดฮทฮผฮฑฯŠฮบฮฎฯ‚, ฮตฯฮตฯ…ฮฝฮทฯ„ฮนฮบฮฎฯ‚ ฮบฮฑฮน ฮตฮบฯ€ฮฑฮนฮดฮตฯ…ฯ„ฮนฮบฮฎฯ‚ ฮบฮฟฮนฮฝฯŒฯ„ฮทฯ„ฮฑฯ‚ ฯ„ฮทฯ‚ ฮ•ฮปฮปฮฌฮดฮฑฯ‚, ฮฟฮน ฮฟฯ€ฮฟฮฏฮฟฮน ฮผฯ€ฮฟฯฮฟฯฮฝ ฮฝฮฑ ฮฑฯ€ฮฟฮธฮทฮบฮตฯฮฟฯ…ฮฝ ฯ„ฮฑ ฮฑฯฯ‡ฮตฮฏฮฑ ฯ„ฮฟฯ…ฯ‚ ฮบฮฑฮน ฮฝฮฑ ฯ„ฮฑ ฮผฮฟฮนฯฮฌฮถฮฟฮฝฯ„ฮฑฮน ฮผฮต ฮฌฮปฮปฮฟฯ…ฯ‚ ฯ‡ฯฮฎฯƒฯ„ฮตฯ‚ ฮฎ ฮฝฮฑ ฯ„ฮฑ ฮดฮนฮฑฮธฮญฯ„ฮฟฯ…ฮฝ ฯƒฯ„ฮฟ ฮ”ฮนฮฑฮดฮฏฮบฯ„ฯ…ฮฟ. ฮ ฯฮฟฮฑฮนฯฮตฯ„ฮนฮบฮฌ, ฯ„ฮทฯฮตฮฏฯ„ฮฑฮน ฮนฯƒฯ„ฮฟฯฮนฮบฯŒ ฯ„ฯ‰ฮฝ ฮฑฯฯ‡ฮตฮฏฯ‰ฮฝ ฮผฮต ฮดฯ…ฮฝฮฑฯ„ฯŒฯ„ฮทฯ„ฮฑ ฮฑฮฝฮฌฮณฮฝฯ‰ฯƒฮทฯ‚ ฯ€ฮฑฮปฮฑฮนฯŒฯ„ฮตฯฯ‰ฮฝ ฮตฮบฮดฯŒฯƒฮตฯ‰ฮฝ (versioning).
44
        </p>
45
        <!--<p>
46
        ฮ— ฯ‡ฯฮฎฯƒฮท ฯ„ฮทฯ‚ ฯ…ฯ€ฮทฯฮตฯƒฮฏฮฑฯ‚ ฮดฮนฮญฯ€ฮตฯ„ฮฑฮน ฮฑฯ€ฯŒ ฯ„ฮฟฯ…ฯ‚ ฯŒฯฮฟฯ…ฯ‚ ฯ‡ฯฮฎฯƒฮทฯ‚ ฯ„ฮทฯ‚.
47
        </p>-->
48
    </div>
49
    <div class="inner-bottom">
50
        <div class="nologin">
51
            <div class="gotoapp" 
52
                 title="Coming soon">ฮˆฯฯ‡ฮตฯ„ฮฑฮน ฯƒฯฮฝฯ„ฮฟฮผฮฑ!</div>
53
        </div>
54
        <div class="canlogin">
55
            <a class="gotoapp" 
56
                href="/ui" 
57
                title="Enter Pithos+">ฮ•ฮฏฯƒฮฟฮดฮฟฯ‚</a>
58
        </div>
59
    </div>
60
    <div class="downloads clearfix">
61
        <div class="nologin"></div>
62
        <div class="canlogin">
63
            <div class="desc">
64
            <h4>ฮ›ฮฟฮณฮนฯƒฮผฮนฮบฯŒ</h4>
65
                <p class="desc">ฮ“ฮนฮฑ ฯ„ฮทฮฝ ฮฌฮผฮตฯƒฮท ฯ€ฯฯŒฯƒฮฒฮฑฯƒฮท ฮบฮฑฮน ฯ„ฮฟฮฝ ฯƒฯ…ฮณฯ‡ฯฮฟฮฝฮนฯƒฮผฯŒ ฯ„ฯ‰ฮฝ ฮฑฯฯ‡ฮตฮฏฯ‰ฮฝ ฯ„ฮฟฯ… ฯ…ฯ€ฮฟฮปฮฟฮณฮนฯƒฯ„ฮฎ ฯƒฮฑฯ‚ ฮผฮต ฯ„ฮทฮฝ ฯ…ฯ€ฮทฯฮตฯƒฮฏฮฑ, ฮบฮฑฯ„ฮตฮฒฮฌฯƒฯ„ฮต ฯ„ฮทฮฝ ฮตฯ†ฮฑฯฮผฮฟฮณฮฎ Pithos+ ฮณฮนฮฑ ฯ„ฮฟ ฮปฮตฮนฯ„ฮฟฯ…ฯฮณฮนฮบฯŒ ฯƒฯฯƒฯ„ฮทฮผฮฑ ฯ€ฮฟฯ… ฯ‡ฯฮทฯƒฮนฮผฮฟฯ€ฮฟฮนฮตฮฏฯ„ฮต:</p>
66
            </div>
67
            <div class="downloads-list">
68
                <div class="download windows">
69
                    <div class="subtitle">Pithos+ ฮณฮนฮฑ</div>
70
                    <div class="title">Windows</div>
71
                    <div class="compat">XP, Vista, 7</div>
72
                    <div class="link"><a href="http://code.grnet.gr/projects/pithos-ms-client/files">ฮ•ฯ€ฮนฮปฮฟฮณฮฎ</a></div>
73
                </div>
74
                <div class="download osx">
75
                    <div class="subtitle">Pithos+ ฮณฮนฮฑ</div>
76
                    <div class="title">Mac OS X</div>
77
                    <div class="compat">10.6 ฮฎ ฮฝฮตฯŒฯ„ฮตฯฮฟ</div>
78
                    <div class="link"><a href="http://code.grnet.gr/projects/pithos-macos/files">ฮ•ฯ€ฮนฮปฮฟฮณฮฎ</a></div>
79
                </div>
80
                <div class="download linux last">
81
                    <div class="subtitle">Pithos+ ฮณฮนฮฑ</div>
82
                    <div class="title">Linux</div>
83
                    <div class="compat">ฮ ฮฑฮบฮญฯ„ฮฟ Python</div>
84
                    <div class="link"><a href="http://code.grnet.gr/projects/pithos-tools/files">ฮ•ฯ€ฮนฮปฮฟฮณฮฎ</a></div>
85
                </div>
86
            </div>
87
        </div>
88
    </div>
89
</div>
90

  
91
            </div>
92
        </div>
93
    </div>
94

  
95
</div>
96
</div>
97

  
98
<div class="footer">
99
    
100
<div class="bottom-text">
101
    <p>&copy; 2011 <a target="_blank" href="http://www.grnet.gr/">ฮ•ฮธฮฝฮนฮบฯŒ ฮ”ฮฏฮบฯ„ฯ…ฮฟ ฮˆฯฮตฯ…ฮฝฮฑฯ‚ ฮบฮฑฮน ฮคฮตฯ‡ฮฝฮฟฮปฮฟฮณฮฏฮฑฯ‚</a></p>
102
</div>
103
</div>
104
  
105
              
106
      <script src="site_media/js/libs/jquery-1.5.1.min.js"></script>
107
      <script src="site_media/js/libs/jquery.cookie.js"></script>
108
      <script src="site_media/js/check-cookie.js"></script>
109
      <script src="site_media/js/intro-hover.js"></script>
110
      <script src="site_media/js/main.js"></script>
111

  
112
                        <!--[if lt IE 7 ]>
113
      <script src="site_media/js/libs/dd_belatedpng.js"></script>
114
      <script>DD_belatedPNG.fix('img, .png_bg');</script>
115
      <![endif]-->
116
</body>
117
</html>
/dev/null
1
<!doctype html>
2
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
3
<!--[if IE 7 ]>    <html lang="en" class="no-js ie7"> <![endif]-->
4
<!--[if IE 8 ]>    <html lang="en" class="no-js ie8"> <![endif]-->
5
<!--[if (gte IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
6
<head>
7
    <meta charset="utf-8">
8

  
9
  <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
10
       Remove this if you use the .htaccess -->
11
  <meta http-equiv="X-UA-Compatible" content="chrome=1">
12

  
13
  <title>Pithos</title>
14
  <meta name="description" content="Pithos GRNet Service">
15
  <meta name="author" content="Kostas Papadimitriou <kpap@grnet.gr>">
16

  
17
  <!--  Mobile viewport optimized: j.mp/bplateviewport -->
18
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
19

  
20
    <!-- Place favicon.ico & apple-touch-icon.png
21
        in the root of your domain and delete these references -->
22
  <link rel="shortcut icon" href="/favicon.ico">
23
  <link rel="apple-touch-icon" href="/apple-touch-icon.png">
24
  
25
    <link rel="stylesheet" href="site_media/css/site.css">
26
  
27
      <script src="site_media/js/libs/modernizr-1.7.min.js"></script>
28
    </head>
29

  
30
  <body class="auth" id="intro">
31
  <div class="logohover">
32
    <div class="logocontent">
33
        <a href="index.html" alt="Pithos">
34
            <img class="img1" src="site_media/images/intro-logo1.png" alt="Enter Pithos" />
35
            <img class="img2" src="site_media/images/intro-logo2.png" alt="Enter Pithos" />
36
        </a>
37
    </div>
38
</div>
39

  
40

  
41

  
42
              
43
      <script src="site_media/js/libs/jquery-1.5.1.min.js"></script>
44
      <script src="site_media/js/libs/jquery.cookie.js"></script>
45
      <script src="site_media/js/check-cookie.js"></script>
46
      <script src="site_media/js/intro-hover.js"></script>
47
      <script src="site_media/js/main.js"></script>
48

  
49
                        <!--[if lt IE 7 ]>
50
      <script src="site_media/js/libs/dd_belatedpng.js"></script>
51
      <script>DD_belatedPNG.fix('img, .png_bg');</script>
52
      <![endif]-->
53
    </body>
54
</html>
/dev/null
1
html,
2
body,
3
div,
4
span,
5
applet,
6
object,
7
iframe,
8
h1,
9
h2,
10
h3,
11
h4,
12
h5,
13
h6,
14
p,
15
blockquote,
16
pre,
17
a,
18
abbr,
19
acronym,
20
address,
21
big,
22
cite,
23
code,
24
del,
25
dfn,
26
em,
27
font,
28
img,
29
ins,
30
kbd,
31
q,
32
s,
33
samp,
34
small,
35
strike,
36
strong,
37
sub,
38
sup,
39
tt,
40
var,
41
dl,
42
dt,
43
dd,
44
ol,
45
ul,
46
li,
47
fieldset,
48
form,
49
label,
50
legend,
51
table,
52
caption,
53
tbody,
54
tfoot,
55
thead,
56
tr,
57
th,
58
td {
59
  margin: 0;
60
  padding: 0;
61
  outline: 0;
62
  border: 0;
63
  vertical-align: baseline;
64
  font-weight: inherit;
65
  font-style: inherit;
66
  font-size: 100%;
67
  font-family: inherit;
68
}
69
body {
70
  background: #fff;
71
  color: #000;
72
  line-height: 1;
73
}
74
ol, ul {
75
  list-style: none;
76
}
77
table {
78
  border-collapse: separate;
79
  border-spacing: 0;
80
  vertical-align: middle;
81
}
82
caption, th, td {
83
  vertical-align: middle;
84
  text-align: left;
85
  font-weight: normal;
86
}
87
q, blockquote {
88
  quotes: '' '';
89
}
90
q:before,
91
q:after,
92
blockquote:before,
93
blockquote:after {
94
  content: '';
95
}
96
a img {
97
  border: none;
98
}
99
/*@import "grnetstyles/css3.less";*/
100
/* float clearing for IE6 */
101
* html .clearfix {
102
  height: 1%;
103
  overflow: visible;
104
}
105
/* float clearing for IE7 */
106
* + html .clearfix {
107
  min-height: 1%;
108
}
109
/* float clearing for everyone else */
110
.clearfix:after {
111
  clear: both;
112
  content: ".";
113
  display: block;
114
  height: 0;
115
  visibility: hidden;
116
  font-size: 0;
117
}
118
.footer a {
119
  color: #74AEC9;
120
  text-decoration: underline;
121
}
122
.footer a:hover {
123
  color: #4085A5;
124
}
125
body {
126
  background-image: url("../images/bg.png");
127
  background-repeat: repeat-x;
128
  font-size: 13px;
129
  font-family: verdana;
130
  background-position: 0px -90px;
131
  min-width: 870px;
132
}
133
body.alt {
134
  background-image: url("../images/bg-alt.png");
135
}
136
.container {
137
  width: 870px;
138
  margin: 0 auto;
139
  margin-top: 30px;
140
}
141
.inner {
142
  margin-top: 2.5em;
143
  background-image: url("../images/bg-inner.png");
144
  width: 100%;
145
}
146
.inner .left {
147
  position: relative;
148
  width: 180px;
149
  float: left;
150
}
151
.inner .left ul {
152
  margin-top: 90px;
153
  color: #4085A5;
154
  left: -16px;
155
  padding-top: 40px;
156
  padding-right: 10px;
157
}
158
.inner .left ul li {
159
  font-size: 1.8em;
160
  margin-bottom: 0.2em;
161
  position: relative;
162
}
163
.inner .left ul li a.page-link {
164
  display: block;
165
  color: inherit;
166
  text-decoration: none;
167
  padding: 10px;
168
  padding-left: 36px;
169
}
170
.inner .left ul li a.page-link:hover, .inner .left ul li.selected a.page-link {
171
  text-shadow: none;
172
  color: #fff;
173
  background-color: #74AEC9;
174
  border-left: 0px solid #92C1D7;
175
  padding-left: 36px;
176
}
177
.inner .left ul li .close-button:hover {
178
  background-color: #99C9E0;
179
}
180
.inner .left ul li .close-button {
181
  display: block;
182
  position: absolute;
183
  left: -30px;
184
  top: 0px;
185
  font-size: 0.7em;
186
  border: none;
187
  background: transparent;
188
  padding: 0;
189
  padding-top: 13px;
190
  padding-left: 9px;
191
  margin: 0px;
192
  text-decoration: none;
193
  color: #fff;
194
  width: 21px;
195
  height: 30px;
196
  font-weight: bold;
197
  display: block;
198
  visibility: hidden;
199
}
200
.inner .left ul li.current a.page-link {
201
  color: #fff;
202
  background-color: #74AEC9;
203
  border-left: 30px solid #92C1D7;
204
  padding-left: 36px;
205
  margin-left: -30px;
206
}
207
.inner .video-cont, .inner .page-cont {
208
  width: 690px;
209
  float: right;
210
}
211
.inner .cols {
212
  position: relative;
213
}
214
.page {
215
  display: block;
216
  top: 0;
217
}
218
.page-wrapper {
219
  position: relative;
220
}
221
.page.text {
222
  margin-left: 27px;
223
  padding-top: 20px;
224
  padding-right: 20px;
225
  padding-bottom: 10px;
226
}
227
.page.text h2 {
228
  font-size: 1.9em;
229
  color: #4085A5;
230
  margin-bottom: 1.2em;
231
}
232
.page.text h2 em {
233
  color: #FCFDFE;
234
}
235
.page.text a {
236
  color: #213D4A;
237
}
238
.page.text p em {
239
  color: #4C6A78;
240
  /*font-weight: bold;*/
241

  
242
}
243
.page.text h3 {
244
  font-size: 1.2em;
245
  color: #4394B9;
246
  margin-bottom: 0.5em;
247
  margin-top: 1.5em;
248
}
249
.page.text h4 {
250
  font-weight: bold;
251
  font-size: 1.1em;
252
  margin-bottom: 0.3em;
253
}
254
.page.text p {
255
  color: #213D4A;
256
  font-size: 1.1em;
257
  margin-bottom: 1em;
258
  text-align: justify;
259
  line-height: 1.4em;
260
}
261
.inner .video {
262
  width: 640px;
263
  height: 360px;
264
  background-color: #4085A5;
265
  margin: 20px;
266
  margin-left: 27px;
267
  margin-bottom: 20px;
268
  margin-top: 20px;
269
  /*border: 1px solid #4085A5;*/
270

  
271
}
272
.logo {
273
  text-align: center;
274
}
275
.logo img {
276
  margin-left: 75px;
277
}
278
.inner-bottom {
279
  width: 100%;
280
}
281
.inner-bottom .testuser {
282
  display: none;
283
  background: #000;
284
  margin-right: 40px;
285
  float: right;
286
  margin-top: 10px;
287
  margin-bottom: 20px;
288
}
289
.gotoapp {
290
  display: block;
291
  padding: 0.7em 5em;
292
  color: #fff;
293
  font-size: 1.2em;
294
  background-color: #FF7F2A;
295
  cursor: pointer;
296
  margin-right: -20px;
297
}
298
.gotoapp:hover {
299
  background-color: #FF9955;
300
}
301
.page.text {
302
  margin-right: 20px;
303
  margin-top: 20px;
304
}
305
.inner-bottom.in-page .testuser {
306
  margin-right: 60px;
307
}
308
.gotoapp {
309
  color: #fff;
310
  text-decoration: none;
311
}
312
.banner-coming {
313
  position: absolute;
314
  left: 0px;
315
  top: 0px;
316
}
317
.footer {
318
  text-align: center;
319
  margin: 0 auto;
320
  width: 870px;
321
  margin: 2em auto;
322
}
323
.footer .links {
324
  color: #4085A5;
325
  margin-bottom: 1em;
326
}
327
.footer .links li {
328
  display: inline;
329
  margin-right: 1em;
330
  padding-right: 1em;
331
  border-right: 1px solid #4085A5;
332
}
333
.footer .links li a {
334
  color: inherit;
335
  text-decoration: none;
336
}
337
.footer .links li.last {
338
  margin-right: 0;
339
  padding-right: 0;
340
  border: none;
341
}
342
.footer .bottom-text {
343
  color: #74AEC9;
344
}
345
/*style 2*/
346
body.style2 .page.text {
347
  background-color: #7DB3CC;
348
  padding-left: 20px;
349
}
350
body.style2 .page.text p, body.style2 .page.text h2 {
351
  color: #fff;
352
}
353
#video div.vjs-big-play-button {
354
  background: none !important;
355
  border: none !important;
356
  box-shadow: 4px 4px 20px #477589 !important;
357
}
358
#video div.vjs-big-play-button:hover {
359
  background: none !important;
360
  border: none !important;
361
  box-shadow: 4px 4px 50px #477589 !important;
362
  background: #4085A5 !important;
363
}
364
body {
365
  text-align: center;
366
}
367
* html body legend {
368
  margin: -8px 16px 0;
369
  padding: 0;
370
}
371
html > body p code {
372
  *white-space: normal;
373
}
374
.container {
375
  text-align: left;
376
}
377
sup {
378
  vertical-align: text-top;
379
}
380
sub {
381
  vertical-align: text-bottom;
382
}
383
hr {
384
  margin: -8px auto 11px;
385
}
386
img {
387
  -ms-interpolation-mode: bicubic;
388
}
389
fieldset {
390
  padding-top: 0;
391
}
392
textarea {
393
  overflow: auto;
394
}
395
input.text {
396
  margin: .5em 0;
397
  border: 1px solid #bbb;
398
  background-color: #ffffff;
399
}
400
input.text:focus {
401
  border: 1px solid #666666;
402
}
403
input.title {
404
  margin: .5em 0;
405
  border: 1px solid #bbb;
406
  background-color: #ffffff;
407
}
408
input.title:focus {
409
  border: 1px solid #666666;
410
}
411
input.checkbox {
412
  position: relative;
413
  top: 0.25em;
414
}
415
input.radio {
416
  position: relative;
417
  top: 0.25em;
418
}
419
input.button {
420
  position: relative;
421
  top: 0.25em;
422
}
423
textarea {
424
  margin: 0.5em 0;
425
}
426
select {
427
  margin: 0.5em 0;
428
}
429
button {
430
  position: relative;
431
  top: 0.25em;
432
}
433
a {
434
  color: #4085A5;
435
}
436
.menu li {
437
  height: 50px;
438
}
439
.inner-bottom .testuser {
440
  margin-right: 22px;
441
}
442
.inner-bottom .testuser a {
443
  margin-right: 0px;
444
}
445
/* Reset.less
446
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
447
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
448
html, body {
449
  margin: 0;
450
  padding: 0;
451
}
452
h1,
453
h2,
454
h3,
455
h4,
456
h5,
457
h6,
458
p,
459
blockquote,
460
pre,
461
a,
462
abbr,
463
acronym,
464
address,
465
cite,
466
code,
467
del,
468
dfn,
469
em,
470
img,
471
q,
472
s,
473
samp,
474
small,
475
strike,
476
strong,
477
sub,
478
sup,
479
tt,
480
var,
481
dd,
482
dl,
483
dt,
484
li,
485
ol,
486
ul,
487
fieldset,
488
form,
489
label,
490
legend,
491
button,
492
table,
493
caption,
494
tbody,
495
tfoot,
496
thead,
497
tr,
498
th,
499
td {
500
  margin: 0;
501
  padding: 0;
502
  border: 0;
503
  font-weight: normal;
504
  font-style: normal;
505
  font-size: 100%;
506
  line-height: 1;
507
  font-family: inherit;
508
}
509
table {
510
  border-collapse: collapse;
511
  border-spacing: 0;
512
}
513
ol, ul {
514
  list-style: none;
515
}
516
q:before,
517
q:after,
518
blockquote:before,
519
blockquote:after {
520
  content: "";
521
}
522
html {
523
  overflow-y: scroll;
524
  font-size: 100%;
525
  -webkit-text-size-adjust: 100%;
526
  -ms-text-size-adjust: 100%;
527
}
528
a:focus {
529
  outline: thin dotted;
530
}
531
a:hover, a:active {
532
  outline: 0;
533
}
534
article,
535
aside,
536
details,
537
figcaption,
538
figure,
539
footer,
540
header,
541
hgroup,
542
nav,
543
section {
544
  display: block;
545
}
546
audio, canvas, video {
547
  display: inline-block;
548
  *display: inline;
549
  *zoom: 1;
550
}
551
audio:not([controls]) {
552
  display: none;
553
}
554
sub, sup {
555
  font-size: 75%;
556
  line-height: 0;
557
  position: relative;
558
  vertical-align: baseline;
559
}
560
sup {
561
  top: -0.5em;
562
}
563
sub {
564
  bottom: -0.25em;
565
}
566
img {
567
  border: 0;
568
  -ms-interpolation-mode: bicubic;
569
}
570
button,
571
input,
572
select,
573
textarea {
574
  font-size: 100%;
575
  margin: 0;
576
  vertical-align: baseline;
577
  *vertical-align: middle;
578
}
579
button, input {
580
  line-height: normal;
581
  *overflow: visible;
582
}
583
button::-moz-focus-inner, input::-moz-focus-inner {
584
  border: 0;
585
  padding: 0;
586
}
587
button,
588
input[type="button"],
589
input[type="reset"],
590
input[type="submit"] {
591
  cursor: pointer;
592
  -webkit-appearance: button;
593
}
594
input[type="search"] {
595
  -webkit-appearance: textfield;
596
  -webkit-box-sizing: content-box;
597
  -moz-box-sizing: content-box;
598
  box-sizing: content-box;
599
}
600
input[type="search"]::-webkit-search-decoration {
601
  -webkit-appearance: none;
602
}
603
textarea {
604
  overflow: auto;
605
  vertical-align: top;
606
}
607
/* Variables.less
608
 * Variables to customize the look and feel of Bootstrap
609
 * ----------------------------------------------------- */
610
/* Mixins.less
611
 * Snippets of reusable CSS to develop faster and keep code readable
612
 * ----------------------------------------------------------------- */
613
/*
614
 * Scaffolding
615
 * Basic and global styles for generating a grid system, structural layout, and page templates
616
 * ------------------------------------------------------------------------------------------- */
617
html, body {
618
  background-color: #ffffff;
619
}
620
body {
621
  margin: 0;
622
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
623
  font-size: 13px;
624
  font-weight: normal;
625
  line-height: 18px;
626
  color: #404040;
627
}
628
.container {
629
  width: 940px;
630
  margin-left: auto;
631
  margin-right: auto;
632
  zoom: 1;
633
}
634
.container:before, .container:after {
635
  display: table;
636
  content: "";
637
  zoom: 1;
638
  *display: inline;
639
}
640
.container:after {
641
  clear: both;
642
}
643
.container-fluid {
644
  position: relative;
645
  min-width: 940px;
646
  padding-left: 20px;
647
  padding-right: 20px;
648
  zoom: 1;
649
}
650
.container-fluid:before, .container-fluid:after {
651
  display: table;
652
  content: "";
653
  zoom: 1;
654
  *display: inline;
655
}
656
.container-fluid:after {
657
  clear: both;
658
}
659
.container-fluid > .sidebar {
660
  float: left;
661
  width: 220px;
662
}
663
.container-fluid > .content {
664
  margin-left: 240px;
665
}
666
a {
667
  color: #0069d6;
668
  text-decoration: none;
669
  line-height: inherit;
670
  font-weight: inherit;
671
}
672
a:hover {
673
  color: #00438a;
674
  text-decoration: underline;
675
}
676
.pull-right {
677
  float: right;
678
}
679
.pull-left {
680
  float: left;
681
}
682
.hide {
683
  display: none;
684
}
685
.show {
686
  display: block;
687
}
688
.row {
689
  zoom: 1;
690
  margin-left: -20px;
691
}
692
.row:before, .row:after {
693
  display: table;
694
  content: "";
695
  zoom: 1;
696
  *display: inline;
697
}
698
.row:after {
699
  clear: both;
700
}
701
[class*="span"] {
702
  display: inline;
703
  float: left;
704
  margin-left: 20px;
705
}
706
.span1 {
707
  width: 40px;
708
}
709
.span2 {
710
  width: 100px;
711
}
712
.span3 {
713
  width: 160px;
714
}
715
.span4 {
716
  width: 220px;
717
}
718
.span5 {
719
  width: 280px;
720
}
721
.span6 {
722
  width: 340px;
723
}
724
.span7 {
725
  width: 400px;
726
}
727
.span8 {
728
  width: 460px;
729
}
730
.span9 {
731
  width: 520px;
732
}
733
.span10 {
734
  width: 580px;
735
}
736
.span11 {
737
  width: 640px;
738
}
739
.span12 {
740
  width: 700px;
741
}
742
.span13 {
743
  width: 760px;
744
}
745
.span14 {
746
  width: 820px;
747
}
748
.span15 {
749
  width: 880px;
750
}
751
.span16 {
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff