MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 15: Line 15:


table {
table {
    font-size: 10px;
font-size: 10px;
    text-align: center;
text-align: center;
    width: 100%;
width: 100%;
    margin-bottom: 10px;
margin-bottom: 10px;
}
}


th {
th {
    background-color: #bebebe;
background-color: #bebebe;
}
}


.table-striped {
.table-striped {
    border: 1px solid #c2c0c0;
border: 1px solid #c2c0c0;
    border-radius: 10px;
border-radius: 10px;
    overflow: hidden;
overflow: hidden;
}
}


.table-striped tbody > tr:nth-of-type(odd) {
.table-striped tbody > tr:nth-of-type(odd) {
    background-color: #d7d7d7;
background-color: #d7d7d7;
}
}