V2EX 自定义 CSS

made by http://kirito.xyz
-----
#Wrapper{
background-color: #f2eee8;
background-image:none;
}
#Tabs{padding:0 !important;}
#Tabs a.tab_current{
border-color: #80a8cc !important;
background-color: #f5f5f5 !important;
color: #000 !important;
line-height:46px;
height:46px;
}
#Tabs a.tab,#Tabs a.tab_current{
width: 50px;
text-align: center;
line-height:46px !important;
display: inline-block;
margin-right:0 !important;
padding: 0!important;
border-radius:0 !important;
border-bottom: 2px solid transparent;
-webkit-transition: border-color .15s ease-in-out, background-color .15s ease-in-out;
-moz-transition: border-color .15s ease-in-out, background-color .15s ease-in-out;
transition: border-color .15s ease-in-out, background-color .15s ease-in-out;
}
#Tabs a.tab:hover{border-color: #80a8cc;}
#Bottom{display:none}
#Top{
background-image:none;
background-color: rgba(255, 251, 245, 0.39);
border-bottom: 1px solid #e2e2e2;
}

.box{
-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
border: 1px solid #e2e2e2;
border-radius: 2px;
}
img.avatar {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
a.top{
line-height: 13px;
padding: 5px 3px;
border-radius: 3px;
color: #555;

}
a.top:hover{
line-height: 13px;
padding: 5px 3px;
border-radius: 3px;

color: #000;
}
2014-08-10  ·  615 次查看  ·  V2EX