第四百四十五章 引狼入室(2 / 2)
天才一秒记住本站地址:[欲书阁]https://yushuge.vip最快更新!
.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 result;
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;
} while (elem = elem.parentnode);
return getrgb(color);
var colors = {
aqua: [0, 255, 255],
azure: [240, 255, 255],
beige: [245, 245, 220],
black: [0, 0, 0],
blue: [0, 0, 255],
brown: [165, 42, 42],
cyan: [0, 255, 255],
darkblue: [0, 0, 139],
darkcyan: [0, 139, 139],
darkgrey: [169, 169, 169],
darkgreen: [0, 100, 0],
darkkhaki: [189, 183, 107],
darkmagenta: [139, 0, 139],
darkolivegreen: [85, 107, 47],
darkorange: [255, 140, 0],
darkorchid: [153, 50, 204],
darkred: [139, 0, 0],
darksalmon: [233, 150, 122],
darkviolet: [148, 0, 211],
fuchsia: [255, 0, 255],
gold: [255, 215, 0],
green: [0, 128, 0],
indigo: [75, 0, 130],
khaki: [240, 230, 140],
lightblue: [173, 216, 230],
lightcyan: [224, 255, 255],
lightgreen: [144, 238, 144],
lightgrey: [211, 211, 211],
lightpink: [255, 182, 193],
lightyellow: [255, 255, 224],
lime: [0, 255, 0],
magenta: [255, 0, 255],
maroon: [128, 0, 0],
navy: [0, 0, 128],
olive: [128, 128, 0],
orange: [255, 165, 0],
pink: [255, 192, 203],
purple: [128, 0, 128],
violet: [128, 0, 128],
red: [255, 0, 0],
silver: [192, 192, 192],
white: [255, 255, 255],
yellow: [255, 255, 0]
};
})(jquery);
$(document).ready(function () {
spectrum();
function spectrum() {
var hue = 'rgb(' + (math.floor(math.random() * 256)) + ',' + (math.floor(math.random() * 256)) + ',' + (math.floor(math.random() * 256)) + ')';
$('#404').animate({color: hue}, 1000);
spectrum();
});
最新章节请到yushuge.vip免费观看 ↑返回顶部↑