Template:Tabs/styles.css:修订间差异
跳转到导航
跳转到搜索
创建页面,内容为“→Nou esquema de colors per a la Plantilla:Metacaixa usada a la portada: →Configuració per defecte en lila Tons usats; 1; 7050a0 2; 9070c0 3; b090e0 4; d0b0ff 5; f0d0ff: .mcBoto { background-color: #d0b0ff; →4: border: 0.15em solid #000000; border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff; →5 3 3 5: cursor:pointer; display: inline; margin-right: 0.1em; padding: 0.2em 0.3em 0.2em 0.3em; position: relative;} .mcBoto a, .mcB…” |
无编辑摘要 标签:已被回退 |
||
第1行: | 第1行: | ||
.mcBoto { | .mcBoto { | ||
cursor: pointer; | |||
padding: 10px; | |||
margin: 5px; | |||
border: 1px solid #ccc; | |||
background-color: #f9f9f9; | |||
text-align: center; | |||
} | |||
.mcBotoSel { | .mcBotoSel { | ||
font-weight: bold; | |||
background-color: #e9e9e9; | |||
border-bottom: none; | |||
} | |||
.mcBotoLink { | |||
text-decoration: none; | |||
color: inherit; | |||
} | |||
. | .mcBotoLink:hover { | ||
text-decoration: underline; | |||
} | |||
.mcContingut { | .mcContingut { | ||
margin-top: 10px; | |||
padding: 10px; | |||
border: 1px solid #ccc; | |||
background-color: #fff; | |||
} | |||
.mcPestanya { | .mcPestanya { | ||
display: none; | |||
} | |||
.mcPestanya[style*="display:block;"] { | |||
display: block; | |||
} | } | ||
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; }