Skip to content

Instantly share code, notes, and snippets.

@fanzeyi
Created August 15, 2011 13:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fanzeyi/1146732 to your computer and use it in GitHub Desktop.
Save fanzeyi/1146732 to your computer and use it in GitHub Desktop.

USAGE

V2EX > Setting

My CSS:

@import url('https://raw.github.com/gist/1146732/v2ex_dark.css');

#Top {height: 51px;background-image: url("http://www.nanrendang.com/projects/v2ex/bg2.png");}#TopMain>a>img{display:none!important;}
#Wrapper{background-color: #fff;background-image: url("http://www.nanrendang.com/projects/v2ex/bg2.png");
}.box {-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);-o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);background-color: #fff;border: 1px solid #000;
}.box .cell {padding: 10px;border-bottom: 1px solid #eee;
}#Rightbar .box .cell{border-bottom-color:#666;}
a.top:link, a.top:visited, a.top:active {color: #eee;text-shadow: 0px -1px 0px #444;font-weight:normal;}
a.top:hover {color: #fff;text-shadow: 0px -1px 0px #333;}
#TopMain {height: 51px;}
#Search {margin: 0px 200px 0px 100px;padding: 12px 0px 0px 15px;
}#Navigation{margin-top:18px}
#Rightbar .box{background:none;border:none; box-shadow:none; border-radius:0;}
#Rightbar .box .inner,#Rightbar .glass .inner,#Rightbar .box .cell{padding-left:0;}
.item_node {
padding: 4px 0;
margin: 3px 5px 3px 3px;
background:none;
border-bottom:2px solid #333;
border-radius: 0;
-webkit-transition:border-bottom-color .5s ease-in-out;
-moz-transition:border-bottom-color .5s ease-in-out;
}
.item_node:hover {text-decoration: none; background:none; border-bottom-color: #eee;color:#778087;
}
#Rightbar {text-shadow:0 -1px 0 #000;
}#topics_index{padding:3px 0;}
#Content .box .cell{-webkit-transition: background-color .4s ease-in-out;-moz-transition: background-color .4s ease-in-out;
}#Content .box .cell:hover{background:#434343;
}
#TopMain>:first-child{display:block; width:83px; height:32px; float:left; background:url(http://nanrendang.com/projects/v2ex/l2.png) no-repeat 0 0; margin:12px 0 0 10px;}#Bottom{background:#000}
.box {background-color:#343434;color:#FEFEFE;}
.box a{color:#E3E3E3;}
a.node:link, a.node:visited, a.node:active, a.op:link, a.op:visited, a.op:active{background-color:#212121;color:#EDEDED;}
.box .cell{border-bottom:1px solid #212121;}
.mlt {
background-color:rgba(1,1,1,0);
color:#f3f3f3;
border:none;
outline:none;
}
.mlt:focus { box-shadow:none; -webkit-box-shadow:none; outline:none; border:none; }
.content { color: white; }
.snow { color: rgba(255,255,255,0.3);}
a.op:hover { background:#DDE; color: #334;}
.mll { background-color:#232323; border:none; color:white; }
.mll:focus{ box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; border:none;}
#Rightbar .box:first-child .cell { border-bottom:none; }
#BottomMain .fr {display:none;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment