MediaWiki:Common.css:修订间差异
来自互联网一战博物馆
Iopk123451(留言 | 贡献) 无编辑摘要 |
Iopk123451(留言 | 贡献) 无编辑摘要 标签:移动版编辑 移动版网页编辑 |
||
(未显示同一用户的5个中间版本) | |||
第1行: | 第1行: | ||
/* 这里放置的CSS将应用于所有皮肤 */ | /* 这里放置的CSS将应用于所有皮肤 */ | ||
@import url(https://cyberwari.wikioasis.org/wiki/MediaWiki:Comment.css?action=raw&ctype=text/css); | |||
:root { | |||
--page-background-color--secondary: #ffffff; | |||
--border-color: #c0c0c0; | |||
} | |||
.only-mobile { | |||
display:none; | |||
} | |||
@media screen and (max-width: 719px) { | |||
.only-desktop { | |||
display:none; | |||
} | |||
.only-mobile { | |||
display:block; | |||
} | |||
} | |||
/*字体导入*/ | |||
@font-face { | |||
font-family: 'glitch_black'; | |||
src: url('https://static.wikia.nocookie.net/backrooms/images/f/f6/%E7%80%9E%E4%B9%8B%E6%95%85%E9%9A%9C%E9%BB%91%E4%BD%93H2.woff2/revision/latest?cb=20230327183805&format=original&path-prefix=zh') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: "Genshin55W"; | |||
font-style: normal; | |||
font-weight: normal; | |||
src: url("https://static.wikia.nocookie.net/gensin-impact/images/a/a9/Genshin_Impact_Font_55W.woff/revision/latest") format("truetype"); | |||
} | |||
@font-face { | |||
font-family: "Genshin75W"; | |||
font-style: normal; | |||
font-weight: normal; | |||
src: url("https://static.wikia.nocookie.net/gensin-impact/images/f/f3/Genshin_Impact_Font_75W.woff/revision/latest") format("truetype"); | |||
} | |||
@font-face { | |||
font-family: 'CangerW02'; | |||
font-style: normal; | |||
font-weight: 400; | |||
font-display: swap; | |||
src: url('https://fastly.jsdelivr.net/gh/Etinjat/FONT@Tsanger/仓耳与墨W02.woff2') format('woff2'); | |||
} | |||
/* 首页 */ | /* 首页 */ | ||
.mainpage-banner, | .mainpage-banner, | ||
.mainpage-block { | .mainpage-block { | ||
background-color: var(- | background-color: var(--page-background-color--secondary); | ||
border-color: var(- | border-color: var(--border-color); | ||
border-style: solid; | border-style: solid; | ||
border-width: 0.6px; | border-width: 0.6px; | ||
第19行: | 第61行: | ||
} | } | ||
.mainpage-banner-header { | .mainpage-banner-header { | ||
background-color: var(- | background-color: var(--border-color); | ||
font-size: 175%; | font-size: 175%; | ||
font-weight: bold; | font-weight: bold; | ||
第31行: | 第73行: | ||
} | } | ||
.mainpage-block-header { | .mainpage-block-header { | ||
background-color: var(- | background-color: var(--border-color); | ||
font-size: 150%; | font-size: 150%; | ||
font-weight: bold; | font-weight: bold; |