Skip to content

Commit 8383b1d

Browse files
author
Clinton Gormley
committed
Lots of styling changes, for kimchy's review
1 parent b986c86 commit 8383b1d

37 files changed

+767
-535
lines changed

404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<div class="clear"></div>
6262
</div>
6363
<div id="content">
64-
<div id="404" class="six_fifty">
64+
<div id="404" >
6565
<div style="height: 80px; font-size: 34px; padding-top: 30px;">
6666

6767
Well, That about Wraps It Up for This Page

404_template.textile

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
layout: default
3-
width: six_fifty
43
title: Well, That about Wraps It Up for This Page
54
cat: 404
65
---

_includes/header.html

+10-14
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
<div id="header">
2-
<a href="/">
3-
<div style="padding-top: 70px; margin-left: 110px">
4-
<div style="float: left">
5-
<img src="/images/logo.png" height="170px">
6-
</div>
7-
<div style="float: left; padding-top: 35px; margin-left: -45px">
8-
<div style="font-size: 70px;">elasticsearch.</div>
9-
<div style="font-size: 40px; margin-top: -10px;"><a href="/{{ page.cat }}">{{ page.cat }}</a></div>
10-
</div>
11-
<div class="clear"></div>
12-
</div>
1+
<h1 id="header">
2+
<a id="elasticsearch" href="/" title="elasticsearch home page">
3+
<span>elasticsearch.</span>
134
</a>
14-
<div class="clear"></div>
15-
</div>
5+
{% if page.cat %}
6+
<a id="section" href="/{{ page.cat }}" title="elasticsearch {{ page.cat }}">
7+
{{ page.cat }}
8+
</a>
9+
{% endif %}
10+
</h1>
11+
{% include top_left_menu.html %}

_includes/top_left_menu.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<div id="top_left_menu" style="position: absolute; top: 0; left: 0; border: 0; z-index: 1;">
2-
<div class="m_link"><a href="/">home</a></div>
3-
<div class="m_link"><a href="/download">download</a></div>
4-
<div class="m_link"><a href="/guide">guide</a></div>
5-
<div class="m_link"><a href="/blog">blog</a></div>
6-
<div class="m_link"><a href="/community">community</a></div>
7-
<div class="m_link"><a href="/tutorials">tutorials</a></div>
8-
<div class="m_link"><a href="/videos">videos</a></div>
9-
</div>
1+
<ul id="top_left_menu">
2+
<li><a href="/">home</a></li>
3+
<li><a href="/download">download</a></li>
4+
<li><a href="/guide">guide</a></li>
5+
<li><a href="/blog">blog</a></li>
6+
<li><a href="/community">community</a></li>
7+
<li><a href="/tutorials">tutorials</a></li>
8+
<li><a href="/videos">videos</a></li>
9+
</ul>

_layouts/blogpost.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
layout: default
3-
width: seven_sixty
43
---
54

65
<div style="float: right">
76
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.elasticsearch.org{{page.url}}" data-text="{{page.title}}" data-count="horizontal" data-via="elasticsearch" data-related="kimchy:Shay Banon: Founder of elasticsearch">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
8-
</div>
7+
</div>
98

10-
<div class="neuton" style="margin-bottom: 2em;">By <a href="http://www.twitter.com/{{page.nick}}">{{page.author}}</a> | {{page.date | date_to_string}}</div>
9+
<div class="title" style="margin-bottom: 2em;">By <a href="http://www.twitter.com/{{page.nick}}">{{page.author}}</a> | {{page.date | date_to_string}}</div>
1110

1211

1312
{{content}}

_layouts/default.html

