MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针

如果在编辑的过程中遇到了什么问题,可以去讨论板提问。

为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证

MCBBS Wiki GitHub群组已上线!

您可以在回声洞中发表吐槽!

服务器状态监控。点击进入

本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>

用户:Salt lovely/Vector.scss:修订间差异

跳到导航 跳到搜索
添加839字节 、​ 2022年11月22日 (星期二)
文本替换 - 替换“mcbbs-wiki.cn”为“mcbbs.wiki”
(.)
(文本替换 - 替换“mcbbs-wiki.cn”为“mcbbs.wiki”)
 
(未显示1个用户的2个中间版本)
第32行: 第32行:
         "DejaVu serif", "Source Han Serif", "Source Han Serif SC";
         "DejaVu serif", "Source Han Serif", "Source Han Serif SC";
}
}
// 左侧栏
/* 背景 */
body {
    background: var(--themeimg) 0 0 no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    border-top: none;
    font-family: var(--fontfamily);
    * {
        border-color: var(--linecolor);
    }
}
/* 左侧栏 */
#mw-panel {
#mw-panel {
     position: fixed;
     position: fixed;
第72行: 第84行:
             padding: 0;
             padding: 0;
             position: relative;
             position: relative;
            background-image: none;
             font-size: 1rem;
             font-size: 1rem;
             line-height: 1.3rem;
             line-height: 1.3rem;
第137行: 第150行:
     }
     }
}
}
// 背景
/* 最顶部的信息栏 */
body {
#p-personal {
     background: var(--themeimg) 0 0 no-repeat;
    width: 100%;
     background-position: center;
    position: fixed;
     background-attachment: fixed;
    top: 0;
     background-size: cover;
    right: 0;
     border-top: none;
    height: $topbar-height;
    font-family: var(--fontfamily);
    padding: $topbar-padding $topbar-padding * 2;
     * {
     background: url(https://www.mcbbs.net/template/mcbbs/image/top_bg.png);
         border-color: var(--linecolor);
    background-size: contain;
    opacity: 0.5;
    font-size: 1rem;
    // transition: opacity 0.5s ease;
    transition-duration: 0.3s;
    transition-timing-function: ease;
     transition-delay: 0.5s;
     &:hover {
        opacity: 1;
        transition-delay: 0s;
     }
    ul {
        // right: 0;
        float: right;
        li {
            height: 1rem;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 0.9rem;
            line-height: 1rem;
        }
    }
}
/* 顶部栏 */
$head-right-offet: 12px; // 右侧导航栏偏移量
#mw-head {
     top: $content-top;
    padding: 0 $content-bookborder * 1.5 - $head-right-offet 0
        $content-bookborder * 1.5;
    width: calc(100% - #{$content-bookborder * 3 - $head-right-offet});
    #left-navigation,
    #right-navigation {
        margin-top: 0rem;
        nav,
        div,
        ul,
        span,
        a {
            background-image: none;
            background-color: transparent;
        }
        li {
            border-left: none;
            border-right: none;
            &:first-child {
                border-left: 1px solid var(--linecolor);
            }
            &:last-child {
                border-right: 1px solid var(--linecolor);
            }
        }
        ul {
            li {
                height: 2.7rem;
                background-image: linear-gradient(
                    0deg,
                    var(--linecolor) 0%,
                    var(--bgcolor) 20%
                );
                &:hover {
                    background-image: linear-gradient(
                        0deg,
                        var(--linecolor) 0%,
                        var(--bgcolor) 12%
                    );
                }
                a {
                    font-size: 0.875rem;
                    padding-top: 1rem;
                    text-align: center;
                }
                &.icon a {
                    padding-top: 2.5rem;
                }
            }
            &.menu li {
                background-image: linear-gradient(
                    0deg,
                    var(--linecolor) 0%,
                    var(--bgcolor) 12%
                );
                &:hover {
                    background-image: linear-gradient(
                        0deg,
                        var(--linecolor) 0%,
                        var(--bgcolor) 6%
                    );
                }
            }
        }
    }
     #p-cactions .menu li {
         border: 1px solid var(--linecolor);
        background-color: var(--lightcolor);
     }
     }
}
}
// 主体
#p-personal #pt-notifications-alert,
#p-personal #pt-notifications-notice {
    margin-right: 0;
}
/* 主体 */


$bookborder-lefttop: url(https://s2.ax1x.com/2019/11/28/QFB2X4.png);
$bookborder-lefttop: url(https://s2.ax1x.com/2019/11/28/QFB2X4.png);
$bookborder-top: url(https://s2.ax1x.com/2019/11/28/QFBc1U.png);
$bookborder-top: url(https://s2.ax1x.com/2019/11/28/QFBc1U.png);
$bookborder-righttop: url(https://mcbbs-wiki.cn/images/c/cf/body_top-right.png);
$bookborder-righttop: url(https://mcbbs.wiki/images/c/cf/body_top-right.png);


$bookborder-left: url(https://www.mcbbs.net/template/mcbbs/image/bg_border_left.png); // 左侧图片
$bookborder-left: url(https://www.mcbbs.net/template/mcbbs/image/bg_border_left.png); // 左侧图片
$bookborder-right: url(https://mcbbs-wiki.cn/images/1/13/bg_border_right.png); // 右侧图片
$bookborder-right: url(https://mcbbs.wiki/images/1/13/bg_border_right.png); // 右侧图片


$bookborder-leftbottom: url(https://s2.ax1x.com/2019/11/28/QFcINd.png);
$bookborder-leftbottom: url(https://s2.ax1x.com/2019/11/28/QFcINd.png);
$bookborder-bottom: url(https://s2.ax1x.com/2019/11/28/QFco4A.png);
$bookborder-bottom: url(https://s2.ax1x.com/2019/11/28/QFco4A.png);
$bookborder-rightbottom: url(https://mcbbs-wiki.cn/images/e/e9/body_bottom-right.png);
$bookborder-rightbottom: url(https://mcbbs.wiki/images/e/e9/body_bottom-right.png);


#content {
#content {
     top: $content-top;
     top: $content-top;
    min-height: 400px;
     padding: 1px $content-bookborder * 1.5;
     padding: 1px $content-bookborder * 1.5;
    margin-left: 11rem;
     margin-right: 0.5rem;
     margin-right: 0.5rem;
     margin-bottom: calc(#{$content-bookborder * 2} + 1rem);
     margin-bottom: calc(#{$content-bookborder * 2} + 5rem);
     overflow: visible;
     overflow: visible;
     position: relative;
     position: relative;
第172行: 第284行:
         $bookborder-right right top repeat-y;
         $bookborder-right right top repeat-y;
     background-color: var(--bgcolor);
     background-color: var(--bgcolor);
    min-height: 500px;
     @include noboder();
     @include noboder();
     &::after,
     &::after,
第199行: 第310行:
     }
     }
}
}
// 顶部栏
/* 页脚 */
$head-right-offet: 12px; // 右侧导航栏偏移量
#footer {
#mw-head {
     padding-bottom: 0;
    top: $content-top;
     margin-top: $content-bookborder;
     padding: 0 $content-bookborder * 1.5 - $head-right-offet 0
     clear: both;
        $content-bookborder * 1.5;
     transition: all 0.3s;
    width: calc(100% - #{$content-bookborder * 3 - $head-right-offet});
    #left-navigation,
    #right-navigation {
        margin-top: 0rem;
        div,
        ul,
        span {
            background-image: none;
            background-color: transparent;
        }
        li {
            border-left: none;
            border-right: none;
            &:first-child {
                border-left: 1px solid var(--linecolor);
            }
            &:last-child {
                border-right: 1px solid var(--linecolor);
            }
        }
        ul li {
            background-image: linear-gradient(
                0deg,
                var(--linecolor) 0%,
                var(--bgcolor) 20%
            );
            &:hover {
                background-image: linear-gradient(
                    0deg,
                    var(--linecolor) 0%,
                    var(--bgcolor) 12%
                );
            }
            a {
                font-size: 0.875rem;
                padding-top: 1rem;
            }
            &.icon a {
                padding-top: 2.5rem;
            }
        }
    }
    #p-cactions .menu li {
        border: 1px solid var(--linecolor);
        background-color: var(--lightcolor);
    }
}
#p-personal #pt-notifications-alert,
#p-personal #pt-notifications-notice {
     margin-right: 0;
}
// 最顶部的信息栏
#p-personal {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: $topbar-height;
    padding: $topbar-padding $topbar-padding * 2;
    background: url(https://www.mcbbs.net/template/mcbbs/image/top_bg.png);
    background-size: contain;
     opacity: 0.5;
    font-size: 1rem;
    // transition: opacity 0.5s ease;
     transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0.5s;
     &:hover {
     &:hover {
        opacity: 1;
         /*鼠标滑过,背景变白*/
        transition-delay: 0s;
         background: rgba(255, 255, 255, 0.7);
    }
    ul {
         // right: 0;
        float: right;
         li {
            height: 1rem;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 0.9rem;
            line-height: 1rem;
        }
     }
     }
}
}
// 适配
/* 滚动公告 */
@media screen and (max-width: 982px) {
    #mw-panel {
        left: 0;
    }
}
// 滚动公告
.topsign {
.topsign {
     position: relative;
     position: relative;
第312行: 第339行:
     }
     }
}
}
// 页脚
/* 适配 */
#footer {
@media screen and (max-width: 982px) {
     padding-bottom: 0;
     #mw-panel {
     // margin-top: 35px;
        left: 0;
    transition: all 0.3s;
     }
    &:hover {
    #content {
         background: rgba(255, 255, 255, 0.7); /*鼠标滑过,背景变白*/
        margin-left: 10rem;
         margin-right: 0;
     }
     }
}
}
优秀编辑者、​界面管理员、​监督员、​管理员
1,760

个编辑

我们提供服务需要使用Cookie。您使用我们的服务,即表示您同意我们使用Cookie。

导航菜单