src/OrchardCore.Themes/TheBlogTheme/wwwroot/css/bootstrap-oc.css [52:257]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.message-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.message-success hr {
  border-top-color: #b1dfbb;
}

.message-success .alert-link {
  color: #0b2e13;
}

.message-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.message-info hr {
  border-top-color: #abdde5;
}

.message-info .alert-link {
  color: #062c33;
}

.message-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.message-warning hr {
  border-top-color: #ffe8a1;
}

.message-warning .alert-link {
  color: #533f03;
}

.message-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.message-danger hr {
  border-top-color: #f1b0b7;
}

.message-danger .alert-link {
  color: #491217;
}

.message-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.message-light hr {
  border-top-color: #ececf6;
}

.message-light .alert-link {
  color: #686868;
}

.message-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.message-dark hr {
  border-top-color: #b9bbbe;
}

.message-dark .alert-link {
  color: #040505;
}

.widget-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.widget-image-widget img {
  width: 100%;
}

.widget-align-left {
  text-align: left;
}

.widget-align-center {
  text-align: center;
}

.widget-align-right {
  text-align: right;
}

.widget-align-justify {
  text-align: justify;
}

.widget-size-100, .widget-size-25, .widget .widget-size-25, .widget-size-33, .widget .widget-size-33, .widget-size-50, .widget .widget-size-50, .widget-size-66, .widget .widget-size-66, .widget-size-75, .widget .widget-size-75 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .widget-size-25, .widget .widget-size-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) {
  .widget-size-33, .widget .widget-size-33 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-33 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 576px) {
  .widget-size-50, .widget .widget-size-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) {
  .widget-size-66, .widget .widget-size-66 {
    flex: 0 0 66%;
    max-width: 66%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-66 {
    flex: 0 0 66%;
    max-width: 66%;
  }
}

@media (min-width: 576px) {
  .widget-size-75, .widget .widget-size-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

ul.pager {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

ul.pager li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/OrchardCore.Themes/TheComingSoonTheme/wwwroot/css/bootstrap-oc.css [52:257]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.message-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.message-success hr {
  border-top-color: #b1dfbb;
}

.message-success .alert-link {
  color: #0b2e13;
}

.message-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.message-info hr {
  border-top-color: #abdde5;
}

.message-info .alert-link {
  color: #062c33;
}

.message-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.message-warning hr {
  border-top-color: #ffe8a1;
}

.message-warning .alert-link {
  color: #533f03;
}

.message-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.message-danger hr {
  border-top-color: #f1b0b7;
}

.message-danger .alert-link {
  color: #491217;
}

.message-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.message-light hr {
  border-top-color: #ececf6;
}

.message-light .alert-link {
  color: #686868;
}

.message-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.message-dark hr {
  border-top-color: #b9bbbe;
}

.message-dark .alert-link {
  color: #040505;
}

.widget-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.widget-image-widget img {
  width: 100%;
}

.widget-align-left {
  text-align: left;
}

.widget-align-center {
  text-align: center;
}

.widget-align-right {
  text-align: right;
}

.widget-align-justify {
  text-align: justify;
}

.widget-size-100, .widget-size-25, .widget .widget-size-25, .widget-size-33, .widget .widget-size-33, .widget-size-50, .widget .widget-size-50, .widget-size-66, .widget .widget-size-66, .widget-size-75, .widget .widget-size-75 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .widget-size-25, .widget .widget-size-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) {
  .widget-size-33, .widget .widget-size-33 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-33 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 576px) {
  .widget-size-50, .widget .widget-size-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) {
  .widget-size-66, .widget .widget-size-66 {
    flex: 0 0 66%;
    max-width: 66%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-66 {
    flex: 0 0 66%;
    max-width: 66%;
  }
}

@media (min-width: 576px) {
  .widget-size-75, .widget .widget-size-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

ul.pager {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

ul.pager li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



