"使用者:Uwu/text.css" 修訂間的差異

出自 淡水維基館
前往: 導覽搜尋
(已建立頁面,內容為 "var templateClasses = [".heimu", ".just-kidding-text"]; .just-kidding-text a, a .just-kidding-text { color: rgb(86, 119, 173); } .just-kidding-text a.new, a.new...")
 
 
(未顯示同一使用者於中間所作的 3 次修訂)
行 1: 行 1:
var templateClasses = [".heimu", ".just-kidding-text"];
 
 
 
.just-kidding-text a,
 
.just-kidding-text a,
 
a .just-kidding-text {
 
a .just-kidding-text {
行 14: 行 12:
 
.extiw .just-kidding-text {
 
.extiw .just-kidding-text {
 
     color: rgb(112, 140, 187);
 
     color: rgb(112, 140, 187);
 +
}
 +
 +
/*
 +
來源:https://zh.moegirl.org.cn/MediaWiki:Gadget-site-js.js
 +
本文引自萌娘百科(https://zh.moegirl.org.cn),文字内容默认使用《知识共享 署名-非商业性使用-相同方式共享 3.0》协议。
 +
*/
 +
 +
/* 測試 模板:鼠標特別文字 效果 */
 +
.under {
 +
    color: black
 
}
 
}

於 2021年7月1日 (四) 16:27 的最新修訂

.just-kidding-text a,
a .just-kidding-text {
    color: rgb(86, 119, 173);
}
.just-kidding-text a.new,
a.new .just-kidding-text {
    color: rgb(186, 100, 100);
}
.just-kidding-text .external,
.external .just-kidding-text,
.just-kidding-text .extiw,
.extiw .just-kidding-text {
    color: rgb(112, 140, 187);
}

/*
來源:https://zh.moegirl.org.cn/MediaWiki:Gadget-site-js.js
本文引自萌娘百科(https://zh.moegirl.org.cn),文字内容默认使用《知识共享 署名-非商业性使用-相同方式共享 3.0》协议。
*/

/* 測試 模板:鼠標特別文字 效果 */
.under {
    color: black
}