用户:松浦果南/common.css

来自LoveLive Wiki
跳到导航 跳到搜索

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/*
# LoveLivewiki CSS document 
# 转载请注明来源
# 部分CSS来自以下站点
# wiki.nekohand.moe zh.moegirl.org
*/

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Hiragino Kaku Gothic Pro", Meiryo, "Malgun Gothic", "Helvetica Neue", sans-serif;
    background-color: #ffffff;
    /*background-image: url('https://wiki-app.loveliv.es/background/background.jpg');  3.0背景 */
    /* 4.0背景 */
    background-image: url('https://wiki-app.loveliv.es/background/background-new.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}
/* 4.0左上角图标 */
.mw-wiki-logo {
    background-image: url(https://wiki-app.loveliv.es/background/4.0icon.jpg) !important;
    background-size: contain !important;
    -webkit-border-radius: 1em;
    -khtml-border-radius: 1em;
    -moz-border-radius: 1em;
    -o-border-radius: 1em;
    border-radius: 1em;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
}

pre {
    font-family: monospace, monospace;
}

#content {
    position: relative;
    background: rgb(255,255,255);
    background: hsla(0,0%,100%,.7);
}

#content::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    margin: -30px;
}

/* 文字被选择时的颜色 */
::-moz-selection {
    background: #fe8900;
    color: #fff;
}
::selection {
    background: #fe8900;
    color: #fff;
}

.body a {
    display: block;
    position: relative;
    width: 85%;
    color: #fff !important;
    text-decoration: none;
    padding: 5px 5px;
    /*background: #FF69B4; 3.0配色*/
    /*border: 1px solid #FF69B4; 3.0配色*/
    /* 4.0配色 */
    background: #00a1e9;
    border: 1px solid #00a1e9;
}

a:hover, a:active ,a:visited{
    text-decoration: none;
    /*text-shadow: #ff57bf 0 0 6px; 3.0配色*/
    /* 4.0配色 */
    text-shadow: 0 0 12px #067bcb;
}

a.new {
    color: blue !important;
    text-decoration: none;
    font-weight: bold;
}

a {
	text-decoration: none;
    font-weight: bold;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.5s;
    /*color: #ff558a !important; 3.0配色*/
    /* 4.0配色 */
    color: #00a1e9 !important;
}

div#mw-panel div.portal {
    background-image: none;
}

div#mw-panel div.portal h3 {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    font-size: 95%;
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
    border-color: #AAA;
    background: #FFF;
    color: #555 !important;
    padding-left: 0.6em;
    font-weight: bolder;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    /*border: solid 1px #EE3AC1; 3.0配色*/
    /*border-left: solid 7px #EE3AC1; 3.0配色*/
    /* 4.0配色 */
    border: solid 1px #00a1e9;
    border-left: solid 7px #00a1e9;
}

div#mw-panel div.portal h3:hover {
    /*border-radius:0 1em 1em 0; 侧边栏悬浮圆角[关]*/
    /*border: solid 1px #fe8900; 3.0配色*/
    /*border-left: solid 7px #fe8900; 3.0配色*/
    /* 4.0配色 */
    border: solid 1px #f08300;
    border-left: solid 7px #f08300;
}

div#mw-panel div.portal div.body {
    display: none;
}

div#mw-panel #p-logo + div.portal div.body {
    display: block;
}

div#mw-panel div.portal div.body ul li {
	-webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

div.portal div.body ul li a {
	-webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

div.portal div.body ul li a:hover {
    /*border-radius:0 1em 1em 0; 侧边栏悬浮圆角[关]*/
    /*text-shadow:#EE9A00 0 0 6px; 3.0配色*/
    /* 4.0配色 */
    text-shadow: 0 0 12px aqua;
}

.tab th {
    background-color: transparent !important;
}

/* 首页头像悬浮旋转[关]
.tab tr td a img{
transition:all 0.5s;
}
.tab tr td a img:hover{
-moz-transform:rotate(360deg); 
-webkit-transform:rotate(360deg); 
transform:rotate(360deg);
}
*/

div#p-personal {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px 5px 0;
    box-shadow: #666 0 1px 5px;
}

#p-personal ul {
    padding-left: 0;
}

/* 旋转加载动画 */ 
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lazy-hidden {
    color: transparent !important;
    min-height: 1.6rem;
    pointer-events: none;
    position: relative;
}

.lazy-hidden::after {
    -webkit-animation: loading 500ms infinite linear;
    animation: loading 500ms infinite linear;
    border: .2rem solid #5764c6;
    border-radius: .8rem;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1.6rem;
    left: 50%;
    margin-left: -.8rem;
    margin-top: -.8rem;
    position: absolute;
    top: 50%;
    width: 1.6rem;
}

.event-page-banner {
    max-width: 100%;
    margin: 10px 0;
}

.index-banner {
	font-size: 150%;
    font-family: Arial, Tahoma, Microsoft YaHei, \5fae\8f6f\96c5\9ed1, Hiragino Sans GB, Microsoft JhengHei, 微軟正黑體, sans-serif;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    color: #ffffff;
    padding: 0.2em 0.4em;
    margin: 0;
    /*background-color: #fb4092;  3.0配色*/
    /* 4.0配色 */
    background-color: #00a1e9;
}

#p-personal ul {
    background: #eee;
    opacity: 0.85;
}

#p-personal a, #p-personal a.new {
    background: transparent;
}

table.common-box {
    margin: 10px 10%;
    padding: 0.2em 0.4em;
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
}

.infobox {
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    color: black;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}

.collapseButton {
    float: right;
    font-weight: normal;
    margin-left: 0.5em;
    text-align: right;
    width: auto;
}

.navbar ul {
    display: inline;
    white-space: nowrap;
}

.navbox-title .navbar {
    float: left;
    text-align: left;
    margin-right: 0.5em;
    width: 8em;
}

.navbox .hlist dd, .navbox .hlist dt, .navbox .hlist li {
    white-space: nowrap;
    white-space: normal
}

.navbar li {
    word-spacing: -0.125em;
}

.hlist dd, .hlist dt, .hlist li {
    display: inline;
    /*margin: 0;*/
}

div#mw-page-base, div#mw-head {
    background-color: transparent !important;
    background-image: none;
}

#playsummary table {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333;
    border-collapse: collapse;
    border-spacing: 2px;
    display: table;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-left: 1px;
    text-indent: 0;
}

#playsummary table tbody tr td {
    border: 1px solid #333;
    display: table-cell;
    padding: 4px;
    text-align: inherit;
    /*vertical-align: inherit;*/
}

#playsummary table thead tr th {
    background: #fff;
    border: 1px solid #333;
    color: #000;
    display: table-cell;
    font-weight: bold;
    padding: 4px;
    /*vertical-align: inherit;*/
}

.mw-body p {
    line-height: 1.5;
    margin: 0 0;
}

table.mw-collapsible.mw-collapsed.wikitable {
    margin: 0 0;
}

table.mw-collapsible.wikitable {
    margin: 0 0;
}

.mcContingut p {
    line-height: 0.5;
}

div.victorMenu {
	background-image: url(/skins/Vector/images/tab-break.png);
}