Chorke Color Scheme: Difference between revisions
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
background: -webkit-gradient(linear, left top, left bottom, from(#33A26A), to(#1B6B5B)); | background: -webkit-gradient(linear, left top, left bottom, from(#33A26A), to(#1B6B5B)); | ||
background: -moz-linear-gradient(top, #33A26A, #1B6B5B); | background: -moz-linear-gradient(top, #33A26A, #1B6B5B); | ||
} | |||
</syntaxhighlight> | |||
=== From [https://www.phpmyadmin.net/ www.phpmyadmin.net] === | |||
<syntaxhighlight lang="css"> | |||
.cki-btn-success { | |||
background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%); | |||
background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%); | |||
background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641)); | |||
background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%); | |||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0); | |||
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |||
background-repeat: repeat-x; | |||
border-color: #3e8f3e; | |||
} | |||
.cki-btn-success { | |||
color: #fff; | |||
background-color: #5cb85c; | |||
border-color: #4cae4c; | |||
} | |||
.cki-btn-default, | |||
.cki-btn-success { | |||
text-shadow: 0 -1px 0 rgba(0,0,0,0.2); | |||
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075); | |||
box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075); | |||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 09:45, 15 December 2017
Reference site
Chorke Color Scheme is one of the important most factor. We love green and it's variation
- Gradient Button
- IBBL Banner
- Download Button
- Download Now
- Download Button & Banner
- LaTex Theme
- Angle Matcolors
- Gradient Generator
Collection of Green Gradient
From www.bitbybitblog.com
.cki-banner-bg {
top: 5px;
width: 100%;
height: 100px;
background: #1B6B5B;
/* background-color: #000000; */
/* background-color: #0CBE88; */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33A26A', endColorstr='#1B6B5B');
background: -webkit-gradient(linear, left top, left bottom, from(#33A26A), to(#1B6B5B));
background: -moz-linear-gradient(top, #33A26A, #1B6B5B);
}
From www.phpmyadmin.net
.cki-btn-success {
background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #3e8f3e;
}
.cki-btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.cki-btn-default,
.cki-btn-success {
text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
}
Collection of Green Banner
Chorke banner like TP-Link
For Chorke, Inc. banner we banner graphics some things like that. Background graphics is ok. But there need correction of floating transparent gradient on top of background images.