MediaWiki:Common.css:修订间差异
跳转到导航
跳转到搜索
创建页面,内容为“→这里放置的CSS将应用于所有皮肤: #toc{ display: block; position: fixed; top: 100px; right: 0px; min-width: 100px; max-width: 350px; max-height: 20px; overflow-y: scroll; border: 1px solid #aaa; border-radius: 0 0 1px 1px; -moz-border-radius: 0 0 1px 1px; background: rgba(249,249,249,0.75); padding: 12px; box-shadow: 0 1px 8px #000; -webkit-box-shadow: 0 1px 8px #000; -moz-box-shadow: 0 1px 8px #000; } #toc:hover{ display: bloc…” |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* 这里放置的CSS将应用于所有皮肤 */ | /* 这里放置的CSS将应用于所有皮肤 */ | ||
# | 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; | |||
- | |||
} | } | ||
2025年10月28日 (二) 07:10的版本
/* 这里放置的CSS将应用于所有皮肤 */
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;
}