MediaWiki:Common.css:修订间差异

来自PlantsVsZombies Mixed
跳转到导航 跳转到搜索
(创建页面,内容为“→‎这里放置的CSS将应用于所有皮肤:​ →‎**** 颜色变量 ****:​ →‎* 这部分代码可能造成MediaWiki报错,但对现代浏览器的使用并无影响 *:​ body { --lightpurple: #F7F1FC; --purple: #C794F6; --darkpurple: #A443DF; --lightgreen: #F9FFEA; --green: #B9E66B; --darkgreen: #84B63C; --lightblue: #EBF7FE; --blue: #85C1F7; --darkblue: #4487DF; --lightyellow: #FEF9DE; --yellow: #F9E179; --darkyellow: #F1BD4C; --li…”
 
无编辑摘要
 
(未显示同一用户的5个中间版本)
第1行: 第1行:
/* 这里放置的CSS将应用于所有皮肤 */
/* 这里放置的CSS将应用于所有皮肤 */
.chador,
.chador rt{
    background-color:#252525;
}
.chador,
.chador a,
a .chador,
a.new .chador,
span.chador a.new,
span.chador a.external,
span.chador a.external:visited,
span.chador a.extiw,
span.chador a.extiw:visited,
span.chador a.mw-disambig,
span.chador a.mw-redirect{
    transition:color 0.13s linear;
    color:#252525;
    text-shadow:none;
}
span.chador:hover,
span.chador:active{
    color:white;
}
span.chador:hover a,
a:hover span.chador{
    color:lightblue;
}
span.chador:hover a:visited,
a:visited:hover span.chador{
    color:#C5CAE9;
}
span.chador:hover a.new,
a.new:hover span.chador{
    color:#FCC;
}
span.chador a.new:hover:visited,
a.new:hover:visited span.chador{
    color:#EF9A9A;
}
span.chador:hover a.extiw:visited,
a.extiw:visited:hover span.chador{
    color:#D1C4E9;
}


/***** 颜色变量 *****/
/***** 颜色变量 *****/
第62行: 第112行:
  vertical-align: text-bottom;
  vertical-align: text-bottom;
}
}
/*模糊样式*/
.fuzzy {
  filter: blur(3px);
  text-shadow: 0px 0px 5px white;
  transition: all 0.1s ease-in-out;
}
.fuzzy:hover {
  filter: none;
  text-shadow: none;
}
@import url('https://cdn.materialdesignicons.com/5.4.55/css/materialdesignicons.min.css');

2024年4月11日 (四) 01:22的最新版本

/* 这里放置的CSS将应用于所有皮肤 */
.chador,
.chador rt{
    background-color:#252525;
}
 
.chador,
.chador a,
a .chador,
a.new .chador,
span.chador a.new,
span.chador a.external,
span.chador a.external:visited,
span.chador a.extiw,
span.chador a.extiw:visited,
span.chador a.mw-disambig,
span.chador a.mw-redirect{
    transition:color 0.13s linear;
    color:#252525;
    text-shadow:none;
}
 
span.chador:hover,
span.chador:active{
    color:white;
}
 
span.chador:hover a,
a:hover span.chador{
    color:lightblue;
}
 
span.chador:hover a:visited,
a:visited:hover span.chador{
    color:#C5CAE9;
}
 
span.chador:hover a.new,
a.new:hover span.chador{
    color:#FCC;
}
 
span.chador a.new:hover:visited,
a.new:hover:visited span.chador{
    color:#EF9A9A;
}
 
span.chador:hover a.extiw:visited,
a.extiw:visited:hover span.chador{
    color:#D1C4E9;
}

/***** 颜色变量 *****/
/** 这部分代码可能造成MediaWiki报错,但对现代浏览器的使用并无影响 **/
body {
  --lightpurple: #F7F1FC;
  --purple: #C794F6;
  --darkpurple: #A443DF;
  --lightgreen: #F9FFEA;
  --green: #B9E66B;
  --darkgreen: #84B63C;
  --lightblue: #EBF7FE;
  --blue: #85C1F7;
  --darkblue: #4487DF;
  --lightyellow: #FEF9DE;
  --yellow: #F9E179;
  --darkyellow: #F1BD4C;
  --lightorange: #FFF7ED;
  --orange: #F4C89C;
  --darkorange: #E7815C;
  --lightred: #FDF5F5;
  --red: #F3ACAA;
  --darkred: #E7615C;
  /* 道具等级颜色 */
  --normal-grey: grey;
  --basic-green: #D3DB2E;
  --primary-blue: #09B3F7;
  --middle-purple: #D8B3D8;
  --high-orange: orange;

  /* 文字颜色 */
  --raw-text: #FFFFFF; /* 黑色背景文本 */
  --senior: #FF6237;
  --limited: #32CD32;
  --extra-talent: #F49800; /* 天赋效果增强 */
  --additon-title: #0098DC; /* 特性、要求等文本 */
  --base-addition: #00B0FF; /* 加成蓝色 */
  --alert: #FF0000;

  /* 基建颜色 */
  --clue: #FF6237;
  --production: #FFC90E;
  --trade: #00B0FF;
  --dorm: #00FFFF;
  --machining: #CFF150; /* 取色 */
  --connection: gray; /* 取色 */
  --train: #7D0121; /* 取色 */
  --center: #015652; /* 取色 */
}
.font-thin	{font-weight: 100;}
.font-extralight	{font-weight: 200;}
.font-light	{font-weight: 300;}
.font-normal	{font-weight: 400;}
.font-medium	{font-weight: 500;}
.font-semibold	{font-weight: 600;}
.font-bold	{font-weight: 700;}
.font-extrabold	{font-weight: 800;}
.font-black	{font-weight: 900;}
.mdi{
font-size: 1.25em;
line-height: 1;
 vertical-align: text-bottom;
}

/*模糊样式*/
.fuzzy {
  filter: blur(3px);
  text-shadow: 0px 0px 5px white;
  transition: all 0.1s ease-in-out;
}

.fuzzy:hover {
  filter: none;
  text-shadow: none;
}

@import url('https://cdn.materialdesignicons.com/5.4.55/css/materialdesignicons.min.css');