第四百四十五章 引狼入室(2 / 2)
background-color:#63c7fe;
background-image:-moz-radial-gradient( center bottom, circle,
rgba(109,217,250,1) 0,rgba(109,217,250,0) 100px),
-moz-linear-gradient(#63c7fe, #58bef7);
background-image:-webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100,
from(rgba(109,217,250,1)), to(rgba(109,217,250,0))),
-webkit-gradient(linear, 0% 0%, 0% 100%, from(#63c7fe), to(#58bef7));
/* green button */
.green.button{
color:#345903 !important;
border:1px solid #96a37b !important;
background-color: #79be1e;
background-image:-moz-radial-gradient(center bottom, circle, rgba(162,211,30,1) 0,rgba(162,211,30,0) 100px),-moz-linear-gradient(#82cc27, #74b317);
background-image:-webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(162,211,30,1)), to(rgba(162,211,30,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#82cc27), to(#74b317));
.green.button:hover{
background-color:#89d228;
background-image:-moz-radial-gradient(center bottom, circle, rgba(183,229,45,1) 0,rgba(183,229,45,0) 100px),-moz-linear-gradient(#90de31, #7fc01e);
background-image:-webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(183,229,45,1)), to(rgba(183,229,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#90de31), to(#7fc01e));
.orange.button{
color:#693e0a !important;
border:1px solid #bea280 !important;
background-color: #e38d27;
background-image:-moz-radial-gradient(center bottom, circle, rgba(232,189,45,1) 0,rgba(232,189,45,0) 100px),-moz-linear-gradient(#f1982f, #d4821f);
background-image:-webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(232,189,45,1)), to(rgba(232,189,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1982f), to(#d4821f));
.orange.button:hover{
background-color:#ec9732;
background-image:-moz-radial-gradient(center bottom, circle, rgba(241,192,52,1) 0,rgba(241,192,52,0) 100px),-moz-linear-gradient(#f9a746, #e18f2b);
background-image:-webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(241,192,52,1)), to(rgba(241,192,52,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9a746), to(#e18f2b));
.gray.button{
color:#525252 !important;
border:1px solid #a5a5a5 !important;
background-color: #a9adb1;
background-image:-moz-radial-gradient(center bottom, circle, rgba(197,199,202,1) 0,rgba(197,199,202,0) 100px),-moz-linear-gradient(#c5c7ca, #92989c);
background-image:-webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(197,199,202,1)), to(rgba(197,199,202,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5c7ca), to(#92989c));
.gray.button:hover{
background-color:#b6bbc0;
background-image:-moz-radial-gradient(center bottom, circle, rgba(202,205,208,1) 0,rgba(202,205,208,0) 100px),-moz-linear-gradient(#d1d3d6, #9fa5a9);
background-image: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(202,205,208,1)), to(rgba(202,205,208,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1d3d6), to(#9fa5a9));
.subhead{
text-align: center;
height: 150px;
background: linear-gradient(45deg, #002c39 0%, #00c9ff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2) inset, 0 -3px 7px rgba(0, 0, 0, 0.2) inset;
color: #fff;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
.subhead:after {
background: url(/public/home/images/common/bs-docs-masthead-pattern.png) repeat scroll center center rgba(0, 0, 0, 0);
bottom: 0;
content: ;
display: block;
left: 0;
opacity: 0.4;
position: absolute;
right: 0;
top: 0;
.subhead img{
margin-top: 30px;
a{
color: #555555;
text-decoration: none;
.demo p:first-child {
text-align: center;
font-family: cursive;
font-size: 150px;
font-weight: bold;
line-height: 100px;
letter-spacing: 5px;
color: #fff;
404
该页面不存在(′?w?`)
返回首页 返回上一页
(function (jquery) {
// we override the animation for all of these color styles
jquery.each(['backgroundcolor', 'borderbottomcolor', 'borderleftcolor', 'borderrightcolor', 'bordertopcolor', 'color', 'outlinecolor'], function (i, attr) {
jquery.fx.step[attr] = function (fx) {
if (fx.state == 0) {
fx.start = getcolor(fx.elem, attr);
fx.end = getrgb(fx.end);
fx.elem.style[attr] = rgb( + [
math.max(math.min(parseint((fx.pos * (fx.end[0] - fx.start[0])) + fx.start[0]), 255), 0),
math.max(math.min(parseint((fx.pos * (fx.end[1] - fx.start[1])) + fx.start[1]), 255), 0),
math.max(math.min(parseint((fx.pos * (fx.end[2] - fx.start[2])) + fx.start[2]), 255), 0)
].join(,) + );
});
function getrgb(color) {
var resu<
if (colorcolor.constructor == arraycolor.length == 3)
return color;
if (result = /rgb(s*([0-9]{1,3})s*,s*([0-9]{1,3})s*,s*([0-9]{1,3})s*)/.exec(color))
return [parseint(result[1]), parseint(result[2]), parseint(result[3])];
if (result = /rgb(s*([0-9]+(?:.[0-9]+)?)%s*,s*([0-9]+(?:.[0-9]+)?)%s*,s*([0-9]+(?:.[0-9]+)?)%s*)/.exec(color))
return [parsefloat(result[1]) * 2.55, parsefloat(result[2]) * 2.55, parsefloat(result[3]) * 2.55];
if (result = /#([a-fa-f0-9]{2})([a-fa-f0-9]{2})([a-fa-f0-9]{2})/.exec(color))
return [parseint(result[1], 16), parseint(result[2], 16), parseint(result[3], 16)];
if (result = /#([a-fa-f0-9])([a-fa-f0-9])([a-fa-f0-9])/.exec(color))
return [parseint(result[1] + result[1], 16), parseint(result[2] + result[2], 16), parseint(result[3] + result[3], 16)];
return colors[jquery.trim(color).tolowercase()];
function getcolor(elem, attr) {
var color;
do {
color = jquery.curcss(elem, attr);
if (color != ''color != 'transparent' || jquery.nodename(elem, body))
break;
attr = backgroundcolor;
最新章节请到hxzhai. c om免费观看 ↑返回顶部↑