User:Morris92/假链/style.css:修订间差异
外观
< User:Morris92 | 假链
建立内容为“.fakelink { cursor: pointer; } .fakelink.nomobile { color: #0645AD; } .fakelink.mobileonly { color: #3366CC; } .heimu .fakelink, .fakelink .heimu {…”的新页面 标签:mobile web edit mobile edit advanced mobile edit |
无编辑摘要 标签:mobile web edit mobile edit advanced mobile edit |
||
(未显示同一用户的2个中间版本) | |||
第1行: | 第1行: | ||
. | .fakelinks { | ||
cursor: pointer; | |||
color: #0645ad; | |||
} | |||
.fakelinks:hover, | |||
.fakelinks:focus { | |||
text-decoration: underline; | |||
} | |||
.fakelinks:visited { | |||
color: #0b0080; | |||
} | |||
.fakelinks:active { | |||
color: #faa700; | |||
} | } | ||
. | .fakelinks2 { | ||
color: # | cursor: pointer; | ||
color: #36b; | |||
} | } | ||
. | .fakelinks2:hover, | ||
.fakelinks2:focus { | |||
text-decoration: underline; | |||
} | } | ||
. | .fakelinks2:visited { | ||
color: #636; | |||
} | |||
.fakelinks2:active { | |||
color: #36b; | |||
} | } | ||
. | .fakelinks-new { | ||
cursor: pointer; | |||
color: #ba0000; | |||
} | } | ||
. | .fakelinks-new:hover, | ||
.fakelinks-new:focus { | |||
text-decoration: underline | text-decoration: underline; | ||
} | } | ||
.fakelinks-new:visited { | |||
color: #a55858; | |||
color: | } | ||
.fakelinks-new:active { | |||
color: #a55858; | |||
} | } |
2022年10月14日 (五) 19:17的最新版本
.fakelinks {
cursor: pointer;
color: #0645ad;
}
.fakelinks:hover,
.fakelinks:focus {
text-decoration: underline;
}
.fakelinks:visited {
color: #0b0080;
}
.fakelinks:active {
color: #faa700;
}
.fakelinks2 {
cursor: pointer;
color: #36b;
}
.fakelinks2:hover,
.fakelinks2:focus {
text-decoration: underline;
}
.fakelinks2:visited {
color: #636;
}
.fakelinks2:active {
color: #36b;
}
.fakelinks-new {
cursor: pointer;
color: #ba0000;
}
.fakelinks-new:hover,
.fakelinks-new:focus {
text-decoration: underline;
}
.fakelinks-new:visited {
color: #a55858;
}
.fakelinks-new:active {
color: #a55858;
}