有人问 PB2 是否能自定义风格与模板,于是有了此帖。
先来个我知道的最炫的:
http://www.v2ex.com/go/sc2<style type="text/css">
#Wrapper {
background: #000 url("
http://static.v2ex.com/bgs/sc2.jpg") no-repeat 50% 0;
}
.box {
background-color: rgba(33, 33, 55, 0.5);
color: #fff;
border: 2px solid rgba(33, 33, 55, 0.4);
}
.box .cell {
border-bottom: 1px solid rgba(33, 33, 55, 0.4);
}
a:link, a:visited, a:active {
color: #ff9933;
}
a:hover {
color: #ffaa33;
}
.topic_content, .reply_content {
color: #f0f0f0;
}
a.op:link, a.op:visited, a.op:active {
background-color: rgba(0, 0, 0, 0.8);
}
a.op:hover {
background-color: rgba(0, 0, 0, 1);
}
a.count_livid:link, a.count_livid:active {
background-color: #445;
color: #99a;
}
a.count_livid:visited, a.count_orange:visited {
background-color: #445;
color: #99a;
}
a.count_livid:hover {
background-color: #556;
}
a.count_orange:hover {
background-color: #ffaa33;
color: #fff;
}
.snow {
color: rgba(200, 200, 240, 0.3);
}
.fade {
color: rgba(200, 200, 240, 0.4);
}
.mll, .mlt, .sll {
background-color: rgba(0, 0, 20, 0.3);
color: #f0f0f0;
border: 1px solid rgba(100, 100, 120, 0.5);
}
#Top {
background: #000;
}
</style>
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/12343
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.