Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
Added alert table
(Updated for release)
(Added alert table)
Line 28: Line 28:
}
}
.vwikitable caption {
.vwikitable caption {
        font-weight: bold;
}
/* Custom alert table */
table.alert {
        margin: 1em 1em 1em 0;
        background: #fff6f6;
        border: 1px #B19E9E solid;
        border-collapse: collapse;
        color: black;
}
.alert th, .alert td {
        border: 1px #B19E9E solid;
        padding: 0.2em;
text-align: center;
}
.alert th {
        background: #eddddd;
}
.alert caption {
         font-weight: bold;
         font-weight: bold;
}
}

Navigation menu