User:Chronowar/sandbox/styles.css:修订间差异
< User:Chronowar | sandbox
无编辑摘要 |
无编辑摘要 |
||
第13行: | 第13行: | ||
color:#000000; | color:#000000; | ||
cursor:pointer; | cursor:pointer; | ||
position:relative; | position:relative; | ||
} | } | ||
第24行: | 第23行: | ||
position: relative; | position: relative; | ||
} | } | ||
.mcContingut { | .mcContingut { | ||
background-color: #f8f8ff; | background-color: #f8f8ff; |
2020年12月6日 (日) 14:34的版本
/* 标题下划线取消 */
h1 {
border-bottom: 2px solid #ffffff;
}
h2 {
border-bottom: 1px solid #ffffff;
}
.button {
background-color:#ffffff;
border-color:#000000 #000000 #000000 #000000;
color:#000000;
cursor:pointer;
position:relative;
}
.buttonoff {
background-color:#ffffff;
border-color:#000000 #000000 #000000 #000000;
color:#000000;
cursor:pointer;
display:none;
position: relative;
}
.mcContingut {
background-color: #f8f8ff;
border: 0.2em solid #9070c0; /* 2 */
border-color: #9070c0 #7050a0 #7050a0 #9070c0 ; /* 2 1 1 2 */
padding: 1em;
position: static; /* Si hi posem relative falla amb MSIE */}
.mcPestanya {
background-color: #f8f8ff;
border-color: #7050a0 #b090e0 #b090e0 #7050a0; /* 1 3 3 1 */ width: 100%;
}