+25-28
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
33
<head>
4-
<title>elasticsearch - {{ page.cat }} - {{ page.title }}</title>
5-
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
6-
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
7-
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
8-
<meta name="description" content="elasticsearch">
9-
<meta name="keywords" content="elastic, search, cloud, elasticsearch, indexing, lucene, distributed lucene, shay banon">
10-
<meta name="author" content="elasticsearch">
4+
<title>elasticsearch - {{ page.cat }} - {{ page.title }}</title>
5+
<meta http-equiv="cache-control" content="no-cache" />
6+
<meta http-equiv="pragma" content="no-cache" />
7+
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
8+
<meta name="description" content="elasticsearch" />
9+
<meta name="keywords" content="elastic, search, cloud, elasticsearch, indexing, lucene, distributed lucene, shay banon" />
10+
<meta name="author" content="elasticsearch" />
1111

1212
<link href="http://www.elasticsearch.org/atom.xml" rel="alternate" title="elasticsearch" type="application/atom+xml" />
1313

14-
<link rel="stylesheet" type="text/css" href="/scripts/prettify/prettify.css">
15-
<link href="//fonts.googleapis.com/css?family=Neuton:regular" rel="stylesheet" type="text/css" >
16-
<link rel="stylesheet" type="text/css" href="/styles/screen.css">
14+
<link rel="stylesheet" type="text/css" href="/scripts/prettify/prettify.css" />
15+
<link href="#//fonts.googleapis.com/css?family=Neuton:regular" rel="stylesheet" type="text/css" />
16+
<link rel="stylesheet" type="text/css" href="/styles/reset.css" />
17+
<link rel="stylesheet" type="text/css" href="/styles/screen.css" />
1718

1819
<script type="text/javascript" src="/scripts/jquery-1.5.min.js"></script>
1920
<!-- Analytics -->
@@ -31,32 +32,28 @@
3132

3233
</script>
3334
</head>
34-
35+
3536
<body>
36-
{% include top_left_menu.html %}
3737
<div id="wrapper">
3838
<div id="all">
3939
{% include header.html %}
40-
<div id="content">
41-
<div id="{{ page.cat}}" class="{{ page.width }}">
42-
<div style="height: 80px; font-size: 34px; padding-top: 30px;">
43-
{% if page.title_in_header != false %}
44-
{{ page.title }}
45-
{% endif %}
46-
</div>
47-
<div class="clear"></div>
48-
{{ content }}
49-
</div>
40+
{% if page.title_in_header != false %}
41+
<h2 class="page_title">{{ page.title }} </h2>
42+
{% else %}
43+
<div id="header_spacer"></div>
44+
{% endif %}
45+
<div id="content" class="{{ page.cat}}">
46+
{{ content }}
5047
</div>
5148
{% include footer.html %}
5249
</div>
5350
</div>
5451
<a href="http://github.com/elasticsearch"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub" /></a>
55-
56-
52+
53+
5754
<script type="text/javascript" src="/scripts/prettify/prettify.js"></script>
5855
<script type="text/javascript">
5956
prettyPrint();
60-
</script>
57+
</script>
6158
</body>
62-
</html>
59+
</html>

_layouts/download.html

+9-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
---
22
layout: default
3-
width: six_hun
43
---
54

6-
<div class="six_hun">
5+
<h2 class="download_link">
6+
Download {{ page.version }} as: <a href="{{page.download_url}}">zip</a>
7+
{% if page.download_nix_url != null %}
8+
/ <a href="{{page.download_nix_url}}">tar.gz</a>
9+
{% endif %}
10+
</h2>
11+
{% if page.release_notes %}
712

8-
<div style="text-align: center;">
9-
<h1><a href="{{page.download_url}}">zip</a>
10-
{% if page.download_nix_url != null %}
11-
/ <a href="{{page.download_nix_url}}">tar.gz</a>
12-
{% endif %}
13-
</h1>
14-
1513
<h1>Release Notes:</h1>
16-
</div>
17-
18-
{{ content }}
14+
{{ content }}
15+
{% endif %}

_layouts/guide.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
layout: default
3-
width: eight_fifty
43
---
54

