Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * @package jQuery Progress Bubbles
- * @author Jesse O'Brien <jesse at jesse-obrien.ca>
- * @date April 2012
- * @license DWTFYWTPL
- *
- * This program is free software. It comes without any warranty, to
- * the extent permitted by applicable law. You can redistribute it
- * and/or modify it under the terms of the Do What The Fuck You Want
- * To Public License, Version 2, as published by Sam Hocevar. See
- * http://sam.zoy.org/wtfpl/COPYING for more details.
- */
- .progress-bubbles {
- height: 60px;
- padding-top: 40px;
- }
- .progress-bubbles .bubble {
- padding: 15px;
- float: left;
- text-align: center;
- background: #ddd;
- color: #888;
- font-weight: bold;
- border-radius:;
- width: 100px;
- height: 1px;
- border: 5px solid #ddd;
- }
- .progress-bubbles .bubble .bubble-title {
- margin-top: -55px;
- margin-bottom:25px;
- margin-left: -20px;;
- text-align: center;
- width: 140px;
- color: #888;
- }
- .progress-bubbles .bubble.active {
- background: #28b7b4;
- color: #fff;
- }
- .progress-bubbles .bubble.complete{
- background: #fff;
- }
- .progress-bubbles .connector {
- margin-left: -1px;
- margin-right: -1px;
- margin-top: 10px;
- width: 10px;
- height: 19px;
- float: left;
- display: inline-block;
- background: #ddd;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement