V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
iugo
V2EX  ›  Project Babel

Project Babel 风格(css)收集

  •  
  •   iugo · 2011-04-30 00:48:00 +08:00 · 6867 次点击
    这是一个创建于 4754 天前的主题,其中的信息可能已经有所发展或是发生改变。
    有人问 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>
    4 条回复    1970-01-01 08:00:00 +08:00
    2liu
        1
    2liu  
       2011-04-30 10:13:43 +08:00
    我保证这不是最炫的,因为今天我的模板差不多就该改好了,昨天开始接触v2ex对于我这种小白很累
    miao
        2
    miao  
       2011-05-09 16:40:43 +08:00
    底部白色很刺眼,很不协调
    leigod
        3
    leigod  
       2011-05-09 17:23:35 +08:00
    看上去还不错
    Even
        4
    Even  
       2011-05-12 12:36:13 +08:00
    为什么字体和面板都是白色?

    难道是IE不兼容 ?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2478 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 11:45 · PVG 19:45 · LAX 04:45 · JFK 07:45
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.