519 lines
11 KiB
CSS
519 lines
11 KiB
CSS
.mce-container .alert {
|
|
font-weight: bold; }
|
|
|
|
.mce-container .alert:before {
|
|
cursor: pointer; }
|
|
|
|
.mce-container .alert ul, .mce-container .alert ol {
|
|
padding-left: 15px;
|
|
margin-left: 27px; }
|
|
|
|
.mce-container .alert ul li, .mce-container .alert ol li {
|
|
list-style-type: decimal;
|
|
font-weight: normal; }
|
|
|
|
.mce-container .alert.alert-success {
|
|
text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
|
|
|
|
.mce-container .alert.alert-success:before {
|
|
font-family: "FontAwesome";
|
|
content: "\f058";
|
|
font-size: 20px;
|
|
vertical-align: -2px;
|
|
padding-right: 7px; }
|
|
|
|
.mce-container .alert.alert-danger {
|
|
text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
|
|
|
|
.mce-container .alert.alert-danger:before {
|
|
font-family: "FontAwesome";
|
|
content: "\f057";
|
|
font-size: 20px;
|
|
vertical-align: -2px;
|
|
/* padding-right: 7px; */
|
|
float: left;
|
|
}
|
|
|
|
.mce-container .alert {
|
|
padding: 15px;
|
|
margin-bottom: 18px;
|
|
border: 1px solid transparent;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.mce-container .alert h4 {
|
|
margin-top: 0;
|
|
color: inherit; }
|
|
|
|
.mce-container .alert .alert-link {
|
|
font-weight: bold; }
|
|
|
|
.mce-container .alert > p,
|
|
.mce-container .alert > ul {
|
|
margin-bottom: 0; }
|
|
|
|
.mce-container .alert > p + p {
|
|
margin-top: 5px; }
|
|
|
|
.mce-container .alert-dismissable {
|
|
padding-right: 35px; }
|
|
|
|
.mce-container .alert-dismissable .close {
|
|
position: relative;
|
|
top: -2px;
|
|
right: -21px;
|
|
color: inherit; }
|
|
|
|
.mce-container .alert-success {
|
|
background-color: #55c65e;
|
|
border-color: #48b151;
|
|
color: #fff; }
|
|
|
|
.mce-container .alert-success hr {
|
|
border-top-color: #419f49; }
|
|
|
|
.mce-container .alert-success .alert-link {
|
|
color: #e6e6e6; }
|
|
|
|
.mce-container .alert-info {
|
|
background-color: #5192f3;
|
|
border-color: #4b80c3;
|
|
color: #fff; }
|
|
|
|
.mce-container .alert-info hr {
|
|
border-top-color: #3d73b7; }
|
|
|
|
.mce-container .alert-info .alert-link {
|
|
color: #e6e6e6; }
|
|
|
|
.mce-container .alert-warning {
|
|
background-color: #fe9126;
|
|
border-color: #e4752b;
|
|
color: #fff; }
|
|
|
|
.mce-container .alert-warning hr {
|
|
border-top-color: #da681c; }
|
|
|
|
.mce-container .alert-warning .alert-link {
|
|
color: #e6e6e6; }
|
|
|
|
.mce-container .alert-danger {
|
|
background-color: #f3515c;
|
|
border-color: #d4323d;
|
|
color: #fff; }
|
|
|
|
.mce-container .alert-danger hr {
|
|
border-top-color: #c32933; }
|
|
|
|
.mce-container .alert-danger .alert-link {
|
|
color: #e6e6e6; }
|
|
|
|
.mce-container .alert.alert-danger:before {
|
|
font-family: "FontAwesome";
|
|
content: "\f058";
|
|
height:100%;
|
|
}
|
|
|
|
.mce-container .alert {
|
|
position:relative;
|
|
padding-left:20px;
|
|
}
|
|
|
|
.mce-container .alert {
|
|
font-weight: bold; }
|
|
|
|
.mce-container .alert:before {
|
|
cursor: pointer; }
|
|
|
|
.mce-container .alert ul, .mce-container .alert ol {
|
|
padding-left: 15px;
|
|
margin-left: 27px; }
|
|
|
|
.mce-container .alert ul li, .mce-container .alert ol li {
|
|
list-style-type: decimal;
|
|
font-weight: normal; }
|
|
|
|
.mce-container .alert.alert-success {
|
|
text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
|
|
|
|
.mce-container .alert.alert-success:before {
|
|
font-family: "FontAwesome";
|
|
content: "\f058";
|
|
font-size: 20px;
|
|
vertical-align: -2px;
|
|
padding-right: 7px; }
|
|
|
|
.mce-container .alert.alert-danger {
|
|
text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
|
|
|
|
.mce-container .alert.alert-danger:before {
|
|
font-family: "FontAwesome";
|
|
content: "\f057";
|
|
font-size: 20px;
|
|
vertical-align: -2px;
|
|
/* padding-right: 7px; */
|
|
float: left;
|
|
}
|
|
|
|
.mce-container .alert {
|
|
padding: 15px;
|
|
margin-bottom: 18px;
|
|
border: 1px solid transparent;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.mce-container .alert h4 {
|
|
margin-top: 0;
|
|
color: inherit; }
|
|
|
|
.mce-container .alert .alert-link {
|
|
font-weight: bold; }
|
|
|
|
.mce-container .alert > p,
|
|
.mce-container .alert > ul {
|
|
margin-bottom: 0; }
|
|
|
|
.mce-container .alert > p + p {
|
|
margin-top: 5px; }
|
|
|
|
.mce-container .alert-dismissable {
|
|
padding-right: 35px; }
|
|
|
|
.mce-container .alert-dismissable .close {
|
|
position: relative;
|
|
top: -2px;
|
|
right: -21px;
|
|
color: inherit; }
|
|
|
|
.mce-container .alert-success {
|
|
background-color: #55c65e;
|
|
border-color: #48b151;
|
|
color: #fff; }
|
|
|
|
.mce-container .alert-success hr {
|
|
border-top-color: #419f49; }
|
|
|
|
.mce-container .alert-success .alert-link {
|
|
color: #e6e6e6; }
|
|
|
|
.mce-container .alert-info {
|
|
background-color: #5192f3;
|
|
border-color: #4b80c3;
|
|
color: #fff; }
|
|
|
|
.mce-container .alert-info hr {
|
|
border-top-color: #3d73b7; }
|
|
|
|
.mce-container .alert-info .alert-link {
|
|
color: #e6e6e6; }
|
|
|
|
.mce-container .alert-warning {
|
|
background-color: #fe9126;
|
|
border-color: #e4752b;
|
|
color: #fff; }
|
|
|
|
.mce-container .alert-warning hr {
|
|
border-top-color: #da681c; }
|
|
|
|
.mce-container .alert-warning .alert-link {
|
|
color: #e6e6e6; }
|
|
|
|
.mce-container .alert-danger {
|
|
background-color: #f3515c;
|
|
border-color: #d4323d;
|
|
color: #fff; }
|
|
|
|
.mce-container .alert-danger hr {
|
|
border-top-color: #c32933; }
|
|
|
|
.mce-container .alert-danger .alert-link {
|
|
color: #e6e6e6; }
|
|
|
|
.mce-container .alert.alert-danger:before {
|
|
font-family: "FontAwesome";
|
|
content: "\f058";
|
|
height:100%;
|
|
}
|
|
|
|
.mce-container .alert {
|
|
position:relative;
|
|
padding-left:20px;
|
|
}
|
|
|
|
.mce-container .alert .close {
|
|
text-decoration: none !important;
|
|
font-size: 18px !important;
|
|
line-height: 1.2;
|
|
float: right;
|
|
font-size: 21px;
|
|
font-weight: 700;
|
|
line-height: 1;
|
|
color: #000;
|
|
text-shadow: 0 1px 0 #fff;
|
|
filter: alpha(opacity=20);
|
|
opacity: .2;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
|
|
|
|
|
|
/* EDITOR CONTENTS */
|
|
|
|
.mce-content-body .alert .close {
|
|
text-decoration: none !important;
|
|
font-size: 18px !important;
|
|
line-height: 1.2;
|
|
float: right;
|
|
font-size: 21px;
|
|
font-weight: 700;
|
|
line-height: 1;
|
|
color: #000;
|
|
text-shadow: 0 1px 0 #fff;
|
|
filter: alpha(opacity=20);
|
|
opacity: .2;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
|
|
.mce-content-body .alert {
|
|
font-weight: bold; }
|
|
|
|
.mce-content-body .alert:before {
|
|
cursor: pointer; }
|
|
|
|
.mce-content-body .alert ul, .mce-content-body .alert ol {
|
|
padding-left: 15px;
|
|
margin-left: 27px; }
|
|
|
|
.mce-content-body .alert ul li, .mce-content-body .alert ol li {
|
|
list-style-type: decimal;
|
|
font-weight: normal; }
|
|
|
|
.mce-content-body .alert.alert-success {
|
|
text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
|
|
|
|
.mce-content-body .alert.alert-success:before {
|
|
font-family: "FontAwesome";
|
|
content: "\f058";
|
|
font-size: 20px;
|
|
vertical-align: -2px;
|
|
padding-right: 7px; }
|
|
|
|
.mce-content-body .alert.alert-danger {
|
|
text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
|
|
|
|
.mce-content-body .alert.alert-danger:before {
|
|
font-family: "FontAwesome";
|
|
content: "\f057";
|
|
font-size: 20px;
|
|
vertical-align: -2px;
|
|
/* padding-right: 7px; */
|
|
float: left;
|
|
}
|
|
|
|
.mce-content-body .alert {
|
|
padding: 15px;
|
|
margin-bottom: 18px;
|
|
border: 1px solid transparent;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.mce-content-body .alert h4 {
|
|
margin-top: 0;
|
|
color: inherit; }
|
|
|
|
.mce-content-body .alert .alert-link {
|
|
font-weight: bold; }
|
|
|
|
.mce-content-body .alert > p,
|
|
.mce-content-body .alert > ul {
|
|
margin-bottom: 0; }
|
|
|
|
.mce-content-body .alert > p + p {
|
|
margin-top: 5px; }
|
|
|
|
.mce-content-body .alert-dismissable {
|
|
padding-right: 35px; }
|
|
|
|
.mce-content-body .alert-dismissable .close {
|
|
position: relative;
|
|
top: -2px;
|
|
right: -21px;
|
|
color: inherit; }
|
|
|
|
.mce-content-body .alert-success {
|
|
background-color: #55c65e;
|
|
border-color: #48b151;
|
|
color: #fff; }
|
|
|
|
.mce-content-body .alert-success hr {
|
|
border-top-color: #419f49; }
|
|
|
|
.mce-content-body .alert-success .alert-link {
|
|
color: #e6e6e6; }
|
|
|
|
.mce-content-body .alert-info {
|
|
background-color: #5192f3;
|
|
border-color: #4b80c3;
|
|
color: #fff; }
|
|
|
|
.mce-content-body .alert-info hr {
|
|
border-top-color: #3d73b7; }
|
|
|
|
.mce-content-body .alert-info .alert-link {
|
|
color: #e6e6e6; }
|
|
|
|
.mce-content-body .alert-warning {
|
|
background-color: #fe9126;
|
|
border-color: #e4752b;
|
|
color: #fff; }
|
|
|
|
.mce-content-body .alert-warning hr {
|
|
border-top-color: #da681c; }
|
|
|
|
.mce-content-body .alert-warning .alert-link {
|
|
color: #e6e6e6; }
|
|
|
|
.mce-content-body .alert-danger {
|
|
background-color: #f3515c;
|
|
border-color: #d4323d;
|
|
color: #fff; }
|
|
|
|
.mce-content-body .alert-danger hr {
|
|
border-top-color: #c32933; }
|
|
|
|
.mce-content-body .alert-danger .alert-link {
|
|
color: #e6e6e6; }
|
|
|
|
.mce-content-body .alert.alert-danger:before {
|
|
font-family: "FontAwesome";
|
|
content: "\f058";
|
|
height:100%;
|
|
}
|
|
|
|
.mce-content-body .alert {
|
|
position:relative;
|
|
padding-left:20px;
|
|
}
|
|
|
|
.mce-content-body .alert {
|
|
font-weight: bold; }
|
|
|
|
.mce-content-body .alert:before {
|
|
cursor: pointer; }
|
|
|
|
.mce-content-body .alert ul, .mce-content-body .alert ol {
|
|
padding-left: 15px;
|
|
margin-left: 27px; }
|
|
|
|
.mce-content-body .alert ul li, .mce-content-body .alert ol li {
|
|
list-style-type: decimal;
|
|
font-weight: normal; }
|
|
|
|
.mce-content-body .alert.alert-success {
|
|
text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
|
|
|
|
.mce-content-body .alert.alert-success:before {
|
|
font-family: "FontAwesome";
|
|
content: "\f058";
|
|
font-size: 20px;
|
|
vertical-align: -2px;
|
|
padding-right: 7px; }
|
|
|
|
.mce-content-body .alert.alert-danger {
|
|
text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
|
|
|
|
.mce-content-body .alert.alert-danger:before {
|
|
font-family: "FontAwesome";
|
|
content: "\f057";
|
|
font-size: 20px;
|
|
vertical-align: -2px;
|
|
/* padding-right: 7px; */
|
|
float: left;
|
|
}
|
|
|
|
.mce-content-body .alert {
|
|
padding: 15px;
|
|
margin-bottom: 18px;
|
|
border: 1px solid transparent;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.mce-content-body .alert h4 {
|
|
margin-top: 0;
|
|
color: inherit; }
|
|
|
|
.mce-content-body .alert .alert-link {
|
|
font-weight: bold; }
|
|
|
|
.mce-content-body .alert > p,
|
|
.mce-content-body .alert > ul {
|
|
margin-bottom: 0; }
|
|
|
|
.mce-content-body .alert > p + p {
|
|
margin-top: 5px; }
|
|
|
|
.mce-content-body .alert-dismissable {
|
|
padding-right: 35px; }
|
|
|
|
.mce-content-body .alert-dismissable .close {
|
|
position: relative;
|
|
top: -2px;
|
|
right: -21px;
|
|
color: inherit; }
|
|
|
|
.mce-content-body .alert-success {
|
|
background-color: #55c65e;
|
|
border-color: #48b151;
|
|
color: #fff; }
|
|
|
|
.mce-content-body .alert-success hr {
|
|
border-top-color: #419f49; }
|
|
|
|
.mce-content-body .alert-success .alert-link {
|
|
color: #e6e6e6; }
|
|
|
|
.mce-content-body .alert-info {
|
|
background-color: #5192f3;
|
|
border-color: #4b80c3;
|
|
color: #fff; }
|
|
|
|
.mce-content-body .alert-info hr {
|
|
border-top-color: #3d73b7; }
|
|
|
|
.mce-content-body .alert-info .alert-link {
|
|
color: #e6e6e6; }
|
|
|
|
.mce-content-body .alert-warning {
|
|
background-color: #fe9126;
|
|
border-color: #e4752b;
|
|
color: #fff; }
|
|
|
|
.mce-content-body .alert-warning hr {
|
|
border-top-color: #da681c; }
|
|
|
|
.mce-content-body .alert-warning .alert-link {
|
|
color: #e6e6e6; }
|
|
|
|
.mce-content-body .alert-danger {
|
|
background-color: #f3515c;
|
|
border-color: #d4323d;
|
|
color: #fff; }
|
|
|
|
.mce-content-body .alert-danger hr {
|
|
border-top-color: #c32933; }
|
|
|
|
.mce-content-body .alert-danger .alert-link {
|
|
color: #e6e6e6; }
|
|
|
|
.mce-content-body .alert.alert-danger:before {
|
|
font-family: "FontAwesome";
|
|
content: "\f057";
|
|
height:100%;
|
|
}
|
|
|
|
.mce-content-body .alert {
|
|
position:relative;
|
|
padding-left:20px;
|
|
} |