-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes
- Loading branch information
Showing
3 changed files
with
144 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
.btn-pekeupload { | ||
|
||
-moz-box-shadow:inset 0px -3px 7px 0px #29bbff; | ||
-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff; | ||
box-shadow:inset 0px -3px 7px 0px #29bbff; | ||
|
||
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa)); | ||
background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%); | ||
background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%); | ||
background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%); | ||
background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%); | ||
background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%); | ||
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0); | ||
|
||
background-color:#2dabf9; | ||
|
||
-moz-border-radius:3px; | ||
-webkit-border-radius:3px; | ||
border-radius:3px; | ||
|
||
border:1px solid #0b0e07; | ||
|
||
display:inline-block; | ||
color:#ffffff; | ||
font-family:arial; | ||
font-size:15px; | ||
font-weight:normal; | ||
padding:9px 23px; | ||
text-decoration:none; | ||
|
||
text-shadow:0px 1px 0px #263666; | ||
|
||
} | ||
.btn-pekeupload:hover { | ||
|
||
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9)); | ||
background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%); | ||
background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%); | ||
background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%); | ||
background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%); | ||
background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%); | ||
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0); | ||
|
||
background-color:#0688fa; | ||
text-decoration: none; | ||
color:#fff; | ||
} | ||
.btn-pekeupload:active { | ||
position:relative; | ||
top:1px; | ||
} | ||
|
||
|
||
/* | ||
* Base | ||
*/ | ||
|
||
.progress-pekeupload{ | ||
|
||
width:100%; | ||
height:16px; | ||
margin:0 auto 20px auto; | ||
padding:0px; | ||
|
||
background:#cfcfcf; | ||
border-width:1px; | ||
border-style:solid; | ||
border-color: #aaa #bbb #fff #bbb; | ||
box-shadow:inset 0px 2px 3px #bbb; | ||
} | ||
|
||
.progress-pekeupload, | ||
.bar-pekeupload{ | ||
border-radius:4px; | ||
-moz-border-radius:4px; | ||
-webkit-border-radius:4px; | ||
-o-border-radius:4px; | ||
} | ||
|
||
.bar-pekeupload{ | ||
height:100%; | ||
background:#999; | ||
|
||
background-size:18px 18px; | ||
background-color:#7ce; | ||
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, | ||
transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, | ||
transparent 75%, transparent); | ||
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, | ||
transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, | ||
transparent 75%, transparent); | ||
background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, | ||
transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, | ||
transparent 75%, transparent); | ||
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, | ||
transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, | ||
transparent 75%, transparent); | ||
background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, | ||
transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, | ||
transparent 75%, transparent); | ||
|
||
box-shadow:inset 0px 2px 8px rgba(255, 255, 255, .5), inset -1px -1px 0px rgba(0, 0, 0, .2); | ||
} | ||
.alert-pekeupload { | ||
padding: 8px 35px 8px 14px; | ||
margin-bottom: 20px; | ||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); | ||
color: #b94a48; | ||
background-color: #f2dede; | ||
border: 1px solid #eed3d7; | ||
-webkit-border-radius: 4px; | ||
-moz-border-radius: 4px; | ||
border-radius: 4px; | ||
|
||
border-color: ; | ||
} | ||
.alert-pekeupload .close{ | ||
margin-top: 2px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters