css v2ex-custom.css

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css v2ex-custom.css相关的知识,希望对你有一定的参考价值。

.item_title a:visited, a.count_livid:visited {
  color: #bebebe !important;
}

#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;
}

#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;
}

.button {
  background-image: none !important;
}

a.balance_area:link, a.balance_area:visited, .balance_area {
  background: #eee !important;
}

td h2 {
  border-bottom: none;
}

.mll:focus, .mle:focus, .sl:focus, .ml:focus, .sll:focus {
  -webkit-box-shadow: 0 0 0 3px #f2eee8;
  -moz-box-shadow: 0 0 0 3px #f2eee8;
  box-shadow: 0 0 0 3px #f2eee8;
}

.topic_buttons {
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
}

a.tb:hover {
  background-color: #f0f0f0;
}

.dock_area {
  background-image: none;
}

/* select2 */

.select2-container .select2-choice {
  background-image: none;
}

.select2-container .select2-choice div {
  background-image: none;
  background-color: #f0f0f0;
}

strong.online {
  background: #52bf1c;
  font-weight: 400;
}

以上是关于css v2ex-custom.css的主要内容,如果未能解决你的问题,请参考以下文章

如何在CSS中调用公用css

css [css:fadeout / fadein] css示例。 #css

css基础 CSS 组合选择符CSS 伪类CSS 伪元素

css 深度提示#css中的css base builder CSS

css基础 CSS 媒体类型CSS 属性 选择器CSS 表单CSS 计数器

什么是css