“MediaWiki:Common.css”的版本间的差异

来自个人维基
跳转至: 导航搜索
第24行: 第24行:
 
     padding: 0.5rem 1rem;
 
     padding: 0.5rem 1rem;
 
}
 
}
#wpSave {
+
#wpSave,
     background: linear-gradient(#4060FF, #3040ff);
+
.lnnblog-button-blue {
 +
     background: linear-gradient(#4060ff, #3040ff);
 
     color: white;
 
     color: white;
 
     border-radius: 3px;
 
     border-radius: 3px;
 
     border: 2px solid #1c2880;
 
     border: 2px solid #1c2880;
 
}
 
}
#wpPreview, #wpDiff {
+
#wpPreview,
 +
#wpDiff,
 +
.lnnblog-button-white {
 
     background: linear-gradient(#f0f0f0, #e0e0e0);
 
     background: linear-gradient(#f0f0f0, #e0e0e0);
 +
    color: black;
 +
    border-radius: 3px;
 +
    border: 2px solid #c0c0c0;
 +
}
 +
.lnnblog-button-red {
 +
    background: linear-gradient(#ff6040, #ff4030);
 
     color: black;
 
     color: black;
 
     border-radius: 3px;
 
     border-radius: 3px;
 
     border: 2px solid #c0c0c0;
 
     border: 2px solid #c0c0c0;
 
}
 
}

2020年7月17日 (五) 18:17的版本

/**
 * 版权协定:知识共享 署名-非商业性使用-相同方式共享 3.0
 * 部分代码来自萌娘百科,原文:http://zh.moegirl.org/MediaWiki:Common.css
 */
 
body,
#firstHeading {
    font-family: sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
 
#mw-page-base,
#mw-page-base-master {
    background: linear-gradient(#398, #f6f6f6 50%);
}
 
#searchform input[type=submit] {
    background: linear-gradient(#f0f0f0, #e0e0e0);
    border-radius: 3px;
    border: 1px solid #c0c0c0;
    padding: 2px 5px;
}
 
.editButtons input[type=submit] {
    padding: 0.5rem 1rem;
}
#wpSave,
.lnnblog-button-blue {
    background: linear-gradient(#4060ff, #3040ff);
    color: white;
    border-radius: 3px;
    border: 2px solid #1c2880;
}
#wpPreview,
#wpDiff,
.lnnblog-button-white {
    background: linear-gradient(#f0f0f0, #e0e0e0);
    color: black;
    border-radius: 3px;
    border: 2px solid #c0c0c0;
}
.lnnblog-button-red {
    background: linear-gradient(#ff6040, #ff4030);
    color: black;
    border-radius: 3px;
    border: 2px solid #c0c0c0;
}