static 0.1.3 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +0,0 @@
1
-
2
- h3{plain_put :content_head}
3
-
4
- <% if has_subs? %>
5
- div(:id => 'submenu'){ partial :<%=menu_title.as_file%>, :submenu }
6
- <% end %>
7
- <%= 'breadcrumbs' if breadcrumbs.size > 1 %>
8
- put :contents
@@ -1,4 +0,0 @@
1
- title: <%=name%>
2
- content_head: <%=name%>
3
- contents: |
4
- here are some *contents* for the time being! <[link_to :<%=name.as_file%>]>
@@ -1,10 +0,0 @@
1
-
2
-
3
-
4
- ul(:id => "main_navigation") {
5
- <% main_links.each do |link_value| %>
6
- li(:class => "main_link"){
7
- main_link_for :<%=link_value.as_file%>
8
- } <% end %>
9
- }
10
-
@@ -1,7 +0,0 @@
1
-
2
- # page head for <%= @site_name %>
3
-
4
- h1 '<%=name%>'
5
- get :base, :main_navigation
6
-
7
-
@@ -1,22 +0,0 @@
1
- xhtml :doctype => {:type=>:xhtml, :version=>"1.0", :strict=>false} do
2
- head do
3
- put_title
4
- use_stylesheet :default
5
- put_stylesheets
6
- charset 'utf-8'
7
- end
8
-
9
- body(:id => 'visible_page') do
10
- div(:id => 'container') do
11
- div(:id => 'header'){
12
- get :base, :page_head
13
- }
14
- div(:id => 'content'){
15
- get :page, :contents
16
- }
17
- div(:id => 'footer'){
18
- get :base, :footer
19
- }
20
- end
21
- end
22
- end
@@ -1,6 +0,0 @@
1
- div(:class => 'copyright'){
2
- i 'static+rbml'
3
- }
4
- div(:class => 'copyright'){
5
- i 'easy made easy'
6
- }
@@ -1,180 +0,0 @@
1
- body{
2
- font-size: 62.5%;
3
- font-family:"Lucida Grande", Arial, Verdana, sans-serif;
4
- margin:0;
5
- background:#f0ecd7 url(../resources/bg.jpg) top center repeat-y;
6
- }
7
-
8
- #container {
9
- font-size:1.1em;
10
- width: 800px;
11
- margin-bottom: 10px;
12
- margin: auto;
13
- background: #fff;
14
- }
15
-
16
- #header {
17
- height:75px;
18
- background:#456;
19
- color: #eee;
20
- border-bottom:1px solid #ccc;
21
- }
22
- #header h1 {
23
- font: 38px 'verdana', sans-serif;
24
- margin:0px;
25
- margin-left:20px;
26
- padding:0px;
27
- padding-top:10px;
28
-
29
- }
30
-
31
- #news_header {
32
- font-size: 1.6em;
33
- padding-right: 10px;
34
- font-family:"Lucida Grande", Arial, Verdana, sans-serif;
35
- text-align: right;
36
- color: #eee;
37
- background:#456;
38
- }
39
- .news {
40
- float: left;
41
- padding-right: 10px;
42
- padding-left: 10px;
43
- width:350px;
44
- border:1px solid #666;
45
- margin-top:0px;
46
- }
47
-
48
- .clear { clear:both; }
49
- .right { float:right; }
50
- .left { float:left; }
51
- .install {
52
- width:80%;
53
- margin:auto;
54
- background:#eee;
55
- border-bottom:1px solid #333;
56
- margin-bottom:10px;
57
- }
58
- .install p {
59
- margin-left: 20px;
60
- padding-right:20px;
61
- }
62
- .install pre {
63
- margin-left: 20px;
64
- }
65
- .install h4 {
66
- font-family:"Lucida Grande", Arial, Verdana, sans-serif;
67
- margin-top: 5px;
68
- padding-right: 20px;
69
- background:#456;
70
- color:#eee;
71
- text-align:right;
72
- }
73
-
74
- .news .title {
75
- font-size: 1.5em;
76
- font-family:"Lucida Grande", Arial, Verdana, sans-serif;
77
- border-bottom:1px solid #333;
78
- margin-top:5px;
79
- background-color: #eee;
80
- }
81
-
82
- .news .date {
83
- font-size: .6em;
84
- font-family:"Lucida Grande", Arial, Verdana, sans-serif;
85
- margin-top: 0px;
86
- text-align: right;
87
- }
88
-
89
- dt {
90
- font-family: monospace;
91
- }
92
-
93
- dl {
94
- margin-left: 50px;
95
- }
96
- dd {
97
- margin-bottom: 10px;
98
- }
99
-
100
-
101
- #main_navigation{float:right; margin:1px 0px 0px 0px;}
102
-
103
- #main_navigation li{
104
- float:left;
105
- }
106
-
107
- a {
108
- color:#456;
109
- }
110
-
111
- a:hover {
112
- color:#686;
113
- }
114
- .main_link a {
115
- color:#333;
116
- background:#fff;
117
- padding:5px;
118
- border: solid 1px #ccc;
119
- border-bottom:none;
120
- text-decoration:none;
121
- }
122
-
123
- .main_link a:hover {
124
- padding:7px 7px 5px 7px;
125
- font-size:1.15em;
126
- }
127
-
128
- #content {
129
- padding:10px;
130
- font-family:Baskerville, Times, Times New Roman, serif ;
131
- font-size:1.5em;
132
- background: #fff;}
133
-
134
- #content h3 {
135
- font: 22px 'verdana', sans-serif;
136
- margin: 0px;
137
- padding: 0px;
138
- border-bottom: solid 2px #456;
139
- width:570px;
140
- }
141
-
142
- #content p {
143
- text-align:justify;
144
- }
145
-
146
- #submenu {
147
- float: right;
148
- width: 200px;
149
- margin: -3px 0px 0px 10px;
150
- padding: 0;
151
- border: solid 2px #456;
152
- font-family:"Lucida Grande", Arial, Verdana, sans-serif;
153
- }
154
-
155
- #submenu a{
156
- margin-left: 20px;
157
- }
158
- #submenu ul{
159
- margin-left: 10px;
160
- padding:0px 7px 0px 7px;}
161
-
162
- ul li {
163
- list-style:none;
164
- }
165
-
166
-
167
- #footer {
168
- margin:auto;
169
- color:#000;
170
- background-color:#999;
171
- font: 10px 'verdana', sans-serif;
172
- padding-bottom:5px;
173
- margin-top:0px;
174
- border-top:1px solid #666;
175
- border-bottom:1px solid #333;
176
- padding-top:5px;
177
- }
178
-
179
- #footer .copyright{
180
- text-align:center;}
@@ -1,13 +0,0 @@
1
-
2
-
3
- <% say='' %>
4
- ul(:id => "<%=name%>"){
5
- li(:class => "sidebar_title"){
6
- i "<%=name%>"
7
- }
8
- <% subs.each do |link_value| %>
9
- li(:class => "sidebar_link"){<%(link_value.kind_of?(Hash) ? link_value.each {|k,v| say=k} : (say=link_value))%>
10
- link_to :<%=say.as_file%>
11
- } <% end %>
12
- }
13
-
@@ -1,3 +0,0 @@
1
- title: <%=name%>
2
- contents: |
3
- here are some *contents* for the time being! <[link_to :<%=name.as_file%>]>
@@ -1,3 +0,0 @@
1
- started_on: <%= Date.today %>
2
- title: "<%=name%> - [[current_page]]"
3
- working_name: "<%=name%>"
@@ -1,15 +0,0 @@
1
- site_map:
2
- - Static:
3
- - The Copy:
4
- - Showing Depth
5
- - Multiple Levels:
6
- - one
7
- - two:
8
- - three
9
- - four
10
- - The Blueprint
11
- - The Site
12
- - About:
13
- - Usage
14
- - rbml
15
- - Contact
File without changes