Skip to content

Instantly share code, notes, and snippets.

@suxiaogang
Last active June 22, 2022 02:55
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 suxiaogang/5b0e16cb5d03d23a9fbf to your computer and use it in GitHub Desktop.
Save suxiaogang/5b0e16cb5d03d23a9fbf to your computer and use it in GitHub Desktop.
V2EX.CSS
* {
font-family: PingFang SC, Helvetica, 'Luxi Sans', 'DejaVu Sans', Tahoma, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}
.wwads-cn {
display: none;
}
body {
background-image: none;
}
#Top {
background-image: none;
background-color: #4285f4;
box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}
#Bottom {
background-color: #2C3E50;
}
a.top:link, a.top:visited {
color: #E1E1E1;
font-size: 12px;
border-radius: 5px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
a.top:hover {
color: #FFF;
}
a.tab:hover {
background-color: rgba(0, 0, 0, 0.5);
color: #FFF;
-webkit-transition: all .1s;
-moz-transition: all .1s;
-o-transition: all .1s;
transition: all .1s;
}
a.count_livid:link, a.count_livid:active {
padding: 0;
width: 30px;
height: 16px;
border: 2px solid #0c63ff;
border-radius: 16px;
background: inherit;
color: #0c63ff;
text-align: center;
font-size: 12px;
line-height: 16px;
}
a.count_livid:hover {
background: #0c63ff;
color: #fff;
}
a.count_livid:visited {
border-color: #8e8d93;
color: #8e8d93;
}
a.count_livid:visited:hover {
border-color: #8e8d93;
background-color: #8e8d93;
color: #fff;
}
#Wrapper {
background-color: #e3ecfd;
padding-top: 20px;
background-image: none;
}
.box {
background-color: #FFF;
border-radius: 4px;
min-height: 20px;
margin-bottom: 20px;
box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.topic_buttons {
background: #DEDEDE;
}
a.item_node {
border: 1px solid #2663ff;
color: #5897fb;
padding: 4px 6px 3px 6px;
border-radius: 3px;
margin-left: 3px;
margin-right: 3px;
background-image: none;
-webkit-transition: all .15s;
-moz-transition: all .15s;
-o-transition: all .15s;
transition: all .15s;
font-size: 12px;
}
a.item_node:hover {
border: 1px solid #5897fb !important;
background-color: #5897fb;
color: #fff !important;
}
.item img.avatar {
width: 50px !important;
height: 50px !important;
max-width: 50px !important;
max-height: 50px !important;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: .4s;
-moz-transition: .4s;
transition: .4s;
opacity: 0.8;
}
.cell img.avatar {
width: 150px !important;
height: 150px !important;
max-width: 50px !important;
max-height: 50px !important;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid transparent;
-webkit-transition: .4s;
-moz-transition: .4s;
transition: .4s;
opacity: 0.8;
}
img.avatar:hover {
opacity: 1;
}
.topic_content, .reply_content {
color: #000;
}
/*右侧头像*/
#Rightbar div:nth-child(2) .cell:first-child table:nth-child(1) tr td:nth-child(1) {
text-align: center;
}
#Rightbar div:nth-child(2) .cell:first-child table:nth-child(1) tr td:nth-child(2),
#Rightbar div:nth-child(2) .cell:first-child table:nth-child(1) tr td:nth-child(3) {
display: none;
}
#Rightbar div:nth-child(2) .cell:first-child table:nth-child(1) tr td:nth-child(1) img.avatar {
width: 80px;
height: 80px;
max-width: 80px !important;
max-height: 80px !important;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin-top: 15px;
margin-right: 10px;
}
#Rightbar div:nth-child(2) .cell:first-child table:nth-child(3) {
padding-bottom: 15px;
padding-top: 15px;
}
#Rightbar .box div:nth-child(1) {
border-bottom: 0px;
}
/**/
.normal.button {
background-color: transparent;
color: #47536B;
text-shadow: none;
box-shadow: none;
background-image: none;
border: 1px solid #47536B;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.normal.button:hover {
background-color: #47536B;
color: #fff;
text-shadow: none;
box-shadow: none;
background-image: none;
border: 1px solid #000;
}
#reply_content {
box-shadow: none;
max-width: 650px;
border-color: rgba(187, 187, 187, 0.5);
border-width: 2px;
border-radius: 5px;
}
.mll:focus {
border: 2px solid #31b0d5;
box-shadow: none;
outline: none;
}
/**Money**/
a.balance_area:link, a.balance_area:visited, .balance_area {
background: -webkit-linear-gradient(top, #E9E9E9 0%, #E2E2E2 100%);
}
/*page*/
.page_normal, .page_normal:link, .page_normal:visited, .page_normal:active {
border-radius: 50%;
}
@dd1994
Copy link

dd1994 commented Jul 4, 2014

前来报个bug,node.js节点下显示有严重问题。。。
http://v2ex.com/t/120943

@suxiaogang
Copy link
Author

@dd1994 已修复!

@dd1994
Copy link

dd1994 commented Jun 22, 2022

@suxiaogang 8 年过去了才修复啊 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment