wheels 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +20 -0
- data/VERSION +1 -1
- data/app/controllers/app_configs_controller.rb +12 -0
- data/app/controllers/application_controller.rb +39 -0
- data/app/helpers/application_helper.rb +24 -2
- data/app/models/sitemap.rb +7 -0
- data/app/views/app_configs/css.css.haml +2 -0
- data/app/views/layouts/application.html.haml +21 -15
- data/app/views/pages/_form_fields.html.haml +2 -0
- data/app/views/sitemaps/index.html.haml +68 -76
- data/db/migrate/0000_devise_create_users.rb +26 -0
- data/db/migrate/0180_acts_as_taggable_on_migration.rb +28 -0
- data/lib/generators/app_layout/app_layout_generator.rb +1 -1
- data/lib/generators/{wheels/core_extensions.rb → core_extensions.rb} +42 -1
- data/lib/generators/recipes/wheels.rb +46 -0
- data/lib/generators/recipes/wheels_update.rb +18 -0
- data/lib/generators/wheels/wheels_generator.rb +3 -1
- data/lib/generators/wheels_checkout_assets/USAGE +8 -0
- data/lib/generators/wheels_checkout_assets/wheels_checkout_assets_generator.rb +9 -0
- data/lib/generators/wheels_checkout_assets_readonly/USAGE +8 -0
- data/lib/generators/wheels_checkout_assets_readonly/wheels_checkout_assets_readonly_generator.rb +10 -0
- data/lib/generators/wheels_controller/USAGE +8 -0
- data/lib/generators/wheels_controller/wheels_controller_generator.rb +14 -0
- data/lib/generators/{wheels_views → wheels_model}/USAGE +1 -1
- data/lib/generators/wheels_model/wheels_model_generator.rb +14 -0
- data/lib/generators/{update_wheels/update_wheels_generator.rb → wheels_update/wheels_update_generator.rb} +7 -13
- data/lib/generators/wheels_view/USAGE +8 -0
- data/lib/generators/wheels_view/wheels_view_generator.rb +14 -0
- data/lib/wheels/routes.rb +7 -1
- data/wheels.gemspec +44 -218
- metadata +44 -218
- data/lib/generators/app_layout/core_extensions.rb +0 -51
- data/lib/generators/update_wheels/core_extensions.rb +0 -51
- data/lib/generators/update_wheels/recipes/wheels.rb +0 -11
- data/lib/generators/update_wheels/templates/haml/app/views/layouts/application.html.haml +0 -9
- data/lib/generators/wheels/install_generator.rb +0 -25
- data/lib/generators/wheels/recipes/wheels.rb +0 -66
- data/lib/generators/wheels/templates/cancan/ability.rb +0 -13
- data/lib/generators/wheels/templates/database/postgresql.yml +0 -19
- data/lib/generators/wheels/templates/git/gitignore +0 -8
- data/lib/generators/wheels/templates/mongoid/features/step_definitions/mongoid_steps.rb +0 -4
- data/lib/generators/wheels/templates/mongoid/features/support/hooks.rb +0 -3
- data/lib/generators/wheels/views_generator.rb +0 -15
- data/lib/generators/wheels_views/LICENCE +0 -20
- data/lib/generators/wheels_views/wheels_views_generator.rb +0 -15
- data/lib/wheels/base.rb +0 -7
- data/public/404.html +0 -26
- data/public/422.html +0 -26
- data/public/500.html +0 -26
- data/public/favicon.ico +0 -0
- data/public/images/dreamy/Thumbs.db +0 -0
- data/public/images/dreamy/bg-ad-top.png +0 -0
- data/public/images/dreamy/bg-body.png +0 -0
- data/public/images/dreamy/bg-feed.gif +0 -0
- data/public/images/dreamy/bg-footer.jpg +0 -0
- data/public/images/dreamy/bg-header.jpg +0 -0
- data/public/images/dreamy/bg-menu-hover.png +0 -0
- data/public/images/dreamy/bg-menu.png +0 -0
- data/public/images/dreamy/bg-sidebar-bottom.gif +0 -0
- data/public/images/dreamy/button-feed.png +0 -0
- data/public/images/dreamy/icon-comment.png +0 -0
- data/public/images/growl/error.png +0 -0
- data/public/images/growl/growl_bottom.png +0 -0
- data/public/images/growl/growl_repeat.png +0 -0
- data/public/images/growl/growl_top.png +0 -0
- data/public/images/growl/info.png +0 -0
- data/public/images/menu/item-pointer-mover.gif +0 -0
- data/public/images/menu/item-pointer.gif +0 -0
- data/public/images/menu/lava.gif +0 -0
- data/public/images/menu/lava.png +0 -0
- data/public/images/menu/main-bg.png +0 -0
- data/public/images/menu/main-delimiter.png +0 -0
- data/public/javascripts/galleries/configure_ckeditor.js +0 -8
- data/public/javascripts/jqUrl.js +0 -28
- data/public/javascripts/jquery-validate/additional-methods.js +0 -259
- data/public/javascripts/jquery-validate/changelog.txt +0 -239
- data/public/javascripts/jquery-validate/jquery.validate.js +0 -1146
- data/public/javascripts/jquery-validate/jquery.validate.min.js +0 -16
- data/public/javascripts/jquery-validate/jquery.validate.pack.js +0 -15
- data/public/javascripts/jquery-validate/lib/jquery-1.4.2.js +0 -6240
- data/public/javascripts/jquery-validate/lib/jquery.form.js +0 -660
- data/public/javascripts/jquery-validate/lib/jquery.js +0 -4376
- data/public/javascripts/jquery-validate/lib/jquery.metadata.js +0 -122
- data/public/javascripts/jquery-validate/localization/messages_ar.js +0 -24
- data/public/javascripts/jquery-validate/localization/messages_bg.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_cn.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_cs.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_da.js +0 -20
- data/public/javascripts/jquery-validate/localization/messages_de.js +0 -20
- data/public/javascripts/jquery-validate/localization/messages_el.js +0 -24
- data/public/javascripts/jquery-validate/localization/messages_es.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_fa.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_fi.js +0 -21
- data/public/javascripts/jquery-validate/localization/messages_fr.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_he.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_hu.js +0 -20
- data/public/javascripts/jquery-validate/localization/messages_it.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_kk.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_lt.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_lv.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_nl.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_no.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_pl.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_ptbr.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_ptpt.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_ro.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_ru.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_se.js +0 -21
- data/public/javascripts/jquery-validate/localization/messages_sk.js +0 -20
- data/public/javascripts/jquery-validate/localization/messages_tr.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_tw.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_ua.js +0 -23
- data/public/javascripts/jquery-validate/localization/methods_de.js +0 -12
- data/public/javascripts/jquery-validate/localization/methods_nl.js +0 -9
- data/public/javascripts/jquery-validate/localization/methods_pt.js +0 -9
- data/public/javascripts/jquery-validate/todo +0 -172
- data/public/javascripts/jquery.cookie.js +0 -96
- data/public/javascripts/jquery.filedrop.js +0 -253
- data/public/javascripts/jquery.growl.js +0 -143
- data/public/javascripts/jquery.hotkeys.js +0 -99
- data/public/javascripts/jquery.js +0 -6240
- data/public/javascripts/jquery.jstree.js +0 -3510
- data/public/javascripts/jquery.uploadify.js +0 -26
- data/public/javascripts/jquery.validate.js +0 -1147
- data/public/javascripts/loadbehind.js +0 -0
- data/public/javascripts/menu.js +0 -247
- data/public/javascripts/sitemap_jstree.js +0 -329
- data/public/javascripts/swfobject.js +0 -4
- data/public/jstree/_demo/_dump.sql +0 -20
- data/public/jstree/_demo/_inc/__mysql_errors.log +0 -0
- data/public/jstree/_demo/_inc/class._database.php +0 -146
- data/public/jstree/_demo/_inc/class._database_i.php +0 -152
- data/public/jstree/_demo/_inc/class.tree.php +0 -602
- data/public/jstree/_demo/_install.txt +0 -6
- data/public/jstree/_demo/config.php +0 -14
- data/public/jstree/_demo/index.html +0 -262
- data/public/jstree/_demo/server.php +0 -69
- data/public/jstree/_docs/!style.css +0 -37
- data/public/jstree/_docs/_drive.png +0 -0
- data/public/jstree/_docs/_html_data.html +0 -2
- data/public/jstree/_docs/_json_data.json +0 -4
- data/public/jstree/_docs/_search_data.json +0 -6
- data/public/jstree/_docs/_search_result.json +0 -1
- data/public/jstree/_docs/_xml_flat.xml +0 -12
- data/public/jstree/_docs/_xml_nest.xml +0 -18
- data/public/jstree/_docs/checkbox.html +0 -148
- data/public/jstree/_docs/contextmenu.html +0 -120
- data/public/jstree/_docs/cookies.html +0 -96
- data/public/jstree/_docs/core.html +0 -622
- data/public/jstree/_docs/crrm.html +0 -315
- data/public/jstree/_docs/dnd.html +0 -197
- data/public/jstree/_docs/hotkeys.html +0 -81
- data/public/jstree/_docs/html_data.html +0 -174
- data/public/jstree/_docs/index.html +0 -75
- data/public/jstree/_docs/json_data.html +0 -240
- data/public/jstree/_docs/languages.html +0 -138
- data/public/jstree/_docs/search.html +0 -114
- data/public/jstree/_docs/sort.html +0 -84
- data/public/jstree/_docs/syntax/!script.js +0 -2232
- data/public/jstree/_docs/syntax/!style.css +0 -511
- data/public/jstree/_docs/syntax/clipboard.swf +0 -0
- data/public/jstree/_docs/syntax/help.png +0 -0
- data/public/jstree/_docs/syntax/magnifier.png +0 -0
- data/public/jstree/_docs/syntax/page_white_code.png +0 -0
- data/public/jstree/_docs/syntax/page_white_copy.png +0 -0
- data/public/jstree/_docs/syntax/printer.png +0 -0
- data/public/jstree/_docs/syntax/wrapping.png +0 -0
- data/public/jstree/_docs/themeroller.html +0 -98
- data/public/jstree/_docs/themes.html +0 -126
- data/public/jstree/_docs/types.html +0 -173
- data/public/jstree/_docs/ui.html +0 -188
- data/public/jstree/_docs/unique.html +0 -70
- data/public/jstree/_docs/xml_data.html +0 -214
- data/public/jstree/_lib/jquery.cookie.js +0 -96
- data/public/jstree/_lib/jquery.hotkeys.js +0 -99
- data/public/jstree/_lib/jquery.js +0 -6240
- data/public/jstree/jquery.jstree.js +0 -3510
- data/public/jstree/jstree.html +0 -237
- data/public/jstree/themes/apple/bg.jpg +0 -0
- data/public/jstree/themes/apple/d.png +0 -0
- data/public/jstree/themes/apple/dot_for_ie.gif +0 -0
- data/public/jstree/themes/apple/style.css +0 -60
- data/public/jstree/themes/apple/throbber.gif +0 -0
- data/public/jstree/themes/classic/d.png +0 -0
- data/public/jstree/themes/classic/dot_for_ie.gif +0 -0
- data/public/jstree/themes/classic/style.css +0 -59
- data/public/jstree/themes/classic/throbber.gif +0 -0
- data/public/jstree/themes/default/d.gif +0 -0
- data/public/jstree/themes/default/d.png +0 -0
- data/public/jstree/themes/default/style.css +0 -73
- data/public/jstree/themes/default/throbber.gif +0 -0
- data/public/jstree/themes/default-rtl/d.gif +0 -0
- data/public/jstree/themes/default-rtl/d.png +0 -0
- data/public/jstree/themes/default-rtl/dots.gif +0 -0
- data/public/jstree/themes/default-rtl/style.css +0 -83
- data/public/jstree/themes/default-rtl/throbber.gif +0 -0
- data/public/stylesheets/dreamy.css +0 -183
- data/public/stylesheets/menu.css +0 -101
- data/public/stylesheets/sass/dreamy.sass +0 -165
- data/public/stylesheets/sass/menu.sass +0 -139
- data/public/stylesheets/sass/uploadify.sass +0 -52
- data/public/stylesheets/sass/wheels.sass +0 -25
- data/public/stylesheets/scaffold.css +0 -56
- data/public/stylesheets/ui-lightness/images/ui-anim_basic_16x16.gif +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
- data/public/stylesheets/ui-lightness/jquery-ui-1.8.2.custom.css +0 -359
- data/public/stylesheets/ui-lightness/jquery-ui-1.8.4.custom.css +0 -549
- data/public/test.html +0 -18
- /data/lib/generators/{wheels/recipes → recipes}/cancan.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/cucumber.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/default.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/design.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/devise.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/factory_girl.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/haml.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/jquery.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/mongoid.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/postgresql.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/recipes.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/remarkable.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/rspec.rb +0 -0
- /data/lib/generators/{wheels/snippets → snippets}/cucumber/database_config +0 -0
- /data/lib/generators/{update_wheels/templates → templates}/cancan/ability.rb +0 -0
- /data/lib/generators/{update_wheels/templates → templates}/database/postgresql.yml +0 -0
- /data/lib/generators/{update_wheels/templates → templates}/git/gitignore +0 -0
- /data/lib/generators/{wheels/templates → templates}/haml/app/views/layouts/application.html.haml +0 -0
- /data/lib/generators/{update_wheels/templates → templates}/mongoid/features/step_definitions/mongoid_steps.rb +0 -0
- /data/lib/generators/{update_wheels/templates → templates}/mongoid/features/support/hooks.rb +0 -0
- /data/lib/generators/{update_wheels → wheels_update}/LICENCE +0 -0
- /data/lib/generators/{update_wheels → wheels_update}/USAGE +0 -0
@@ -1,183 +0,0 @@
|
|
1
|
-
/*Theme Name: Ginger Ninja! v2
|
2
|
-
*Description: The new Ginger Ninja! theme.
|
3
|
-
*Version: 1.0
|
4
|
-
*Author: Donny Burnside
|
5
|
-
*Author URI: http://www.ginger-ninja.net/ */
|
6
|
-
/* Generic Styling */
|
7
|
-
body {
|
8
|
-
background: url(/images/dreamy/bg-body.png) repeat-x top center #e8f7f9;
|
9
|
-
font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
|
10
|
-
font-size: 62.5%;
|
11
|
-
/* Sets default font size to 10px */
|
12
|
-
color: #222222; }
|
13
|
-
|
14
|
-
* {
|
15
|
-
margin: 0;
|
16
|
-
padding: 0; }
|
17
|
-
|
18
|
-
img {
|
19
|
-
border: 0; }
|
20
|
-
|
21
|
-
p {
|
22
|
-
margin-bottom: 1.75em; }
|
23
|
-
|
24
|
-
a {
|
25
|
-
text-decoration: none;
|
26
|
-
color: #b4c835; }
|
27
|
-
a:hover {
|
28
|
-
text-decoration: none;
|
29
|
-
color: #6cc7dc; }
|
30
|
-
|
31
|
-
/* Structure */
|
32
|
-
#wrapper {
|
33
|
-
margin: 0 auto;
|
34
|
-
width: 700px;
|
35
|
-
background: white;
|
36
|
-
font-size: 1.2em; }
|
37
|
-
|
38
|
-
#header {
|
39
|
-
height: 140px;
|
40
|
-
background: url(/images/dreamy/bg-header.jpg) no-repeat;
|
41
|
-
}
|
42
|
-
|
43
|
-
#menu {
|
44
|
-
height: 35px;
|
45
|
-
line-height: 35px;
|
46
|
-
background: url(/images/dreamy/bg-menu.png) repeat-x;
|
47
|
-
padding: 0 10px; }
|
48
|
-
|
49
|
-
#sidebar {
|
50
|
-
float: right;
|
51
|
-
width: 180px;
|
52
|
-
background: #efefef;
|
53
|
-
margin-right: 10px; }
|
54
|
-
|
55
|
-
#content {
|
56
|
-
float: left;
|
57
|
-
width: 500px;
|
58
|
-
min-height: 400px; }
|
59
|
-
|
60
|
-
#footer {
|
61
|
-
clear: both;
|
62
|
-
height: 100px;
|
63
|
-
background: url(/images/dreamy/bg-footer.jpg) no-repeat; }
|
64
|
-
|
65
|
-
/* Entries */
|
66
|
-
.entry {
|
67
|
-
padding: 5px 10px;
|
68
|
-
text-align: justify;
|
69
|
-
line-height: 1.75em; }
|
70
|
-
|
71
|
-
.entry-title {
|
72
|
-
font-size: 1.9em;
|
73
|
-
font-weight: normal;
|
74
|
-
letter-spacing: -1px; }
|
75
|
-
|
76
|
-
.date {
|
77
|
-
font-size: 0.9em;
|
78
|
-
color: #bbbbbb;
|
79
|
-
cursor: default;
|
80
|
-
letter-spacing: 1px; }
|
81
|
-
|
82
|
-
.comments {
|
83
|
-
margin-top: -1em; }
|
84
|
-
.comments a {
|
85
|
-
color: #6cc7dc;
|
86
|
-
background: url(/images/dreamy/icon-comment.png) no-repeat 0px 2px;
|
87
|
-
padding-left: 20px;
|
88
|
-
padding-right: 2px; }
|
89
|
-
.comments a:hover {
|
90
|
-
color: #b4c835; }
|
91
|
-
|
92
|
-
/* Menu */
|
93
|
-
#menu ul {
|
94
|
-
list-style-type: none; }
|
95
|
-
#menu li {
|
96
|
-
float: left; }
|
97
|
-
#menu li a {
|
98
|
-
padding: 0 15px;
|
99
|
-
display: block;
|
100
|
-
color: white;
|
101
|
-
margin-right: 2px; }
|
102
|
-
#menu li a:hover {
|
103
|
-
background: url(/images/dreamy/bg-menu-hover.png) no-repeat center center; }
|
104
|
-
|
105
|
-
/* Sidebar */
|
106
|
-
#sidebar ul {
|
107
|
-
list-style-type: none;
|
108
|
-
margin-top: 10px; }
|
109
|
-
#sidebar li a {
|
110
|
-
display: block;
|
111
|
-
height: 20px;
|
112
|
-
line-height: 20px;
|
113
|
-
color: #222222;
|
114
|
-
padding-left: 5px;
|
115
|
-
border-bottom: 1px solid #dddddd; }
|
116
|
-
#sidebar li a:hover {
|
117
|
-
background: #edebed;
|
118
|
-
color: #6cc4d8; }
|
119
|
-
|
120
|
-
#sidebar-bottom {
|
121
|
-
height: 20px;
|
122
|
-
background: url(/images/dreamy/bg-sidebar-bottom.gif) no-repeat top center; }
|
123
|
-
|
124
|
-
/* Footer */
|
125
|
-
#footer-valid {
|
126
|
-
float: left;
|
127
|
-
padding-top: 55px;
|
128
|
-
padding-left: 20px;
|
129
|
-
cursor: default;
|
130
|
-
color: white; }
|
131
|
-
#footer-valid a {
|
132
|
-
color: white;
|
133
|
-
text-decoration: none; }
|
134
|
-
#footer-valid a:hover {
|
135
|
-
color: white;
|
136
|
-
text-decoration: underline; }
|
137
|
-
|
138
|
-
/* Heading's */
|
139
|
-
h1 {
|
140
|
-
font-size: 2.5em;
|
141
|
-
font-weight: normal;
|
142
|
-
cursor: default;
|
143
|
-
letter-spacing: 1px;
|
144
|
-
color: #aaaaaa;
|
145
|
-
font-style: italic; }
|
146
|
-
|
147
|
-
#header h1 {
|
148
|
-
position: relative;
|
149
|
-
top: 50px;
|
150
|
-
left: 30px; }
|
151
|
-
|
152
|
-
/* Feed */
|
153
|
-
#feed {
|
154
|
-
height: 25px;
|
155
|
-
width: 126px;
|
156
|
-
background: url(/images/dreamy/bg-feed.gif) no-repeat;
|
157
|
-
margin: 0 auto;
|
158
|
-
padding-left: 26px; }
|
159
|
-
|
160
|
-
a.feed-button {
|
161
|
-
display: block;
|
162
|
-
width: 100px;
|
163
|
-
height: 25px;
|
164
|
-
background: url(/images/dreamy/button-feed.png) 0 0 no-repeat;
|
165
|
-
text-decoration: none; }
|
166
|
-
a:hover.feed-button {
|
167
|
-
background-position: 0 -25px; }
|
168
|
-
|
169
|
-
/* Extra's */
|
170
|
-
#ad-top {
|
171
|
-
width: 480px;
|
172
|
-
height: 72px;
|
173
|
-
background: url(/images/dreamy/bg-ad-top.png) no-repeat;
|
174
|
-
padding: 5px; }
|
175
|
-
|
176
|
-
#copyright {
|
177
|
-
display: none; }
|
178
|
-
|
179
|
-
table.no_border {
|
180
|
-
border-style: none;
|
181
|
-
border-width: 0;
|
182
|
-
cell-padding: 0; }
|
183
|
-
|
data/public/stylesheets/menu.css
DELETED
@@ -1,101 +0,0 @@
|
|
1
|
-
div.jQueryMenu {
|
2
|
-
height: 41px;
|
3
|
-
background: url(images/menu/main-bg.png) repeat-x; }
|
4
|
-
div.jQueryMenu ul {
|
5
|
-
margin: 0;
|
6
|
-
padding: 0;
|
7
|
-
list-style: none;
|
8
|
-
float: left; }
|
9
|
-
div.jQueryMenu ul.menu {
|
10
|
-
padding-left: 30px; }
|
11
|
-
div.jQueryMenu li {
|
12
|
-
position: relative;
|
13
|
-
z-index: 9;
|
14
|
-
margin: 0;
|
15
|
-
padding: 0 5px 0 0;
|
16
|
-
display: block;
|
17
|
-
float: left; }
|
18
|
-
div.jQueryMenu li:hover > ul {
|
19
|
-
left: -2px; }
|
20
|
-
div.jQueryMenu a {
|
21
|
-
position: relative;
|
22
|
-
z-index: 10;
|
23
|
-
height: 41px;
|
24
|
-
display: block;
|
25
|
-
float: left;
|
26
|
-
line-height: 41px;
|
27
|
-
text-decoration: none;
|
28
|
-
font: normal 12px Trebuchet MS; }
|
29
|
-
div.jQueryMenu a:hover {
|
30
|
-
color: white; }
|
31
|
-
div.jQueryMenu a:hover span {
|
32
|
-
color: white; }
|
33
|
-
div.jQueryMenu span {
|
34
|
-
display: block;
|
35
|
-
cursor: pointer;
|
36
|
-
background-repeat: no-repeat;
|
37
|
-
background-position: 95% 0; }
|
38
|
-
div.jQueryMenu ul ul a.parent span {
|
39
|
-
background-position: 95% 8px;
|
40
|
-
background-image: url(images/menu/item-pointer.gif); }
|
41
|
-
div.jQueryMenu ul ul a.parent:hover span {
|
42
|
-
background-image: url(images/menu/item-pointer-mover.gif); }
|
43
|
-
div.jQueryMenu a {
|
44
|
-
padding: 0 10px 0 10px;
|
45
|
-
line-height: 30px;
|
46
|
-
color: #e5e5e5; }
|
47
|
-
div.jQueryMenu span {
|
48
|
-
margin-top: 5px; }
|
49
|
-
div.jQueryMenu li {
|
50
|
-
background: url(images/menu/main-delimiter.png) 98% 4px no-repeat; }
|
51
|
-
div.jQueryMenu li.last {
|
52
|
-
background: none; }
|
53
|
-
div.jQueryMenu ul ul {
|
54
|
-
position: absolute;
|
55
|
-
top: 38px;
|
56
|
-
left: -999em;
|
57
|
-
width: 163px;
|
58
|
-
padding: 5px 0 0 0;
|
59
|
-
background: #2d2d2d;
|
60
|
-
margin-top: 1px; }
|
61
|
-
div.jQueryMenu ul ul li {
|
62
|
-
background: none; }
|
63
|
-
div.jQueryMenu ul ul a {
|
64
|
-
padding: 0 0 0 15px;
|
65
|
-
height: auto;
|
66
|
-
float: none;
|
67
|
-
display: block;
|
68
|
-
line-height: 24px;
|
69
|
-
color: #a9a9a9; }
|
70
|
-
div.jQueryMenu ul ul span {
|
71
|
-
margin-top: 0;
|
72
|
-
padding-right: 15px;
|
73
|
-
_padding-right: 20px;
|
74
|
-
color: #a9a9a9; }
|
75
|
-
div.jQueryMenu ul ul a:hover span {
|
76
|
-
color: white; }
|
77
|
-
div.jQueryMenu ul ul li {
|
78
|
-
width: 100%; }
|
79
|
-
div.jQueryMenu ul ul li.last {
|
80
|
-
background: none; }
|
81
|
-
div.jQueryMenu ul ul ul {
|
82
|
-
padding: 0;
|
83
|
-
margin: -38px 0 0 163px !important;
|
84
|
-
margin-left: 172px;
|
85
|
-
background: #292929; }
|
86
|
-
div.jQueryMenu ul ul ul ul {
|
87
|
-
background: #262626;
|
88
|
-
background: #232323; }
|
89
|
-
div.jQueryMenu li.back {
|
90
|
-
background: url(images/menu/lava.png) no-repeat right -44px !important;
|
91
|
-
background-image: url(images/menu/lava.gif);
|
92
|
-
width: 13px;
|
93
|
-
height: 44px;
|
94
|
-
z-index: 8;
|
95
|
-
position: absolute;
|
96
|
-
margin: -1px 0 0 -5px; }
|
97
|
-
div.jQueryMenu li.back .left {
|
98
|
-
background: url(images/menu/lava.png) no-repeat top left !important;
|
99
|
-
background-image: url(images/menu/lava.gif);
|
100
|
-
height: 44px;
|
101
|
-
margin-right: 8px; }
|
@@ -1,165 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
*Theme Name: Ginger Ninja! v2
|
3
|
-
*Description: The new Ginger Ninja! theme.
|
4
|
-
*Version: 1.0
|
5
|
-
*Author: Donny Burnside
|
6
|
-
*Author URI: http://www.ginger-ninja.net/
|
7
|
-
|
8
|
-
/* Generic Styling
|
9
|
-
|
10
|
-
body
|
11
|
-
background: url(/images/dreamy/bg-body.png) repeat-x top center #e8f7f9
|
12
|
-
font-family: "Trebuchet MS" Arial, Helvetica, sans-serif
|
13
|
-
font-size: 62.5%
|
14
|
-
/* Sets default font size to 10px
|
15
|
-
color: #222222
|
16
|
-
|
17
|
-
*
|
18
|
-
margin: 0
|
19
|
-
padding: 0
|
20
|
-
|
21
|
-
img
|
22
|
-
border: 0
|
23
|
-
|
24
|
-
p
|
25
|
-
margin-bottom: 1.75em
|
26
|
-
|
27
|
-
a
|
28
|
-
text-decoration: none
|
29
|
-
color: #1737c0
|
30
|
-
&:hover
|
31
|
-
text-decoration: none
|
32
|
-
color: #6CC7DC
|
33
|
-
|
34
|
-
/* Structure
|
35
|
-
|
36
|
-
#wrapper
|
37
|
-
margin: 0 auto
|
38
|
-
width: 897px
|
39
|
-
background: #ffffff
|
40
|
-
font-size: 1.20em
|
41
|
-
|
42
|
-
#header
|
43
|
-
height: 140px
|
44
|
-
background: url(/images/dreamy/bg-header.jpg) no-repeat
|
45
|
-
|
46
|
-
|
47
|
-
#content
|
48
|
-
float: left
|
49
|
-
width: 700px
|
50
|
-
min-height: 400px
|
51
|
-
|
52
|
-
#footer
|
53
|
-
clear: both
|
54
|
-
height: 100px
|
55
|
-
background-color: #0047e5
|
56
|
-
|
57
|
-
/* Entries
|
58
|
-
|
59
|
-
.entry
|
60
|
-
padding: 5px 10px
|
61
|
-
text-align: justify
|
62
|
-
line-height: 1.75em
|
63
|
-
|
64
|
-
.entry-title
|
65
|
-
font-size: 1.90em
|
66
|
-
font-weight: normal
|
67
|
-
letter-spacing: -1px
|
68
|
-
|
69
|
-
.date
|
70
|
-
font-size: 0.9em
|
71
|
-
color: #bbb
|
72
|
-
cursor: default
|
73
|
-
letter-spacing: 1px
|
74
|
-
|
75
|
-
.comments
|
76
|
-
margin-top: -1em
|
77
|
-
a
|
78
|
-
color: #6CC7DC
|
79
|
-
background: url(/images/dreamy/icon-comment.png) no-repeat 0px 2px
|
80
|
-
padding-left: 20px
|
81
|
-
padding-right: 2px
|
82
|
-
&:hover
|
83
|
-
color: #B4C835
|
84
|
-
|
85
|
-
/* Footer
|
86
|
-
|
87
|
-
#footer-valid
|
88
|
-
float: left
|
89
|
-
padding-top: 55px
|
90
|
-
padding-left: 20px
|
91
|
-
cursor: default
|
92
|
-
color: #ffffff
|
93
|
-
a
|
94
|
-
color: #ffffff
|
95
|
-
text-decoration: none
|
96
|
-
&:hover
|
97
|
-
color: #ffffff
|
98
|
-
text-decoration: underline
|
99
|
-
|
100
|
-
/* Heading's
|
101
|
-
|
102
|
-
h1
|
103
|
-
font-size: 2.5em
|
104
|
-
font-weight: normal
|
105
|
-
cursor: default
|
106
|
-
letter-spacing: 1px
|
107
|
-
color: #aaaaaa
|
108
|
-
font-style: italic
|
109
|
-
|
110
|
-
h2
|
111
|
-
font-weight: normal
|
112
|
-
cursor: default
|
113
|
-
letter-spacing: 1px
|
114
|
-
color: #aaaaaa
|
115
|
-
font-style: italic
|
116
|
-
h3
|
117
|
-
font-weight: normal
|
118
|
-
cursor: default
|
119
|
-
letter-spacing: 1px
|
120
|
-
color: #aaaaaa
|
121
|
-
font-style: italic
|
122
|
-
|
123
|
-
.notice
|
124
|
-
@extend h3
|
125
|
-
|
126
|
-
|
127
|
-
#header h1
|
128
|
-
position: relative
|
129
|
-
top: 50px
|
130
|
-
left: 30px
|
131
|
-
/* Feed
|
132
|
-
|
133
|
-
#feed
|
134
|
-
height: 25px
|
135
|
-
width: 126px
|
136
|
-
background: url(/images/dreamy/bg-feed.gif) no-repeat
|
137
|
-
margin: 0 auto
|
138
|
-
padding-left: 26px
|
139
|
-
|
140
|
-
a
|
141
|
-
&.feed-button
|
142
|
-
display: block
|
143
|
-
width: 100px
|
144
|
-
height: 25px
|
145
|
-
background: url(/images/dreamy/button-feed.png) 0 0 no-repeat
|
146
|
-
text-decoration: none
|
147
|
-
&:hover.feed-button
|
148
|
-
background-position: 0 -25px
|
149
|
-
|
150
|
-
/* Extra's
|
151
|
-
|
152
|
-
#ad-top
|
153
|
-
width: 480px
|
154
|
-
height: 72px
|
155
|
-
background: url(/images/dreamy/bg-ad-top.png) no-repeat
|
156
|
-
padding: 5px
|
157
|
-
|
158
|
-
#copyright
|
159
|
-
display: none
|
160
|
-
|
161
|
-
table.no_border
|
162
|
-
border-style: none
|
163
|
-
border-width: 0
|
164
|
-
cell-padding: 0
|
165
|
-
|
@@ -1,139 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
*********************************************
|
3
|
-
* Prototype of styles for horizontal CSS-menu
|
4
|
-
* @data 30.06.2009
|
5
|
-
*********************************************
|
6
|
-
* (X)HTML-scheme:
|
7
|
-
* <div id="menu">
|
8
|
-
* <ul class="menu">
|
9
|
-
* <li><a href="#" class="parent"><span>level 1</span></a>
|
10
|
-
* <ul>
|
11
|
-
* <li><a href="#" class="parent"><span>level 2</span></a>
|
12
|
-
* <ul><li><a href="#"><span>level 3</span></a></li></ul>
|
13
|
-
* </li>
|
14
|
-
* </ul>
|
15
|
-
* </li>
|
16
|
-
* <li class="last"><a href="#"><span>level 1</span></a></li>
|
17
|
-
* </ul>
|
18
|
-
* </div>
|
19
|
-
*********************************************
|
20
|
-
|
21
|
-
/* menu::base
|
22
|
-
|
23
|
-
|
24
|
-
div#menu
|
25
|
-
height: 41px
|
26
|
-
background: url(/images/menu/main-bg.png) repeat-x
|
27
|
-
ul
|
28
|
-
margin: 0
|
29
|
-
padding: 0
|
30
|
-
list-style: none
|
31
|
-
float: left
|
32
|
-
&.menu
|
33
|
-
padding-left: 30px
|
34
|
-
li
|
35
|
-
position: relative
|
36
|
-
z-index: 9
|
37
|
-
margin: 0
|
38
|
-
padding: 0 5px 0 0
|
39
|
-
display: block
|
40
|
-
float: left
|
41
|
-
&:hover>ul
|
42
|
-
left: -2px
|
43
|
-
a
|
44
|
-
position: relative
|
45
|
-
z-index: 10
|
46
|
-
height: 41px
|
47
|
-
display: block
|
48
|
-
float: left
|
49
|
-
line-height: 41px
|
50
|
-
text-decoration: none
|
51
|
-
font: normal 12px Trebuchet MS
|
52
|
-
&:hover
|
53
|
-
color: #fff
|
54
|
-
span
|
55
|
-
color: #fff
|
56
|
-
li.current a
|
57
|
-
span
|
58
|
-
display: block
|
59
|
-
cursor: pointer
|
60
|
-
background-repeat: no-repeat
|
61
|
-
background-position: 95% 0
|
62
|
-
ul ul a.parent
|
63
|
-
span
|
64
|
-
background-position: 95% 8px
|
65
|
-
background-image: url(/images/menu/item-pointer.gif)
|
66
|
-
&:hover span
|
67
|
-
background-image: url(/images/menu/item-pointer-mover.gif)
|
68
|
-
a
|
69
|
-
padding: 0 10px 0 10px
|
70
|
-
line-height: 30px
|
71
|
-
color: #e5e5e5
|
72
|
-
span
|
73
|
-
margin-top: 5px
|
74
|
-
li
|
75
|
-
background: url(/images/menu/main-delimiter.png) 98% 4px no-repeat
|
76
|
-
&.last
|
77
|
-
background: none
|
78
|
-
ul ul
|
79
|
-
li
|
80
|
-
background: none
|
81
|
-
position: absolute
|
82
|
-
top: 38px
|
83
|
-
left: -999em
|
84
|
-
width: 163px
|
85
|
-
padding: 5px 0 0 0
|
86
|
-
background: rgb(45, 45, 45)
|
87
|
-
margin-top: 1px
|
88
|
-
a
|
89
|
-
padding: 0 0 0 15px
|
90
|
-
height: auto
|
91
|
-
float: none
|
92
|
-
display: block
|
93
|
-
line-height: 24px
|
94
|
-
color: rgb(169, 169, 169)
|
95
|
-
span
|
96
|
-
margin-top: 0
|
97
|
-
padding-right: 15px
|
98
|
-
_padding-right: 20px
|
99
|
-
color: rgb(169, 169, 169)
|
100
|
-
a:hover span
|
101
|
-
color: #fff
|
102
|
-
li
|
103
|
-
&.last
|
104
|
-
background: none
|
105
|
-
width: 100%
|
106
|
-
ul
|
107
|
-
padding: 0
|
108
|
-
margin: -38px 0 0 163px !important
|
109
|
-
margin-left: 172px
|
110
|
-
background: rgb(41, 41, 41)
|
111
|
-
ul
|
112
|
-
background: rgb(38, 38, 38)
|
113
|
-
background: rgb(35, 35, 35)
|
114
|
-
li.back
|
115
|
-
background: url(/images/menu/lava.png) no-repeat right -44px !important
|
116
|
-
background-image: url(/images/menu/lava.gif)
|
117
|
-
width: 13px
|
118
|
-
height: 44px
|
119
|
-
z-index: 8
|
120
|
-
position: absolute
|
121
|
-
margin: -1px 0 0 -5px
|
122
|
-
.left
|
123
|
-
background: url(/images/menu/lava.png) no-repeat top left !important
|
124
|
-
background-image: url(/images/menu/lava.gif)
|
125
|
-
height: 44px
|
126
|
-
margin-right: 8px
|
127
|
-
|
128
|
-
/* menu::level1
|
129
|
-
|
130
|
-
/**@replace#1
|
131
|
-
|
132
|
-
/* menu::level2
|
133
|
-
|
134
|
-
/* menu::level3
|
135
|
-
|
136
|
-
/* colors
|
137
|
-
|
138
|
-
/* lava lamp
|
139
|
-
|
@@ -1,52 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
*Uploadify v2.1.0
|
3
|
-
*Release Date: August 24, 2009
|
4
|
-
*
|
5
|
-
*Copyright (c) 2009 Ronnie Garcia, Travis Nickels
|
6
|
-
*
|
7
|
-
*Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
|
-
*of this software and associated documentation files (the "Software"), to deal
|
9
|
-
*in the Software without restriction, including without limitation the rights
|
10
|
-
*to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
11
|
-
*copies of the Software, and to permit persons to whom the Software is
|
12
|
-
*furnished to do so, subject to the following conditions:
|
13
|
-
*
|
14
|
-
*The above copyright notice and this permission notice shall be included in
|
15
|
-
*all copies or substantial portions of the Software.
|
16
|
-
*
|
17
|
-
*THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18
|
-
*IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19
|
-
*FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20
|
-
*AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21
|
-
*LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22
|
-
*OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
23
|
-
*THE SOFTWARE.
|
24
|
-
|
25
|
-
.uploadifyQueueItem
|
26
|
-
font: 11px Verdana, Geneva, sans-serif
|
27
|
-
border: 2px solid #E5E5E5
|
28
|
-
background-color: #F5F5F5
|
29
|
-
margin-top: 5px
|
30
|
-
padding: 10px
|
31
|
-
width: 350px
|
32
|
-
|
33
|
-
.uploadifyError
|
34
|
-
border: 2px solid #FBCBBC !important
|
35
|
-
background-color: #FDE5DD !important
|
36
|
-
|
37
|
-
.uploadifyQueueItem .cancel
|
38
|
-
float: right
|
39
|
-
|
40
|
-
.uploadifyProgress
|
41
|
-
background-color: #FFFFFF
|
42
|
-
border-top: 1px solid #808080
|
43
|
-
border-left: 1px solid #808080
|
44
|
-
border-right: 1px solid #C5C5C5
|
45
|
-
border-bottom: 1px solid #C5C5C5
|
46
|
-
margin-top: 10px
|
47
|
-
width: 100%
|
48
|
-
|
49
|
-
.uploadifyProgressBar
|
50
|
-
background-color: #0099FF
|
51
|
-
width: 1px
|
52
|
-
height: 3px
|
@@ -1,25 +0,0 @@
|
|
1
|
-
body
|
2
|
-
background: url(/images/dreamy/bg-body.png) repeat-x top center #e8f7f9
|
3
|
-
font-family: "Trebuchet MS" Arial, Helvetica, sans-serif
|
4
|
-
font-size: 62.5%
|
5
|
-
/* Sets default font size to 10px
|
6
|
-
color: #222222
|
7
|
-
|
8
|
-
*
|
9
|
-
margin: 0
|
10
|
-
padding: 0
|
11
|
-
|
12
|
-
img
|
13
|
-
border: 0
|
14
|
-
|
15
|
-
p
|
16
|
-
margin-bottom: 1.75em
|
17
|
-
|
18
|
-
ul.tag_list li
|
19
|
-
list-style: none
|
20
|
-
width: 100%
|
21
|
-
min-height: 300px
|
22
|
-
float: left
|
23
|
-
margin: 0 10px 10px 0
|
24
|
-
text-align: center
|
25
|
-
|
@@ -1,56 +0,0 @@
|
|
1
|
-
body { background-color: #fff; color: #333; }
|
2
|
-
|
3
|
-
body, p, ol, ul, td {
|
4
|
-
font-family: verdana, arial, helvetica, sans-serif;
|
5
|
-
font-size: 13px;
|
6
|
-
line-height: 18px;
|
7
|
-
}
|
8
|
-
|
9
|
-
pre {
|
10
|
-
background-color: #eee;
|
11
|
-
padding: 10px;
|
12
|
-
font-size: 11px;
|
13
|
-
}
|
14
|
-
|
15
|
-
a { color: #000; }
|
16
|
-
a:visited { color: #666; }
|
17
|
-
a:hover { color: #fff; background-color:#000; }
|
18
|
-
|
19
|
-
div.field, div.actions {
|
20
|
-
margin-bottom: 10px;
|
21
|
-
}
|
22
|
-
|
23
|
-
#notice {
|
24
|
-
color: green;
|
25
|
-
}
|
26
|
-
|
27
|
-
.field_with_errors {
|
28
|
-
padding: 2px;
|
29
|
-
background-color: red;
|
30
|
-
display: table;
|
31
|
-
}
|
32
|
-
|
33
|
-
#error_explanation {
|
34
|
-
width: 450px;
|
35
|
-
border: 2px solid red;
|
36
|
-
padding: 7px;
|
37
|
-
padding-bottom: 0;
|
38
|
-
margin-bottom: 20px;
|
39
|
-
background-color: #f0f0f0;
|
40
|
-
}
|
41
|
-
|
42
|
-
#error_explanation h2 {
|
43
|
-
text-align: left;
|
44
|
-
font-weight: bold;
|
45
|
-
padding: 5px 5px 5px 15px;
|
46
|
-
font-size: 12px;
|
47
|
-
margin: -7px;
|
48
|
-
margin-bottom: 0px;
|
49
|
-
background-color: #c00;
|
50
|
-
color: #fff;
|
51
|
-
}
|
52
|
-
|
53
|
-
#error_explanation ul li {
|
54
|
-
font-size: 12px;
|
55
|
-
list-style: square;
|
56
|
-
}
|
Binary file
|