fume 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/fume.gemspec +12 -35
- data/generators/fume/simple_theme/templates/public/demo.html +42 -6
- data/generators/fume/simple_theme/templates/public/javascripts/jquery.corner-2.03.js +203 -0
- data/generators/fume/simple_theme/templates/public/javascripts/jquery.timepicker-0.2.1.js +413 -0
- data/generators/fume/simple_theme/templates/public/javascripts/simple-theme-ie-patch.js +19 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/simple-theme.css +122 -175
- data/generators/fume/simple_theme/templates/public/stylesheets/simple-theme.less +21 -3
- data/generators/fume/simple_theme/templates/public/stylesheets/src/base.less +9 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/src/function.less +17 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/{layout.less → src/layout.less} +30 -11
- data/generators/fume/simple_theme/templates/public/stylesheets/src/reset.less +18 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/src/vendor/yui-3.0/base.css +80 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/src/vendor/yui-3.0/fonts.css +47 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/src/vendor/yui-3.0/reset.css +126 -0
- metadata +12 -35
- data/generators/fume/simple_theme/templates/public/stylesheets/base.less +0 -49
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/ie.css +0 -27
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/buttons/icons/cross.png +0 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/buttons/icons/key.png +0 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/buttons/icons/tick.png +0 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/buttons/readme.txt +0 -32
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/buttons/screen.css +0 -97
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/fancy-type/readme.txt +0 -14
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/fancy-type/screen.css +0 -71
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/icons/doc.png +0 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/icons/email.png +0 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/icons/external.png +0 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/icons/feed.png +0 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/icons/im.png +0 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/icons/pdf.png +0 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/icons/visited.png +0 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/icons/xls.png +0 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/readme.txt +0 -18
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/screen.css +0 -40
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/rtl/readme.txt +0 -10
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/rtl/screen.css +0 -109
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/print.css +0 -30
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/screen.css +0 -251
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/src/forms.css +0 -49
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/src/grid.css +0 -269
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/src/grid.png +0 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/src/ie.css +0 -61
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/src/print.css +0 -85
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/src/reset.css +0 -38
- data/generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/src/typography.css +0 -105
- data/generators/fume/simple_theme/templates/public/stylesheets/drastic-dark.less +0 -0
- data/generators/fume/simple_theme/templates/public/stylesheets/ie_patch.less +0 -4
@@ -0,0 +1,126 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
3
|
+
Code licensed under the BSD License:
|
4
|
+
http://developer.yahoo.net/yui/license.txt
|
5
|
+
version: 3.0.0
|
6
|
+
build: 1549
|
7
|
+
*/
|
8
|
+
/*
|
9
|
+
TODO will need to remove settings on HTML since we can't namespace it.
|
10
|
+
TODO with the prefix, should I group by selector or property for weight savings?
|
11
|
+
*/
|
12
|
+
html{
|
13
|
+
color:#000;
|
14
|
+
background:#FFF;
|
15
|
+
}
|
16
|
+
/*
|
17
|
+
TODO remove settings on BODY since we can't namespace it.
|
18
|
+
*/
|
19
|
+
/*
|
20
|
+
TODO test putting a class on HEAD.
|
21
|
+
- Fails on FF.
|
22
|
+
*/
|
23
|
+
body,
|
24
|
+
div,
|
25
|
+
dl,
|
26
|
+
dt,
|
27
|
+
dd,
|
28
|
+
ul,
|
29
|
+
ol,
|
30
|
+
li,
|
31
|
+
h1,
|
32
|
+
h2,
|
33
|
+
h3,
|
34
|
+
h4,
|
35
|
+
h5,
|
36
|
+
h6,
|
37
|
+
pre,
|
38
|
+
code,
|
39
|
+
form,
|
40
|
+
fieldset,
|
41
|
+
legend,
|
42
|
+
input,
|
43
|
+
textarea,
|
44
|
+
p,
|
45
|
+
blockquote,
|
46
|
+
th,
|
47
|
+
td {
|
48
|
+
margin:0;
|
49
|
+
padding:0;
|
50
|
+
}
|
51
|
+
table {
|
52
|
+
border-collapse:collapse;
|
53
|
+
border-spacing:0;
|
54
|
+
}
|
55
|
+
fieldset,
|
56
|
+
img {
|
57
|
+
border:0;
|
58
|
+
}
|
59
|
+
/*
|
60
|
+
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
|
61
|
+
*/
|
62
|
+
address,
|
63
|
+
caption,
|
64
|
+
cite,
|
65
|
+
code,
|
66
|
+
dfn,
|
67
|
+
em,
|
68
|
+
strong,
|
69
|
+
th,
|
70
|
+
var {
|
71
|
+
font-style:normal;
|
72
|
+
font-weight:normal;
|
73
|
+
}
|
74
|
+
/*
|
75
|
+
TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
|
76
|
+
*/
|
77
|
+
li {
|
78
|
+
list-style:none;
|
79
|
+
}
|
80
|
+
|
81
|
+
caption,
|
82
|
+
th {
|
83
|
+
text-align:left;
|
84
|
+
}
|
85
|
+
h1,
|
86
|
+
h2,
|
87
|
+
h3,
|
88
|
+
h4,
|
89
|
+
h5,
|
90
|
+
h6 {
|
91
|
+
font-size:100%;
|
92
|
+
font-weight:normal;
|
93
|
+
}
|
94
|
+
q:before,
|
95
|
+
q:after {
|
96
|
+
content:'';
|
97
|
+
}
|
98
|
+
abbr,
|
99
|
+
acronym {
|
100
|
+
border:0;
|
101
|
+
font-variant:normal;
|
102
|
+
}
|
103
|
+
/* to preserve line-height and selector appearance */
|
104
|
+
sup {
|
105
|
+
vertical-align:text-top;
|
106
|
+
}
|
107
|
+
sub {
|
108
|
+
vertical-align:text-bottom;
|
109
|
+
}
|
110
|
+
input,
|
111
|
+
textarea,
|
112
|
+
select {
|
113
|
+
font-family:inherit;
|
114
|
+
font-size:inherit;
|
115
|
+
font-weight:inherit;
|
116
|
+
}
|
117
|
+
/*to enable resizing for IE*/
|
118
|
+
input,
|
119
|
+
textarea,
|
120
|
+
select {
|
121
|
+
*font-size:100%;
|
122
|
+
}
|
123
|
+
/*because legend doesn't inherit in IE */
|
124
|
+
legend {
|
125
|
+
color:#000;
|
126
|
+
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fume
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sunteya
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-12-
|
12
|
+
date: 2009-12-21 00:00:00 +08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -59,42 +59,19 @@ files:
|
|
59
59
|
- generators/fume/simple_theme/templates/public/javascripts/jquery-1.3.2.js
|
60
60
|
- generators/fume/simple_theme/templates/public/javascripts/jquery-ui-1.7.2.js
|
61
61
|
- generators/fume/simple_theme/templates/public/javascripts/jquery-ui-i18n-1.7.2.js
|
62
|
-
- generators/fume/simple_theme/templates/public/
|
63
|
-
- generators/fume/simple_theme/templates/public/
|
64
|
-
- generators/fume/simple_theme/templates/public/
|
65
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/buttons/icons/key.png
|
66
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/buttons/icons/tick.png
|
67
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/buttons/readme.txt
|
68
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/buttons/screen.css
|
69
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/fancy-type/readme.txt
|
70
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/fancy-type/screen.css
|
71
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/icons/doc.png
|
72
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/icons/email.png
|
73
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/icons/external.png
|
74
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/icons/feed.png
|
75
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/icons/im.png
|
76
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/icons/pdf.png
|
77
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/icons/visited.png
|
78
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/icons/xls.png
|
79
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/readme.txt
|
80
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/link-icons/screen.css
|
81
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/rtl/readme.txt
|
82
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/plugins/rtl/screen.css
|
83
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/print.css
|
84
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/screen.css
|
85
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/src/forms.css
|
86
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/src/grid.css
|
87
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/src/grid.png
|
88
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/src/ie.css
|
89
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/src/print.css
|
90
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/src/reset.css
|
91
|
-
- generators/fume/simple_theme/templates/public/stylesheets/blueprint-0.9.1/src/typography.css
|
92
|
-
- generators/fume/simple_theme/templates/public/stylesheets/drastic-dark.less
|
93
|
-
- generators/fume/simple_theme/templates/public/stylesheets/ie_patch.less
|
62
|
+
- generators/fume/simple_theme/templates/public/javascripts/jquery.corner-2.03.js
|
63
|
+
- generators/fume/simple_theme/templates/public/javascripts/jquery.timepicker-0.2.1.js
|
64
|
+
- generators/fume/simple_theme/templates/public/javascripts/simple-theme-ie-patch.js
|
94
65
|
- generators/fume/simple_theme/templates/public/stylesheets/jquery-ui-1.7.2.ui-darkness.css
|
95
|
-
- generators/fume/simple_theme/templates/public/stylesheets/layout.less
|
96
66
|
- generators/fume/simple_theme/templates/public/stylesheets/simple-theme.css
|
97
67
|
- generators/fume/simple_theme/templates/public/stylesheets/simple-theme.less
|
68
|
+
- generators/fume/simple_theme/templates/public/stylesheets/src/base.less
|
69
|
+
- generators/fume/simple_theme/templates/public/stylesheets/src/function.less
|
70
|
+
- generators/fume/simple_theme/templates/public/stylesheets/src/layout.less
|
71
|
+
- generators/fume/simple_theme/templates/public/stylesheets/src/reset.less
|
72
|
+
- generators/fume/simple_theme/templates/public/stylesheets/src/vendor/yui-3.0/base.css
|
73
|
+
- generators/fume/simple_theme/templates/public/stylesheets/src/vendor/yui-3.0/fonts.css
|
74
|
+
- generators/fume/simple_theme/templates/public/stylesheets/src/vendor/yui-3.0/reset.css
|
98
75
|
- init.rb
|
99
76
|
- lib/fume.rb
|
100
77
|
- lib/fume/authlogic.rb
|
@@ -1,49 +0,0 @@
|
|
1
|
-
@import "blueprint-0.9.1/src/reset.css";
|
2
|
-
@import "blueprint-0.9.1/src/typography.css";
|
3
|
-
|
4
|
-
|
5
|
-
/* =========================
|
6
|
-
commons
|
7
|
-
========================= */
|
8
|
-
|
9
|
-
button, input, select, textarea {
|
10
|
-
font-weight: inherit;
|
11
|
-
font-style: inherit;
|
12
|
-
font-size: 100%;
|
13
|
-
font-family: inherit;
|
14
|
-
vertical-align: baseline;
|
15
|
-
}
|
16
|
-
|
17
|
-
body {
|
18
|
-
/* line-height: 1;*/
|
19
|
-
/* font-size: 13px;*/
|
20
|
-
}
|
21
|
-
|
22
|
-
h1 { margin: 15px 0 }
|
23
|
-
h2 { margin: 15px 0; }
|
24
|
-
h3 { margin: 10px 0; }
|
25
|
-
h4 { margin: 10px 0; }
|
26
|
-
hr { height: 1px; border: 0; }
|
27
|
-
p { margin: 15px 0;}
|
28
|
-
|
29
|
-
.clear {
|
30
|
-
clear: both;
|
31
|
-
}
|
32
|
-
|
33
|
-
.border-radius (@radius: 0) {
|
34
|
-
border-radius: @radius;
|
35
|
-
-moz-border-radius: @radius;
|
36
|
-
-webkit-border-radius: @radius;
|
37
|
-
}
|
38
|
-
|
39
|
-
.border-top-left-radius (@radius: 0) {
|
40
|
-
border-top-left-radius: @radius;
|
41
|
-
-moz-border-radius-topleft: @radius;
|
42
|
-
-webkit-border-top-left-radius: @radius;
|
43
|
-
|
44
|
-
}
|
45
|
-
.border-top-right-radius (@radius: 0) {
|
46
|
-
border-top-right-radius: @radius;
|
47
|
-
-moz-border-radius-topright: @radius;
|
48
|
-
-webkit-border-top-right-radius: @radius;
|
49
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
/* -----------------------------------------------------------------------
|
2
|
-
|
3
|
-
|
4
|
-
Blueprint CSS Framework 0.8
|
5
|
-
http://blueprintcss.org
|
6
|
-
|
7
|
-
* Copyright (c) 2007-Present. See LICENSE for more info.
|
8
|
-
* See README for instructions on how to use Blueprint.
|
9
|
-
* For credits and origins, see AUTHORS.
|
10
|
-
* This is a compressed file. See the sources in the 'src' directory.
|
11
|
-
|
12
|
-
----------------------------------------------------------------------- */
|
13
|
-
|
14
|
-
/* ie.css */
|
15
|
-
body {text-align:center;}
|
16
|
-
.container {text-align:left;}
|
17
|
-
* html .column, * html div.span-1, * html div.span-2, * html div.span-3, * html div.span-4, * html div.span-5, * html div.span-6, * html div.span-7, * html div.span-8, * html div.span-9, * html div.span-10, * html div.span-11, * html div.span-12, * html div.span-13, * html div.span-14, * html div.span-15, * html div.span-16, * html div.span-17, * html div.span-18, * html div.span-19, * html div.span-20, * html div.span-21, * html div.span-22, * html div.span-23, * html div.span-24 {overflow-x:hidden;}
|
18
|
-
* html legend {margin:0px -8px 16px 0;padding:0;}
|
19
|
-
ol {margin-left:2em;}
|
20
|
-
sup {vertical-align:text-top;}
|
21
|
-
sub {vertical-align:text-bottom;}
|
22
|
-
html>body p code {*white-space:normal;}
|
23
|
-
hr {margin:-8px auto 11px;}
|
24
|
-
img {-ms-interpolation-mode:bicubic;}
|
25
|
-
.clearfix, .container {display:inline-block;}
|
26
|
-
* html .clearfix, * html .container {height:1%;}
|
27
|
-
fieldset {padding-top:0;}
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,32 +0,0 @@
|
|
1
|
-
Buttons
|
2
|
-
|
3
|
-
* Gives you great looking CSS buttons, for both <a> and <button>.
|
4
|
-
* Demo: particletree.com/features/rediscovering-the-button-element
|
5
|
-
|
6
|
-
|
7
|
-
Credits
|
8
|
-
----------------------------------------------------------------
|
9
|
-
|
10
|
-
* Created by Kevin Hale [particletree.com]
|
11
|
-
* Adapted for Blueprint by Olav Bjorkoy [bjorkoy.com]
|
12
|
-
|
13
|
-
|
14
|
-
Usage
|
15
|
-
----------------------------------------------------------------
|
16
|
-
|
17
|
-
1) Add this plugin to lib/settings.yml.
|
18
|
-
See compress.rb for instructions.
|
19
|
-
|
20
|
-
2) Use the following HTML code to place the buttons on your site:
|
21
|
-
|
22
|
-
<button type="submit" class="button positive">
|
23
|
-
<img src="css/blueprint/plugins/buttons/icons/tick.png" alt=""/> Save
|
24
|
-
</button>
|
25
|
-
|
26
|
-
<a class="button" href="/password/reset/">
|
27
|
-
<img src="css/blueprint/plugins/buttons/icons/key.png" alt=""/> Change Password
|
28
|
-
</a>
|
29
|
-
|
30
|
-
<a href="#" class="button negative">
|
31
|
-
<img src="css/blueprint/plugins/buttons/icons/cross.png" alt=""/> Cancel
|
32
|
-
</a>
|
@@ -1,97 +0,0 @@
|
|
1
|
-
/* --------------------------------------------------------------
|
2
|
-
|
3
|
-
buttons.css
|
4
|
-
* Gives you some great CSS-only buttons.
|
5
|
-
|
6
|
-
Created by Kevin Hale [particletree.com]
|
7
|
-
* particletree.com/features/rediscovering-the-button-element
|
8
|
-
|
9
|
-
See Readme.txt in this folder for instructions.
|
10
|
-
|
11
|
-
-------------------------------------------------------------- */
|
12
|
-
|
13
|
-
a.button, button {
|
14
|
-
display:block;
|
15
|
-
float:left;
|
16
|
-
margin: 0.7em 0.5em 0.7em 0;
|
17
|
-
padding:5px 10px 5px 7px; /* Links */
|
18
|
-
|
19
|
-
border:1px solid #dedede;
|
20
|
-
border-top:1px solid #eee;
|
21
|
-
border-left:1px solid #eee;
|
22
|
-
|
23
|
-
background-color:#f5f5f5;
|
24
|
-
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
|
25
|
-
font-size:100%;
|
26
|
-
line-height:130%;
|
27
|
-
text-decoration:none;
|
28
|
-
font-weight:bold;
|
29
|
-
color:#565656;
|
30
|
-
cursor:pointer;
|
31
|
-
}
|
32
|
-
button {
|
33
|
-
width:auto;
|
34
|
-
overflow:visible;
|
35
|
-
padding:4px 10px 3px 7px; /* IE6 */
|
36
|
-
}
|
37
|
-
button[type] {
|
38
|
-
padding:4px 10px 4px 7px; /* Firefox */
|
39
|
-
line-height:17px; /* Safari */
|
40
|
-
}
|
41
|
-
*:first-child+html button[type] {
|
42
|
-
padding:4px 10px 3px 7px; /* IE7 */
|
43
|
-
}
|
44
|
-
button img, a.button img{
|
45
|
-
margin:0 3px -3px 0 !important;
|
46
|
-
padding:0;
|
47
|
-
border:none;
|
48
|
-
width:16px;
|
49
|
-
height:16px;
|
50
|
-
float:none;
|
51
|
-
}
|
52
|
-
|
53
|
-
|
54
|
-
/* Button colors
|
55
|
-
-------------------------------------------------------------- */
|
56
|
-
|
57
|
-
/* Standard */
|
58
|
-
button:hover, a.button:hover{
|
59
|
-
background-color:#dff4ff;
|
60
|
-
border:1px solid #c2e1ef;
|
61
|
-
color:#336699;
|
62
|
-
}
|
63
|
-
a.button:active{
|
64
|
-
background-color:#6299c5;
|
65
|
-
border:1px solid #6299c5;
|
66
|
-
color:#fff;
|
67
|
-
}
|
68
|
-
|
69
|
-
/* Positive */
|
70
|
-
body .positive {
|
71
|
-
color:#529214;
|
72
|
-
}
|
73
|
-
a.positive:hover, button.positive:hover {
|
74
|
-
background-color:#E6EFC2;
|
75
|
-
border:1px solid #C6D880;
|
76
|
-
color:#529214;
|
77
|
-
}
|
78
|
-
a.positive:active {
|
79
|
-
background-color:#529214;
|
80
|
-
border:1px solid #529214;
|
81
|
-
color:#fff;
|
82
|
-
}
|
83
|
-
|
84
|
-
/* Negative */
|
85
|
-
body .negative {
|
86
|
-
color:#d12f19;
|
87
|
-
}
|
88
|
-
a.negative:hover, button.negative:hover {
|
89
|
-
background-color:#fbe3e4;
|
90
|
-
border:1px solid #fbc2c4;
|
91
|
-
color:#d12f19;
|
92
|
-
}
|
93
|
-
a.negative:active {
|
94
|
-
background-color:#d12f19;
|
95
|
-
border:1px solid #d12f19;
|
96
|
-
color:#fff;
|
97
|
-
}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
Fancy Type
|
2
|
-
|
3
|
-
* Gives you classes to use if you'd like some
|
4
|
-
extra fancy typography.
|
5
|
-
|
6
|
-
Credits and instructions are specified above each class
|
7
|
-
in the fancy-type.css file in this directory.
|
8
|
-
|
9
|
-
|
10
|
-
Usage
|
11
|
-
----------------------------------------------------------------
|
12
|
-
|
13
|
-
1) Add this plugin to lib/settings.yml.
|
14
|
-
See compress.rb for instructions.
|
@@ -1,71 +0,0 @@
|
|
1
|
-
/* --------------------------------------------------------------
|
2
|
-
|
3
|
-
fancy-type.css
|
4
|
-
* Lots of pretty advanced classes for manipulating text.
|
5
|
-
|
6
|
-
See the Readme file in this folder for additional instructions.
|
7
|
-
|
8
|
-
-------------------------------------------------------------- */
|
9
|
-
|
10
|
-
/* Indentation instead of line shifts for sibling paragraphs. */
|
11
|
-
p + p { text-indent:2em; margin-top:-1.5em; }
|
12
|
-
form p + p { text-indent: 0; } /* Don't want this in forms. */
|
13
|
-
|
14
|
-
|
15
|
-
/* For great looking type, use this code instead of asdf:
|
16
|
-
<span class="alt">asdf</span>
|
17
|
-
Best used on prepositions and ampersands. */
|
18
|
-
|
19
|
-
.alt {
|
20
|
-
color: #666;
|
21
|
-
font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
|
22
|
-
font-style: italic;
|
23
|
-
font-weight: normal;
|
24
|
-
}
|
25
|
-
|
26
|
-
|
27
|
-
/* For great looking quote marks in titles, replace "asdf" with:
|
28
|
-
<span class="dquo">“</span>asdf”
|
29
|
-
(That is, when the title starts with a quote mark).
|
30
|
-
(You may have to change this value depending on your font size). */
|
31
|
-
|
32
|
-
.dquo { margin-left: -.5em; }
|
33
|
-
|
34
|
-
|
35
|
-
/* Reduced size type with incremental leading
|
36
|
-
(http://www.markboulton.co.uk/journal/comments/incremental_leading/)
|
37
|
-
|
38
|
-
This could be used for side notes. For smaller type, you don't necessarily want to
|
39
|
-
follow the 1.5x vertical rhythm -- the line-height is too much.
|
40
|
-
|
41
|
-
Using this class, it reduces your font size and line-height so that for
|
42
|
-
every four lines of normal sized type, there is five lines of the sidenote. eg:
|
43
|
-
|
44
|
-
New type size in em's:
|
45
|
-
10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)
|
46
|
-
|
47
|
-
New line-height value:
|
48
|
-
12px x 1.5 = 18px (old line-height)
|
49
|
-
18px x 4 = 72px
|
50
|
-
72px / 5 = 14.4px (new line height)
|
51
|
-
14.4px / 10px = 1.44 (new line height in em's) */
|
52
|
-
|
53
|
-
p.incr, .incr p {
|
54
|
-
font-size: 10px;
|
55
|
-
line-height: 1.44em;
|
56
|
-
margin-bottom: 1.5em;
|
57
|
-
}
|
58
|
-
|
59
|
-
|
60
|
-
/* Surround uppercase words and abbreviations with this class.
|
61
|
-
Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */
|
62
|
-
|
63
|
-
.caps {
|
64
|
-
font-variant: small-caps;
|
65
|
-
letter-spacing: 1px;
|
66
|
-
text-transform: lowercase;
|
67
|
-
font-size:1.2em;
|
68
|
-
line-height:1%;
|
69
|
-
font-weight:bold;
|
70
|
-
padding:0 2px;
|
71
|
-
}
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,18 +0,0 @@
|
|
1
|
-
Link Icons
|
2
|
-
* Icons for links based on protocol or file type.
|
3
|
-
|
4
|
-
This is not supported in IE versions < 7.
|
5
|
-
|
6
|
-
|
7
|
-
Credits
|
8
|
-
----------------------------------------------------------------
|
9
|
-
|
10
|
-
* Marc Morgan
|
11
|
-
* Olav Bjorkoy [bjorkoy.com]
|
12
|
-
|
13
|
-
|
14
|
-
Usage
|
15
|
-
----------------------------------------------------------------
|
16
|
-
|
17
|
-
1) Add this line to your HTML:
|
18
|
-
<link rel="stylesheet" href="css/blueprint/plugins/link-icons/screen.css" type="text/css" media="screen, projection">
|
@@ -1,40 +0,0 @@
|
|
1
|
-
/* --------------------------------------------------------------
|
2
|
-
|
3
|
-
link-icons.css
|
4
|
-
* Icons for links based on protocol or file type.
|
5
|
-
|
6
|
-
See the Readme file in this folder for additional instructions.
|
7
|
-
|
8
|
-
-------------------------------------------------------------- */
|
9
|
-
|
10
|
-
/* Use this class if a link gets an icon when it shouldn't. */
|
11
|
-
body a.noicon {
|
12
|
-
background:transparent none !important;
|
13
|
-
padding:0 !important;
|
14
|
-
margin:0 !important;
|
15
|
-
}
|
16
|
-
|
17
|
-
/* Make sure the icons are not cut */
|
18
|
-
a[href^="http:"], a[href^="mailto:"], a[href^="http:"]:visited,
|
19
|
-
a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"],
|
20
|
-
a[href$=".rdf"], a[href^="aim:"] {
|
21
|
-
padding:2px 22px 2px 0;
|
22
|
-
margin:-2px 0;
|
23
|
-
background-repeat: no-repeat;
|
24
|
-
background-position: right center;
|
25
|
-
}
|
26
|
-
|
27
|
-
/* External links */
|
28
|
-
a[href^="http:"] { background-image: url(icons/external.png); }
|
29
|
-
a[href^="mailto:"] { background-image: url(icons/email.png); }
|
30
|
-
a[href^="http:"]:visited { background-image: url(icons/visited.png); }
|
31
|
-
|
32
|
-
/* Files */
|
33
|
-
a[href$=".pdf"] { background-image: url(icons/pdf.png); }
|
34
|
-
a[href$=".doc"] { background-image: url(icons/doc.png); }
|
35
|
-
a[href$=".xls"] { background-image: url(icons/xls.png); }
|
36
|
-
|
37
|
-
/* Misc */
|
38
|
-
a[href$=".rss"],
|
39
|
-
a[href$=".rdf"] { background-image: url(icons/feed.png); }
|
40
|
-
a[href^="aim:"] { background-image: url(icons/im.png); }
|
@@ -1,10 +0,0 @@
|
|
1
|
-
RTL
|
2
|
-
* Mirrors Blueprint, so it can be used with Right-to-Left languages.
|
3
|
-
|
4
|
-
By Ran Yaniv Hartstein, ranh.co.il
|
5
|
-
|
6
|
-
Usage
|
7
|
-
----------------------------------------------------------------
|
8
|
-
|
9
|
-
1) Add this line to your HTML:
|
10
|
-
<link rel="stylesheet" href="css/blueprint/plugins/rtl/screen.css" type="text/css" media="screen, projection">
|