grandstand 0.2.7 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +6 -0
- data/README.md +72 -0
- data/app/controllers/galleries_controller.rb +4 -0
- data/app/controllers/grandstand/galleries_controller.rb +10 -1
- data/app/controllers/grandstand/images_controller.rb +9 -3
- data/app/controllers/grandstand/main_controller.rb +2 -4
- data/app/controllers/grandstand/pages_controller.rb +8 -1
- data/app/controllers/grandstand/sessions_controller.rb +1 -1
- data/app/helpers/grandstand/main_helper.rb +17 -0
- data/app/models/grandstand/gallery.rb +2 -1
- data/app/models/grandstand/image.rb +1 -0
- data/app/models/grandstand/page.rb +4 -0
- data/app/models/grandstand/page_section.rb +2 -0
- data/app/models/grandstand/post.rb +2 -0
- data/app/models/grandstand/user.rb +6 -4
- data/app/views/grandstand/galleries/delete.html.erb +2 -2
- data/app/views/grandstand/galleries/edit.html.erb +1 -1
- data/app/views/grandstand/galleries/editor.html.erb +3 -3
- data/app/views/grandstand/galleries/index.html.erb +5 -5
- data/app/views/grandstand/galleries/new.html.erb +1 -1
- data/app/views/grandstand/galleries/show.html.erb +11 -10
- data/app/views/grandstand/images/_form.html.erb +1 -1
- data/app/views/grandstand/images/delete.html.erb +2 -2
- data/app/views/grandstand/images/edit.html.erb +2 -2
- data/app/views/grandstand/images/new.html.erb +2 -2
- data/app/views/grandstand/images/show.html.erb +2 -2
- data/app/views/grandstand/main/index.html.erb +8 -10
- data/app/views/grandstand/pages/_form.html.erb +4 -5
- data/app/views/grandstand/pages/_row.html.erb +4 -3
- data/app/views/grandstand/pages/delete.html.erb +2 -2
- data/app/views/grandstand/pages/edit.html.erb +6 -3
- data/app/views/grandstand/pages/index.html.erb +10 -7
- data/app/views/grandstand/pages/new.html.erb +6 -3
- data/app/views/grandstand/pages/show.html.erb +25 -3
- data/app/views/grandstand/posts/_form.html.erb +1 -3
- data/app/views/grandstand/posts/_list.html.erb +1 -1
- data/app/views/grandstand/posts/delete.html.erb +1 -2
- data/app/views/grandstand/posts/edit.html.erb +5 -2
- data/app/views/grandstand/posts/index.html.erb +10 -5
- data/app/views/grandstand/posts/new.html.erb +5 -2
- data/app/views/grandstand/posts/show.html.erb +3 -5
- data/app/views/grandstand/sessions/forgot.html.erb +2 -2
- data/app/views/grandstand/sessions/show.html.erb +2 -2
- data/app/views/grandstand/shared/_footer.html.erb +1 -0
- data/app/views/grandstand/users/_form.html.erb +7 -3
- data/app/views/grandstand/users/delete.html.erb +1 -1
- data/app/views/grandstand/users/edit.html.erb +1 -1
- data/app/views/grandstand/users/index.html.erb +4 -2
- data/app/views/grandstand/users/new.html.erb +1 -1
- data/app/views/grandstand/users/show.html.erb +7 -4
- data/app/views/layouts/grandstand.html.erb +17 -55
- data/app/views/layouts/{grandstand_login.html.erb → grandstand_minimal.html.erb} +5 -2
- data/app/views/pages/show.html.erb +0 -8
- data/app/views/posts/show.html.erb +1 -1
- data/app/views/shared/404.html.erb +1 -1
- data/config/routes.rb +5 -0
- data/lib/generators/grandstand/install/install_generator.rb +40 -0
- data/lib/generators/grandstand/install/templates/initializer.rb +27 -0
- data/lib/generators/grandstand/install/templates/migration.rb +95 -0
- data/lib/generators/grandstand/install/templates/public/fonts/museosans.eot +0 -0
- data/lib/generators/grandstand/install/templates/public/fonts/museosans.svg +247 -0
- data/lib/generators/grandstand/install/templates/public/fonts/museosans.ttf +0 -0
- data/lib/generators/grandstand/install/templates/public/fonts/museosans.woff +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/background-input.gif +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/background-progress-bar.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/background-progress-complete.gif +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/background-progress.gif +0 -0
- data/lib/generators/grandstand/install/templates/public/images/icons/add.png +0 -0
- data/lib/generators/grandstand/install/templates/public/images/icons/delete.png +0 -0
- data/lib/generators/grandstand/install/templates/public/images/icons/edit.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/icons/editor/bold.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/icons/editor/gallery.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/icons/editor/image-center.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/icons/editor/image-left.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/icons/editor/image-right.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/icons/editor/image.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/icons/editor/italic.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/icons/editor/ordered-list.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/icons/editor/quote.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/icons/editor/source.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/icons/editor/strikethrough.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/icons/editor/underline.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/icons/editor/unordered-list.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/icons/error.png +0 -0
- data/lib/generators/grandstand/install/templates/public/images/icons/external.png +0 -0
- data/{public/grandstand/images → lib/generators/grandstand/install/templates/public/images/icons}/galleries-empty.png +0 -0
- data/lib/generators/grandstand/install/templates/public/images/icons/galleries.png +0 -0
- data/lib/generators/grandstand/install/templates/public/images/icons/gallery.png +0 -0
- data/lib/generators/grandstand/install/templates/public/images/icons/handle.gif +0 -0
- data/lib/generators/grandstand/install/templates/public/images/icons/image-library.png +0 -0
- data/lib/generators/grandstand/install/templates/public/images/icons/image.png +0 -0
- data/lib/generators/grandstand/install/templates/public/images/icons/okay.png +0 -0
- data/lib/generators/grandstand/install/templates/public/images/icons/pages.png +0 -0
- data/lib/generators/grandstand/install/templates/public/images/icons/posts.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/icons/processing.gif +0 -0
- data/lib/generators/grandstand/install/templates/public/images/icons/users.png +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/spinner-dark.gif +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/images/uploader.swf +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/javascripts/application.js +27 -21
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/javascripts/jquery.js +1 -1
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/javascripts/mustache.js +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/javascripts/preview.js +0 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/javascripts/selection.js +1 -1
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/javascripts/string.js +0 -1
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/javascripts/wysiwyg.js +8 -9
- data/lib/generators/grandstand/install/templates/public/stylesheets/application.css +368 -0
- data/lib/generators/grandstand/install/templates/public/stylesheets/buttons.css +81 -0
- data/lib/generators/grandstand/install/templates/public/stylesheets/dialog.css +142 -0
- data/lib/generators/grandstand/install/templates/public/stylesheets/forms.css +94 -0
- data/lib/generators/grandstand/install/templates/public/stylesheets/global.css +94 -0
- data/lib/generators/grandstand/install/templates/public/stylesheets/login.css +37 -0
- data/{public/grandstand → lib/generators/grandstand/install/templates/public}/stylesheets/wysiwyg-content.css +1 -0
- data/lib/generators/grandstand/install/templates/public/stylesheets/wysiwyg.css +94 -0
- data/lib/generators/grandstand/install/templates/s3.yml +8 -0
- data/lib/grandstand.rb +78 -16
- data/lib/grandstand/application.rb +1 -10
- data/lib/grandstand/controller.rb +7 -1
- data/lib/grandstand/form_builder.rb +2 -2
- data/lib/grandstand/helper.rb +3 -0
- data/lib/grandstand/session.rb +1 -1
- metadata +143 -101
- data/.gitignore +0 -2
- data/MIT-LICENSE +0 -20
- data/README.markdown +0 -43
- data/README.txt +0 -0
- data/Rakefile +0 -50
- data/VERSION +0 -1
- data/app/helpers/site_helper.rb +0 -2
- data/app/stylesheets/_buttons.less +0 -76
- data/app/stylesheets/application.less +0 -331
- data/app/stylesheets/global.less +0 -452
- data/app/stylesheets/login.less +0 -30
- data/app/stylesheets/wysiwyg.less +0 -108
- data/app/views/grandstand/pages/_left.html.erb +0 -3
- data/app/views/grandstand/posts/_left.html.erb +0 -3
- data/app/views/grandstand/users/_left.html.erb +0 -3
- data/grandstand.gemspec +0 -207
- data/lib/grandstand/stylesheets_controller.rb +0 -14
- data/public/grandstand/images/icons/add.png +0 -0
- data/public/grandstand/images/icons/collapse.png +0 -0
- data/public/grandstand/images/icons/delete.png +0 -0
- data/public/grandstand/images/icons/edit.png +0 -0
- data/public/grandstand/images/icons/expand.png +0 -0
- data/public/grandstand/images/icons/galleries.png +0 -0
- data/public/grandstand/images/icons/gallery.png +0 -0
- data/public/grandstand/images/icons/image.png +0 -0
- data/public/grandstand/images/icons/okay.png +0 -0
- data/public/grandstand/images/icons/pages.png +0 -0
- data/public/grandstand/images/icons/posts.png +0 -0
- data/public/grandstand/images/icons/upload.png +0 -0
- data/public/grandstand/images/icons/users.png +0 -0
- data/public/grandstand/images/logo.png +0 -0
- data/vendor/cache/more-0.1.1.gem +0 -0
@@ -0,0 +1,81 @@
|
|
1
|
+
.grandstand #dialog .toolbar, .grandstand .wysiwyg .toolbar {
|
2
|
+
background-color:#a7a7a7;
|
3
|
+
background-image:-moz-linear-gradient(top, #cacaca, #a7a7a7);
|
4
|
+
background-image:-webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#a7a7a7));
|
5
|
+
overflow:hidden;
|
6
|
+
padding:5px;
|
7
|
+
}
|
8
|
+
|
9
|
+
|
10
|
+
.grandstand .button {
|
11
|
+
background-color:#ededed;
|
12
|
+
background-image:-moz-linear-gradient(center bottom, rgb(131,215,108) 0%, rgb(159,237,138) 100%);
|
13
|
+
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(0.03, #ededed), color-stop(1, #c4c4c4));
|
14
|
+
border:1px solid #aaa;
|
15
|
+
border-bottom-color:#949494;
|
16
|
+
border-top-color:#bdbdbd;
|
17
|
+
color:#4f4f4f !important;
|
18
|
+
cursor:pointer;
|
19
|
+
display:inline-block;
|
20
|
+
height:24px;
|
21
|
+
line-height:24px !important;
|
22
|
+
font:bold 12px Arial, sans-serif;
|
23
|
+
margin:0;
|
24
|
+
overflow:hidden;
|
25
|
+
padding:0 10px;
|
26
|
+
text-decoration:none !important;
|
27
|
+
text-shadow:rgba(255, 255, 255, 0.7) 0 1px 0;
|
28
|
+
-moz-border-radius:2px;
|
29
|
+
-webkit-border-radius:2px;
|
30
|
+
-webkit-box-shadow:rgba(255, 255, 255, 0.7) 0 1px 0;
|
31
|
+
-webkit-box-sizing:content-box;
|
32
|
+
-webkit-transition:-webkit-box-shadow 0.1s linear;
|
33
|
+
}
|
34
|
+
|
35
|
+
.grandstand .button:focus:not(:disabled) {
|
36
|
+
outline:0;
|
37
|
+
-moz-box-shadow:#bbb 0 0 5px;
|
38
|
+
-webkit-box-shadow:#bbb 0 0 5px;
|
39
|
+
}
|
40
|
+
|
41
|
+
.grandstand .button:active:not(:disabled) {
|
42
|
+
background-image:-moz-linear-gradient(center bottom, rgb(131,215,108) 100%, rgb(159,237,138) 0%);
|
43
|
+
background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #f7f7f7), color-stop(0.03, #ededed), color-stop(1, #c4c4c4));
|
44
|
+
border-bottom-color:#bdbdbd;
|
45
|
+
border-top-color:#949494;
|
46
|
+
}
|
47
|
+
|
48
|
+
.grandstand .button:disabled {
|
49
|
+
cursor:default;
|
50
|
+
opacity:0.5;
|
51
|
+
}
|
52
|
+
|
53
|
+
.grandstand .button.default {
|
54
|
+
background-color:#b9e0f5;
|
55
|
+
background-image:-moz-linear-gradient(center bottom, rgb(131,215,108) 0%, rgb(159,237,138) 100%);
|
56
|
+
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ddf0fb), color-stop(0.03, #b9e0f5), color-stop(1, #83b0ca));
|
57
|
+
border:1px solid #6e94a9;
|
58
|
+
border-bottom-color:#587e93;
|
59
|
+
border-top-color:#8ab0c6;
|
60
|
+
color:#1c4257 !important;
|
61
|
+
}
|
62
|
+
|
63
|
+
.grandstand .button.default:hover:not(:disabled) {
|
64
|
+
|
65
|
+
}
|
66
|
+
|
67
|
+
.grandstand .button.default:active:not(:disabled) {
|
68
|
+
background-image:-moz-gradient(linear, left bottom, left top, color-stop(0, #ddf0fb), color-stop(0.03, #b9e0f5), color-stop(1, #83b0ca));
|
69
|
+
background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #ddf0fb), color-stop(0.03, #b9e0f5), color-stop(1, #83b0ca));
|
70
|
+
border:1px solid #6e94a9;
|
71
|
+
border-bottom-color:#8ab0c6;
|
72
|
+
border-top-color:#587e93;
|
73
|
+
}
|
74
|
+
|
75
|
+
.grandstand .button.has-icon {
|
76
|
+
padding-left:5px;
|
77
|
+
}
|
78
|
+
|
79
|
+
.grandstand .button .icon {
|
80
|
+
background-position:left center;
|
81
|
+
}
|
@@ -0,0 +1,142 @@
|
|
1
|
+
/* Dialog styling */
|
2
|
+
#cover {
|
3
|
+
background-color:#000;
|
4
|
+
height:100%;
|
5
|
+
left:0;
|
6
|
+
opacity:0.6;
|
7
|
+
position:fixed;
|
8
|
+
top:0;
|
9
|
+
width:100%;
|
10
|
+
z-index:3;
|
11
|
+
}
|
12
|
+
|
13
|
+
#cover.loading {
|
14
|
+
background-image:url(../images/spinner-dark.gif);
|
15
|
+
background-position:center center;
|
16
|
+
background-repeat:no-repeat;
|
17
|
+
}
|
18
|
+
|
19
|
+
#dialog {
|
20
|
+
left:50%;
|
21
|
+
margin-left:-200px;
|
22
|
+
position:fixed;
|
23
|
+
top:0;
|
24
|
+
width:400px;
|
25
|
+
z-index:3;
|
26
|
+
-moz-border-radius-bottomleft:5px;
|
27
|
+
-moz-border-radius-bottomright:5px;
|
28
|
+
-webkit-border-bottom-left-radius:5px;
|
29
|
+
-webkit-border-bottom-right-radius:5px;
|
30
|
+
-moz-box-shadow:#333 0 1px 2px;
|
31
|
+
-webkit-box-shadow:#333 0 1px 2px;
|
32
|
+
}
|
33
|
+
|
34
|
+
#dialog .source {
|
35
|
+
float:left;
|
36
|
+
height:100%;
|
37
|
+
overflow-x:hidden;
|
38
|
+
overflow-y:auto;
|
39
|
+
width:200px;
|
40
|
+
}
|
41
|
+
|
42
|
+
#dialog .source .header {
|
43
|
+
background-color:transparent !important;
|
44
|
+
background-image:none !important;
|
45
|
+
border-width:0 !important;
|
46
|
+
color:#505d81;
|
47
|
+
font-weight:bold;
|
48
|
+
padding:10px 10px 5px 10px;
|
49
|
+
text-shadow:#f1f5f8 0 1px 0;
|
50
|
+
text-transform:uppercase;
|
51
|
+
}
|
52
|
+
|
53
|
+
#dialog .source a {
|
54
|
+
border-top:1px solid #d9dfe8;
|
55
|
+
color:#000;
|
56
|
+
display:block;
|
57
|
+
padding:5px 5px 5px 20px;
|
58
|
+
text-decoration:none;
|
59
|
+
}
|
60
|
+
|
61
|
+
#dialog .source a.active {
|
62
|
+
background:-webkit-gradient(linear, left top, left bottom, from(#63a4e2), to(#0066c0));
|
63
|
+
border-top:1px solid #4691d6;
|
64
|
+
color:#fff;
|
65
|
+
text-shadow:#000 0 1px 0;
|
66
|
+
}
|
67
|
+
|
68
|
+
#dialog .toolbar {
|
69
|
+
border-top:1px solid #888;
|
70
|
+
clear:both;
|
71
|
+
text-align:right;
|
72
|
+
-moz-border-radius-bottomleft:5px;
|
73
|
+
-moz-border-radius-bottomright:5px;
|
74
|
+
-webkit-border-bottom-left-radius:5px;
|
75
|
+
-webkit-border-bottom-right-radius:5px;
|
76
|
+
}
|
77
|
+
|
78
|
+
#dialog .toolbar .button {
|
79
|
+
border-color:#888;
|
80
|
+
}
|
81
|
+
|
82
|
+
#dialog h2 {
|
83
|
+
background:#fafafa;
|
84
|
+
border-bottom:1px solid #ddd;
|
85
|
+
color:#555;
|
86
|
+
font-size:11pt;
|
87
|
+
font-weight:bold;
|
88
|
+
margin:0 !important;
|
89
|
+
padding:5px;
|
90
|
+
text-shadow:#fff 0 1px 0;
|
91
|
+
}
|
92
|
+
|
93
|
+
#dialog form {
|
94
|
+
border-top:1px solid #fff;
|
95
|
+
margin:0;
|
96
|
+
}
|
97
|
+
|
98
|
+
#dialog form.two-pane {
|
99
|
+
background:#d9dfe8;
|
100
|
+
border-top-width:0;
|
101
|
+
-moz-border-radius-bottomleft:5px;
|
102
|
+
-moz-border-radius-bottomright:5px;
|
103
|
+
-webkit-border-bottom-left-radius:5px;
|
104
|
+
-webkit-border-bottom-right-radius:5px;
|
105
|
+
}
|
106
|
+
|
107
|
+
#dialog .destination {
|
108
|
+
background-color:#fff;
|
109
|
+
border-left:1px solid #aaa;
|
110
|
+
height:100%;
|
111
|
+
margin-left:200px;
|
112
|
+
}
|
113
|
+
|
114
|
+
#dialog .field {
|
115
|
+
background:#f0f0f0;
|
116
|
+
padding:10px;
|
117
|
+
}
|
118
|
+
|
119
|
+
#dialog .image {
|
120
|
+
cursor:pointer;
|
121
|
+
}
|
122
|
+
|
123
|
+
#dialog .scrollable {
|
124
|
+
/*height:100%;*/
|
125
|
+
overflow-x:hidden;
|
126
|
+
overflow-y:auto;
|
127
|
+
padding:10px 0;
|
128
|
+
width:100%;
|
129
|
+
-moz-box-sizing:border-box;
|
130
|
+
-ms-box-sizing:border-box;
|
131
|
+
-webkit-box-sizing:border-box;
|
132
|
+
}
|
133
|
+
|
134
|
+
#dialog.large {
|
135
|
+
margin-left:-450px;
|
136
|
+
width:900px;
|
137
|
+
}
|
138
|
+
|
139
|
+
#dialog.medium {
|
140
|
+
margin-left:-300px;
|
141
|
+
width:600px;
|
142
|
+
}
|
@@ -0,0 +1,94 @@
|
|
1
|
+
/* Grandstand Forms */
|
2
|
+
.grandstand select {
|
3
|
+
padding:2px;
|
4
|
+
}
|
5
|
+
|
6
|
+
.grandstand select.error {
|
7
|
+
border:1px solid #f00;
|
8
|
+
}
|
9
|
+
|
10
|
+
.grandstand select.multiple {
|
11
|
+
min-height:55px;
|
12
|
+
min-width:150px;
|
13
|
+
}
|
14
|
+
|
15
|
+
.grandstand select.small {
|
16
|
+
width:50px;
|
17
|
+
}
|
18
|
+
|
19
|
+
.grandstand textarea {
|
20
|
+
height:50px;
|
21
|
+
}
|
22
|
+
|
23
|
+
.grandstand textarea.small {
|
24
|
+
height:32px;
|
25
|
+
width:180px;
|
26
|
+
}
|
27
|
+
|
28
|
+
.grandstand textarea.wysiwyg {
|
29
|
+
display:block;
|
30
|
+
height:600px;
|
31
|
+
width:100%;
|
32
|
+
}
|
33
|
+
|
34
|
+
.grandstand textarea.error, .grandstand input.error {
|
35
|
+
border:1px solid #f00 !important;
|
36
|
+
}
|
37
|
+
|
38
|
+
.grandstand input.text, .grandstand textarea {
|
39
|
+
background:#fff url(../images/background-input.gif) repeat-x;
|
40
|
+
border-bottom:1px solid #ddd;
|
41
|
+
border-left:1px solid #c3c3c3;
|
42
|
+
border-right:1px solid #c3c3c3;
|
43
|
+
border-top:1px solid #7d7d7d;
|
44
|
+
padding:3px;
|
45
|
+
width:370px;
|
46
|
+
-moz-box-sizing:border-box;
|
47
|
+
-ms-box-sizing:border-box;
|
48
|
+
-webkit-box-sizing:border-box;
|
49
|
+
}
|
50
|
+
|
51
|
+
.grandstand input.text.medium {
|
52
|
+
width:180px;
|
53
|
+
}
|
54
|
+
|
55
|
+
.grandstand input.text.oversized {
|
56
|
+
/* display:block;*/
|
57
|
+
font-size:18px;
|
58
|
+
width:100%;
|
59
|
+
}
|
60
|
+
|
61
|
+
.grandstand input.half.text.oversized {
|
62
|
+
width:183px;
|
63
|
+
}
|
64
|
+
|
65
|
+
.grandstand input.text.small {
|
66
|
+
width:94px;
|
67
|
+
}
|
68
|
+
|
69
|
+
.grandstand input.text.tiny {
|
70
|
+
width:50px;
|
71
|
+
}
|
72
|
+
|
73
|
+
.grandstand input.replace.unedited, .grandstand textarea.replace.unedited {
|
74
|
+
color:#777 !important;
|
75
|
+
}
|
76
|
+
|
77
|
+
/* Progress Bar UI */
|
78
|
+
.grandstand .progress-bar {
|
79
|
+
background:url(../images/background-progress-bar.png) repeat-x left center;
|
80
|
+
margin:0;
|
81
|
+
padding:0 !important;
|
82
|
+
width:200px;
|
83
|
+
}
|
84
|
+
|
85
|
+
.grandstand .progress-bar .progress {
|
86
|
+
background:url(../images/background-progress.gif) repeat-x;
|
87
|
+
height:11px;
|
88
|
+
width:0;
|
89
|
+
}
|
90
|
+
|
91
|
+
.grandstand .progress-bar.complete .progress {
|
92
|
+
background-image:url(../images/background-progress-complete.gif);
|
93
|
+
width:100%;
|
94
|
+
}
|
@@ -0,0 +1,94 @@
|
|
1
|
+
@import url('buttons.css');
|
2
|
+
|
3
|
+
@font-face {
|
4
|
+
font-family: 'MuseoSans';
|
5
|
+
src: url('../fonts/museosans.eot');
|
6
|
+
src: local('☺'), url('../fonts/museosans.woff') format('woff'), url('../fonts/museosans.ttf') format('truetype'), url('../fonts/museosans.svg#webfontppiXQhGR') format('svg');
|
7
|
+
font-weight: normal;
|
8
|
+
font-style: normal;
|
9
|
+
}
|
10
|
+
|
11
|
+
/* HTML Tags (excluding form input elements) */
|
12
|
+
body, html {
|
13
|
+
min-height:100%;
|
14
|
+
}
|
15
|
+
|
16
|
+
body.grandstand {
|
17
|
+
font:12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
18
|
+
}
|
19
|
+
|
20
|
+
.grandstand a {
|
21
|
+
color:#991818;
|
22
|
+
cursor:pointer;
|
23
|
+
text-decoration:none;
|
24
|
+
}
|
25
|
+
|
26
|
+
.grandstand a:hover {
|
27
|
+
color:#d72323;
|
28
|
+
}
|
29
|
+
|
30
|
+
.grandstand a img {
|
31
|
+
border-width:0;
|
32
|
+
}
|
33
|
+
|
34
|
+
.grandstand form .field {
|
35
|
+
margin:0;
|
36
|
+
overflow:hidden;
|
37
|
+
padding:10px 5px;
|
38
|
+
}
|
39
|
+
|
40
|
+
.grandstand form label, .grandstand form .label {
|
41
|
+
color:#666;
|
42
|
+
display:block;
|
43
|
+
font:bold 12px Arial;
|
44
|
+
margin-bottom:3px;
|
45
|
+
}
|
46
|
+
|
47
|
+
.grandstand h1, .grandstand h2 {
|
48
|
+
font-family:'Calibiri', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
49
|
+
}
|
50
|
+
|
51
|
+
.grandstand h1 {
|
52
|
+
margin:0 0 10px 0;
|
53
|
+
font-family:'MuseoSans';
|
54
|
+
font-size:22pt;
|
55
|
+
font-weight:normal;
|
56
|
+
text-transform:uppercase;
|
57
|
+
}
|
58
|
+
|
59
|
+
.grandstand h2 {
|
60
|
+
display:block !important;
|
61
|
+
font-size:18pt;
|
62
|
+
font-weight:normal;
|
63
|
+
margin:0 0 5px 0;
|
64
|
+
}
|
65
|
+
|
66
|
+
/* General Classes */
|
67
|
+
.grandstand .inset {
|
68
|
+
background-color:#f5f5f5;
|
69
|
+
border-bottom:1px solid #fff;
|
70
|
+
padding:10px;
|
71
|
+
-moz-border-radius:5px;
|
72
|
+
-webkit-border-radius:5px;
|
73
|
+
-moz-box-shadow:inset #888 0 1px 2px;
|
74
|
+
-webkit-box-shadow:inset #888 0 1px 2px;
|
75
|
+
}
|
76
|
+
|
77
|
+
.grandstand .notification {
|
78
|
+
bottom:20px;
|
79
|
+
position:fixed;
|
80
|
+
text-align:center;
|
81
|
+
width:100%;
|
82
|
+
z-index:4;
|
83
|
+
}
|
84
|
+
|
85
|
+
.grandstand .notification .inner {
|
86
|
+
background:rgba(0, 0, 0, 0.7);
|
87
|
+
color:#fff;
|
88
|
+
display:inline-block;
|
89
|
+
font-size:24pt;
|
90
|
+
margin:0 auto;
|
91
|
+
padding:10px 20px;
|
92
|
+
-moz-border-radius:70px;
|
93
|
+
-webkit-border-radius:70px;
|
94
|
+
}
|
@@ -0,0 +1,37 @@
|
|
1
|
+
@import url('forms.css');
|
2
|
+
@import url('global.css');
|
3
|
+
|
4
|
+
body.grandstand {
|
5
|
+
background-color:#c9d1d3;
|
6
|
+
}
|
7
|
+
|
8
|
+
#logo {
|
9
|
+
left:50%;
|
10
|
+
margin-left:-200px;
|
11
|
+
position:absolute;
|
12
|
+
top:100px;
|
13
|
+
width:400px;
|
14
|
+
}
|
15
|
+
|
16
|
+
#login {
|
17
|
+
border-bottom:1px solid #ffffff;
|
18
|
+
left:50%;
|
19
|
+
margin:0 0 0 -200px;
|
20
|
+
position:absolute;
|
21
|
+
padding:2em 2em 3em 2em;
|
22
|
+
top:135px;
|
23
|
+
width:400px;
|
24
|
+
-moz-box-sizing:border-box;
|
25
|
+
-ms-box-sizing:border-box;
|
26
|
+
-webkit-box-sizing:border-box;
|
27
|
+
-moz-border-radius:5px;
|
28
|
+
-webkit-border-radius:5px;
|
29
|
+
}
|
30
|
+
|
31
|
+
#footer {
|
32
|
+
bottom:1em;
|
33
|
+
font-size:8pt;
|
34
|
+
position:absolute;
|
35
|
+
text-align:center;
|
36
|
+
width:100%;
|
37
|
+
}
|