View file visavi-rotorcms-63832fa/public/assets/css/app.css

File size: 2.23Kb
.footer {
  background-color: #ddd;
  padding: 15px 0;
}

/* fix bs 3.3.0 */
.form-control-feedback {
  pointer-events: auto;
}

.required {
  color:#b94a48;
  font-weight:bold
}

.touch-link {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin: 3px 0;
  background-color: #FAF9FC;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.touch-link:hover,
.touch-link:focus {
  text-decoration: none;
  background-color: #F2F1F5;
}

.touch-link > .badge {
  margin-left: 3px;
}

.touch-back {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.touch-back:hover,
.touch-back:focus {
  text-decoration: none;
  background-color: #eee;
}

textarea {
  resize: vertical;
}

.padding {
  padding: 10px;
}

.strong {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.border {
  border: 1px solid #ccc;
}

.page-header {
  margin-top: 20px;
}

.breadcrumb {
  margin-bottom: 20px;
  border: 1px  solid #ccc;
}

.main {
  margin-bottom: 20px;
}

.media {
/*  overflow: hidden;*/
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.media-heading {
  min-height: 25px;
}

.img-reduced {
  max-width: 300px;
  max-height: 300px;
}

blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  float: left;
  margin-right: 10px;
}

blockquote {
  font-size: 13px;
  background-color: #eff;
  border: 1px dotted #ddd;
  border-left: 5px solid #ddd;
  margin: 0 0 10px;
}

.author {
  display: inline;
}

.spoiler {
  margin-bottom: 5px;
}

.spoiler:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 17px;
  color: #bbb;
  margin: 0 5px 0 2px;
}

.spoiler.spoiler-open:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 17px;
  color: #bbb;
  margin: 0 5px 0 2px;
}

.spoiler-title {
  border-bottom: 1px dashed;
  color: #6da3bd;
  cursor: pointer;
  font-weight: normal;
}

.spoiler-text {
  padding: 9px 14px;
  margin: 5px 0;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}

.hiding {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #d9534f;
  background-color: #f8f8f8;
}