css customize.css

Posted

tags:

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

.topic-category li {
    display: inline;
    background-color: white;
    margin-right: 10px;
}
.topic-category li a{
   color: black;
}
.d-header #site-logo {
    max-height: 25px;
    margin-top: -15px;
}
a.dropdown-header.problem_page_button {
    border-radius: 4px !important;;
    border: solid 1px #439aff !important;;
    font-size: 14px !important;;
    letter-spacing: 0.9px;
    text-align: left;
    color: #0076ff !important;
    background-color: white !important;
    padding: 5px 10px;
}


.d-header > .wrap{
    max-width:95%;
}

#footer {
    background-color: #eeeeee;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 200px;
    padding-top: 30px;
}



@media (min-width: 992px)
{
#footer .container {
    width: 970px;
    margin: auto;
}
}

@media (min-width: 768px)
{
#footer .container {
    width: 750px;
    margin: auto;
}
}

@media (min-width: 1200px){
#footer .container {
    width: 1170px;
    margin: auto;
}
}
#footer .row {
    margin-left: -15px;
    margin-right: -15px;
}

.text-center {
    text-align: center;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
#footer-pages li {
    border-right: 1px solid #333;
    margin: 10px 0;
    padding: 0 20px;
    display: inline-block;
}

.list-inline li {
    padding: 0 20px;
    display: inline-block;   
}
#footer-pages li a{
    color: #337ab7;
    text-decoration: none;
}

#footer-social a {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
    border-radius: 25px;
    padding: 10px;
}
.feedback-box {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    vertical-align: middle;
    text-align: center;
    background: #63b1c6;
    font-family: 'Source Sans Pro', Consolas, "Liberation Mono", Menlo, Courier, monospace;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
}














ul.external_links > .header-items {
    position: relative;
    bottom: 2px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3px;
}

ul.external_links {
    display: inline-block;
    margin-top:10px;
}

ul.external_links li {
    display: inline-block;
}
ul.external_links > li > a {
    color: rgba(0, 0, 0, 0.7);
    font-family: Nunito;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3px;
    padding:10px 25px;
}
.d-header{
    height: 55px;
}

.mit-header {
    height: 60px;
    min-height: 60px;
    border: none;
    position: relative;
    top: -5px;
    color: rgba(0, 0, 0, 0.7);
    background: white;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
}
.badge-category-bg{
    background-color: #63b1c6 !important;
}

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

css 登录-customize.css

css 登录-customize.css

jquery:厌倦了 css().css().css()

如何在CSS中调用公用css

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

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