Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
Added note table
m (Added table row highlight on hover)
(Added note table)
Line 52: Line 52:
.alert caption {
.alert caption {
         font-weight: bold;
         font-weight: bold;
}
/* Custom note table */
table.note {
        align: center;
        margin: 1em 1em 1em 0;
        background: #FFEDC8;
        border: 1px #DBCCAC solid;
        border-collapse: collapse;
        color: black;
}
.note th, .note td {
        border: none;
        padding: 0.2em;
text-align: center;
}
.note th {
        background: #FFEDC8;
}
}

Navigation menu