|
|
(未显示同一用户的49个中间版本) |
第1行: |
第1行: |
| .base_block { | | .base_block { |
| padding: 1.6em; | | padding: 15px; |
| margin: 0.8em auto; | | margin: 0.8em auto; |
| background-color: rgba(255, 255, 255, 0.1); | | background-color: rgba(255, 255, 255, 0.1); |
| box-shadow: 0 2px 5px #aaa; | | box-shadow: 0 2px 5px #aaa; |
| | } |
| | .mw-indicators{ |
| | display:none; |
| } | | } |
| .base_block_main{ | | .base_block_main{ |
| max-width: 1600px; | | max-width: 1600px; |
| | } |
| | .base_100_img{ |
| | margin:0; |
| | padding:3px; |
| | } |
| | .base_100_img span img{ |
| | width: 100%; |
| | height: 100%; |
| | object-fit: contain; |
| | max-height: 108px; |
| | } |
| | @media (max-width: 1500px) { |
| | .welcome_title{ |
| | font-size: 32px; |
| | } |
| | .news{ |
| | clear: both; |
| | text-align: left; |
| | flex: 1 1 auto; |
| | max-height:400px; |
| | overflow-y: scroll; |
| | } |
| | } |
| | @media (min-width: 1500px) { |
| | .welcome_title{ |
| | font-size: 36px; |
| | } |
| | .news{ |
| | clear: both; |
| | text-align: left; |
| | flex: 1 1 0; |
| | overflow-y: scroll; |
| | } |
| } | | } |
| .flex_block{ | | .flex_block{ |
第13行: |
第49行: |
| justify-content: center; | | justify-content: center; |
| } | | } |
| .video_block{ | | .welcome_title{ |
| display: block; | | font-weight: bold; |
| position: relative;
| | text-align:center; |
| box-shadow: 0 2px 5px #aaa;
| |
| max-width: 800px;
| |
| transition: all 0.3s ease-in-out; | |
| overflow: hidden;
| |
| } | | } |
| .video_block:hover { | | .sidebar_block{ |
| display: flex; | | min-width:300px; |
| box-shadow: 1px 5px 8px #aaa; | | margin:2px; |
| animation: float 4s infinite ease-in-out; | | flex-grow: 1; |
| | padding: 0.6em; |
| | flex: 1 1 33%; |
| } | | } |
| .video_block .video_block div { | | .sidebar_block ul{ |
| transition: all 0.3s ease-in-out; | | flex: 1; |
| } | | } |
| .video_block .neuro-button{ | | .statisticians_block{ |
| position: absolute; | | display: flex; |
| | flex-wrap: nowrap; |
| | justify-content: space-between; |
| | gap: 10px; |
| } | | } |
| .video_block #neuro{ | | .statisticians_left{ |
| top: 33%; | | flex: 1 1 0; |
| right: 29%; | | display: flex; |
| animation: float-neuro 4.5s infinite ease-in-out;
| |
| } | | } |
| .video_block #neuro .screen-large, .video_block #neuro .screen-medium{ | | .statisticians_right{ |
| transform: scale(1.5);
| | flex: 1 1 0; |
| | float: right; |
| | text-align: right; |
| } | | } |
| .video_block #evil{ | | .title_h2{ |
| top: 15%; | | font-size: 1.5em; |
| left: 20%; | | border-left: 8px solid var(--twitch-purple); |
| animation: float-evil 6s infinite ease-in-out; | | padding-left: 5px; |
| | font-weight: 900; |
| } | | } |
| .video_block #evil .screen-large, .video_block #evil .screen-medium{ | | .title_h2_neuro{ |
| transform: scale(1.3);
| | font-size: 1.5em; |
| | border-left: 8px solid #e3c3ad; |
| | padding-left: 5px; |
| | font-weight: 900; |
| } | | } |
| .video_block #vedal{ | | .title_h2_evil{ |
| top: 8%; | | font-size: 1.5em; |
| right: 7%; | | border-left: 8px solid #b30239; |
| animation: float-vedal 5s infinite ease-in-out; | | padding-left: 5px; |
| | font-weight: 900; |
| } | | } |
| .video_block #vedal .screen-large, .video_block #vedal .screen-medium{ | | .style_button{ |
| transform: scale(1.0);
| | width: 100%; |
| | background-color: var(--twitch-purple); |
| | color: #fff; |
| | transition: all 0.2s ease; |
| } | | } |
| .video_block .video_block .neuro-button .screen-large, .video_block .video_block .neuro-button .screen-large .screen-medium{ | | .style_button:hover{ |
| transition: all 0.3s ease-in-out; | | background-color: var(--twitch-purple-2); |
| } | | } |
| .video_block:hover .video_block .neuro-button .screen-large, .video_block:hover .video_block .neuro-button .screen-large .screen-medium{ | | .style_button a{ |
| transform: scale(1.0); | | width: 100%; |
| | padding: 3px; |
| | color: #fff; |
| | display: flex; |
| | justify-content: center; |
| | font-size: 16px; |
| } | | } |
| .video_block:hover .video_block * { | | .sidebar_block_img{ |
| top: 0; | | padding: 0; |
| right: 0;
| |
| bottom: 0;
| |
| left: 0;
| |
| position: relative;
| |
| } | | } |
| @keyframes float {
| | .sidebar_block_img .item-img div .mw-halign-center span img{ |
| 0%, 100% {
| | width: 100%; |
| transform: translateY(0);
| |
| }
| |
| 50% {
| |
| transform: translateY(-10px);
| |
| }
| |
| }
| |
| @keyframes float-neuro {
| |
| 0%, 100% {transform: translate(0px, 0px);}
| |
| 50% {transform: translate(1px, -1.67px);}
| |
| 80% {transform: translate(-1.67px, 0.83px);}
| |
| }
| |
| @keyframes float-evil {
| |
| 0%, 100% {transform: translate(0px, 0px);}
| |
| 30% {transform: translate(-0.83px, 1px);}
| |
| 70% {transform: translate(1.67px, -1.67px);}
| |
| }
| |
| @keyframes float-vedal {
| |
| 0%, 100% {transform: translate(0px, 0px);}
| |
| 40% {transform: translate(-1.03px, 0.7px);}
| |
| 50% {transform: translate(1.67px, 1px);}
| |
| 90% {transform: translate(-0.83px, -1.67px);}
| |
| }
| |
| .video_block .mw-default-size span img {
| |
| max-width: 100%; | |
| height: 100%; | | height: 100%; |
| object-fit: contain; | | object-fit: contain; |
| } | | } |
| .video_block .progress_bar{
| | @media (max-width: 1669px) { |
| position: absolute; | | .sidebar_block_img{ |
| bottom: 0;
| | flex: 1 1 100%; |
| width: 100%;
| | } |
| height: 0; | | .sidebar_block_img > div{ |
| color: white; | | max-width: 450px; |
| text-align: center;
| | position: relative; |
| background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
| | margin: 0 auto |
| transition: height 0.3s ease-in-out, transform 0.3s ease-in-out; | | } |
| } | | } |
| .video_block:hover .progress_bar{
| | @media (max-width: 800px) { |
| height: 64px;
| | .sidebar_block_img{ |
| | flex: auto; |
| | } |
| } | | } |
| .video_block .progress_bar .bar{
| | @media (min-width: 1669px) { |
| position: absolute; | | .sidebar_block_img{ |
| top: 22px;
| | flex: 1 1 33%; |
| left: 2.5%;
| | } |
| width: 95%;
| |
| height: 4px; | |
| color: white;
| |
| text-align: center;
| |
| background-color: rgba(255, 255, 255, 0.8);
| |
| } | | } |
| .dOOPAe { | | |
| position: absolute; | | .img_button{ |
| top: 26px;
| | height: 80px; |
| left: 24px;
| |
| color: white; | | color: white; |
| font-size: 20px; | | font-weight: bold; |
| text-align: center; | | font-size: 32px; |
| }
| | display: flex; |
| .dO1PAe {
| | justify-content: center; |
| position: absolute; | | align-items: center; |
| top: 1px; | | transition:background-color 0.2s ease-out, color 0.3s ease-out; |
| left: 20px; | | cursor:pointer; |
| color: white; | | margin:3px; |
| text-align: center;
| |
| }
| |
| .sidebar_block{ | |
| min-width:300px;
| |
| margin:0;
| |
| flex-grow: 1; | |
| padding: 0; | |
| } | | } |
| .flex_button{ | | .img_button:hover{ |
| width:auto; | | border: 3px solid #000; |
| min-width:70px;
| |
| height:150px;
| |
| flex-grow: 1;
| |
| transition: transform 0.3s ease-in-out;
| |
| } | | } |
| .flex_button_2{ | | .neuro_button_lock{ |
| width:auto; | | background-color: #e3baad; |
| min-width:70px;
| | border: 3px solid #e3baad; |
| height:auto;
| |
| font-size: 18px;
| |
| flex-grow: 1;
| |
| border-right: 3px solid rgba(198, 154, 133, 0.85); | |
| border-bottom: 3px solid rgba(198, 154, 133, 0.85);
| |
| margin:0.3em;
| |
| background-color: rgba(255, 255, 255, 0.2);
| |
| box-shadow: 0 2px 5px #aaa;
| |
| transition: transform 0.3s ease-in-out,box-shadow 0.4s ease-in-out,font-size 0.6s ease-in-out;
| |
| padding:4px;
| |
| } | | } |
| .flex_button_2:hover{ | | .evil_button_lock{ |
| box-shadow: 0 8px 15px #aaa; | | background-color: #b30256; |
| font-size: 16px; | | border: 3px solid #b30256; |
| } | | } |
| .flex_button:hover{ | | .neuro_button_lock:hover{ |
| transform: scale(1.15); | | background-color: #e3c3ad; |
| }
| | color:#000; |
| @media (min-width: 1720px) {
| |
| .flex_button{
| |
| width:50%;
| |
| } | |
| .sidebar_block{
| |
| flex-basis: 300px;
| |
| }
| |
| } | | } |
| @media (min-width: 1500px) {
| | .evil_button_lock:hover{ |
| .sidebar_block_left_2{ | | background-color: #B30239; |
| max-width: 400px;
| | color:#000; |
| } | |
| } | | } |
| .flex_button a{ | | .neuro_button{ |
| width:100%; | | background-color: #e3c3ad; |
| height:100%;
| | border: 3px solid #e3c3ad; |
| text-decoration: none;
| |
| font-size: 24px; | |
| display: flex;
| |
| justify-content: center;
| |
| align-items: center;
| |
| } | | } |
| .flex_button_2 a{ | | .evil_button{ |
| width:100%; | | background-color: #B30239; |
| height:100%;
| | border: 3px solid #B30239; |
| text-decoration: none;
| |
| display: flex;
| |
| justify-content: center;
| |
| align-items: center; | |
| } | | } |
| .sidebar_block_left{ | | .synopsis{ |
| padding:0.2em; | | overflow: hidden; /* 隐藏超出部分 */ |
| margin:0.2em; | | text-overflow: ellipsis; /* 使用省略号表示超出部分 */ |
| width:100%; | | word-break: break-all; /* 保证文本不会因没有空格而长单词不换行 */ |
| } | | } |
| | | .page_button{ |
| .container { | |
| width: 100%;
| |
| display: flex; | | display: flex; |
| flex-wrap: wrap;
| |
| justify-content: center; | | justify-content: center; |
| } | | } |
| /*.container p{
| | .page_button a{ |
| display: flex; | | background-color: #eeccdd; |
| flex-wrap: wrap;
| |
| width: 100%; | | width: 100%; |
| justify-content: center;
| |
| }*/
| |
| .container * a{
| |
| padding:0.2em;
| |
| padding-right:0.4em;
| |
| padding-left:0.4em;
| |
| flex: 1 1 calc(33.333% - 10px); /* 3 items per row with space for borders */
| |
| font-weight: bold;
| |
| font-size:20px;
| |
| display: flex; | | display: flex; |
| justify-content: center; | | justify-content: center; |
| | height: 100px; |
| align-items: center; | | align-items: center; |
| box-sizing: border-box; | | font-size: 24px; |
| margin:2px; /* Space between items */
| |
| text-decoration: none;
| |
| transition: all 0.15s ease-in;
| |
| box-shadow: 5px 5px 2px rgba(150, 150, 150, 0.6);
| |
| }
| |
| .container * a:hover{
| |
| box-shadow: 7px 7px 6px rgba(150, 150, 150, 0.6);
| |
| }
| |
| .container * a.external{
| |
| background-image:none;
| |
| }
| |
| .container .en a{
| |
| background-color: rgba(1, 33, 105, 0.8); /* 80% transparent blue */
| |
| border: 5px solid rgba(200, 16, 46, 0.8); /* 5px 80% transparent red */
| |
| color: white; | | color: white; |
| | padding-left: 0; |
| | transition:all 0.2s ease-out; |
| } | | } |
| .container .en a.external:visited{ | | .page_button a:hover{ |
| color: white; | | text-decoration: none; |
| }
| | padding-left: 50%; |
| .container .zh a{
| | color: darkcyan; |
| background-color: rgba(238, 28, 37, 0.8); /* 80% transparent blue */ | | background-color: #debccd; |
| border: 5px solid rgba(238, 28, 37, 0.8); /* 5px 80% transparent red */
| |
| color: #ffff00;
| |
| }
| |
| .container .zh a.external:visited{
| |
| color: #ffff00; | |
| }
| |
| .container .ja a{
| |
| background-color: rgba(255, 255, 255, 0.8); /* 80% transparent blue */ | |
| border: 5px solid rgba(255, 255, 255, 0.8); /* 5px 80% transparent red */
| |
| color: #bd0029;
| |
| } | | } |
| .container .ja a.external:visited{
| | #t-collapsible-toggle-all{ |
| color: #bd0029; | | display:none; |
| } | | } |
| | | .synopsis_2{ |
| .container_character { | |
| width: 100%;
| |
| overflow: hidden;
| |
| display: flex; | | display: flex; |
| background-color: rgba(255, 255, 255, 0.1); | | flex-direction: column; |
| box-shadow: 0 2px 5px #aaa; | | justify-content: space-around; |
| } | | } |
| .container_character_page { | | .container_character_page { |
第279行: |
第223行: |
| flex-wrap: wrap; | | flex-wrap: wrap; |
| } | | } |
|
| |
| .scroll-content_page{ | | .scroll-content_page{ |
| | display: flex; |
| flex-wrap: wrap; | | flex-wrap: wrap; |
| align-content:center; | | align-content:center; |
| justify-content: center; | | justify-content: center; |
| } | | } |
| | | .cdx-button.edit-button { |
| .scroll-content { | | font-family:sans-serif; |
| display: flex;
| | font-size: 1rem; |
| /*animation: scroll 15s linear infinite;*/
| | float: right; |
| }
| |
| | |
| .item { | |
| width: 160px; | |
| height:180px;
| |
| margin:6px;
| |
| border-right: 1px solid #ccc;
| |
| text-align: center;
| |
| padding: 10px; | |
| background-color: rgba(255, 255, 255, 0.1);
| |
| box-shadow: 0 2px 5px #aaa; | |
| }
| |
| .item-img {
| |
| width: 150px;
| |
| height:150px;
| |
| position: relative;
| |
| overflow: hidden;
| |
| }
| |
| | |
| @keyframes scroll {
| |
| 0% {
| |
| transform: translateX(100%);
| |
| }
| |
| 50% {
| |
| transform: translateX(-100%);
| |
| }
| |
| 100% {
| |
| transform: translateX(100%);
| |
| }
| |
| }
| |
| .container_character:hover .scroll-content {
| |
| animation-play-state: paused;
| |
| } | | } |