|
|
| (未显示同一用户的14个中间版本) |
| 第1行: |
第1行: |
| <div style="width: 100%; max-width: 800px; margin: 0 auto !important; text-align: center; padding: 0 15px; box-sizing: border-box;">
| | |
| <div style="display: flex; align-items: center; justify-content: center; gap: 20px; font-family: {{{字体|serif}}}; width: 100%;">
| |
| <div style="background: none; border: none; flex-shrink: 0;">
| |
| [[文件:Soka Cafe Favicon.png|100x100px|无框|居中]]
| |
| </div>
| |
| <div style="text-align: center;">
| |
| <div style="font-size: 19px; font-weight: bold;">''' — SOKA CAFE — 「エア本中文维基」'''</div>
| |
| {{折叠
| |
| |数=1
| |
| |展开= <div style="font-size: 11px; font-style: italic; margin-top: 10px;text-align: center">''頭がパーン@wiki_CHN:中華エア本支部'' ▼</div></div></div></div>
| |
| |收回= <div style="font-size: 11px; font-style: italic; margin-top: 10px;text-align: center;font-family: serif">''頭がパーン@wiki_CHN:中華エア本支部'' ▲</div></div></div></div>
| |
| |内容=
| |
| <div class="mini-block">
| |
| [[文件:2024080910430571.png|191x191px|无框|右|link=柴田理惠]]
| |
| [[文件:20240722_111408.png|191x191px|无框|左|link=久本雅美]]
| |
| <small><div style="font-family: {{{字体|serif}}}">'''◆ 本站点是以创价学会成员为核心、以创价学会及其相关团体为线索组织,进行讨论、研究和二次创作的公益性交流论坛维基百科网站。'''
| |
| <div style="margin-top: 10px">'''◆ 本站点仅作记录和展示由宗教及相关人物衍生出的亚文化,非正式宗教维基,请注意!'''
| |
| <div style="margin-top: 10px">'''◆ 本站点致力于营造和谐的社区环境,并热烈期待和欢迎任何人参与建设我们的网站!'''<div style="margin-top: 10px">'''◆ 本站点中所遇到的任何问题,均可通过下方信息联系我们。让我们一起共同来建设SOKA CAFE吧!'''
| |
| <div style="margin-top: 13px;text-align: center">「よく来たわね、いらしゃい。」<br>
| |
| 本站点当前已有[[Special:Newpages|{{NUMBEROFARTICLES}}]]个条目,{{NUMBEROFEDITS}}次编辑,[[Special:活跃用户|2]]个活跃成员,上传了{{NUMBEROFFILES}}个文件
| |
| </div>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| }}
| |
| </div>
| |
| ----
| |
| <br>
| |
| <html lang="zh-CN"> | | <html lang="zh-CN"> |
| <head> | | <head> |
| <meta charset="UTF-8"> | | <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>自适应轮播图</title> | | <title>B站视频卡片</title> |
| <style> | | <style> |
| * { | | * { |
| 第40行: |
第11行: |
| box-sizing: border-box; | | box-sizing: border-box; |
| } | | } |
|
| | |
| body { | | body { |
| background: #f5f5f5; | | background-color: #f5f7fa; |
| padding: 20px 0; | | padding: 20px; |
| | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; |
| | display: flex; |
| | justify-content: center; |
| } | | } |
|
| | |
| .header-container { | | .video-card-container { |
| width: 100%; | | width: 100%; |
| padding: 0 20px; | | max-width: 60vw; |
| margin-bottom: 20px; | | margin: 0 auto; |
| } | | } |
|
| | |
| .carousel-section {
| |
| width: 100%;
| |
| display: flex;
| |
| justify-content: flex-start;
| |
| padding-left: 0;
| |
| }
| |
|
| |
| .container {
| |
| background: transparent;
| |
| border-radius: 4px;
| |
| padding: 0;
| |
| box-shadow: none;
| |
| overflow: hidden;
| |
| margin: 0;
| |
| }
| |
|
| |
| /* 电脑端 - 全屏一半 */
| |
| @media (min-width: 1025px) {
| |
| .container {
| |
| width: 50vw; /* 修改为全屏的一半 */
| |
| max-width: none;
| |
| min-width: auto;
| |
| aspect-ratio: 2.03;
| |
| margin-right: auto;
| |
| }
| |
|
| |
| .header-container {
| |
| padding-left: calc(50vw + 40px); /* 调整标题位置与轮播图对齐 */
| |
| }
| |
| }
| |
|
| |
| /* 平板端 - 全屏一半 */
| |
| @media (min-width: 769px) and (max-width: 1024px) {
| |
| .container {
| |
| width: 50vw; /* 修改为全屏的一半 */
| |
| max-width: none;
| |
| min-width: auto;
| |
| aspect-ratio: 2.03;
| |
| margin-right: auto;
| |
| }
| |
|
| |
| .header-container {
| |
| padding-left: calc(50vw + 30px);
| |
| }
| |
| }
| |
|
| |
| /* 手机端 - 保持原有大小 */
| |
| @media (max-width: 768px) { | | @media (max-width: 768px) { |
| .container { | | body { |
| width: 92vw; | | padding: 12px; |
| max-width: 500px;
| |
| aspect-ratio: 2.03;
| |
| margin: 15px auto;
| |
| }
| |
|
| |
| .carousel-section {
| |
| justify-content: center;
| |
| } | | } |
|
| | .video-card-container { |
| .header-container { | | max-width: 100%; |
| padding-left: 0; | | padding: 0 8px; |
| text-align: center; | | margin: 0; |
| } | | } |
| } | | } |
|
| | |
| /* 小手机设备 */ | | .video-card { |
| @media (max-width: 480px) {
| | background: white; |
| .container { | | border-radius: 16px; |
| width: 94vw;
| | overflow: hidden; |
| min-width: 260px;
| | box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); |
| aspect-ratio: 2.03;
| | font-family: "Microsoft YaHei", sans-serif; |
| margin: 10px auto;
| |
| }
| |
| } | | } |
|
| | |
| .carousel { | | .bilibili-container { |
| position: relative; | | position: relative; |
| width: 100%; | | width: 100%; |
| height: 100%; | | padding-top: 56.25%; |
| border-radius: 4px; | | background: #000; |
| | border-radius: 16px 16px 0 0; |
| overflow: hidden; | | overflow: hidden; |
| } | | } |
|
| | |
| .carousel-wrapper { | | .bilibili-container iframe { |
| display: flex; | | position: absolute; |
| | top: 0; |
| | left: 0; |
| width: 100%; | | width: 100%; |
| height: 100%; | | height: 100%; |
| transition: transform 0.5s ease; | | border: none; |
| | } |
| | |
| | .info-section { |
| | padding: 18px; |
| | word-break: break-word; |
| | overflow-wrap: break-word; |
| } | | } |
|
| | |
| .carousel-item { | | .user-info { |
| flex: 0 0 100%;
| |
| width: 100%;
| |
| height: 100%;
| |
| display: flex; | | display: flex; |
| | justify-content: space-between; |
| align-items: center; | | align-items: center; |
| justify-content: center; | | margin-bottom: 14px; |
| background: #f0f0f0; /* 添加背景色以防图片加载慢时显示空白 */ | | flex-wrap: wrap; |
| | gap: 8px 0; |
| } | | } |
|
| | |
| .carousel-link { | | .user-left { |
| display: block; | | display: flex; |
| width: 100%; | | align-items: center; |
| height: 100%; | | gap: 10px; |
| | flex-wrap: wrap; |
| } | | } |
|
| | |
| .carousel-item img { | | .avatar { |
| width: auto;
| |
| height: auto;
| |
| max-width: 100%;
| |
| max-height: 100%;
| |
| object-fit: contain; /* 改为contain确保图片完全显示 */
| |
| object-position: center;
| |
| display: block;
| |
| }
| |
|
| |
| .carousel-btn {
| |
| position: absolute;
| |
| top: 50%;
| |
| transform: translateY(-50%);
| |
| width: 36px; | | width: 36px; |
| height: 36px; | | height: 36px; |
| background: rgba(0,0,0,0.4);
| |
| color: #fff;
| |
| border: none;
| |
| border-radius: 50%; | | border-radius: 50%; |
| font-size: 18px; | | background: linear-gradient(135deg, #ff4d85, #ff8a50); |
| cursor: pointer;
| |
| z-index: 10;
| |
| display: flex; | | display: flex; |
| align-items: center; | | align-items: center; |
| justify-content: center; | | justify-content: center; |
| transition: background 0.3s; | | color: white; |
| | font-weight: bold; |
| | font-size: 14px; |
| | flex-shrink: 0; |
| | } |
| | |
| | .username { |
| | font-size: 15px; |
| | font-weight: 600; |
| | color: #18191c; |
| | white-space: nowrap; |
| | } |
| | |
| | .detail-link { |
| | background: linear-gradient(120deg, #ff4d85, #ff6b6b); |
| | color: #ffffff !important; |
| | text-decoration: none; |
| | border-radius: 20px; |
| | padding: 5px 16px; |
| | font-size: 13px; |
| | font-weight: 500; |
| | display: inline-block; |
| | transition: all 0.2s; |
| | box-shadow: 0 2px 6px rgba(255, 77, 133, 0.3); |
| | -webkit-text-fill-color: #ffffff !important; |
| | text-fill-color: #ffffff !important; |
| | flex-shrink: 0; |
| | white-space: nowrap; |
| } | | } |
|
| | |
| .carousel-btn:hover { | | .detail-link:hover { |
| background: rgba(0,0,0,0.6); | | transform: translateY(-1px); |
| | box-shadow: 0 3px 8px rgba(255, 77, 133, 0.4); |
| } | | } |
|
| | |
| .prev-btn { | | .title { |
| left: 12px; | | font-size: 17px; |
| | font-weight: 700; |
| | color: #18191c; |
| | line-height: 1.5; |
| | margin-bottom: 10px; |
| } | | } |
| | | |
| .next-btn {
| | .metadata { |
| right: 12px; | | font-size: 12.5px; |
| | color: #8e8e93; |
| | margin-bottom: 14px; |
| | line-height: 1.6; |
| } | | } |
|
| | |
| .carousel-indicators { | | .tags { |
| position: absolute;
| |
| bottom: 15px;
| |
| left: 50%;
| |
| transform: translateX(-50%);
| |
| display: flex; | | display: flex; |
| | flex-wrap: wrap; |
| gap: 8px; | | gap: 8px; |
| } | | } |
|
| | |
| .indicator { | | .tag { |
| width: 10px; | | background: #f0f2f5; |
| height: 10px; | | color: #51545d; |
| border-radius: 50%; | | border-radius: 14px; |
| background: rgba(255,255,255,0.5); | | padding: 3px 10px; |
| cursor: pointer; | | font-size: 12px; |
| transition: all 0.3s; | | white-space: nowrap; |
| | text-decoration: none; |
| } | | } |
|
| | |
| .indicator.active { | | .tag:hover { |
| background: #fff; | | background: #e6e8eb; |
| transform: scale(1.2);
| |
| } | | } |
|
| | |
| /* 平板设备按钮调整 */ | | .bottom-message { |
| @media (max-width: 1024px) {
| | margin-top: 16px; |
| .carousel-btn {
| | font-size: 14px; |
| width: 32px;
| | color: #18191c; |
| height: 32px;
| | line-height: 1.5; |
| font-size: 16px;
| |
| }
| |
| }
| |
|
| |
| /* 手机设备按钮调整 */
| |
| @media (max-width: 768px) {
| |
| .carousel-btn {
| |
| width: 28px;
| |
| height: 28px;
| |
| font-size: 14px;
| |
| opacity: 0.9;
| |
| }
| |
|
| |
| .prev-btn {
| |
| left: 8px;
| |
| }
| |
|
| |
| .next-btn {
| |
| right: 8px;
| |
| }
| |
|
| |
| .carousel-indicators {
| |
| bottom: 10px;
| |
| }
| |
|
| |
| .indicator {
| |
| width: 8px;
| |
| height: 8px;
| |
| }
| |
| }
| |
|
| |
| /* 小手机设备按钮调整 */
| |
| @media (max-width: 480px) {
| |
| .carousel-btn {
| |
| width: 24px;
| |
| height: 24px;
| |
| font-size: 12px;
| |
| }
| |
|
| |
| .prev-btn {
| |
| left: 5px;
| |
| }
| |
|
| |
| .next-btn {
| |
| right: 5px;
| |
| }
| |
|
| |
| .indicator {
| |
| width: 6px;
| |
| height: 6px;
| |
| }
| |
| }
| |
|
| |
| /* 标题样式 */
| |
| .main-title {
| |
| font-size: min(4vw, 26px);
| |
| margin-top: 20px; | |
| text-align: left;
| |
| font-family: serif; | |
| padding: 0 10px;
| |
| color: #333; | |
| }
| |
|
| |
| .sub-title {
| |
| font-size: min(3vw, 18px); | |
| margin-bottom: 15px;
| |
| text-align: left;
| |
| margin-top: 10px;
| |
| padding: 0 10px;
| |
| color: #666;
| |
| }
| |
|
| |
| @media (max-width: 768px) {
| |
| .main-title, .sub-title {
| |
| text-align: center;
| |
| }
| |
| } | | } |
| </style> | | </style> |
| </head> | | </head> |
| <body> | | <body> |
| <div class="carousel-section"> | | <div class="video-card-container"> |
| <div class="container"> | | <div class="video-card"> |
| <div class="carousel" id="carousel"> | | <div class="bilibili-container"> |
| <div class="carousel-wrapper" id="carouselWrapper"> | | <iframe |
| <div class="carousel-item"> | | src="https://player.bilibili.com/player.html?bvid=BV1eXSMYVEcc&page=1&autoplay=0" |
| <a href="https://soka.cafe/index.php?title=创学" class="carousel-link">
| | allow="autoplay; fullscreen; picture-in-picture" |
| <img src="https://soka.cafe/Special:FilePath/新 解疑.png" alt="解惑">
| | allowfullscreen> |
| </a>
| | </iframe> |
| </div>
| | </div> |
| <div class="carousel-item">
| | |
| <a href="https://soka.cafe/index.php?title=维基观看与使用指南" class="carousel-link">
| | <div class="info-section"> |
| <img src="https://soka.cafe/Special:FilePath/新 导航.jpg" alt="维基观看与使用指南">
| | <div class="user-info"> |
| </a> | | <div class="user-left"> |
| </div>
| | <div class="avatar">H</div> |
| <div class="carousel-item">
| | <span class="username">H娘</span> |
| <a href="https://soka.cafe/index.php?title=入站须知" class="carousel-link">
| |
| <img src="https://soka.cafe/Special:FilePath/新 条责.jpg" alt="入站须知">
| |
| </a>
| |
| </div> | | </div> |
| | <a href="https://www.bilibili.com/video/BV1eXSMYVEcc" |
| | target="_blank" |
| | rel="noopener noreferrer" |
| | class="detail-link"> |
| | + 详情页 |
| | </a> |
| | </div> |
| | |
| | <div class="title">【创价】久本五月病 【久本信仰祭16】</div> |
| | |
| | <div class="metadata"> |
| | sm16495736 • 2016年5月3日 00:06 (UTC+9) |
| | </div> |
| | |
| | <div class="tags"> |
| | <a href="/wiki/宗教都市祭" class="tag">宗教都市祭</a> |
| | <a href="/wiki/久本投稿祭'25" class="tag">久本投稿祭'25</a> |
| | <a href="/wiki/エア本" class="tag">エア本</a> |
| | </div> |
| </div> | | </div> |
| <button class="carousel-btn prev-btn" id="prevBtn"><</button>
| |
| <button class="carousel-btn next-btn" id="nextBtn">></button>
| |
| <div class="carousel-indicators" id="indicators"></div>
| |
| </div> | | </div> |
| </div> | | </div> |
| </div> | | </div> |
|
| |
| <script>
| |
| const carouselWrapper = document.getElementById("carouselWrapper");
| |
| const prevBtn = document.getElementById("prevBtn");
| |
| const nextBtn = document.getElementById("nextBtn");
| |
| const indicators = document.getElementById("indicators");
| |
| const carouselItems = document.querySelectorAll(".carousel-item");
| |
| const itemCount = carouselItems.length;
| |
| let currentIndex = 0;
| |
|
| |
| function renderIndicators() {
| |
| indicators.innerHTML = "";
| |
| for (let i = 0; i < itemCount; i++) {
| |
| const indicator = document.createElement("div");
| |
| indicator.className = `indicator ${i === currentIndex ? "active" : ""}`;
| |
| indicator.addEventListener("click", () => goToSlide(i));
| |
| indicators.appendChild(indicator);
| |
| }
| |
| }
| |
|
| |
| function goToSlide(index) {
| |
| currentIndex = index;
| |
| carouselWrapper.style.transform = `translateX(-${currentIndex * 100}%)`;
| |
| renderIndicators();
| |
| }
| |
|
| |
| function prevSlide() {
| |
| currentIndex = (currentIndex - 1 + itemCount) % itemCount;
| |
| goToSlide(currentIndex);
| |
| }
| |
|
| |
| function nextSlide() {
| |
| currentIndex = (currentIndex + 1) % itemCount;
| |
| goToSlide(currentIndex);
| |
| }
| |
|
| |
| let autoPlay = setInterval(nextSlide, 5000);
| |
| const carousel = document.getElementById("carousel");
| |
|
| |
| // 鼠标悬停时暂停自动播放
| |
| carousel.addEventListener("mouseenter", () => clearInterval(autoPlay));
| |
| carousel.addEventListener("mouseleave", () => {
| |
| clearInterval(autoPlay);
| |
| autoPlay = setInterval(nextSlide, 5000);
| |
| });
| |
|
| |
| // 触摸设备支持
| |
| let startX = 0;
| |
| let endX = 0;
| |
|
| |
| carousel.addEventListener("touchstart", (e) => {
| |
| startX = e.touches[0].clientX;
| |
| clearInterval(autoPlay);
| |
| });
| |
|
| |
| carousel.addEventListener("touchend", (e) => {
| |
| endX = e.changedTouches[0].clientX;
| |
| if (startX - endX > 50) {
| |
| nextSlide(); // 向左滑动
| |
| } else if (endX - startX > 50) {
| |
| prevSlide(); // 向右滑动
| |
| }
| |
| autoPlay = setInterval(nextSlide, 5000);
| |
| });
| |
|
| |
| prevBtn.addEventListener("click", prevSlide);
| |
| nextBtn.addEventListener("click", nextSlide);
| |
|
| |
| // 初始化
| |
| renderIndicators();
| |
|
| |
| // 窗口大小变化时重新计算
| |
| window.addEventListener("resize", () => {
| |
| goToSlide(currentIndex);
| |
| });
| |
|
| |
| // 预加载图片,确保轮播图加载时图片已经准备好
| |
| window.addEventListener('load', () => {
| |
| const images = document.querySelectorAll('.carousel-item img');
| |
| images.forEach(img => {
| |
| if (img.complete) {
| |
| // 图片已经加载完成
| |
| img.style.opacity = '1';
| |
| } else {
| |
| // 图片正在加载
| |
| img.style.opacity = '0';
| |
| img.onload = () => {
| |
| img.style.opacity = '1';
| |
| };
| |
| }
| |
| });
| |
| });
| |
| </script>
| |
| </body> | | </body> |
| </html> | | </html> |
| <br>
| |
| [[文件:萌新引导.png|330x330px|无框|左|link=森雅晴]]
| |
| <div class="mini-block-container mini-block-list">
| |
| <div class="mini-block">
| |
| <div style="font-size: 50px; font-weight: 200; text-align: right; height: 0; color: #f1f1f1; user-select: none; margin-bottom: 0">Archive</div>
| |
| <div style="font-family:Huiwen;margin-bottom: 15px"><big><big><big>📚 资料与档案</big></big></big></div>
| |
| <div id="left-column">
| |
| <li class="mdui-ripple">[[文件:Home1.png|无框|133x133px|link=分类:人物图鉴]]</li>
| |
| <li class="mdui-ripple">[[文件:Home3.png|无框|133x133px|link=分类:团体势力]]</li>
| |
| <li class="mdui-ripple">[[文件:Home2.png|无框|133x133px|link=分类:历史事件]]</li>
| |
| </div>
| |
| <div id="right-column">
| |
| <li class="mdui-ripple">[[文件:Home5.png|无框|133x133px|link=分类:登场作品]]</li>
| |
| <li class="mdui-ripple">[[文件:Home4.png|无框|133x133px|link=分类:地点区域]]</li>
| |
|
| |
| [[文件:首页头图.png|130x130px|无框|左]]
| |
| </div>
| |
| </div>
| |
|
| |
| <div class="mini-block">
| |
| <div style="font-size: 50px; font-weight: 200; text-align: right; height: 0; color: #f1f1f1; user-select: none; margin-bottom: 0">Creation</div>
| |
| <div style="font-family:Huiwen;margin-bottom: 15px><big><big><big>🪶 术语与二创</big></big></big></div>
| |
| <div id="left-column">
| |
| <li class="mdui-ripple">[[文件:Home6.png|无框|133x133像素|link=分类:词典概念]]</li>
| |
| <li class="mdui-ripple">[[文件:Home7.png|无框|133x133像素|link=分类:作品推荐]]</li>
| |
| <li class="mdui-ripple">[[文件:Home10.png|无框|133x133像素|link=分类:世界设定]]</li>
| |
| </div>
| |
| <div id="right-column">
| |
| <li class="mdui-ripple">[[文件:Home8.png|无框|133x133像素|link=分类:创作作者]]</li>
| |
| <li class="mdui-ripple">[[文件:Home9.png|无框|133x133像素|link=分类:创作团体]]</li>
| |
| [[文件:首页头图1.png|130x130px|无框|左]]
| |
| </div>
| |
| </div>
| |
|
| |
| <div class="mini-block">
| |
| <div style="font-size: 50px; font-weight: 200; text-align: right; height: 0; color: #f1f1f1; user-select: none; margin-bottom: 0">Schedule</div>
| |
| <div style="font-family:Huiwen;margin-bottom: 15px><big><big><big>🗓︎ 日程参照</big></big></big></div>
| |
| <div style="font-size: 12px;font-family: serif">
| |
| <tabber>
| |
| |-|🎖 活动=
| |
| {{#switch: {{#expr: {{#time: n}} * 100 + {{#time: j}} }}
| |
| | 101 | 102 | 103 | 104 = <div style="box-shadow: {{{阴影|0 1px 3px rgba(0, 0, 0, 0.1)}}};font-size: 16px;font-family: {{{字体|serif}}};color: {{{字体颜色|#333}}}; margin: {{{边缘|13px 1%}}}; padding: 10px 10px; border-radius: {{{圆角|4px}}}; border-left: {{{右|7px solid #FEEE75}}}; line-height: {{{行高|1.8}}};background-color: {{{背景颜色|#FFFEFA}}}">
| |
| [[文件:图钉.png|40x40px|无框|右]]
| |
| '''距<span style="background-color: {{{背景颜色|#E0F8F8}}};border-radius: {{{圆角|5px}}}">[[久本爆发祭]]'{{#expr:{{#time:y|+8hour}}+0}}</span>开幕,<br>还有<span style="background-color: {{{背景颜色|#FED9D1}}};border-radius: {{{圆角|4px}}}">{{#ifexpr: floor(({{#time:U|{{#ifexpr: {{#time:U}} >{{#time:U|{{#time:Y}}-01-05}} | {{#expr:{{#time:Y}}+1}}-01-05 | {{#time:Y}}-01-05}}}} - {{#time:U|+8 hours}}) / 86400) > 0 |
| |
| {{#expr: floor(({{#time:U|{{#ifexpr: {{#time:U}} >{{#time:U|{{#time:Y}}-01-05}} | {{#expr:{{#time:Y}}+1}}-01-05 | {{#time:Y}}-01-05}}}} - {{#time:U|+8 hours}}) / 86400) }}天|}}{{#ifexpr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-01-05}} | {{#expr:{{#time:Y}}+1}}-01-05 | {{#time:Y}}-01-05 }} }} - {{#time:U|now +8 hour}}) mod 86400) / 3600) > 0 |
| |
| {{#expr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-01-05}} | {{#expr:{{#time:Y}}+1}}-01-05 | {{#time:Y}}-01-05 }} }} - {{#time:U|now +8 hour}}) mod 86400) / 3600) }}小时
| |
| |}}{{#expr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-01-05}} | {{#expr:{{#time:Y}}+1}}-01-05 | {{#time:Y}}-01-05 }} }} - {{#time:U|now +8 hour}}) mod 3600) / 60) }}分'''</span><br>[[文件:庆.png|18x18px|左]]<div style="font-size: 11px;margin-bottom: 1px;text-align: right;margin-top: 10px">'''[[纪念日|[更多详情]]]'''</div>
| |
| </center>
| |
| </div><noinclude>
| |
| | 105 = <div style="box-shadow: {{{阴影|0 1px 3px rgba(0, 0, 0, 0.1)}}};font-size: 16px;font-family: {{{字体|serif}}};color: {{{字体颜色|#333}}}; margin: {{{边缘|13px 1%}}}; padding: 10px 10px; border-radius: {{{圆角|4px}}}; border-left: {{{右|7px solid #FEEE75}}}; line-height: {{{行高|1.8}}};background-color: {{{背景颜色|#FFFEFA}}}">
| |
| [[文件:图钉.png|40x40px|无框|右]]
| |
| '''<span style="background-color: {{{背景颜色|#E0F8F8}}};border-radius: {{{圆角|5px}}}"> [[久本信仰祭]]'{{#expr:{{#time:y|+8hour}}+0}}</span>开幕!<br><span style="background-color: {{{背景颜色|#FED9D1}}};border-radius: {{{圆角|4px}}}"> おめでとうございます</span>'''<div style="font-size: 11px;margin-bottom: 1px;text-align: right;margin-top: 10px">[[文件:庆.png|18x18px|左]]'''[[纪念日|[更多详情]]]'''</div>
| |
| </center>
| |
| </div><noinclude>
| |
| | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115
| |
| | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125
| |
| | 126 | 127 | 128 | 129 | 130 | 131 | 201 | 202 | 203 | 204
| |
| | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214
| |
| | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224
| |
| | 225 | 226 | 227 | 228 | 229 | 301 | 302 | 303 | 304 | 305
| |
| | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315
| |
| | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325
| |
| | 326 | 327 | 328 | 329 | 330 | 331 | 401 | 402 | 403 | 404
| |
| | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414
| |
| | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424
| |
| | 425 | 426 | 427 | 428 | 429 | 430 | 501 | 502 = <div style="box-shadow: {{{阴影|0 1px 3px rgba(0, 0, 0, 0.1)}}};font-size: 16px;font-family: {{{字体|serif}}};color: {{{字体颜色|#333}}}; margin: {{{边缘|13px 1%}}}; padding: 10px 10px; border-radius: {{{圆角|4px}}}; border-left: {{{右|7px solid #FEEE75}}}; line-height: {{{行高|1.8}}};background-color: {{{背景颜色|#FFFEFA}}}">
| |
| [[文件:图钉.png|40x40px|无框|右]]
| |
| '''距<span style="background-color: {{{背景颜色|#E0F8F8}}};border-radius: {{{圆角|5px}}}">[[久本信仰祭]]'{{#expr:{{#time:y|+8hour}}+0}}</span>开幕,<br>还有<span style="background-color: {{{背景颜色|#FED9D1}}};border-radius: {{{圆角|4px}}}">{{#ifexpr: floor(({{#time:U|{{#ifexpr: {{#time:U}} >{{#time:U|{{#time:Y}}-05-03}} | {{#expr:{{#time:Y}}+1}}-05-03 | {{#time:Y}}-05-03}}}} - {{#time:U|+8 hours}}) / 86400) > 0 |
| |
| {{#expr: floor(({{#time:U|{{#ifexpr: {{#time:U}} >{{#time:U|{{#time:Y}}-05-03}} | {{#expr:{{#time:Y}}+1}}-05-03 | {{#time:Y}}-05-03}}}} - {{#time:U|+8 hours}}) / 86400) }}天|}}{{#ifexpr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-05-03}} | {{#expr:{{#time:Y}}+1}}-05-03 | {{#time:Y}}-05-03 }} }} - {{#time:U|now +8 hour}}) mod 86400) / 3600) > 0 |
| |
| {{#expr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-05-03}} | {{#expr:{{#time:Y}}+1}}-05-03 | {{#time:Y}}-05-03 }} }} - {{#time:U|now +8 hour}}) mod 86400) / 3600) }}小时
| |
| |}}{{#expr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-05-03}} | {{#expr:{{#time:Y}}+1}}-05-03 | {{#time:Y}}-05-03 }} }} - {{#time:U|now +8 hour}}) mod 3600) / 60) }}分'''</span><br>[[文件:庆.png|18x18px|左]]<div style="font-size: 11px;margin-bottom: 1px;text-align: right;margin-top: 10px">'''[[纪念日|[更多详情]]]'''</div>
| |
| </center>
| |
| </div><noinclude>
| |
| | 503 =<div style="box-shadow: {{{阴影|0 1px 3px rgba(0, 0, 0, 0.1)}}};font-size: 16px;font-family: {{{字体|serif}}};color: {{{字体颜色|#333}}}; margin: {{{边缘|13px 1%}}}; padding: 10px 10px; border-radius: {{{圆角|4px}}}; border-left: {{{右|7px solid #FEEE75}}}; line-height: {{{行高|1.8}}};background-color: {{{背景颜色|#FFFEFA}}}">
| |
| [[文件:图钉.png|40x40px|无框|右]]
| |
| '''<span style="background-color: {{{背景颜色|#E0F8F8}}};border-radius: {{{圆角|5px}}}">[[久本信仰祭]]'{{#expr:{{#time:y|+8hour}}+0}}</span>开幕!<br><span style="background-color: {{{背景颜色|#FED9D1}}};border-radius: {{{圆角|4px}}}"> おめでとうございます</span>'''<div style="font-size: 11px;margin-bottom: 1px;text-align: right;margin-top: 10px"><br>[[文件:庆.png|18x18px|左]]'''[[纪念日|[更多详情]]]'''</div>
| |
| </center>
| |
| </div><noinclude>
| |
| | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514
| |
| | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524
| |
| | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 601 | 602 | 603
| |
| | 604 | 605 | 606 | 607 | 608 | 609 | 610 | 611 | 612 | 613
| |
| | 614 | 615 | 616 | 617 | 618 | 619 | 620 | 621 | 622 | 623
| |
| | 624 | 625 | 626 | 627 | 628 | 629 | 630 | 701 | 702 | 703
| |
| | 704 | 705 | 706 | 707 | 708 = <div style="box-shadow: {{{阴影|0 1px 3px rgba(0, 0, 0, 0.1)}}};font-size: 16px;font-family: {{{字体|serif}}};color: {{{字体颜色|#333}}}; margin: {{{边缘|13px 1%}}}; padding: 10px 10px; border-radius: {{{圆角|4px}}}; border-left: {{{右|7px solid #FEEE75}}}; line-height: {{{行高|1.8}}};background-color: {{{背景颜色|#FFFEFA}}}">
| |
| [[文件:图钉.png|40x40px|无框|右]]
| |
| '''距<span style="background-color: {{{背景颜色|#E0F8F8}}};border-radius: {{{圆角|5px}}}">[[久本诞生祭]]'{{#expr:{{#time:y|+8hour}}+0}}</span>开幕,<br>还有<span style="background-color: {{{背景颜色|#FED9D1}}};border-radius: {{{圆角|4px}}}">{{#ifexpr: floor(({{#time:U|{{#ifexpr: {{#time:U}} >{{#time:U|{{#time:Y}}-07-09}} | {{#expr:{{#time:Y}}+1}}-07-09 | {{#time:Y}}-07-09}}}} - {{#time:U|+8 hours}}) / 86400) > 0 |
| |
| {{#expr: floor(({{#time:U|{{#ifexpr: {{#time:U}} >{{#time:U|{{#time:Y}}-07-09}} | {{#expr:{{#time:Y}}+1}}-07-09 | {{#time:Y}}-07-09}}}} - {{#time:U|+8 hours}}) / 86400) }}天|}}{{#ifexpr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-07-09}} | {{#expr:{{#time:Y}}+1}}-07-09 | {{#time:Y}}-07-09 }} }} - {{#time:U|now +8 hour}}) mod 86400) / 3600) > 0 |
| |
| {{#expr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-07-09}} | {{#expr:{{#time:Y}}+1}}-07-09 | {{#time:Y}}-07-09 }} }} - {{#time:U|now +8 hour}}) mod 86400) / 3600) }}小时
| |
| |}}{{#expr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-07-09}} | {{#expr:{{#time:Y}}+1}}-07-09 | {{#time:Y}}-07-09 }} }} - {{#time:U|now +8 hour}}) mod 3600) / 60) }}分'''</span><br>[[文件:庆.png|18x18px|左]]<div style="font-size: 11px;margin-bottom: 1px;text-align: right;margin-top: 10px">'''[[纪念日|[更多详情]]]'''</div>
| |
| </center>
| |
| </div><noinclude>
| |
| | 709 = <div style="box-shadow: {{{阴影|0 1px 3px rgba(0, 0, 0, 0.1)}}};font-size: 16px;font-family: {{{字体|serif}}};color: {{{字体颜色|#333}}}; margin: {{{边缘|13px 1%}}}; padding: 10px 10px; border-radius: {{{圆角|4px}}}; border-left: {{{右|7px solid #FEEE75}}}; line-height: {{{行高|1.8}}};background-color: {{{背景颜色|#FFFEFA}}}">
| |
| [[文件:图钉.png|40x40px|无框|右]]
| |
| '''<span style="background-color: {{{背景颜色|#E0F8F8}}};border-radius: {{{圆角|5px}}}">[[久本诞生祭]]'{{#expr:{{#time:y|+8hour}}+0}}</span>开幕!<br><span style="background-color: {{{背景颜色|#FED9D1}}};border-radius: {{{圆角|4px}}}"> おめでとうございます</span>'''<div style="font-size: 11px;margin-bottom: 1px;text-align: right;margin-top: 10px"><br>[[文件:庆.png|18x18px|左]]'''[[纪念日|[更多详情]]]'''</div>
| |
| </center>
| |
| </div><noinclude>
| |
| | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719
| |
| | 720 | 721 | 722 | 723 | 724 | 725 | 726 | 727 | 728 | 729
| |
| | 730 | 731 | 801 | 802 | 803 | 804 | 805 | 806 | 807 | 808
| |
| | 809 | 810 | 811 | 812 | 813 | 814 | 815 | 816 | 817 | 818
| |
| | 819 | 820 | 821 | 822 | 823 | 824 | 825 | 826 | 827 | 828
| |
| | 901 | 902 | 903 | 904 | 905 | 906 | 907 | 908 | 909 | 910
| |
| | 911 | 912 | 913 | 914 | 915 | 916 | 917 | 918 | 919 | 920
| |
| | 921 | 922 | 923 | 924 | 925 | 926 | 927 = <div style="box-shadow: {{{阴影|0 1px 3px rgba(0, 0, 0, 0.1)}}};font-size: 16px;font-family: {{{字体|serif}}};color: {{{字体颜色|#333}}}; margin: {{{边缘|13px 1%}}}; padding: 10px 10px; border-radius: {{{圆角|4px}}}; border-left: {{{右|7px solid #FEEE75}}}; line-height: {{{行高|1.8}}};background-color: {{{背景颜色|#FFFEFA}}}">
| |
| [[文件:图钉.png|40x40px|无框|右]]
| |
| '''距<span style="background-color: {{{背景颜色|#E0F8F8}}};border-radius: {{{圆角|5px}}}">[[久本入信祭]]'{{#expr:{{#time:y|+8hour}}+0}}</span>开幕,<br>还有<span style="background-color: {{{背景颜色|#FED9D1}}};border-radius: {{{圆角|4px}}}">{{#ifexpr: floor(({{#time:U|{{#ifexpr: {{#time:U}} >{{#time:U|{{#time:Y}}-09-28}} | {{#expr:{{#time:Y}}+1}}-09-28 | {{#time:Y}}-09-28}}}} - {{#time:U|+8 hours}}) / 86400) > 0 |
| |
| {{#expr: floor(({{#time:U|{{#ifexpr: {{#time:U}} >{{#time:U|{{#time:Y}}-01-05}} | {{#expr:{{#time:Y}}+1}}-09-28 | {{#time:Y}}-09-28}}}} - {{#time:U|+8 hours}}) / 86400) }}天|}}{{#ifexpr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-01-05}} | {{#expr:{{#time:Y}}+1}}-09-28 | {{#time:Y}}-09-28 }} }} - {{#time:U|now +8 hour}}) mod 86400) / 3600) > 0 |
| |
| {{#expr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-09-28}} | {{#expr:{{#time:Y}}+1}}-09-28 | {{#time:Y}}-09-28 }} }} - {{#time:U|now +8 hour}}) mod 86400) / 3600) }}小时
| |
| |}}{{#expr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-09-28}} | {{#expr:{{#time:Y}}+1}}-09-28 | {{#time:Y}}-09-28 }} }} - {{#time:U|now +8 hour}}) mod 3600) / 60) }}分'''</span><br>[[文件:庆.png|18x18px|左]]<div style="font-size: 11px;margin-bottom: 1px;text-align: right;margin-top: 10px">'''[[纪念日|[更多详情]]]'''</div>
| |
| </center>
| |
| </div><noinclude>
| |
| | 928 = <div style="box-shadow: {{{阴影|0 1px 3px rgba(0, 0, 0, 0.1)}}};font-size: 16px;font-family: {{{字体|serif}}};color: {{{字体颜色|#333}}}; margin: {{{边缘|13px 1%}}}; padding: 10px 10px; border-radius: {{{圆角|4px}}}; border-left: {{{右|7px solid #FEEE75}}}; line-height: {{{行高|1.8}}};background-color: {{{背景颜色|#FFFEFA}}}">
| |
| [[文件:图钉.png|40x40px|无框|右]]
| |
| '''<span style="background-color: {{{背景颜色|#E0F8F8}}};border-radius: {{{圆角|5px}}}">[[久本入信祭]]'{{#expr:{{#time:y|+8hour}}+0}}</span>开幕!<br><span style="background-color: {{{背景颜色|#FED9D1}}};border-radius: {{{圆角|4px}}}"> おめでとうございます</span>'''<div style="font-size: 11px;margin-bottom: 1px;text-align: right;margin-top: 10px"><br>[[文件:庆.png|18x18px|左]]'''[[纪念日|[更多详情]]]'''</div>
| |
| </center>
| |
| </div><noinclude>
| |
| | 929 | 930 | 1001 | 1002 | 1003 | 1004 | 1005 | 1006 | 1007 | 1008
| |
| | 1009 | 1010 | 1011 | 1012 | 1013 | 1014 | 1015 | 1016 | 1017 | 1018
| |
| | 1019 | 1020 | 1021 | 1022 | 1023 | 1024 | 1025 | 1026 | 1027 | 1028
| |
| | 1029 | 1030 | 1101 | 1102 | 1103 | 1104 | 1105 | 1106 | 1107 | 1108
| |
| | 1109 | 1110 | 1111 | 1112 | 1113 | 1114 | 1115 | 1116 | 1117 | 1118
| |
| | 1119 | 1120 | 1121 | 1122 | 1123 | 1124 | 1125 | 1126 | 1127 | 1128
| |
| | 1129 = <div style="box-shadow: {{{阴影|0 1px 3px rgba(0, 0, 0, 0.1)}}};font-size: 16px;font-family: {{{字体|serif}}};color: {{{字体颜色|#333}}}; margin: {{{边缘|13px 1%}}}; padding: 10px 10px; border-radius: {{{圆角|4px}}}; border-left: {{{右|7px solid #FEEE75}}}; line-height: {{{行高|1.8}}};background-color: {{{背景颜色|#FFFEFA}}}">
| |
| [[文件:图钉.png|40x40px|无框|右]]
| |
| '''距<span style="background-color: {{{背景颜色|#E0F8F8}}};border-radius: {{{圆角|5px}}}">[[久本投稿祭]]'{{#expr:{{#time:y|+8hour}}+0}}</span>开幕,<br>还有<span style="background-color: {{{背景颜色|#FED9D1}}};border-radius: {{{圆角|4px}}}">{{#ifexpr: floor(({{#time:U|{{#ifexpr: {{#time:U}} >{{#time:U|{{#time:Y}}-11-30}} | {{#expr:{{#time:Y}}+1}}-11-30 | {{#time:Y}}-11-30}}}} - {{#time:U|+8 hours}}) / 86400) > 0 |
| |
| {{#expr: floor(({{#time:U|{{#ifexpr: {{#time:U}} >{{#time:U|{{#time:Y}}-01-05}} | {{#expr:{{#time:Y}}+1}}-11-30 | {{#time:Y}}-11-30}}}} - {{#time:U|+8 hours}}) / 86400) }}天|}}{{#ifexpr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-01-05}} | {{#expr:{{#time:Y}}+1}}-11-30 | {{#time:Y}}-11-30 }} }} - {{#time:U|now +8 hour}}) mod 86400) / 3600) > 0 |
| |
| {{#expr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-11-30}} | {{#expr:{{#time:Y}}+1}}-11-30 | {{#time:Y}}-11-30 }} }} - {{#time:U|now +8 hour}}) mod 86400) / 3600) }}小时
| |
| |}}{{#expr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-11-30}} | {{#expr:{{#time:Y}}+1}}-11-30 | {{#time:Y}}-11-30 }} }} - {{#time:U|now +8 hour}}) mod 3600) / 60) }}分'''</span><br>[[文件:庆.png|18x18px|左]]<div style="font-size: 11px;margin-bottom: 1px;text-align: right;margin-top: 10px">'''[[纪念日|[更多详情]]]'''</div>
| |
| </center>
| |
| </div><noinclude>
| |
| | 1130 = <div style="box-shadow: {{{阴影|0 1px 3px rgba(0, 0, 0, 0.1)}}};font-size: 16px;font-family: {{{字体|serif}}};color: {{{字体颜色|#333}}}; margin: {{{边缘|13px 1%}}}; padding: 10px 10px; border-radius: {{{圆角|4px}}}; border-left: {{{右|7px solid #FEEE75}}}; line-height: {{{行高|1.8}}};background-color: {{{背景颜色|#FFFEFA}}}">
| |
| [[文件:图钉.png|40x40px|无框|右]]
| |
| '''<span style="background-color: {{{背景颜色|#E0F8F8}}};border-radius: {{{圆角|5px}}}">[[久本投稿祭]]'{{#expr:{{#time:y|+8hour}}+0}}</span>开幕!<br><span style="background-color: {{{背景颜色|#FED9D1}}};border-radius: {{{圆角|4px}}}"> おめでとうございます</span>'''<div style="font-size: 11px;margin-bottom: 1px;text-align: right;margin-top: 10px"><br>[[文件:庆.png|18x18px|左]]'''[[纪念日|[更多详情]]]'''</div>
| |
| </center>
| |
| </div><noinclude>
| |
| | 1201 | 1202 | 1203 | 1204 | 1205 | 1206 | 1207 | 1208 | 1209 | 1210
| |
| | 1211 | 1212 | 1213 | 1214 | 1215 | 1216 | 1217 | 1218 | 1219 | 1220
| |
| | 1221 | 1222 | 1223 | 1224 | 1225 | 1226 | 1227 | 1228 | 1229 | 1230
| |
| | 1231 = <div style="box-shadow: {{{阴影|0 1px 3px rgba(0, 0, 0, 0.1)}}};font-size: 16px;font-family: {{{字体|serif}}};color: {{{字体颜色|#333}}}; margin: {{{边缘|13px 1%}}}; padding: 10px 10px; border-radius: {{{圆角|4px}}}; border-left: {{{右|7px solid #FEEE75}}}; line-height: {{{行高|1.8}}};background-color: {{{背景颜色|#FFFEFA}}}">
| |
| [[文件:图钉.png|40x40px|无框|右]]
| |
| '''距<span style="background-color: {{{背景颜色|#E0F8F8}}};border-radius: {{{圆角|5px}}}">[[久本爆发祭]]'{{#expr:{{#time:y|+8hour}}+1}}</span>开幕,<br>还有<span style="background-color: {{{背景颜色|#FED9D1}}};border-radius: {{{圆角|4px}}}">{{#ifexpr: floor(({{#time:U|{{#ifexpr: {{#time:U}} >{{#time:U|{{#time:Y}}-01-05}} | {{#expr:{{#time:Y}}+1}}-01-05 | {{#time:Y}}-01-05}}}} - {{#time:U|+8 hours}}) / 86400) > 0 |
| |
| {{#expr: floor(({{#time:U|{{#ifexpr: {{#time:U}} >{{#time:U|{{#time:Y}}-01-05}} | {{#expr:{{#time:Y}}+1}}-01-05 | {{#time:Y}}-01-05}}}} - {{#time:U|+8 hours}}) / 86400) }}天|}}{{#ifexpr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-01-05}} | {{#expr:{{#time:Y}}+1}}-01-05 | {{#time:Y}}-01-05 }} }} - {{#time:U|now +8 hour}}) mod 86400) / 3600) > 0 |
| |
| {{#expr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-01-05}} | {{#expr:{{#time:Y}}+1}}-01-05 | {{#time:Y}}-01-05 }} }} - {{#time:U|now +8 hour}}) mod 86400) / 3600) }}小时
| |
| |}}{{#expr: floor((({{#time:U|{{#ifexpr: {{#time:U|now}} > {{#time:U|{{#time:Y}}-01-05}} | {{#expr:{{#time:Y}}+1}}-01-05 | {{#time:Y}}-01-05 }} }} - {{#time:U|now +8 hour}}) mod 3600) / 60) }}分'''</span><br><br>[[文件:庆.png|18x18px|左]]<div style="font-size: 11px;margin-bottom: 1px;text-align: right;margin-top: 10px">'''[[纪念日|[更多详情]]]'''</div>
| |
| </center>
| |
| </div><noinclude>
| |
| }}
| |
| |-|🕗 报时=
| |
| <div style="margin: 1.5em 0;"></div>
| |
| [[文件:首页头图2.png|95x95px|无框|居中]]
| |
| <div style="text-align: center;padding: 10px 13px;font-family: serif; color: #333; font-size: 13px; transform; background: #F0FFF0; border-radius: 100px; border-left: 8px solid #3CB371; border-right: 8px solid #3CB371; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); line-height: 1.6; flex-direction: column; justify-content: center; align-items: center"><span style="font-weight: bold; color: #000; width: 1800px; box-shadow: 10 14px 12px rgba(10, 10, 10, 0.1)">'''20{{#time:y|+8hour}}年{{#time:m|+8hour}}月{{#time:d|+8hour}}日<span style="margin: 0 4px;">|</span>{{#time:H:i | now + 8 hour}}<span style="color:transparent">, </span>{{#switch: {{#time:w|+8hour}}| 0 = 周日 | 1 = 周一 | 2 = 周二 | 3 = 周三 | 4 = 周四 | 5 = 周五 | 6 = 周六}}'''
| |
| |-|🔊 公告=
| |
|
| |
| <div style="font-size:14px;padding: 0.1em 0em"><li class="mdui-ripple">'''[[SCFII|<span style="color:green;">● [情报]</span> 《宗教都市祭II》发布!]]'''</li>
| |
|
| |
| <div style="font-size:14px;padding: 0.1em 0em"><li class="mdui-ripple">'''[[【合作告知】宗教再生启示录 ~ Re:Creation Revelation《宗教都市祭II》|<span style="color:green;">● [情报]</span> 《宗教都市祭II》开催!]]'''</li>
| |
|
| |
| <div style="font-size:14px;padding: 0.1em 0em"><li class="mdui-ripple">'''[[【合作】宗教都市祭 ~ Shukyo City Festival|<span style="color:green;">● [情报]</span>《宗教都市祭》发布!]]'''</li>
| |
|
| |
| <div style="font-size:11px;padding: 0.2em 0em;text-align: right">'''[[活动公告|[再探再报!]]]'''</li>
| |
| |-|🎂 庆生=
| |
| {{#switch: {{#time:m|+8hour}}
| |
| | 1 =
| |
| <big>'''🎉 本月生日的人员'''</big>
| |
| <div class="mini-block-container mini-block-list">
| |
| <div></div>
| |
| <div class="image-group">
| |
| [[文件:1.2.jpg|97x97px|无框|link=池田大作|居中]]<big>· 1月02日 ·</big></div>
| |
| <div class="image-group">
| |
| [[文件:1.14.jpg|97x97px|无框|link=柴田理惠|居中]]<big>· 1月14日 ·</big></div>
| |
| <div class="image-group">
| |
| <div></div>
| |
| | 2 =
| |
| <big>'''🎉 本月生日的人员'''</big>
| |
| <div class="mini-block-container mini-block-list">
| |
| <div></div>
| |
| <div class="image-group">
| |
| [[文件:2.11.jpg|97x97px|无框|link=古贺清]]<br><big>· 2月11日 ·</big></div>
| |
| <div></div>
| |
| | 3 =
| |
| <big>'''🎉 本月生日的人员'''</big>
| |
| <div class="mini-block-container mini-block-list">
| |
| <div></div>
| |
| <div class="image-group">
| |
| [[文件:3.6.jpg|97x97px|无框|link=田中健]]<br><big>· 3月06日 ·</big></div>
| |
| <div class="image-group">
| |
| [[文件:3.20.jpg|97x97px|无框|link=雪村泉]]<br><big>· 3月20日 ·</big></div>
| |
| <div class="image-group">
| |
| [[文件:3.22.jpg|97x97px|无框|link=大野俊三]]<br><big>· 3月22日 ·</big></div>
| |
| <div></div>
| |
| | 4 =
| |
| <big>'''😳 本月尚无生日人员'''</big>
| |
| | 5 =
| |
| <big>'''🎉 本月生日的人员'''</big>
| |
| <div class="mini-block-container mini-block-list">
| |
| <div></div>
| |
| <div class="image-group">
| |
| [[文件:5.13.jpg|97x97px|无框|link=久本朋子]]<br><big>· 5月13日 ·</big></div>
| |
| <div class="image-group">
| |
| [[文件:5.27.jpg|97x97px|无框|link=伊藤日出夫]]<br><big>· 5月27日 ·</big></div>
| |
| <div></div>
| |
| | 6 =
| |
| <big>'''🎉 本月生日的人员'''</big>
| |
| <div class="mini-block-container mini-block-list">
| |
| <div></div>
| |
| <div class="image-group">
| |
| [[文件:6.9.jpg|97x97px|无框|link=元气安]]<br><big>· 6月09日 ·</big></div>
| |
| <div class="image-group">
| |
| [[文件:6.13.jpg|97x97px|无框|link=阿尔伯特·城间]]<br><big>· 6月13日 ·</big></div>
| |
| <div class="image-group">
| |
| [[文件:6.28.jpg|97x97px|无框|link=远藤宪一]]<br><big>· 6月28日 ·</big></div>
| |
| <div></div>
| |
| | 7 =
| |
| <big>'''🎉 本月生日的人员'''</big>
| |
| <div class="mini-block-container mini-block-list">
| |
| <div></div>
| |
| <div class="image-group">
| |
| [[文件:7.1.jpg|97x97px|无框|link=森雅晴]]<br><big>· 7月01日 ·</big></div>
| |
| <div class="image-group">
| |
| [[文件:7.9.jpg|97x97px|无框|link=久本雅美]]<br><big>· 7月09日 ·</big></div>
| |
| <div class="image-group">
| |
| [[文件:7.23.jpg|97x97px|无框|link=堀江一真]]<br><big>· 7月23日 ·</big></div>
| |
| <div></div>
| |
| | 8 =
| |
| <big>'''🎉 本月生日的人员'''</big>
| |
| <div class="mini-block-container mini-block-list">
| |
| <div></div>
| |
| <div class="image-group">
| |
| [[文件:8.13.jpg|97x97px|无框|link=高桥·乔治]]<br><big>· 8月13日 ·</big></div>
| |
| <div></div>
| |
| | 9 =
| |
| <big>'''🎉 本月生日的人员'''</big>
| |
| <div class="mini-block-container mini-block-list">
| |
| <div></div>
| |
| <div class="image-group">
| |
| [[文件:9.15.jpg|97x97px|无框|link=彦摩吕]]<br><big>· 9月15日 ·</big></div>
| |
| <div class="image-group">
| |
| [[文件:9.19.jpg|97x97px|无框|link=岛田歌穗]]<br><big>· 9月19日 ·</big></div>
| |
| <div></div>
| |
| | 10 =
| |
| <big>'''😳 本月尚无生日人员'''</big>
| |
| | 11 =
| |
| <big>'''😳 本月尚无生日人员'''</big>
| |
| | 12 =
| |
| <big>'''🎉 本月生日的人员'''</big>
| |
| <div class="mini-block-container mini-block-list">
| |
| <div></div>
| |
| <div class="image-group">
| |
| [[文件:12.19.jpg|97x97px|无框|link=阿部日显]]<br><big>· 12月19日 ·</big></div>
| |
| <div class="image-group">
| |
| [[文件:12.23.jpg|97x97px|无框|link=城达也]]<br><big>· 12月23日 ·</big></div>
| |
| <div></div>
| |
| }}
| |
| </tabber>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| <div style="margin-top: 25px"></div>
| |
| [[文件:内容导航.png|330x330px|无框|左|link=元气安]]
| |
| <div class="mini-block-container mini-block-list">
| |
| <div class="mini-block">
| |
| <div style="font-size: 50px; font-weight: 200; text-align: right; height: 0; color: #f1f1f1; user-select: none; margin-bottom: 0">Question</div>
| |
| <div style="font-family:Huiwen;margin-bottom: 15px">
| |
| <big><big><big>🧐 常见问题</big></big></big>
| |
| </div>
| |
|
| |
| [https://soka.cafe/index.php?title=%E5%88%9B%E4%BB%B7%E5%AD%A6%E4%BC%9A&redirect=no “创价学会”是什么?]<br>
| |
| [https://soka.cafe/久本雅美 “久本雅美”是谁?]<br>
| |
| [https://soka.cafe/高等精神病 “创价精神污染”是怎么个事?]<br>
| |
| [https://soka.cafe/五位数 “五位数”是啥?为何颇具争议?]<br>
| |
| </div>
| |
| <div class="mini-block">
| |
| <div style="font-size: 50px; font-weight: 200; text-align: right; height: 0; color: #f1f1f1; user-select: none; margin-bottom: 0">Create</div>
| |
| <div style="font-family:Huiwen;margin-bottom: 15px">
| |
| <big><big><big>💻 创建页面</big></big></big>
| |
| </div>
| |
|
| |
| 感谢您对SOKA CAFE的编辑贡献!但也请在过程中务必依照创作协议及版权,遵循CC BY-SA 3.0协议!
| |
|
| |
| <div style="text-align:center">准备好了?来尝试创建页面吧!<br>{{#createpage:}}</div>
| |
| </div>
| |
| <div class="mini-block">
| |
| <div style="font-size: 50px; font-weight: 200; text-align: right; height: 0; color: #f1f1f1; user-select: none; margin-bottom: 0">Trivia</div>
| |
| <div style="font-family:Huiwen;margin-bottom: 15px">
| |
| <big><big><big>❓ 你知道吗</big></big></big>
| |
| </div>
| |
|
| |
| [https://soka.cafe/背后灵 「谁」是创价学会最神秘的男子?]<br>
| |
| [https://soka.cafe/齐藤房子 「谁」对自己年龄格外地在意?]<br>
| |
| [https://soka.cafe/仓地透 「谁」只因一顿就饭拐进了创价学会?]
| |
| <div style="font-size:11px;margin-top: -6px;text-align: right">[[创价学会·冷知识集|[查看更多]]]'''
| |
| <div style="margin-top: 10px"></div>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| <div style="margin-top: 25px"></div>
| |
| [[文件:猜你想找.png|330x330px|无框|左|link=古贺清]]
| |
| <div class="mini-block-container mini-block-list">
| |
| <div class="mini-block">
| |
| <div style="font-size: 50px; font-weight: 200; text-align: right; height: 0; color: #f1f1f1; user-select: none; margin-bottom: 0">Notice</div>
| |
| <div style="font-family:Huiwen;margin-bottom: 15px">
| |
| <big><big><big>⚠️ 入站须知</big></big></big>
| |
| </div>
| |
|
| |
| Soka Cafe一直是一个合作性、公益性的网站,我们致力于营造和谐的社区环境,并热情地欢迎任何人参与我们之间的创作,不论您的信仰、外表、地域.... 为了打造一个和谐的、无骚扰的社区环境,请通读'''[[入站须知]]''',了解网站的性质及规则。
| |
| </div>
| |
| <div class="mini-block">
| |
| <div style="font-size: 50px; font-weight: 200; text-align: right; height: 0; color: #f1f1f1; user-select: none; margin-bottom: 0">Plan</div>
| |
| <div style="font-family:Huiwen;margin-bottom: 15px">
| |
| <big><big><big>📄 任务计划</big></big></big>
| |
| </div>
| |
|
| |
| Soka Cafe的基本底层已大体完确!
| |
| 现在的最紧要的人物是'''[[登场作品]]'''分区的规范及完成度!这对创学新人入坑的帮助极其重要!
| |
| 没有相关技术不要紧,请使用“可视化编辑器”来进行编辑!如果有任何技术问题请在页面下方获取我们的联系方式!
| |
|
| |
| </div>
| |
| </div>
| |
|
| |
| <div class="mini-block-container mini-block-list">
| |
| <div class="mini-block">
| |
| <div style="font-size: 50px; font-weight: 200; text-align: right; height: 0; color: #f1f1f1; user-select: none; margin-bottom: 0">Website</div>
| |
| <div style="font-family:Huiwen;margin-bottom: 15px">
| |
| <big><big><big>🛜 友情站点</big></big></big>
| |
| </div>
| |
|
| |
| [https://w.atwiki.jp/atamagapan_2nd 日本创价学会Wiki]<br>
| |
| [https://airmoto.fandom.com/zh/wiki/%E9%A6%96%E9%A1%B5 旧创价学会中文维基]<br>
| |
| [https://otomad-subculture.fandom.com/zh/wiki/%E9%AC%BC%E7%95%9C%E4%BA%9A%E6%96%87%E5%8C%96_Wiki?variant=zh-hans 亚文化维基]<br>
| |
| [https://cookie.wiki/%E9%A6%96%E9%A1%B5 Cookie☆Wiki]<br>
| |
| [https://liqu.miraheze.org/wiki/%E9%A6%96%E9%A1%B5 新哲学维基]<br>
| |
| [https://gachimuchiwiki.com/index.php?title=%E9%A6%96%E9%A1%B5 旧哲学维基]<br>
| |
| [https://chaoshan.miraheze.org/wiki/%E9%A6%96%E9%A1%B5 潮学维基]<br>
| |
| [https://otomad.wiki/%E9%A6%96%E9%A1%B5 中文音MAD维基]<br>
| |
| [https://www.otomads.top OTOMAD Libraries]<br>
| |
| [https://sakuranomiyaaira-my.sharepoint.com/:f:/g/personal/aira_sakuranomiyaaira_onmicrosoft_com/EupwfzfUz8VNqhS_YWGToesBkfn_bfGZPeqpbrcVQMsPgA Aira软件库]<br>
| |
| [https://huijia.fun/%E9%A6%96%E9%A1%B5 HUIJIA FUN - Plurimod学生会官方站点]
| |
| </div>
| |
| <div class="mini-block">
| |
| <div style="font-size: 50px; font-weight: 200; text-align: right; height: 0; color: #f1f1f1; user-select: none; margin-bottom: 0">Contact</div>
| |
| <div style="font-family:Huiwen;margin-bottom: 15px">
| |
| <big><big><big>📞 联系我们</big></big></big>
| |
| </div>
| |
|
| |
| 本站点以'''[[八叶莲华会社]]'''的名义设立,我们是中华阵营活跃的最大创价学会二创主题团体,欢迎各位对音MAD或AIR本文化感兴趣的各位加入我们团体!<br>
| |
| [https://qm.qq.com/q/ISgp4AVFaQ 八叶莲华会社QQ群聊:3681760584]<br>
| |
| [https://pd.qq.com/s/574jj7ih1 八叶莲华会社QQ频道]<br>
| |
| [https://discord.com/invite/9Ea4EDZk 八叶莲华会社Discord频道]<br>
| |
| [https://qm.qq.com/q/7idkllPkgo 前创价中文维基 群聊:1150098641]<br>
| |
| [https://qm.qq.com/q/XJn8dYVOYm 创价学会资源QQ群:256770365]
| |
| </div>
| |
| </div>
| |
|
| |
| {{背景图片|图片=1725523396682.jpg}}
| |