css CSS Twitter Bootstrap警报框

Posted

tags:

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

/*=============================*/
/* Bootstrap alert box styling */
/*=============================*/

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-heading {
    color: inherit;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

/* Alert: Success */
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

/* Alert: Danger or Error */
.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

/* Alert: Information */
.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

/* Alert: Styling Blocks */
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

以上是关于css CSS Twitter Bootstrap警报框的主要内容,如果未能解决你的问题,请参考以下文章

视频分享Twitter前端CSS框架Bootstrap视频教程

从 Grails Twitter-Bootstrap 插件覆盖 CSS

css 使用Twitter Bootstrap进行5列布局

在 CSS 中使用 Twitter Bootstrap 字形图标

html HTML,CSS,Bootstrap:使用Twitter Bootstrap进行5列布局

Twitter Bootstrap 在 CSS 中使用星号宽度属性