65
<div id="guide_all">
@@ -10,7 +9,7 @@
109
<div id="guide_sidebar">
1110
</div>
1211
<div class="clear"></div>
13-
<script>
12+
<script type="text/javascript">
1413
$('#guide_sidebar').load('sidebar.html');
1514
</script>
1615
</div>

_layouts/tutorial.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
layout: default
3-
width: seven_sixty
43
---
54

65
<div style="float: right">
76
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.elasticsearch.org{{page.url}}" data-text="{{page.title}}" data-count="horizontal" data-via="elasticsearch" data-related="kimchy:Shay Banon: Founder of elasticsearch">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
8-
</div>
7+
</div>
98

10-
<div class="neuton" style="margin-bottom: 2em;">By <a href="http://www.twitter.com/{{page.nick}}">{{page.author}}</a> | {{page.date | date_to_string}}</div>
9+
<div class="title" style="margin-bottom: 2em;">By <a href="http://www.twitter.com/{{ page.nick }}">{{ page.author }}</a> | {{page.date | date_to_string}}</div>
1110

1211

1312
{{content}}

_layouts/video.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
layout: default
3-
width: seven_sixty
43
---
54

65
<div style="float: right">
76
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.elasticsearch.org{{page.url}}" data-text="{{page.title}}" data-count="horizontal" data-via="elasticsearch" data-related="kimchy:Shay Banon: Founder of elasticsearch">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
8-
</div>
7+
</div>
98

10-
<div class="neuton" style="margin-bottom: 2em;">By <a href="http://www.twitter.com/{{page.nick}}">{{page.author}}</a> | {{page.date | date_to_string}}</div>
9+
<div class="title" style="margin-bottom: 2em;">By <a href="http://www.twitter.com/{{page.nick}}">{{page.author}}</a> | {{page.date | date_to_string}}</div>
1110

1211

1312
{{content}}

blog/index.html

+8-6
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
cat: blog
55
title_in_header: false
66
---
7-
8-
<div class="six_hun" style="font-size: 18px">
7+
<ul class="posts">
98
{% for post in site.categories.blog %}
10-
<div style="padding-top: 5px">
11-
<span> <a href="{{ post.url }}">{{ post.title }}</a></span> <span class="neuton" style="float: right">{{ post.date | date_to_string }}</span>
12-
</div>
9+
<li>
10+
<a href="{{ post.url }}">
11+
{{ post.title }}
12+
<span class="postdate title">{{ post.date | date_to_string }}</span>
13+
</a>
14+
</li>
1315
{% endfor %}
14-
</div>
16+
</ul>

community/contributing-site.textile

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
layout: default
3-
width: six_hun
43
title: Contributing to the Site
54
cat: community
65
---

community/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
layout: default
3-
width: six_hun
43
title: Community
54
cat: community
65
title_in_header: false

download/_posts/2010-03-09-0.5.1.textile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version: 0.5.1
55
title: 0.5.1
66
download_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.5.1.zip
77
download_source_url: http://github.com/elasticsearch/elasticsearch/zipball/v0.5.1
8+
release_notes: true
89
---
910

1011
h1. New features:

download/_posts/2010-04-09-0.6.0.textile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: 0.6.0
66
download_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.6.0.zip
77
download_source_url: http://github.com/elasticsearch/elasticsearch/zipball/v0.6.0
88
download_attachment_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-attachments-0.6.0.zip
9+
release_notes: true
910
---
1011

1112
h2. New features:

download/_posts/2010-05-14-0.7.0.textile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version: 0.7.0
55
title: 0.7.0
66
download_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.7.0.zip
77
download_source_url: http://github.com/elasticsearch/elasticsearch/zipball/v0.7.0
8+
release_notes: true
89
---
910

1011
h2. New features:

download/_posts/2010-05-17-0.7.1.textile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version: 0.7.1
55
title: 0.7.1
66
download_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.7.1.zip
77
download_source_url: http://github.com/elasticsearch/elasticsearch/zipball/v0.7.1
8+
release_notes: true
89
---
910

1011
h2. New features:

