V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
爱意满满的作品展示区。
gangsta
V2EX  ›  分享创造

也来一发 V2EX 自定义样式

  •  
  •   gangsta · 2015-10-08 15:49:21 +08:00 · 2097 次点击
    这是一个创建于 3125 天前的主题,其中的信息可能已经有所发展或是发生改变。

    大图戳这里:

    http://ww4.sinaimg.cn/large/5fd37818jw1ewtq8ukytaj20zk2e7ngb.jpg

    使用方法: 复制 > http://www.v2ex.com/settings > 自定义 CSS > 粘贴


    ps:不喜欢苹方字体的,可以注掉第一行.


    /************************************
    
    ##     ##  #######  ######## ##     ## 
    ##     ## ##     ## ##        ##   ##  
    ##     ##        ## ##         ## ##   
    ##     ##  #######  ######      ###    
     ##   ##  ##        ##         ## ##   
      ## ##   ##        ##        ##   ##  
       ###    ######### ######## ##     ## 
    
    *************************************/
    
    * {
        font-family:PingFang SC,Helvetica, 'Luxi Sans', 'DejaVu Sans', Tahoma, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
    }
    body {
        background-image:none;
    }
    #Top {
        background-color: #47536B;
        border-bottom:none;
    }
    #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;
    }
    #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: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }
    .topic_buttons {
        background: #DEDEDE;
    }
    a.item_node {
        border: 1px solid #92B7DD;
        color: #92B7DC;
        padding: 5px 6px 3px 6px;
        border-radius: 3px;
        margin-left:3px;
        margin-right:3px;
        background-image:none;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    a.item_node:hover {
        border:1px solid #2C3E50;
        color:#555;
    }
    img.avatar {
        width: 50px;
        height: 50px;
        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%);
    }
    
    7 条回复    2015-10-09 17:53:06 +08:00
    jackysc
        1
    jackysc  
       2015-10-08 15:53:02 +08:00
    用上了 感觉还不错 谢谢
    BROWNURSIDAE
        2
    BROWNURSIDAE  
       2015-10-08 16:07:44 +08:00
    试了一下感觉不错,唔,换回原来的
    Kisesy
        3
    Kisesy  
       2015-10-08 16:15:30 +08:00
    不错,先用着
    sox
        4
    sox  
       2015-10-08 16:17:47 +08:00
    搭车发 /t/221976
    zdhxiong
        5
    zdhxiong  
       2015-10-08 16:19:15 +08:00
    搭车发 /t/171035
    blueset
        6
    blueset  
       2015-10-08 18:19:16 +08:00
    搭车发 /t/223702
    skyreal
        7
    skyreal  
       2015-10-09 17:53:05 +08:00
    喜欢 谢谢!
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1158 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 18:17 · PVG 02:17 · LAX 11:17 · JFK 14:17
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.