Template:Documentation/styles.css

From Sandbox Wiki
Jump to navigation Jump to search
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px dashed #a2a9b1;
    background-color: #ecfcf4;
    padding: 1em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.template-documentation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #8bd9a8;
    margin-bottom: 1em;
}

.template-documentation-title {
    font-size: 125%;
    font-weight: bold;
    color: #000;
}

.template-documentation-title i {
    color: #14866d;
    margin-right: 5px;
}

.template-documentation-links {
    font-size: 90%;
    color: #54595d;
}

.template-documentation-links i {
    margin-right: 3px;
}

.template-documentation-content {
    font-size: 100%;
}