MediaWiki:Common.css

来自丢石头百科

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
/* 这里放置的CSS将应用于所有皮肤 */
#site-tools {
    display: none;
}

li#ca-viewsource {
    display: none;
}

li#ca-talk {
    display: none;
}

#p-variants {
    display: none;
}

li#ca-varlang-3 {
    display: none;
}
li#ca-varlang-4 {
    display: none;
}
li#ca-varlang-5 {
    display: none;
}
li#ca-varlang-6 {
    display: none;
}
li#ca-varlang-7 {
    display: none;
}
li#ca-varlang-8 {
    display: none;
}

#p-navigation {
    display: none;
}

#mw-related-navigation {
    display: none;
}

.mw-body h1,h2,h3,p {
    font-family: "Microsoft YaHei";
}

.mw-headline {
    font-family: "Microsoft YaHei";
}

#p-logo-text {
    display: none;
}

.hide {
    display: none;
}

.align-left li {
    text-align: left;
}

/*
.mw-parser-output img {
    max-width: 800px;
}
*/

pre, syntaxhighlight, code {
    font-family: Consolas, Arial, sans-serif;
}
#toc,.toc {
    display: block;
    position: fixed;
    top: 85px;
    right: 0px;
    min-width: 180px;
    max-width: 300px;
    max-height: 400px;
    overflow-y: scroll;
    overflow-y: scroll;
    border: 1px solid #aaa;
    border-radius: 0 0 1px 1px;
    -moz-border-radius: 0 0 1px 1px;
    background: rgba(249,249,249,0.85);
    padding: 12px;
    box-shadow: 0 1px 8px #000;
    -webkit-box-shadow: 0 1px 8px #000;
    -moz-box-shadow: 0 1px 8px #000;
    padding: 5px;
    z-index: 4
}

img {
    max-width: 100%;
    height: auto;
    width: auto
}

.imgTextWrap0 div {
    float: left;
    margin: 1px;
    width: 90px
}

.bw-1 {
    border-width: 1px
}

.sy_pic {
    width: 200px;
    height: 300px;
    border: #000 solid 5px;
    text-align: center
}

ul {
    line-height: 1.75em;
    list-style-type: square
}

body.page-Main_Page h1 {
    display: none
}

body.page-首页 h1 {
    display: none
}

body {
    font-family: 微软雅黑,Microsoft YaHei,Tahoma,Arial sans-serif;
    overflow-x: hidden;
}

.wikfumusume {
    width: 400px;
    height: 170px;
    border-style: double;
    border-width: 4px;
    border-radius: 15px;
    position: relative;
    margin: 1em auto;
    padding: 3px 2px;
    background-color: white
}
/*
.wikfumusume .img {
    position: absolute;
    top: 36px;
    left: 13px
}
*/
.wikfumusume .title {
    margin: 3px 3px 3px 3px;
    text-align: center;
    color: white;
    text-shadow: 0 -1px 0 #065c63;
    line-height: 23px;
    font-size: 120%;
    border-radius: 12px 12px 12px 12px
}

.wikfumusume .lines {
    position: absolute;
    margin-left: 149px;
    margin-right: 10px;
    top: 59px;
    font-weight: bold
}

.wikfumusume .desc {
    position: absolute;
    margin-left: 120px;
    margin-right: 10px;
    top: 104px;
    font-size: 80%
}

.wikfumusume_mini {
    margin: 0 3px;
    padding: 0 5px;
    text-align: center;
    color: white;
    text-shadow: 0 -1px 0 #065c63;
    font-size: 90%;
    border-radius: 5px;
    display: inline-block
}

.wakfutooltip_f.wikfumusume {
    margin: 0
}

.Scaling {
    MARGIN: auto;
    WIDTH: 300px;
    float: right
}

/*
.Scaling img {
    MAX-WIDTH: 100%!important;
    HEIGHT: auto!important;
    width: expression(this.width > 300 ? "300px" :this.width)!important;
    border: 1px solid #ccc
}
*/

