User:Star0/sandbox/styles.css:修订间差异
< User:Star0 | sandbox
无编辑摘要 |
无编辑摘要 |
||
第12行: | 第12行: | ||
position: relative; | position: relative; | ||
border-radius: 10px 10px 0px 0px;} | border-radius: 10px 10px 0px 0px;} | ||
.mcBoto pst { | |||
background-color: #d0b0ff; /* 4 */ | |||
border: 0.15em solid #000000; | |||
border-color: #669933 #648C3C #648C3C #669933; /* 5 3 3 5 */ | |||
cursor:pointer; | |||
display: inline; | |||
margin-right: 0.1em; | |||
padding: 0.2em 0.3em 0.2em 0.3em; | |||
position: relative; | |||
border-radius: 10px 10px 0px 0px;} | |||
.mcBoto a, | |||
.mcBoto strong { | |||
background: none !important; | |||
color:#7050a0 !important; /* 1 */ | |||
font-size: 90%; | |||
font-weight: bold; | |||
padding: 0 !important; | |||
text-decoration: none !important;} | |||
.mcBoto a:hover, | .mcBoto a:hover, |
2020年11月9日 (一) 22:51的版本
/* The CSS adapted from https://zh.wikipedia.org/wiki/Template:Tabs/styles.css : */
.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;
border-radius: 10px 10px 0px 0px;}
.mcBoto pst {
background-color: #d0b0ff; /* 4 */
border: 0.15em solid #000000;
border-color: #669933 #648C3C #648C3C #669933; /* 5 3 3 5 */
cursor:pointer;
display: inline;
margin-right: 0.1em;
padding: 0.2em 0.3em 0.2em 0.3em;
position: relative;
border-radius: 10px 10px 0px 0px;}
.mcBoto a,
.mcBoto strong {
background: none !important;
color:#7050a0 !important; /* 1 */
font-size: 90%;
font-weight: bold;
padding: 0 !important;
text-decoration: none !important;}
.mcBoto a:hover,
.mcBoto strong:hover {
color: black !important;
text-decoration: underline !important;}
.mcBotoSel {
background-color: #9070c0; /* 2 */
border: 0.15em solid #000000;
border-color: #b090e0 #7050a0 #9070c0 #b090e0; /* 3 1 2 3 */
cursor: default;
display: inline;
margin-right: 0.1em;
padding: 0.2em 0.3em 0.2em 0.3em;
position: relative;
color:white;
border-radius: 10px 10px 0px 0px;}
.mcBotoSel a {
background: none !important;
color:white !important;
cursor: default;
font-size: 90%;
font-weight: bold;
padding: 0 !important;
text-decoration: none !important;
}