• Stars
    star
    688
  • Rank 63,201 (Top 2 %)
  • Language
    CSS
  • License
    The Unlicense
  • Created over 13 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple CSS3 framework for creating GitHub-style buttons



Not Maintained

This project is no longer maintained. Consider using Twitter Bootstrap instead.




CSS3 Buttons

What is this?

CSS3 buttons is a simple framework for creating good-looking GitHub style button links.

Buttons

To create a button, the only thing you have to do is this:

<a href="#" class="button">This is a Button</a>

You can also use the button tag:

<button class="button">This is a Button</button>

If you prefer a pill-like button with more rounded corners, you can add a .pill class to the button

<a href="#" class="pill button">This is a Pill Button</a>

Sometimes when you have multiple buttons, it's a good thing to highlight the button with the primary action in order to give the user a visual clue of what action to take if in doubt. This can be accomplished by adding a .primary class to the button

<a href="#" class="primary button">Publish Post</a> or <a href="#" class="button">Save as Draft</a>

Buttons with negative actions

If you have a button that triggers a negative action, like deleting data, it's good practice to warn the user by styling the button differently than the normal buttons. Give a button the class .negative and the hover-state will change to red

<a href="#" class="negative button">Divide by Zero</a>

Buttons with positive actions

If you have a button that triggers an action you want to encourage your users to do, you can give a button a .positive class and the hover-state will change to green

<a href="#" class="positive button">Save the World</a>

Grouped buttons

You can create grouped buttons that are linked together, like seen at Gmail and other places, by using the .left, .middle and .right classes:

<a href="#" class="left primary button">Archive</a>
<a href="#" class="middle button">Report Spam</a>
<a href="#" class="right negative button">Delete</a>

You can also add the pill class to grouped buttons if preferred:

<a href="#" class="left primary pill button">Archive</a>
<a href="#" class="middle pill button">Report Spam</a>
<a href="#" class="right negative pill button">Delete</a>

Buttons with icons

CSS3 Buttons supports a wide range of icons that can easily be added to any button by adding a span tag inside the anchor tag with the class of .icon and any one of the provided icon classes: ) Search

Here is a list of all the supported icon classes:

  • .book
  • .calendar
  • .chat
  • .check
  • .clock
  • .cog
  • .comment
  • .cross
  • .downarrow
  • .fork
  • .heart
  • .home
  • .key
  • .leftarrow
  • .lock
  • .loop
  • .magnifier
  • .mail
  • .move
  • .pen
  • .pin
  • .plus
  • .reload
  • .rightarrow
  • .rss
  • .tag
  • .trash
  • .unlock
  • .uparrow
  • .user

Big buttons

If you wish to emphasize a specific action you can add the .big class to make a more prominent call-to-action button:

<a href="#" class="big button">Create Project</a>

Browser compatibility

CSS3 Buttons works in all major browsers

Note: Some CSS3 features used in CSS3 Buttons is not supported in Internet Explorer browsers! (IE 8 and under)

Installation

  1. Drop css3buttons.css in your stylesheets folder
  2. Drop css3buttons_backgrounds.png and css3buttons_icons.png in your images folder
  3. Link to css3buttons.css in the head section of your HTML page

License

The Unlicense:

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to http://unlicense.org/

Shout-Outs

Contact

Found a Bug?

Please create a ticket on GitHub With a description of the problem, browser and operating system information and how to reproduce the problem.

Need Help?

You can send me a private message on GitHub and I'll do my best to help you.

More Repositories

1

gitrob

Reconnaissance tool for GitHub organizations
Go
5,815
star
2

aquatone

A Tool for Domain Flyovers
Go
5,439
star
3

drawio-threatmodeling

Draw.io libraries for threat modeling diagrams
633
star
4

birdwatcher

Data analysis and OSINT framework for Twitter
Ruby
410
star
5

searchpass

A simple tool for offline searching of default credentials for network devices, web applications and more.
Ruby
165
star
6

gokiburi

Automatic test runs for Go projects
JavaScript
134
star
7

bucketlist

Amazon S3 bucket spelunking!
HTML
83
star
8

hibp

A simple tool to check a bunch of email addresses against the Have I Been Pwned API.
Ruby
64
star
9

maltego

Custom Maltego transforms
Python
60
star
10

diceware

Generate secure passphrases with the Diceware method
JavaScript
60
star
11

hackpad

A web application hacker's toolbox. Base64 encoding/decoding, URL encoding/decoding, MD5/SHA1/SHA256/HMAC hashing, code deobfuscation, formatting, highlighting and much more.
JavaScript
49
star
12

nmap-scripts

A collection of Nmap NSE scripts that I made.
Lua
27
star
13

wikiranger

Gather information on Wiki contributions from IP ranges
Ruby
23
star
14

easywins

Probe a web server for common files and endpoints that are useful for gathering information or gaining a foothold.
Ruby
21
star
15

dia-attacktree

Attack Tree modeling sheet for Dia
19
star
16

dolus

Firefox Addon to fool websites with spoofed X-Forwarded-For headers
JavaScript
16
star
17

nmunch

A passive network discovery tool that finds live network nodes by analyzing ARP and broadcast packets.
Ruby
12
star
18

tmpl

Simple tmux session management.
Go
12
star
19

dia-dfd

DFD diagramming sheet for Dia
9
star
20

michenriksen.github.io

Personal website
SCSS
6
star
21

pkgdmp

A simple go code analysis CLI tool.
Go
2
star
22

nvim

My Neovim configuration
Lua
1
star
23

harmfuldotlink

Should I click this link?
JavaScript
1
star