-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Buttons | ||
|
||
* Gives you great looking CSS buttons, for both <a> and <button>. | ||
* Demo: particletree.com/features/rediscovering-the-button-element | ||
|
||
|
||
Credits | ||
---------------------------------------------------------------- | ||
|
||
* Created by Kevin Hale [particletree.com] | ||
* Adapted for Blueprint by Olav Bjorkoy [bjorkoy.com] | ||
|
||
|
||
Usage | ||
---------------------------------------------------------------- | ||
|
||
1) Add this plugin to lib/settings.yml. | ||
See compress.rb for instructions. | ||
|
||
2) Use the following HTML code to place the buttons on your site: | ||
|
||
<button type="submit" class="button positive"> | ||
<img src="css/blueprint/plugins/buttons/icons/tick.png" alt=""/> Save | ||
</button> | ||
|
||
<a class="button" href="/password/reset/"> | ||
<img src="css/blueprint/plugins/buttons/icons/key.png" alt=""/> Change Password | ||
</a> | ||
|
||
<a href="#" class="button negative"> | ||
<img src="css/blueprint/plugins/buttons/icons/cross.png" alt=""/> Cancel | ||
</a> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Buttons | ||
|
||
* Gives you great looking CSS buttons, for both <a> and <button>. | ||
* Demo: particletree.com/features/rediscovering-the-button-element | ||
|
||
|
||
Credits | ||
---------------------------------------------------------------- | ||
|
||
* Created by Kevin Hale [particletree.com] | ||
* Adapted for Blueprint by Olav Bjorkoy [bjorkoy.com] | ||
|
||
|
||
Usage | ||
---------------------------------------------------------------- | ||
|
||
1) Add this plugin to lib/settings.yml. | ||
See compress.rb for instructions. | ||
|
||
2) Use the following HTML code to place the buttons on your site: | ||
|
||
<button type="submit" class="button positive"> | ||
<img src="css/blueprint/plugins/buttons/icons/tick.png" alt=""/> Save | ||
</button> | ||
|
||
<a class="button" href="/password/reset/"> | ||
<img src="css/blueprint/plugins/buttons/icons/key.png" alt=""/> Change Password | ||
</a> | ||
|
||
<a href="#" class="button negative"> | ||
<img src="css/blueprint/plugins/buttons/icons/cross.png" alt=""/> Cancel | ||
</a> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Fancy Type | ||
|
||
* Gives you classes to use if you'd like some | ||
extra fancy typography. | ||
|
||
Credits and instructions are specified above each class | ||
in the fancy-type.css file in this directory. | ||
|
||
|
||
Usage | ||
---------------------------------------------------------------- | ||
|
||
1) Add this plugin to lib/settings.yml. | ||
See compress.rb for instructions. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Fancy Type | ||
|
||
* Gives you classes to use if you'd like some | ||
extra fancy typography. | ||
|
||
Credits and instructions are specified above each class | ||
in the fancy-type.css file in this directory. | ||
|
||
|
||
Usage | ||
---------------------------------------------------------------- | ||
|
||
1) Add this plugin to lib/settings.yml. | ||
See compress.rb for instructions. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Link Icons | ||
* Icons for links based on protocol or file type. | ||
|
||
This is not supported in IE versions < 7. | ||
|
||
|
||
Credits | ||
---------------------------------------------------------------- | ||
|
||
* Marc Morgan | ||
* Olav Bjorkoy [bjorkoy.com] | ||
|
||
|
||
Usage | ||
---------------------------------------------------------------- | ||
|
||
1) Add this line to your HTML: | ||
<link rel="stylesheet" href="css/blueprint/plugins/link-icons/screen.css" type="text/css" media="screen, projection"> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Link Icons | ||
* Icons for links based on protocol or file type. | ||
|
||
This is not supported in IE versions < 7. | ||
|
||
|
||
Credits | ||
---------------------------------------------------------------- | ||
|
||
* Marc Morgan | ||
* Olav Bjorkoy [bjorkoy.com] | ||
|
||
|
||
Usage | ||
---------------------------------------------------------------- | ||
|
||
1) Add this line to your HTML: | ||
<link rel="stylesheet" href="css/blueprint/plugins/link-icons/screen.css" type="text/css" media="screen, projection"> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
RTL | ||
* Mirrors Blueprint, so it can be used with Right-to-Left languages. | ||
|
||
By Ran Yaniv Hartstein, ranh.co.il | ||
|
||
Usage | ||
---------------------------------------------------------------- | ||
|
||
1) Add this line to your HTML: | ||
<link rel="stylesheet" href="css/blueprint/plugins/rtl/screen.css" type="text/css" media="screen, projection"> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
RTL | ||
* Mirrors Blueprint, so it can be used with Right-to-Left languages. | ||
|
||
By Ran Yaniv Hartstein, ranh.co.il | ||
|
||
Usage | ||
---------------------------------------------------------------- | ||
|
||
1) Add this line to your HTML: | ||
<link rel="stylesheet" href="css/blueprint/plugins/rtl/screen.css" type="text/css" media="screen, projection"> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.