Skip to content

Instantly share code, notes, and snippets.

@ljsabc
Created October 12, 2013 08:52
Show Gist options
  • Save ljsabc/6947614 to your computer and use it in GitHub Desktop.
Save ljsabc/6947614 to your computer and use it in GitHub Desktop.
This is a simple user stylesheet for BTCChina real-time stats : http://i.btc123.com/index_btcchina.php
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@-webkit-keyframes animatedBackground {
from {
background-position: 0 0;
}
to {
background-position: 100% 0;
}
}
body {
background-image: url("http://palloc.com/wp-content/uploads/2013/06/iOS-7-Wallpaper-Background.png");
background-size: cover;
font-family: 'Helvetica Neue','Open Sans', sans-serif;
/*-webkit-animation: animatedBackground 480s linear infinite;*/
}
#header_detail {
display: none;
}
#ad1,#ad2 {
display: none;
}
#content {
float: none;
}
#tickerAndP {
padding: 50px 0 100px 0;
}
#bigP {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
font-size: 150px;
float: none;
margin: 0 auto;
width: auto;
}
#ticker {
float: none;
position: relative;
bottom: -358px;
z-index: 6;
width: auto;
border: none;
}
#depthAndTrade {
padding-top: 50px;
background-color: #333;
opacity: 0.85;
font-size:13px;
padding-left:1px;
padding-right:1px;
}
::-webkit-scrollbar-track-piece {
background-color: #fff;
}
::-webkit-scrollbar {
width: 11px;
height: 11px;
}
::-webkit-scrollbar-thumb {
height: 50px;
background-color: #cbcbcb;
outline: 0px solid #fff;
}
::-webkit-scrollbar-thumb:hover {
height: 50px;
background-color: #989898;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment