Template:UnReview/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
.unreview-box {
  float: right; 
  margin: 0 0 1em 1em; 
  padding: 0.2em; 
  border: 1px solid #aaa;
  background: #fff; 
  font-size: 88%; 
  max-width: 280px
}
.unreview-box-left {
  float: left; 
  margin: 0 1em 1em 0;
}
.unreview-box-none,
.unreview-box-center {
  float: none; 
  margin: 1em auto 0 auto;
}
.unreview-box-inner {
  display: flex; 
  flex-flow: row nowrap; 
  align-items: center
}
.unreview-box-inner-text {
  flex: 100%; 
  max-width: 140px
}
#unreview-header {
  font-family: Times New Roman, serif; 
  font-size: 1.4em
}
.unreview-box-review {
  text-align: center; 
  font-weight: bold
}
.unreview-box-stars {
  margin: 0 auto;
  width: 150px
}
@media(max-width: 720px) {
  .unreview-box {
    float:none;
    clear: both;
    margin: 4px auto;
    width: auto
  }
}