Template:Note/styles.css

From Plague Inc. Wiki
Jump to navigation Jump to search
.Template-NoteBox  {
  width: 100%;
  border: 2px solid gray;
  margin-bottom: 3px;
  margin-top: 3px;
  font-size: 13px;
  padding: 9px;
}

.Template-NoteBox tbody {
	display: table;
	width: 100%;
}

.Template-NoteIcon {
  width: 10%;
  border-left: 6px solid gray;
  padding-left: 9px;
  padding-right: 9px;
}

.Template-NoteDesc {
  width: 90%;
  padding: 9px;
  border: 1px solid #ece2e2;
}

@media screen and (max-width: 800px) {
.Template-NoteCell {
 display: block;
}

.Template-NoteIcon {
  width: 20%;
}

.Template-NoteDesc {
  width: 80%;
}
}