Skip to content

Instantly share code, notes, and snippets.

@fanzeyi
Created January 10, 2011 14:28
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 fanzeyi/772823 to your computer and use it in GitHub Desktop.
Save fanzeyi/772823 to your computer and use it in GitHub Desktop.
*{
font-family:"文泉驿微米黑" !important;
}
a {
text-decoration:none!important;
}
#columns{
-webkit-box-shadow:0 0 20px black;
-webkit-border-radius:10px;
}
#main{
-webkit-box-shadow:0 0 20px black;
}
#sidebar {
opacity:0.9;
}
#panel h1:after {
color:#ccc;
font-size:0.5em;
content:"Zeray Rice";
}
.author:after {
content:" said:";
}
.avatar img:hover {
}
.wa li:hover {
background-color:#C6E4F2 !important;
-webkit-box-shadow:0 0 3px #0044A9;
}
#message h2{
text-shadow:#678 0px 1px 0px;
}
textarea:focus {
border:none;
color:grey;
-webkit-box-shadow:0 0 9px #0044A9;
}
#badge-sect, .sect ,#reminder {
display:none;
}
#main{
text-shadow: #CCC 0px 0px 10px;
}
.avatar,#avatar{
-webkit-border-radius: 150px;
}
.avatar:hover{
-webkit-border-radius: 10px;
}
#timeline-notification a{
background: #E3F1FA;
border: 1px solid #C6E4F2;
text-align: center;
text-shadow: 0 1px 0 white;
}
#timeline-notification a:hover{
background: #DFE4F2;
border: 1px solid #C6E4F2;
}
#message h2{
text-shadow:none !important;
}
#message h2:before{
}
.counter span{
color:#F50000 !important;
}
#user_stats{
text-align:center;
}
.current li{
opacity:1 !important;
}
#main .content a[href$="fanzeyi"] {
color:red !important;
font-weight:bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment