• 欢迎来到Minecraft插件百科!
  • 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
  • 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289

“用户:电量233/common.css”的版本间的差异

来自Minecraft插件百科
跳转至: 导航搜索
(创建页面,内容为“P1 颜色: Add colours for bureaucrats: .mw-userlink[title="User:Iwar"] { color: #ee4404; font-weight: bold; !important; } /* Add colours for autopart…”
 
 
第10行: 第10行:
 
/* Add colours for admins */
 
/* Add colours for admins */
 
.mw-userlink[title="User:Henry5041"],
 
.mw-userlink[title="User:Henry5041"],
.mw-userlink[title="User:Iwar"],
 
 
.mw-userlink[title="User:LocusAzzurro"],
 
.mw-userlink[title="User:LocusAzzurro"],
 
.mw-userlink[title="User:Lzler"],
 
.mw-userlink[title="User:Lzler"],

2019年8月30日 (五) 20:01的最新版本

/* P1 颜色 */
/* Add colours for bureaucrats */
.mw-userlink[title="User:Iwar"] {
    color: #ee4404; font-weight: bold; !important;
}

/* Add colours for autopartols */
/* 你维基连这个用户组都没有 */

/* Add colours for admins */
.mw-userlink[title="User:Henry5041"],
.mw-userlink[title="User:LocusAzzurro"],
.mw-userlink[title="User:Lzler"],
.mw-userlink[title="User:Zhw"] {
    color: #d0d000; font-weight: bold; !important;
}

/* Add colours for partolls */
.mw-userlink[title="Cyddddd"] {
    color:#c0c; font-weight: bold; !important;
}
/* Add colours for bots */
/* 你维基没有机器人 */

/* P2 阴影 */
/* 链接 */
a:{
  color:var(--anchor-color);
  transition:all 3s;
}
a:hover{
  color:var(--anchor-hover-color);
  transition:all .3s;
}

/* 代码框 */
pre {
  font-family: 'Fira Code Retina', 'Consolas';
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
}

/* 目录 */
.toc {
  border: none;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
  transition:all .3s;
}

.toc:hover {
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
  transition:all .3s;
}

/* 提示框 */
.notaninfobox {
  border: none;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
  transition:all .3s;
}

.notaninfobox:hover {
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
  transition:all .3s;
}
/* 缩略图框 */
.thumbinner,
.thumb {
  border: none;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
  transition:all .3s;
}

.thumbinner:hover,
.thumb:hover {
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
  transition:all .3s;
}

/* 各种表格 */
.wikitable,
.main-page-table,
.documentation-header,
.documentation,
.mw-warning-with-logexcerpt, 
.mw-lag-warn-high, 
.mw-cascadeprotectedwarning, 
#mw-protect-cascadeon {
  border: none;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
  transition:all .3s;
}

.wikitable:hover,
.main-page-table:hover,
.documentation-header:hover,
.documentation:hover,
.mw-warning-with-logexcerpt:hover, 
.mw-lag-warn-high:hover, 
.mw-cascadeprotectedwarning:hover, 
#mw-protect-cascadeon:hover
 {
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
  transition:all .3s;
}
/* 导航 */
.navbox {
  border: none;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
  transition:all .3s;
}

.navbox:hover {
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
  transition:all .3s;
}

div#netbar {
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
}
/* 编辑框 */
#content {
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
}
/* P3 常规 */
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
    font-family: 'Linux Libertine','Georgia','Times',serif;
    line-height: 1.3;
    margin-bottom: 0.25em;
    padding: 0;
}
/* Taken from Majr */
/* Make redirect links green on editing */
body.action-edit .mw-redirect,
body.action-edit .mw-redirect:link,
body.action-edit .mw-redirect:visited {
	color: #008000;
}

/* Make delete/protect reason field and edit summary field take up the whole screen width */
#wpTextbox1,
input#wpSummary,
#mw-deleteconfirm-table,
#mw-img-deleteconfirm-table,
input#wpReason,
#mw-protect-table3,
input#mwProtect-reason,
.mw-special-Block .mw-input,
.mw-special-Block #mw-input-wpReason-other {
	width: 100%;
	-moz-box-sizing: border-box;
}
#mw-deleteconfirm-table .mw-label,
#mw-img-deleteconfirm-table .mw-label,
#mw-protect-table3 .mw-label {
	width: 138px;
}
.mw-special-Block .mw-label {
	min-width: 142px;
}

/* Forcing javascript watchlist individual revision tables closed */
.mw-enhanced-rc tr {
	display: none;
}
.mw-enhanced-rc tr:first-child {
	display: table-row;
}

/* Fixing usermessage spacing */
.usermessage {
	margin: 0 0 1em;
}
/* RC部分内容缩小 */
.page-特殊_最近更改 .mw-usertoollinks, 
.page-特殊_最近更改 .mw-tag-markers, 
.page-特殊_最近更改 .comment { 
  font-size: 50%; 
}
/* style for buttons */
input[type="submit" i] {
  color: #fff;
  background-color: #36c;
  border-color: #36c;
  border-radius: 10px;
  transition:all .3s;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
}

input[type="submit" i]:hover {
  border-radius: 10px;
  transition:all .3s;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
}

/* 新小机 */
abbr[title], .explain[title] {
  border: 1px solid #cccccc;
  border-radius: 2px;
  text-decoration: none;
}

/* 修复错误的应用颜色 */
p, small, div.subtitle {color: #000000}
i, b {color: inherit;}
/* 增加增减字节可读性 */
span.mw-plusminus-neg, strong.mw-plusminus-neg {color: #ff0000}
span.mw-plusminus-pos, strong.mw-plusminus-pos {color: #00af00}
/* avoid some of recent changes content get out of the page itself */
span.changedby {position:relative;max-width:1050px;}
/* title */
h1.firstHeading:hover {
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}
h2 .mw-headline {
  color: var(--h2-color);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}
h2 .mw-headline:hover {
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}
#p-tb div.body {display: block !important;}
/* avoid the pre module overflowing to let texts unreadable */
pre,.mw-code {overflow-x:auto;}
/* trying to fix the footer is covering interwiki links while using desktop verison on mobile devices */
@media screen and (max-width:600px){
    #footer {
        margin-top: 5em;
    }
}