代码拉取完成,页面将自动刷新
body
{
background-color: #eeeeee;
background-image: url("white-pixels.png");
background-repeat: repeat; /* repeat, no-repeat */
background-attachment: fixed; /* scroll, fixed */
background-position: top left; /* for no-repeat setting: top/bottom, left/right */
margin: 2% 5% 0% 5%; /* top, left, bottom, right or TRBL */
font-family: Georgia, Serif; /* list font names in order of preference */
font-weight: normal; /* normal, bold */
font-style: normal; /* normal, italic */
font-variant: normal; /* normal, small-caps */
font-size: 16px; /* font size */
color: #000000; /* hexadecimal RGB color code */
text-decoration: none; /* none, underline, overline, line-through */
text-align: left; /* left, right, center, justify */
}
.fancy
{
min-height: 150px;
/* next two lines for elder IE compatibility */
height: auto !important;
height: 150px;
/* Background color and gradients */
background: #eeeeee;
background: -moz-linear-gradient(top, #ffffff, #cccccc);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cccccc));
/* really nifty translucence */
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(200, 200, 200, 0.8) );
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from( rgba(255, 255, 255, 0.8) ), to( rgba(200, 200, 200, 0.8) ));
/* Rounded corners */
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
}
/* Page text links */
a
{
font-size: 20px;
font-weight: bold;
font-variantx: small-caps;
color:#00c;
text-shadow: 1px 1px 0px #aaa;
margin: 13px 0px 0px 0px;
text-decoration: none;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.toc
{
font-size: 16px;
}
a:hover
{
color:#c00;
/*text-shadow: 1px 1px 0px #f00;
/* gradual change */
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.superText
{
color: #000;
text-shadow: 1px 1px 0px #aaa;
}
a .superImage
{
height: 148px;
border: 1px solid #000000;
margin: 0px 20px 0px 0px;
float:left;
/* Rounded corners */
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
position: relative;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
a:hover .superImage
{
top: -10px;
/* fallback on standard opaque colors */
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
/* translucent: the way shadows should be */
-moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.bigTitle
{
font-size: 32px;
font-weight: bold;
font-variantx: small-caps;
color:#004;
text-align: center;
text-shadow: -1px -1px 2px #fff, 1px 1px 3px #000;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。