.imgTextWrap2 div {
    float: left;
    text-align: center;
    margin: 2px;
    *vertical-align: bottom;
    width: 200px
}

.imgTextWrap3 div {
    float: left;
    text-align: left;
    margin: 2px;
    *vertical-align: bottom;
    width: 370px
}

.sep10px {
    clear: both;
    height: 10px;
    visibility: hidden
}

.sep0px {
    clear: both;
    height: 0px;
    visibility: hidden
}

.imgtable {
    margin: 1em 0;
    background-color: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
    color: #000;
    text-align: center
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

code {
    border: 1px solid #ddd;
    padding: 1px 4px;
    border-radius: 2px;
    background-color: #f9f9f9
}

.valign-middle,.valign-center,.va-m,.va-c {
    vertical-align: middle
}

.valign-top,.va-t {
    vertical-align: top
}

.valign-bottom,.va-b {
    vertical-align: bottom
}

.alignt-middle,.alignt-center,.at-m,.at-c,.eplist {
    text-align: center
}

.alignt-left,.at-l {
    text-align: left
}

.alignt-right,.at-r,.collapseButton {
    text-align: right
}

.align-middle,.align-center,.a-m,.a-c,.eplist {
    margin: 0 auto
}

.align-left,.a-l {
    float: left
}

.align-right,.a-r,.collapseButton,.userbox,.babelbox {
    float: right
}

.textblack,.eplist th,.textblack a,.eplist th a {
    color: #000 !important
}

.textwhite,.textwhite a {
    color: #FFF !important
}

.bgwhite,.eplist td {
    background: #FFF
}

.fulltable {
    width: 100%
}

.collapseButton {
    font-weight: normal;
    width: auto;
    font-size: 85%;
    margin-left: 8px
}

.userbox,.babelbox {
    border: 1px solid #999;
    background: #F8F8F8;
    width: 25%;
    padding: 0.25em 0.5em;
    margin-left: 1em;
    margin-bottom: 0.5em
}

.userboxitem,.babelboxitem {
    border-radius: 60px;
    width: 100%;
    margin: 0.25em 0
}

.userboxitem th,.babelboxitem th {
    border-radius: 60px;
    width: 60px;
    height: 60px;
    font-size: 18px
}

.userboxitem td,.babelboxitem td {
    font-size: 11px;
    line-height: 1.25em;
    padding: 4px;
    text-align: left
}

.rounded {
    border-radius: 10px
}

.rounded-tl {
    border-top-left-radius: 10px
}

.rounded-tr {
    border-top-right-radius: 10px
}

.rounded-bl {
    border-bottom-left-radius: 10px
}

.rounded-br {
    border-bottom-right-radius: 10px
}

.rounded-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.rounded-right {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px
}

.rounded-bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.rounded-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.rounded-10 {
    border-radius: 10px
}

.rounded-tl-10 {
    border-top-left-radius: 10px
}

.rounded-tr-10 {
    border-top-right-radius: 10px
}

.rounded-bl-10 {
    border-bottom-left-radius: 10px
}

.rounded-br-10 {
    border-bottom-right-radius: 10px
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.rounded-right-10 {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px
}

.rounded-bottom-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.rounded-left-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.rounded-4 {
    border-radius: 4px
}

.rounded-tl-4 {
    border-top-left-radius: 4px
}

.rounded-tr-4 {
    border-top-right-radius: 4px
}

.rounded-bl-4 {
    border-bottom-left-radius: 4px
}

.rounded-br-4 {
    border-bottom-right-radius: 4px
}

.rounded-top-4 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.rounded-right-4 {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.rounded-bottom-4 {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.rounded-left-4 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.rounded-5 {
    border-radius: 5px
}

.rounded-tl-5 {
    border-top-left-radius: 5px
}

.rounded-tr-5 {
    border-top-right-radius: 5px
}

.rounded-bl-5 {
    border-bottom-left-radius: 5px
}

.rounded-br-5 {
    border-bottom-right-radius: 5px
}

.rounded-top-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.rounded-right-5 {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.rounded-bottom-5 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.rounded-left-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.rounded-6 {
    border-radius: 6px
}

.rounded-tl-6 {
    border-top-left-radius: 6px
}

.rounded-tr-6 {
    border-top-right-radius: 6px
}

.rounded-bl-6 {
    border-bottom-left-radius: 6px
}

.rounded-br-6 {
    border-bottom-right-radius: 6px
}

.rounded-top-6 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.rounded-right-6 {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.rounded-bottom-6 {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.rounded-left-6 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.rounded-8 {
    border-radius: 8px
}

.rounded-tl-8 {
    border-top-left-radius: 8px
}

.rounded-tr-8 {
    border-top-right-radius: 8px
}

.rounded-bl-8 {
    border-bottom-left-radius: 8px
}

.rounded-br-8 {
    border-bottom-right-radius: 8px
}

.rounded-top-8 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.rounded-right-8 {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

.rounded-bottom-8 {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.rounded-left-8 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.rounded-15 {
    border-radius: 15px
}

.rounded-tl-15 {
    border-top-left-radius: 15px
}

.rounded-tr-15 {
    border-top-right-radius: 15px
}

.rounded-bl-15 {
    border-bottom-left-radius: 15px
}

.rounded-br-15 {
    border-bottom-right-radius: 15px
}

.rounded-top-15 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.rounded-right-15 {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px
}

.rounded-bottom-15 {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.rounded-left-15 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.rounded-20 {
    border-radius: 20px
}

.rounded-tl-20 {
    border-top-left-radius: 20px
}

.rounded-tr-20 {
    border-top-right-radius: 20px
}

.rounded-bl-20 {
    border-bottom-left-radius: 20px
}

.rounded-br-20 {
    border-bottom-right-radius: 20px
}

.rounded-top-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.rounded-right-20 {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px
}

.rounded-bottom-20 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.rounded-left-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.rounded-24 {
    border-radius: 24px
}

.rounded-tl-24 {
    border-top-left-radius: 24px
}

.rounded-tr-24 {
    border-top-right-radius: 24px
}

.rounded-bl-24 {
    border-bottom-left-radius: 24px
}

.rounded-br-24 {
    border-bottom-right-radius: 24px
}

.rounded-top-24 {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px
}

.rounded-right-24 {
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px
}

.rounded-bottom-24 {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px
}

.rounded-left-24 {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}

.rounded-25 {
    border-radius: 25px
}

.rounded-tl-25 {
    border-top-left-radius: 25px
}

.rounded-tr-25 {
    border-top-right-radius: 25px
}

.rounded-bl-25 {
    border-bottom-left-radius: 25px
}

.rounded-br-25 {
    border-bottom-right-radius: 25px
}

.rounded-top-25 {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px
}

.rounded-right-25 {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px
}

.rounded-bottom-25 {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px
}

.rounded-left-25 {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.rounded-30 {
    border-radius: 30px
}

.rounded-tl-30 {
    border-top-left-radius: 30px
}

.rounded-tr-30 {
    border-top-right-radius: 30px
}

.rounded-bl-30 {
    border-bottom-left-radius: 30px
}

.rounded-br-30 {
    border-bottom-right-radius: 30px
}

.rounded-top-30 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
}

.rounded-right-30 {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px
}

.rounded-bottom-30 {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px
}

.rounded-left-30 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.rounded-32 {
    border-radius: 32px
}

.rounded-tl-32 {
    border-top-left-radius: 32px
}

.rounded-tr-32 {
    border-top-right-radius: 32px
}

.rounded-bl-32 {
    border-bottom-left-radius: 32px
}

.rounded-br-32 {
    border-bottom-right-radius: 32px
}

.rounded-top-32 {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px
}

.rounded-right-32 {
    border-bottom-right-radius: 32px;
    border-top-right-radius: 32px
}

.rounded-bottom-32 {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px
}

.rounded-left-32 {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px
}

.rounded-48 {
    border-radius: 48px
}

.rounded-tl-48 {
    border-top-left-radius: 48px
}

.rounded-tr-48 {
    border-top-right-radius: 48px
}

.rounded-bl-48 {
    border-bottom-left-radius: 48px
}

.rounded-br-48 {
    border-bottom-right-radius: 48px
}

.rounded-top-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px
}

.rounded-right-48 {
    border-bottom-right-radius: 48px;
    border-top-right-radius: 48px
}

.rounded-bottom-48 {
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px
}

.rounded-left-48 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px
}

.rounded-50 {
    border-radius: 50px
}

.rounded-tl-50 {
    border-top-left-radius: 50px
}

.rounded-tr-50 {
    border-top-right-radius: 50px
}

.rounded-bl-50 {
    border-bottom-left-radius: 50px
}

.rounded-br-50 {
    border-bottom-right-radius: 50px
}

.rounded-top-50 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px
}

.rounded-right-50 {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px
}

.rounded-bottom-50 {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px
}

.rounded-left-50 {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.rounded-60 {
    border-radius: 60px
}

.rounded-tl-60 {
    border-top-left-radius: 60px
}

.rounded-tr-60 {
    border-top-right-radius: 60px
}

.rounded-bl-60 {
    border-bottom-left-radius: 60px
}

.rounded-br-60 {
    border-bottom-right-radius: 60px
}

.rounded-top-60 {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px
}

.rounded-right-60 {
    border-bottom-right-radius: 60px;
    border-top-right-radius: 60px
}

.rounded-bottom-60 {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px
}

.rounded-left-60 {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px
}

.rounded-80 {
    border-radius: 80px
}

.rounded-tl-80 {
    border-top-left-radius: 80px
}

.rounded-tr-80 {
    border-top-right-radius: 80px
}

.rounded-bl-80 {
    border-bottom-left-radius: 80px
}

.rounded-br-80 {
    border-bottom-right-radius: 80px
}

.rounded-top-80 {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px
}

.rounded-right-80 {
    border-bottom-right-radius: 80px;
    border-top-right-radius: 80px
}

.rounded-bottom-80 {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px
}

.rounded-left-80 {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px
}

.rounded-96 {
    border-radius: 96px
}

.rounded-tl-96 {
    border-top-left-radius: 96px
}

.rounded-tr-96 {
    border-top-right-radius: 96px
}

.rounded-bl-96 {
    border-bottom-left-radius: 96px
}

.rounded-br-96 {
    border-bottom-right-radius: 96px
}

.rounded-top-96 {
    border-top-left-radius: 96px;
    border-top-right-radius: 96px
}

.rounded-right-96 {
    border-bottom-right-radius: 96px;
    border-top-right-radius: 96px
}

.rounded-bottom-96 {
    border-bottom-left-radius: 96px;
    border-bottom-right-radius: 96px
}

.rounded-left-96 {
    border-top-left-radius: 96px;
    border-bottom-left-radius: 96px
}

.rounded-100 {
    border-radius: 100px
}

.rounded-tl-100 {
    border-top-left-radius: 100px
}

.rounded-tr-100 {
    border-top-right-radius: 100px
}

.rounded-bl-100 {
    border-bottom-left-radius: 100px
}

.rounded-br-100 {
    border-bottom-right-radius: 100px
}

.rounded-top-100 {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px
}

.rounded-right-100 {
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px
}

.rounded-bottom-100 {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px
}

.rounded-left-100 {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
}

.roundy {
    border-radius: 10px
}

.roundytl {
    border-top-left-radius: 10px
}

.roundytr {
    border-top-right-radius: 10px
}

.roundybl {
    border-bottom-left-radius: 10px
}

.roundybr {
    border-bottom-right-radius: 10px
}

.roundytop {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.roundyright {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px
}

.roundybottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.roundyleft {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.roundy-10 {
    border-radius: 10px
}

.roundytl-10 {
    border-top-left-radius: 10px
}

.roundytr-10 {
    border-top-right-radius: 10px
}

.roundybl-10 {
    border-bottom-left-radius: 10px
}

.roundybr-10 {
    border-bottom-right-radius: 10px
}

.roundytop-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.roundyright-10 {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px
}

.roundybottom-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.roundyleft-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.roundy-4 {
    border-radius: 4px
}

.roundytl-4 {
    border-top-left-radius: 4px
}

.roundytr-4 {
    border-top-right-radius: 4px
}

.roundybl-4 {
    border-bottom-left-radius: 4px
}

.roundybr-4 {
    border-bottom-right-radius: 4px
}

.roundytop-4 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.roundyright-4 {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.roundybottom-4 {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.roundyleft-4 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.roundy-5 {
    border-radius: 5px
}

.roundytl-5 {
    border-top-left-radius: 5px
}

.roundytr-5 {
    border-top-right-radius: 5px
}

.roundybl-5 {
    border-bottom-left-radius: 5px
}

.roundybr-5 {
    border-bottom-right-radius: 5px
}

.roundytop-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.roundyright-5 {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.roundybottom-5 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.roundyleft-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.roundy-6 {
    border-radius: 6px
}

.roundytl-6 {
    border-top-left-radius: 6px
}

.roundytr-6 {
    border-top-right-radius: 6px
}

.roundybl-6 {
    border-bottom-left-radius: 6px
}

.roundybr-6 {
    border-bottom-right-radius: 6px
}

.roundytop-6 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.roundyright-6 {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.roundybottom-6 {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.roundyleft-6 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.roundy-8 {
    border-radius: 8px
}

.roundytl-8 {
    border-top-left-radius: 8px
}

.roundytr-8 {
    border-top-right-radius: 8px
}

.roundybl-8 {
    border-bottom-left-radius: 8px
}

.roundybr-8 {
    border-bottom-right-radius: 8px
}

.roundytop-8 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.roundyright-8 {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

.roundybottom-8 {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.roundyleft-8 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.roundy-15 {
    border-radius: 15px
}

.roundytl-15 {
    border-top-left-radius: 15px
}

.roundytr-15 {
    border-top-right-radius: 15px
}

.roundybl-15 {
    border-bottom-left-radius: 15px
}

.roundybr-15 {
    border-bottom-right-radius: 15px
}

.roundytop-15 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.roundyright-15 {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px
}

.roundybottom-15 {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.roundyleft-15 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.roundy-20 {
    border-radius: 20px
}

.roundytl-20 {
    border-top-left-radius: 20px
}

.roundytr-20 {
    border-top-right-radius: 20px
}

.roundybl-20 {
    border-bottom-left-radius: 20px
}

.roundybr-20 {
    border-bottom-right-radius: 20px
}

.roundytop-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.roundyright-20 {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px
}

.roundybottom-20 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.roundyleft-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.roundy-24 {
    border-radius: 24px
}

.roundytl-24 {
    border-top-left-radius: 24px
}

.roundytr-24 {
    border-top-right-radius: 24px
}

.roundybl-24 {
    border-bottom-left-radius: 24px
}

.roundybr-24 {
    border-bottom-right-radius: 24px
}

.roundytop-24 {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px
}

.roundyright-24 {
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px
}

.roundybottom-24 {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px
}

.roundyleft-24 {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}

.roundy-25 {
    border-radius: 25px
}

.roundytl-25 {
    border-top-left-radius: 25px
}

.roundytr-25 {
    border-top-right-radius: 25px
}

.roundybl-25 {
    border-bottom-left-radius: 25px
}

.roundybr-25 {
    border-bottom-right-radius: 25px
}

.roundytop-25 {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px
}

.roundyright-25 {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px
}

.roundybottom-25 {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px
}

.roundyleft-25 {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.roundy-30 {
    border-radius: 30px
}

.roundytl-30 {
    border-top-left-radius: 30px
}

.roundytr-30 {
    border-top-right-radius: 30px
}

.roundybl-30 {
    border-bottom-left-radius: 30px
}

.roundybr-30 {
    border-bottom-right-radius: 30px
}

.roundytop-30 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
}

.roundyright-30 {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px
}

.roundybottom-30 {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px
}

.roundyleft-30 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.roundy-32 {
    border-radius: 32px
}

.roundytl-32 {
    border-top-left-radius: 32px
}

.roundytr-32 {
    border-top-right-radius: 32px
}

.roundybl-32 {
    border-bottom-left-radius: 32px
}

.roundybr-32 {
    border-bottom-right-radius: 32px
}

.roundytop-32 {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px
}

.roundyright-32 {
    border-bottom-right-radius: 32px;
    border-top-right-radius: 32px
}

.roundybottom-32 {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px
}

.roundyleft-32 {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px
}

.roundy-48 {
    border-radius: 48px
}

.roundytl-48 {
    border-top-left-radius: 48px
}

.roundytr-48 {
    border-top-right-radius: 48px
}

.roundybl-48 {
    border-bottom-left-radius: 48px
}

.roundybr-48 {
    border-bottom-right-radius: 48px
}

.roundytop-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px
}

.roundyright-48 {
    border-bottom-right-radius: 48px;
    border-top-right-radius: 48px
}

.roundybottom-48 {
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px
}

.roundyleft-48 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px
}

.roundy-50 {
    border-radius: 50px
}

.roundytl-50 {
    border-top-left-radius: 50px
}

.roundytr-50 {
    border-top-right-radius: 50px
}

.roundybl-50 {
    border-bottom-left-radius: 50px
}

.roundybr-50 {
    border-bottom-right-radius: 50px
}

.roundytop-50 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px
}

.roundyright-50 {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px
}

.roundybottom-50 {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px
}

.roundyleft-50 {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.roundy-60 {
    border-radius: 60px
}

.roundytl-60 {
    border-top-left-radius: 60px
}

.roundytr-60 {
    border-top-right-radius: 60px
}

.roundybl-60 {
    border-bottom-left-radius: 60px
}

.roundybr-60 {
    border-bottom-right-radius: 60px
}

.roundytop-60 {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px
}

.roundyright-60 {
    border-bottom-right-radius: 60px;
    border-top-right-radius: 60px
}

.roundybottom-60 {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px
}

.roundyleft-60 {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px
}

.roundy-80 {
    border-radius: 80px
}

.roundytl-80 {
    border-top-left-radius: 80px
}

.roundytr-80 {
    border-top-right-radius: 80px
}

.roundybl-80 {
    border-bottom-left-radius: 80px
}

.roundybr-80 {
    border-bottom-right-radius: 80px
}

.roundytop-80 {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px
}

.roundyright-80 {
    border-bottom-right-radius: 80px;
    border-top-right-radius: 80px
}

.roundybottom-80 {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px
}

.roundyleft-80 {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px
}

.roundy-96 {
    border-radius: 96px
}

.roundytl-96 {
    border-top-left-radius: 96px
}

.roundytr-96 {
    border-top-right-radius: 96px
}

.roundybl-96 {
    border-bottom-left-radius: 96px
}

.roundybr-96 {
    border-bottom-right-radius: 96px
}

.roundytop-96 {
    border-top-left-radius: 96px;
    border-top-right-radius: 96px
}

.roundyright-96 {
    border-bottom-right-radius: 96px;
    border-top-right-radius: 96px
}

.roundybottom-96 {
    border-bottom-left-radius: 96px;
    border-bottom-right-radius: 96px
}

.roundyleft-96 {
    border-top-left-radius: 96px;
    border-bottom-left-radius: 96px
}

.roundy-100 {
    border-radius: 100px
}

.roundytl-100 {
    border-top-left-radius: 100px
}

.roundytr-100 {
    border-top-right-radius: 100px
}

.roundybl-100 {
    border-bottom-left-radius: 100px
}

.roundybr-100 {
    border-bottom-right-radius: 100px
}

.roundytop-100 {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px
}

.roundyright-100 {
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px
}

.roundybottom-100 {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px
}

.roundyleft-100 {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
}

.eplist tr:last-child td:first-child {
    border-bottom-left-radius: 6px
}

.eplist tr:last-child td:last-child {
    border-bottom-right-radius: 6px
}

.bluetable .bg1,.blueinfobox .bg1,.lightbluebg {
    background: #f8f8ff
}

.graytable .bg1,.grayinfobox .bg1,.lightgraybg {
    background: #f8f8f8
}

.blueborder {
    border: 1px solid #88a
}

.grayborder {
    border: 1px solid #999
}

.bluetable .bg2,.blueinfobox .bg2 {
    background: #eef
}

.bluetable .bg3,.blueinfobox .bg3 {
    background: #ddf
}

.bluetable .bg4,.blueinfobox .bg4 {
    background: #ccf
}

.graytable .bg2,.grayinfobox .bg2 {
    background: #f0f0f0
}

.graytable .bg3,.grayinfobox .bg3 {
    background: #e1e1e1
}

.graytable .bg4,.grayinfobox .bg4 {
    background: #d2d2d2
}

.bluetable,.graytable,.blueinfobox,.grayinfobox {
    border-collapse: collapse
}

.blueinfobox,.grayinfobox {
    float: right;
    clear: right;
    margin: 0 0 0.5em 0.5em
}

.blueinfobox {
    background: #f8f8ff
}

.grayinfobox {
    background: #f8f8f8
}

.bluetable,.blueinfobox {
    border: 1px solid #88a
}

.graytable,.grayinfobox {
    border: 1px solid #999
}

.bluetable td,.bluetable th,.blueinfobox td,.blueinfobox th {
    border: 1px solid #88a
}

.graytable td,.graytable th,.graytable td,.graytable th {
    border: 1px solid #999
}

.bluetable td,.bluetable th,.graytable td,.graytable th,.blueinfobox td,.blueinfobox th,.graytable td,.graytable th {
    padding: 2px
}

.bluetable td,.bluetable th,.blueinfobox td,.blueinfobox th {
    border: 1px solid #88a
}

.graytable td,.graytable th,.grayinfobox td,.grayinfobox th {
    border: 1px solid #999
}

.bluetable th {
    background: #ccf
}

.graytable th {
    background: #d2d2d2
}

.bluetable th:first-child,.graytable th:first-child,.blueinfobox th,.grayinfobox th {
    text-align: right
}

.bluetable .divider,.blueinfobox .divider,.bluetable .header,.blueinfobox .header,.graytable .divider,.grayinfobox .divider,.graytable .header,.grayinfobox .header {
    text-align: center !important
}

.bluetable .header,.bluetable .divider,.blueinfobox .header {
    background: #ccf
}

.graytable .header,.graytable .divider,.grayinfobox .header {
    background: #d2d2d2
}

.blueinfobox .divider {
    background: #eef
}

.grayinfobox .divider {
    background: #f0f0f0
}

abbr[original-title],.explain[original-title] {
    border-bottom: 1px dotted;
    cursor: help
}

.bg-red {
    background-color: #ff1111 !important
}

.bgl-red {
    background-color: #ff6464 !important
}

.bgd-red {
    background-color: #a60b0b !important
}

.b-red {
    border: 3px solid #ff1111
}

.bl-red {
    border: 3px solid #ff6464
}

.bd-red {
    border: 3px solid #a60b0b
}

.t-red,.t-red a {
    color: #ff1111 !important
}

.tl-red,.tl-red a {
    color: #ff6464 !important
}

.td-red,.td-red a {
    color: #a60b0b !important
}

.bg-green {
    background-color: #7bae23 !important
}

.bgl-green {
    background-color: #99cc33 !important
}

.bgd-green {
    background-color: #336633 !important
}

.b-green {
    border: 3px solid #7bae23
}

.bl-green {
    border: 3px solid #64d364
}

.bd-green {
    border: 3px solid #0b7a0b
}

.t-green,.t-green a {
    color: #7bae23 !important
}

.tl-green,.tl-green a {
    color: #64d364 !important
}

.td-green,.td-green a {
    color: #0b7a0b !important
}

.bg-blue {
    background-color: #6699cc !important
}

.bgl-blue {
    background-color: #66ccff !important
}

.bgd-blue {
    background-color: #405288!important
}

.b-d8d8d8 {
    border: 3px solid #D8D8D8
}

.b-blue {
    border: 3px solid #333366
}

.bl-blue {
    border: 3px solid #333366
}

.bd-blue {
    border: 3px solid #0b0ba6
}

.t-blue,.t-blue a {
    color: #1111ff !important
}

.tl-blue,.tl-blue a {
    color: #6464ff !important
}

.td-blue,.td-blue a {
    color: #0b0ba6 !important
}

.bg-Joinus {
    background-color: #008DE6!important
}

.bg-yellow {
    background-color: #ffd733 !important
}

.bgl-yellow {
    background-color: #ffe57a !important
}

.bgd-yellow {
    background-color: #a68c21 !important
}

.b-yellow {
    border: 3px solid #ffd733
}

.bl-yellow {
    border: 3px solid #ffe57a
}

.bd-yellow {
    border: 3px solid #a68c21
}

.t-yellow,.t-yellow a {
    color: #ffd733 !important
}

.tl-yellow,.tl-yellow a {
    color: #ffe57a !important
}

.td-yellow,.td-yellow a {
    color: #a68c21 !important
}

.bg-black {
    background-color: #444444 !important
}

.bgl-black {
    background-color: #858585 !important
}

.bgd-black {
    background-color: #2c2c2c !important
}

.b-black {
    border: 3px solid #444444
}

.bl-black {
    border: 3px solid #858585
}

.bd-black {
    border: 3px solid #2c2c2c
}

.t-black,.t-black a {
    color: #444444 !important
}

.tl-black,.tl-black a {
    color: #858585 !important
}

.td-black,.td-black a {
    color: #2c2c2c !important
}

.bg-white {
    background-color: #c3c3c3 !important
}

.bgl-white {
    background-color: #d8d8d8 !important
}

.bgd-white {
    background-color: #7f7f7f !important
}

.b-white {
    border: 3px solid #c3c3c3
}

.bl-white {
    border: 3px solid #d8d8d8
}

.bd-white {
    border: 3px solid #7f7f7f
}

.t-white,.t-white a {
    color: #c3c3c3 !important
}

.tl-white,.tl-white a {
    color: #d8d8d8 !important
}

.td-white,.td-white a {
    color: #7f7f7f !important
}

.bg-gray {
    background-color: #c3c3c3 !important
}

.bgl-gray {
    background-color: #d8d8d8 !important
}

.bgd-gray {
    background-color: #7f7f7f !important
}

.b-gray {
    border: 3px solid #c3c3c3
}

.bl-gray {
    border: 3px solid #d8d8d8
}

.bd-gray {
    border: 3px solid #7f7f7f
}

.t-gray,.t-gray a {
    color: #c3c3c3 !important
}

.tl-gray,.tl-gray a {
    color: #d8d8d8 !important
}

.td-gray,.td-gray a {
    color: #7f7f7f !important
}

.bw-1 {
    border-width: 1px
}

.bw-2 {
    border-width: 2px
}

.type-box-6 {
    display: inline-block;
    font-size: 11px;
    min-width: 50px;
    text-align: center;
    box-sizing: border-box;
    height: 18px;
    border-radius: 9px;
    border: 1px solid #656557;
    box-shadow: 0 0 1px 1px #fff inset;
    line-height: 16px;
    text-shadow: 0 0 2px #656565
}

.type-box-6,.type-box-6 a {
    color: #fff !important;
    text-decoration: none !important
}

.div_left {
    float: left
}

.mediaWarning {
    display: none
}

.main-page li {
    display: inline-block;
    width: 18.5em;
}

#toc {
    display:none;
}