download/_posts/2010-05-27-0.8.0.textile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version: 0.8.0
55
title: 0.8.0
66
download_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.8.0.zip
77
download_source_url: http://github.com/elasticsearch/elasticsearch/zipball/v0.8.0
8+
release_notes: true
89
---
910

1011
h2. Breaking changes:

download/_posts/2010-08-27-0.10.0.textile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version: 0.10.0
55
title: 0.10.0
66
download_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.10.0.zip
77
download_source_url: http://github.com/elasticsearch/elasticsearch/zipball/v0.10.0
8+
release_notes: true
89
---
910

1011
h2. Incompatible changes:

download/_posts/2010-09-29-0.11.0.textile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version: 0.11.0
55
title: 0.11.0
66
download_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.11.0.zip
77
download_source_url: http://github.com/elasticsearch/elasticsearch/zipball/v0.11.0
8+
release_notes: true
89
---
910

1011
h2. Breaking changes:

download/_posts/2010-10-18-0.12.0.textile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version: 0.12.0
55
title: 0.12.0
66
download_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.12.0.zip
77
download_source_url: http://github.com/elasticsearch/elasticsearch/zipball/v0.12.0
8+
release_notes: true
89
---
910

1011
h2. Breaking changes:

download/_posts/2010-10-27-0.12.1.textile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version: 0.12.1
55
title: 0.12.1
66
download_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.12.1.zip
77
download_source_url: http://github.com/elasticsearch/elasticsearch/zipball/v0.12.1
8+
release_notes: true
89
---
910

1011
h2. Enhancements:

download/_posts/2010-11-18-0.13.0.textile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: 0.13.0
66
download_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.13.0.zip
77
download_nix_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.13.0.tar.gz
88
download_source_url: http://github.com/elasticsearch/elasticsearch/zipball/v0.13.0
9+
release_notes: true
910
---
1011

1112
h2. Breaking changes:

download/_posts/2010-12-03-0.13.1.textile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: 0.13.1
66
download_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.13.1.zip
77
download_nix_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.13.1.tar.gz
88
download_source_url: http://github.com/elasticsearch/elasticsearch/zipball/v0.13.1
9+
release_notes: true
910
---
1011

1112
h2. Enhancements:

download/_posts/2010-12-27-0.14.0.textile

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: 0.14.0
66
download_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.14.0.zip
77
download_nix_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.14.0.tar.gz
88
download_source_url: http://github.com/elasticsearch/elasticsearch/zipball/v0.14.0
9+
release_notes: true
910
---
1011

1112
h2. Breaking changes:
@@ -63,7 +64,7 @@ h2. Internal:
6364
* upgrade to aws java sdk 1.1.1
6465
* upgrade twitter4j to 2.1.7
6566
* upgrade to gradle 0.9
66-
* upgrade to groovy 1.7.6
67+
* upgrade to groovy 1.7.6
6768
* upgrade to rabbitmq client 2.2.0
6869
* upgrade to jython 2.5.2rc2
6970

download/_posts/2010-12-29-0.14.1.textile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: 0.14.1
66
download_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.14.1.zip
77
download_nix_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.14.1.tar.gz
88
download_source_url: http://github.com/elasticsearch/elasticsearch/zipball/v0.14.1
9+
release_notes: true
910
---
1011

1112
h2. Bug fixes:

download/_posts/2011-01-05-0.14.2.textile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: 0.14.2
66
download_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.14.2.zip
77
download_nix_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.14.2.tar.gz
88
download_source_url: http://github.com/elasticsearch/elasticsearch/zipball/v0.14.2
9+
release_notes: true
910
---
1011

1112
h2. New features:

download/_posts/2011-01-31-0.14.4.textile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ title: 0.14.4
66
download_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.14.4.zip
77
download_nix_url: http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.14.4.tar.gz
88
download_source_url: http://github.com/elasticsearch/elasticsearch/zipball/v0.14.4
9-
---
9+
---

0 commit comments

Comments
 (0)