|
|
第1行: |
第1行: |
| /* 这里放置的CSS将应用于所有皮肤 */ | | /* 这里放置的CSS将应用于所有皮肤 */ |
|
| |
|
| |
| @import url('/load.php?articles=MediaWiki:RightMenu.css&only=styles&mode=articles');
| |
| @import url("/load.php?mode=articles&only=styles&articles=u:dev:MediaWiki:AjaxPoll.Modern.css|u:dev:MediaWiki:BalancedBloglists.css|u:dev:MediaWiki:BalancedCategories.css|u:dev:MediaWiki:BalancedComments.css|u:dev:MediaWiki:BalancedMessageBoxes.css|u:dev:MediaWiki:BalancedPageBottom.css|u:dev:MediaWiki:BalancedProfile.css|u:dev:MediaWiki:BalancedScrollbar.css|u:dev:MediaWiki:LocalNavExploreIcons.css|u:dev:MediaWiki:BalancedSearch.css|u:dev:MediaWiki:BalancedSlider.css|u:dev:MediaWiki:BalancedTabber.css|u:dev:MediaWiki:CSS3Tooltip.css|u:dev:MediaWiki:Highlight.css|u:dev:MediaWiki:LeafyStrap.css|u:dev:MediaWiki:ThemeBasedStyling.css|u:dev:MediaWiki:ThemeColorClasses.css|u:dev:MediaWiki:ProgressBar.css|u:dev:MediaWiki:SpoilerBlur.css|u:dev:MediaWiki:UserAnimations.css|u:zh.ookami-chan:MediaWiki:Fandomdesktop.css");
| |
| @import url('https://fonts.googleapis.com/css2?display=swap&family=Long+Cang&family=Ma+Shan+Zheng&family=Noto+Serif+SC:wght@200;500;700&family=ZCOOL+XiaoWei&family=Zhi+Mang+Xing&family=Lobster&family=Ma+Shan+Zheng&family=ZCOOL+QingKe+HuangYou&family=Comfortaa&family=Silkscreen&family=Noto+Sans+SC&family=Oxygen+Mono&family=Overpass+Mono:wght@300');
| |
| @import url('https://fonts.googleapis.com/css?family=Lato:400,900|PT+Mono|Poppins:600,800|Share+Tech+Mono|Anonymous+Pro');
| |
| @import url('https://fonts.googleapis.com/css2?family=Island+Moments&display=swap');
| |
| @import url('https://fonts.googleapis.com/css2?family=Baumans&family=Graduate&family=Kelly+Slab&family=Kumar+One&family=Tulpen+One&family=ZCOOL+QingKe+HuangYou&display=swap');
| |
|
| |
| /*放大站点图标*/
| |
| .fandom-community-header__image img{
| |
| transform:scale(1.0);
| |
| transition:all 0.8s ease;
| |
| }
| |
| .fandom-community-header__image img:hover{
| |
| transform:scale(1.1) rotate(1.2deg);
| |
| transition:all 0.8s ease;
| |
| }
| |
|
| |
| /*卡片浮起显示*/
| |
| .el-card {
| |
| box-shadow: none;
| |
| transition: all .38s ease-in-out;
| |
| }
| |
| .el-card:hover {
| |
| box-shadow: 0 1.2px 6px rgba(0, 0, 0, .2);
| |
| transition: all .38s ease-in-out;
| |
| }
| |
| .sl-card {
| |
| transition: all .32s ease;
| |
| }
| |
| .sl-card:hover{
| |
| transform:scale(1.08);
| |
| transition: all .32s ease;
| |
| }
| |
|
| |
| /* 导航栏动效 */
| |
| .wds-dropdown__toggle-chevron,
| |
| .fandom-community-header__local-navigation .wds-list .wds-dropdown-chevron{transition: .3s;}
| |
| .fandom-community-header__local-navigation .wds-list li:hover .wds-dropdown-chevron {transform: rotate(0deg) !important;}
| |
|
| |
| .wds-dropdown.wds-is-active .wds-dropdown__toggle-chevron, .wds-dropdown:not(.wds-is-touch-device):not(.wds-is-not-hoverable):hover .wds-dropdown__toggle-chevron {transform: rotate(180deg) !important;}
| |
|
| |
| /* 导航栏条目动效 */
| |
| .fandom-community-header__local-navigation .wds-dropdown__content {
| |
| -webkit-animation: dropdown-topnav 0.3s;
| |
| -moz-animation: dropdown-topnav 0.3s;
| |
| animation: dropdown-topnav 0.3s
| |
| }
| |
| .fandom-community-header__local-navigation .wds-dropdown__content > .wds-dropdown-level-nested__content {
| |
| -webkit-animation: dropdown-animation 0.3s;
| |
| -moz-animation: dropdown-animation 0.3s;
| |
| animation: dropdown-animation 0.3s
| |
| }
| |
| @keyframes dropdown-topnav {
| |
| from {opacity: 0; top: 30px}
| |
| to {opacity: 1; top: 40px}
| |
| }
| |
|
| |
| /* 图片模糊 */
| |
| .no-margin-p p {margin: 0 0 0 0 !important;}
| |
|
| |
| .blurbehind{
| |
| width: 100%;
| |
| height:100% ;
| |
| text-align: center;
| |
| backdrop-filter: blur(4px);
| |
| -webkit-backdrop-filter: blur(4px);
| |
| }
| |
|
| |
| .marginblock {margin: 1rem !important; color: white;}
| |
|
| |
| /*令日间模式与夜间模式所显示的东西不一样 */
| |
| .theme-fandomdesktop-light .onlydark {
| |
| display: none;
| |
| }
| |
| .theme-fandomdesktop-dark .onlylight {
| |
| display: none;
| |
| }
| |
|
| |
| /* 页眉滚栏 */
| |
| .headerbox{
| |
| color:#fbe7b5;
| |
| text-shadow: 0 0 1pt rgb(251, 231, 181);
| |
| padding:1rem 0;
| |
| background: linear-gradient(180deg, rgba(133, 120, 88,0.5) 0%, rgba(251, 231, 181,1) 75%);
| |
| float:none;
| |
| width:auto;
| |
| margin:auto;
| |
| border-radius:1rem 1rem 0 0;
| |
| }
| |
|
| |
| .scrollheader2{
| |
| background: url(https://static.wikia.nocookie.net/backrooms/images/1/19/37ScrollHeader.png/revision/latest?cb=20220329005840);
| |
| animation: slide2 120s linear infinite;
| |
| background-size: 800px;
| |
| background-repeat: repeat;
| |
| width:calc(100% - 72px);
| |
| min-height: 150px;
| |
| border-radius:1rem 1rem 0 0;
| |
| position:absolute;
| |
| }
| |
|
| |
| @keyframes slide2{
| |
| 0% {
| |
| background-position: 120px bottom;
| |
| }
| |
| 100% {
| |
| background-position: -500px bottom;
| |
| }
| |
| }
| |
|
| |
| /* 变更透明度动画 */
| |
| @keyframes hide {
| |
| 0% {
| |
| opacity: 1;
| |
| }
| |
| 100% {
| |
| opacity: 0;
| |
| }
| |
| }
| |
|
| |
| /* 导航 */
| |
| .entityentry {
| |
| background-color:var(--theme-page-background-color--secondary);
| |
| color:rgba(var(--theme-page-text-color--rgb),0.7);
| |
| padding: 0.5rem;
| |
| margin: 0.5rem 0 0.5rem 0.25rem;
| |
| box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
| |
| font-size: 80%;
| |
| font-style: italic;
| |
| border: solid 2px var(--theme-sticky-nav-background-color);
| |
| }
| |
|
| |
| .entitylistname { font-size: 180%; font-style: normal !important; clear: both; color:rgba(var(--theme-page-text-color--rgb),1);}
| |
|
| |
| /* 彩色动效及波动文字 */
| |
| .rainbow_text {
| |
| background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
| |
| -webkit-background-clip: text;
| |
| background-clip: text;
| |
| color: transparent;
| |
| animation: rainbow_animation 6s ease-in-out infinite;
| |
| background-size: 400% 100%;
| |
| }
| |
| .wavy-text {
| |
| display: inline-flex;
| |
| font-size: 14px;
| |
| font-family: monospace;
| |
| text-transform: uppercase;
| |
| }
| |
| .wavy-text span {
| |
| animation: jiggle;
| |
| animation-duration: 500ms;
| |
| animation-iteration-count: infinite;
| |
| transform: translateY(-2px);
| |
| }
| |
| .wavy-text span:nth-child(10n+1) { animation-delay: 100ms }
| |
| .wavy-text span:nth-child(10n+2) { animation-delay: 200ms }
| |
| .wavy-text span:nth-child(10n+3) { animation-delay: 300ms }
| |
| .wavy-text span:nth-child(10n+4) { animation-delay: 400ms }
| |
| .wavy-text span:nth-child(10n+5) { animation-delay: 500ms }
| |
| .wavy-text span:nth-child(10n+6) { animation-delay: 600ms }
| |
| .wavy-text span:nth-child(10n+7) { animation-delay: 700ms }
| |
| .wavy-text span:nth-child(10n+8) { animation-delay: 800ms }
| |
| .wavy-text span:nth-child(10n+9) { animation-delay: 900ms }
| |
| .wavy-text span:nth-child(10n) { animation-delay: 1000ms }
| |
|
| |
| @keyframes jiggle {
| |
| from {
| |
| transform: translateY(-2px);
| |
| }
| |
| 50% {
| |
| transform: translateY(2px);
| |
| }
| |
| to {
| |
| transform: translateY(-2px);
| |
| }
| |
| }
| |
|
| |
| .wavy-text {
| |
| display: inline-flex;
| |
| font-size: 14px;
| |
| font-family: monospace;
| |
| text-transform: uppercase;
| |
| }
| |
|
| |
| .wavy-text span {
| |
| animation: jiggle;
| |
| animation-duration: 500ms;
| |
| animation-iteration-count: infinite;
| |
| transform: translateY(-2px);
| |
| }
| |
|
| |
| .wavy-text span:nth-child(1) { animation-delay: 100ms }
| |
| .wavy-text span:nth-child(2) { animation-delay: 200ms }
| |
| .wavy-text span:nth-child(3) { animation-delay: 300ms }
| |
| .wavy-text span:nth-child(4) { animation-delay: 400ms }
| |
| .wavy-text span:nth-child(5) { animation-delay: 500ms }
| |
| .wavy-text span:nth-child(6) { animation-delay: 600ms }
| |
| .wavy-text span:nth-child(7) { animation-delay: 700ms }
| |
| .wavy-text span:nth-child(8) { animation-delay: 800ms }
| |
| .wavy-text span:nth-child(9) { animation-delay: 900ms }
| |
| .wavy-text span:nth-child(10) { animation-delay: 1000ms }
| |
|
| |
| @keyframes jiggle {
| |
| from {
| |
| transform: translateY(-2px);
| |
| }
| |
| 50% {
| |
| transform: translateY(2px);
| |
| }
| |
| to {
| |
| transform: translateY(-2px);
| |
| }
| |
| }
| |
|
| |
| @keyframes rainbow_animation {
| |
| 0%,100% {
| |
| background-position: 0 0;
| |
| }
| |
|
| |
| 50% {
| |
| background-position: 100% 0;
| |
| }
| |
| }
| |
|
| |
| /**[[MediaWiki:Edittools]]**/
| |
| .insert-code {
| |
| display: inline-block;
| |
| text-align: center;
| |
| background-color: var(--theme-page-background-color--secondary);
| |
| padding: 0 4px;
| |
| margin: 2px 0;
| |
| }
| |
|
| |
|
| |
|
| |
| /* 万魔殿 */
| |
|
| |
| /* 重复图片 */
| |
| @keyframes scrollers {
| |
| 0% {margin-left: 0px;}
| |
| 100% {margin-left: -350px;}
| |
| }
| |
|
| |
| .scrolling { width: 100%; overflow-x: hidden; position: relative; border-radius:1rem 1rem 0 0;}
| |
| .scrolly { display: flex; animation: scrollers linear 30s infinite;}
| |
| .scrolly img, .scrolly div {width: 350px; height: 190px;}
| |
| .scrolly p { width: 350px; height: 190px;}
| |
| .scrolling .headerbox {
| |
| display: flex;
| |
| align-items: center;
| |
| justify-content: center;
| |
| position: absolute;
| |
| top: 0; left: 0;
| |
| width: 100%;
| |
| height: 190px;
| |
| }
| |
|
| |
|
| |
| /* div块样式 */
| |
| .styled-quote {
| |
| background-color: var(--theme-page-text-mix-color-95);
| |
| color: rgb(var(--theme-page-text-color--rgb));
| |
| border-left: 0.5rem solid var(--theme-page-accent-mix-color);
| |
| padding: 1rem;
| |
| margin: 0.5rem 0 0.5rem 0.25rem;
| |
| box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25);
| |
| }
| |
| .dark-styled-quote {
| |
| background-color: rgb(var(--theme-accent-color--rgb));
| |
| border-left: 0.5rem solid var(--theme-link-color--hover);
| |
| color: white;
| |
| padding: 1rem;
| |
| margin: 0.5rem 0 0.5rem 0.25rem;
| |
| box-shadow: 0.05rem 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
| |
| }
| |
| .dark-styled-quote a, .darkblock a{
| |
| color: white;
| |
| }
| |
| .darkblock {
| |
| background-color: rgb(var(--theme-accent-color--rgb));
| |
| color: white;
| |
| padding: 1rem;
| |
| margin: 0.5rem 0 0.5rem 0.25rem;
| |
| box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.25);
| |
| }
| |
| .lightblock {
| |
| background-color: var(--theme-page-background-color--secondary);
| |
| color: rgb(var(--theme-page-text-color--rgb));
| |
| padding: 1rem;
| |
| margin: 0.5rem 0 0.5rem 0.25rem;
| |
| box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.25);
| |
| }
| |
|
| |
| /* 页面背景 & 页眉滚栏(不清楚在哪里被用到了,但是确实是定制) */
| |
| .wide-image img{
| |
| width:calc(100%);
| |
| height:auto;
| |
| }
| |
|
| |
| .header_box1{
| |
| color:#fbe7b5;
| |
| text-shadow: 0 0 1pt rgb(251, 231, 181);
| |
| background: linear-gradient(180deg, rgba(133, 120, 88,0.5) 0%, rgba(251, 231, 181,1) 100%);
| |
| padding:16px 0;
| |
| margin:auto;
| |
| border-radius:0.5rem 0.5rem 0 0;
| |
| }
| |
|
| |
| /*通知框*/
| |
| .featurebox{
| |
| padding:0 0.5rem;
| |
| margin:1rem 0;
| |
| background:#ffffff;
| |
| border-radius:0.6rem;
| |
| border: 3px solid #e0e0e0;
| |
| box-sizing:border-box;
| |
| z-index:99999 !important;
| |
| }
| |
| .scroll_header1{
| |
| background: url(https://static.wikia.nocookie.net/backrooms/images/9/93/L1.4K_0.jpg/revision/latest?cb=20220727100723&path-prefix=zh);
| |
| animation: slide3 120s infinite;
| |
| background-size: 100%;
| |
| width:calc(100% - 72px);/*减宽,防止图片宽度超过纸张,且此宽度恰好将图片置于纸张正中*/
| |
| min-height: 120px;
| |
| border-radius:0.5rem 0.5rem 0 0;
| |
| position:absolute;
| |
| }
| |
|
| |
| @keyframes slide1{
| |
| 0% {
| |
| background-position: 0 0;
| |
| }
| |
| 50% {
| |
| background-position: -200px 0;/*横向滑动。背景左上角到div左上角的距离;最左为0px,最右为calc(-100%)*/
| |
| }
| |
| 100% {
| |
| background-position: 0 0;
| |
| }
| |
| }
| |
|
| |
| @keyframes slide3{
| |
| 0% {
| |
| background-position: 0 33%;
| |
| }
| |
| 50% {
| |
| background-position: 0 66%;/*纵向滑动。背景的哪个位置在div左上角;若填正值从左上角计算,负值则是右下;最上为0%或-100%,最下为100%或-0%*/
| |
| }
| |
| 100% {
| |
| background-position: 0 33%;
| |
| }
| |
| }
| |
| .featureflavor{
| |
| padding:0 0.5rem;
| |
| margin:0.5rem 0;
| |
| background:#f0f0f0;
| |
| border-radius:0.6rem;
| |
| box-shadow: 0px 0px 3px;
| |
| border: 1.75px solid #efefef;
| |
| box-sizing:border-box;
| |
| transition:0.2s;
| |
| }
| |
|
| |
| .entityentry {
| |
| background-color:var(--theme-page-background-color--secondary);
| |
| color:rgba(var(--theme-page-text-color--rgb),0.7);
| |
| padding: 0.5rem;
| |
| margin: 0.5rem 0 0.5rem 0.25rem;
| |
| box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
| |
| font-size: 80%;
| |
| font-style: italic;
| |
| border: solid 2px var(--theme-sticky-nav-background-color);
| |
| }
| |
|
| |
| .entitylistname { font-size: 180%; font-style: normal !important; clear: both; color:rgba(var(--theme-page-text-color--rgb),1);}
| |
|
| |
| .cbadge {
| |
| background-color:var(--theme-page-background-color--secondary);
| |
| color:rgb(var(--theme-page-text-color--rgb));
| |
| padding: 3px;
| |
| margin: 0.5rem 0 0.5rem 0.25rem;
| |
| border: solid 0.3rem var(--theme-page-accent-mix-color);
| |
| opacity: 0.5;
| |
| border-radius: 10px;
| |
| }
| |
|
| |
| .cbadge:after { content:" - Personal Canon"; }
| |
|
| |
| .ibadge {
| |
| background-color:rgb(var( --meg-mint));
| |
| color:rgb(12, 12, 12);
| |
| padding: 3px;
| |
| margin: 0.5rem 0 0.5rem 0.25rem;
| |
| border: solid 0.3rem rgb(var(--meg-green));
| |
| opacity: 0.5;
| |
| border-radius: 10px;
| |
| }
| |
|
| |
| .ibadge:after { content:" - Impresario Canon"; }
| |