Flipline Studios 中文 Wiki
Advertisement
Flipline Studios 中文 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
@import url('//dev.wikia.com/load.php?mode=articles&articles=u:dev:MediaWiki:FandomizedButtons.css&only=styles');

.body {
    font-family: 'Noto Sans SC' !important;
}

a {
    font-family: 'Noto Sans SC' !important;
} 

.WikiaPage .page-header__title {
    font-family: 'Noto Sans SC' !important;
}

.WikiaArticle {
    font-family: 'Noto Sans SC' !important;
}


/*用戶顏色*/
a[href$=":Laundry_Machine"] {
    font-weight: bold; 
    font-family: Sulphur Point !important;
    font-size: 15px;
    color: #00CACA !important
}
a[href$=":Laundry_Machine"]:hover {
    font-weight: bold; 
    font-family: Sulphur Point !important;
    font-size: 15px;
    color: #61ffff !important
}
a[href="/wiki/Special:%E7%94%A8%E6%88%B7%E8%B4%A1%E7%8C%AE/Laundry_Machine"] {
    color: #61ffff !important;
    font-family: Sulphur Point !important;
}
a[href$=":KK899"], a[href$="/KK899"], a[href*="/wiki/User_blog:KK899"] {
    -webkit-animation: rainbow 2.5s infinite; 
    -moz-animation: rainbow 2.5s infinite; 
    -ms-animation: rainbow 2.5s infinite; 
    animation: rainbow 2.5s infinite; 
    font-family: "Montserrat" !important;
    font-weight: bold !important;
}
a[href="/wiki/Special:%E7%94%A8%E6%88%B7%E8%B4%A1%E7%8C%AE/KK899"] {
    color: -moz-linear-gradient(#7FFFD4, #003399, #8B00FF) !important;
    font-family: Staatliches !important;
}
a[href$=":FLS_Explorer"] {
    font-weight: bold; 
    font-family: Sulphur Point !important;
    color: #F5FFFA;
    background: -webkit-linear-gradient(#00bfff, #0047ab) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background: -moz-linear-gradient(#00bfff, #0047ab);
    -moz-background-clip: text !important;
    -moz-text-fill-color: transparent !important;
}
a[href="/wiki/Special:%E7%94%A8%E6%88%B7%E8%B4%A1%E7%8C%AE/FLS_Explorer"] {
    color: #7fffd4 !important;
    font-family: Courgette !important;
}
a[href$=":Nick2345"], a[href$="/Nick2345"] {
    color: #ffae00 !important;
}
a[href$=":Anthony045"], a[href$="/Anthony045"] {
    color: #ffae00 !important;
}
a[href$=":BotWurst"], a[href$="/BotWurst"] {
    color: #a89688 !important;
}
/*行動式訊息框*/
.portable-infobox {
    width:237px;
    border-radius: 50px 50px 10px 10px
}
.portable-infobox .pi-title {
    background: -webkit-gradient(linear,0% 0%,0% 100%, color-stop(20%, #000000), color-stop(80%,#065200)) !important;
    border-radius: 50px 50px 0px 0px;
    color: white;
}
.portable-infobox .pi-secondary-background {
    background: #df7f07;
    border-radius: 0px 0px 50px 50px;
}
/*用戶標籤*/
.tag.usergroup-founder {
    background-color: #59009e !important;
    color: #fff600;
    padding: 1px 7px !important;
    border-radius: 20px !important;
    border-bottom: 3px #e2bd00 solid;
}
.tag.usergroup-bureaucrat {
    background-color: #59009e !important;
    color: #fff600;
    padding: 1px 7px !important;
    border-radius: 20px !important;
    border-bottom: 3px #e2bd00 solid;
}
.tag.usergroup-sysop {
    background-color: #59009e !important;
    color: #fff600;
    padding: 1px 7px !important;
    border-radius: 20px !important;
    border-bottom: 3px #e2bd00 solid;
}
.tag.usergroup-content-moderator {
    background-color: #59009e !important;
    color: #fff600;
    padding: 1px 7px !important;
    border-radius: 20px !important;
    border-bottom: 3px #e2bd00 solid;
}
.tag.usergroup-threadmoderator {
    background-color: #59009e !important;
    color: #fff600;
    padding: 1px 7px !important;
    border-radius: 20px !important;
    border-bottom: 3px #e2bd00 solid;
}
.tag.usergroup-chatmoderator {
    background-color: #59009e !important;
    color: #fff600;
    padding: 1px 7px !important;
    border-radius: 20px !important;
    border-bottom: 3px #e2bd00 solid;
}
.tag.usergroup-rollback {
    background-color: #59009e !important;
    color: #fff600;
    padding: 1px 7px !important;
    border-radius: 20px !important;
    border-bottom: 3px #e2bd00 solid;
}
.tag.usergroup-es {
    background-color: #ffd100 !important;
    color: #ca940e;
    border-radius: 20px !important;
    border-bottom: 3px #ca940e solid;
    padding: 1px 7px !important;
}
.tag.usergroup-bot {
    background-color: #d3c1b3 !important;
    color: #5e1912;
    border-radius: 20px !important;
    border-bottom: 3px #5e1912 solid;
    padding: 1px 7px !important;
}

/*跑馬燈*/
@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}
.marquee {
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 40s linear infinite;
}
.marquee:hover {
    animation-play-state: paused
}
/*全局檔案*/
.UserProfileMasthead .masthead-info {
background: url(https://vignette.wikia.nocookie.net/fliplinestudios/images/8/85/Snowflake-paper-background-repeating-green.jpg/revision/latest?cb=20161111032051);
}
.UserProfileMasthead .masthead-info hgroup {
    background-image: url(https://vignette.wikia.nocookie.net/fliplinestudios/images/a/a6/Header.png/revision/latest?cb=20170525154526&path-prefix=zh)
}
/*h2*/
.WikiaArticle h2 {
    border-bottom: dashed 1px #8ba72b !important;
}
/* Makes the scrollbar 10px wide */
::-webkit-scrollbar {
    width: 10px;
}
/* Makes the scrollbar track have a black background */
::-webkit-scrollbar-track {
    background: #080808 !important;
}
/* Makes the scrollbar bar have a green background */
::-webkit-scrollbar-thumb {
    background: #9abf3e !important;
}
.LightboxModal .lightbox-add-to-article {
    display: initial;
}
/** Unhide Characters Remaining **/
 
/* Display the "characters remaining" feature at any time */
 
body .remaining {
    display: initial;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 30px;
    z-index: 1;
}
 
/* Limiting the width of the chat message inputbox to keep space for this feature */
 
.Write [name="message"] {
    width: 96%;
}
.sprite.edit {
    background: url(https://vignette.wikia.nocookie.net/fliplinestudios/images/5/57/Ordering.png/revision/latest?cb=20191215073343&path-prefix=zh) !important;
    background-size: 20px !important;
    height: 25px !important;
    width: 20px !important;
    background-repeat: no-repeat !important;
}
Advertisement