Jump to content

Template:Draft/styles.css

From pool
.draft {
  margin: 3%;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  border-color: #a7d7f9;
}

.draft p {
    padding: 0 1rem;
  }

.draft-header {
	font-size: x-large;
	font-weight: bold;
	padding: 1rem;
    margin: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-color: #a7d7f9;
    color: black;
    background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    #ccc 10px,
    #ccc 20px
  )
}
This content is in the Template Namespace. Used for page-templates that can be re-used across the wiki.