Template:Tabs/styles.css

Selfice留言 | 贡献2025年3月1日 (六) 19:06的版本
.mcBoto {
    cursor: pointer;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    text-align: center;
}

.mcBotoSel {
    font-weight: bold;
    background-color: #e9e9e9;
    border-bottom: none;
}

.mcBotoLink {
    text-decoration: none;
    color: inherit;
}

.mcBotoLink:hover {
    text-decoration: underline;
}

.mcContingut {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.mcPestanya {
    display: none;
}

.mcPestanya[style*="display:block;"] {
    display: block;
}