Skip to content

Instantly share code, notes, and snippets.

@xi4oh4o
Last active October 4, 2015 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xi4oh4o/2625973 to your computer and use it in GitHub Desktop.
Save xi4oh4o/2625973 to your computer and use it in GitHub Desktop.
V2EX PB3 Top Style
:root {
padding-top: 40px;}
#Top {
background: rgb(240,241,241);
background: -moz-linear-gradient(top, rgba(240,241,241,1) 0%, rgba(235,237,238,1) 51%, rgba(225,225,225,1) 51%, rgba(191,199,203,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,241,241,1)), color-stop(51%,rgba(235,237,238,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(191,199,203,1)));
background: -webkit-linear-gradient(top, rgba(240,241,241,1) 0%,rgba(235,237,238,1) 51%,rgba(225,225,225,1) 51%,rgba(191,199,203,1) 100%);
background: -o-linear-gradient(top, rgba(240,241,241,1) 0%,rgba(235,237,238,1) 51%,rgba(225,225,225,1) 51%,rgba(191,199,203,1) 100%);
background: -ms-linear-gradient(top, rgba(240,241,241,1) 0%,rgba(235,237,238,1) 51%,rgba(225,225,225,1) 51%,rgba(191,199,203,1) 100%);
background: linear-gradient(to bottom, rgba(240,241,241,1) 0%,rgba(235,237,238,1) 51%,rgba(225,225,225,1) 51%,rgba(191,199,203,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f1f1', endColorstr='#bfc7cb',GradientType=0 );
width: 100%;
height: 40px;
position: fixed;
top: 0;
border-bottom:none;
opacity: 0.96;}
a.top:link, a.top:visited, a.top:active {
color: #778087;
text-decoration: none;
text-shadow: 0 1px 0 #FFFFFF;}
#Top a[name="top"] {
width: 82px;
height: 23px;
float: left;
background: url(http://i.imm.io/ZMgg.png) no-repeat;}
#Top a img {
display: none !important;}
#Wrapper {
background: white url("http://img02.taobaocdn.com/imgextra/i2/272364127/T2EVmlXeXXXXXXXXXX_!!272364127.png") fixed;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment