]> iEval git - plack-app-gruntmaster.git/blobdiff - css/themes/cyborg.css
Add alerts CSS
[plack-app-gruntmaster.git] / css / themes / cyborg.css
index e02b2dbbb2e6b64579a972cc89111aa4444ceac5..6dafa4dcdc72c0adf8f33bbe65a50b3269f84f29 100644 (file)
@@ -2963,6 +2963,81 @@ tbody.collapse.in {
   background-color: #222222;
   cursor: not-allowed;
 }
+.alert {
+  padding: 15px;
+  margin-bottom: 20px;
+  border: 1px solid transparent;
+  border-radius: 4px;
+}
+.alert h4 {
+  margin-top: 0;
+  color: inherit;
+}
+.alert .alert-link {
+  font-weight: bold;
+}
+.alert > p,
+.alert > ul {
+  margin-bottom: 0;
+}
+.alert > p + p {
+  margin-top: 5px;
+}
+.alert-dismissable,
+.alert-dismissible {
+  padding-right: 35px;
+}
+.alert-dismissable .close,
+.alert-dismissible .close {
+  position: relative;
+  top: -2px;
+  right: -21px;
+  color: inherit;
+}
+.alert-success {
+  background-color: #77b300;
+  border-color: #809a00;
+  color: #ffffff;
+}
+.alert-success hr {
+  border-top-color: #6a8000;
+}
+.alert-success .alert-link {
+  color: #e6e6e6;
+}
+.alert-info {
+  background-color: #9933cc;
+  border-color: #6e2caf;
+  color: #ffffff;
+}
+.alert-info hr {
+  border-top-color: #61279b;
+}
+.alert-info .alert-link {
+  color: #e6e6e6;
+}
+.alert-warning {
+  background-color: #ff8800;
+  border-color: #f05800;
+  color: #ffffff;
+}
+.alert-warning hr {
+  border-top-color: #d64f00;
+}
+.alert-warning .alert-link {
+  color: #e6e6e6;
+}
+.alert-danger {
+  background-color: #cc0000;
+  border-color: #bd001f;
+  color: #ffffff;
+}
+.alert-danger hr {
+  border-top-color: #a3001b;
+}
+.alert-danger .alert-link {
+  color: #e6e6e6;
+}
 .list-group {
   margin-bottom: 20px;
   padding-left: 0;
This page took 0.021555 seconds and 4 git commands to generate.