|
|
第1行: |
第1行: |
| /* 这里放置的CSS将应用于所有皮肤 */
| |
| /*图片自适应*/
| |
| .img-kk {
| |
| display: inline-block;
| |
| height: auto;
| |
| padding: 0px;
| |
| max-width:100%;
| |
| line-height: 1.42857143;
| |
| -webkit-transition: all .2s ease-in-out;
| |
| -o-transition: all .2s ease-in-out;
| |
| transition: all .2s ease-in-out
| |
| }
| |
|
| |
| /*mobiletablist
| |
| .resp-tabs-list {
| |
| zoom: 1
| |
| }
| |
| .resp-tabs-list:after {
| |
| visibility: hidden;
| |
| display: block;
| |
| font-size: 0;
| |
| content: " ";
| |
| clear: both;
| |
| height: 0
| |
| }
| |
| @media (max-width: 768px) {
| |
| .resp-tabs .resp-tabs-list {
| |
| white-space: nowrap;
| |
| overflow-x: scroll
| |
| }
| |
| .resp-tabs .resp-tabs-list .bili-list-style {
| |
| float: none !important;
| |
| display: inline-block
| |
| }
| |
| }
| |
| */
| |
|
| |
| /*更新日志title*/
| |
| .update-log .log-title {
| |
| display:none;
| |
| }
| |
|
| |
| /* ==手机端/电脑端== */
| |
| @media only screen and (max-width:991px){
| |
| .mwiki_hide{
| |
| display:none;
| |
| }
| |
| #firstHeading{
| |
| margin-bottom:1.5em
| |
| }
| |
| }
| |
| @media only screen and (min-width:992px){
| |
| .wiki_hide{
| |
| display:none;
| |
| }
| |
| }
| |
| /* --手机端/电脑端结束-- */
| |
| /**/
| |
| /*修正手机端*/
| |
| @media only screen and (max-width:759px){
| |
| .row {
| |
| margin-right: -3px;
| |
| margin-left: -3px;
| |
| }
| |
| }
| |
|
| |
|
| |
| /* 背景图 */
| |
| body {background: url("http://p7.qhimg.com/t014dac60ad51483cdf.jpg") fixed 50% 0 #d1d1d1;}
| |
|
| |
|
| |
| /* 二级标题遮挡 */
| |
| .mw-content-ltr h2 span.mw-headline, .mw-content-ltr h3 span.mw-headline, .mw-content-ltr h4 span.mw-headline {
| |
| padding-top: 0px;
| |
| margin-top: 0px;
| |
| }
| |
|
| |
| .mw-content-ltr h2 {
| |
| display:block;
| |
| font-size:18px; line-height: 40px;
| |
| overflow: visible;
| |
| background: #AAA;
| |
| height: 40px;
| |
| padding: 0px 0px 0px 15px;
| |
| color: #000;
| |
| }
| |
|
| |
|
| |
| /* 目录修复 */
| |
| #toc {
| |
| position: relative;
| |
| margin-bottom: 15px;
| |
| }
| |
| #toc ul > li, #toc ul > li {
| |
| background: none;
| |
| }
| |
| #toc h2 {background-color: transparent !important;
| |
| background-image: none !important;
| |
| background-repeat: no-repeat, no-repeat, repeat-x;
| |
| background-attachment: scroll, scroll, scroll;
| |
| background-position: left top, right top, center top;
| |
| background-clip: border-box, border-box, border-box;
| |
| background-origin: padding-box, padding-box, padding-box;
| |
| background-size: auto auto, auto auto, auto auto, 100% 100%;
| |
| color: #000 !important;
| |
| margin-top: 0px;
| |
| height: 25px !important;
| |
| line-height: 25px !important;
| |
| font-size: 16px !important;
| |
| border: 0px solid #F3F3F3;
| |
| padding: 0px 0px 0px 0px;
| |
| }
| |
|
| |
| /* 最近更新 */
| |
| .wiki-update {
| |
| border-radius: 4px;
| |
| background-color: #FFF;
| |
| width: 100%;
| |
| margin-left: 0px;
| |
| float: left;
| |
| padding: 10px;
| |
| }
| |
| .wiki-update .update-content {
| |
| padding: 0px 0px 0px 0px;
| |
| margin-left: 0px;
| |
| }
| |
| .ckgd {
| |
| margin: 0px 0px 10px 10px;
| |
| }
| |
| /* 图片边框阴影样式 */
| |
| img.cover{background-color:#FFF;margin-bottom:5px;padding:2px;border-top:1px solid #C7C7C9;border-left:1px solid #A9A9AB;border-right:1px solid #A9A9AB;border-bottom:1px solid #858486;-webkit-box-shadow:0 1px 5px #AAA;-moz-box-shadow:0 1px 5px #AAA;box-shadow:0 1px 5px #AAA}
| |
| /*ambox样式 */
| |
| table.ambox{margin:0px 10%;border:1px solid #aaa;border-left:10px solid #1e90ff;background:#fbfbfb}
| |
| table.ambox-content{border-left:10px solid #f28500}
| |
| .slideMenu div a{display:none!important}
| |
| h1#firstHeading{margin-bottom:10px;}
| |
| /*投票样式*/
| |
| .MenuBox ul li {float:left;width:100px;height:30px;background:#009ad6;margin:0 10px 10px 0;line-height:30px;text-align:center;color:#fff;cursor:pointer;list-style-type:none}
| |
| .MenuBox ul li.hover {float:left;width:100px;height:30px;background:#e25759;margin-right:10px;line-height:30px;text-align:center;color:#fff;cursor:pointer;list-style-type:none}
| |
| .hover {background:#e25759;}
| |
| div#Contentbox2{clear:both;}
| |
| .ajaxpoll .ajaxpoll-id-info{display:none}
| |
| .ajaxpoll{border:2px solid #FFFFFF !important; background:none repeat 0 0 rgba(255, 250, 255, 0.9) !important; width:89% !important; margin-top:10px; padding:10px 22px 10px 10px !important;}
| |
|
| |
| /* 放置于这里的CSS将应用于所有皮肤 */
| |
| .fl{ float:left;}
| |
| .fr{ float:right;}
| |
| .ovf{ overflow:hidden;}
| |
| .clearfix:after{content:".";height:0;clear:both;visibility:hidden}
| |
| * html .clearfix{height:1%}
| |
| #main.wauto,#main.w960{ width:1164px; margin:45px auto;}
| |
| #main {background: none repeat 0 0 rgba(255, 255, 255, 0.9) !important;}
| |
| li.gallerybox div.thumb{background:none repeat 0 0 rgba(255,250,255,0.0) !important;width:89% !important;margin-top:10px}
| |
|
| |
| /*内容*/
| |
| #wrap{ width:100%; position:relative; background:url(http://joymepic.joyme.com/wiki/images/gundam/7/72/Footer_bg.jpg?v/1/w/1600/h/196/201504211609) no-repeat center bottom; padding-bottom: 250px}
| |
| .result-box.clearfix{ overflow-y: scroll; }
| |
| #wiki_banner{ width:100%; height:1025px; position:absolute; top:0; z-index:1; overflow:hidden;}
| |
| #wiki_banner span{ display:block; width:100%; height:60px; font-size:0; text-align:center;}
| |
| #wiki_banner span.bg_1{ background:url(http://joymepic.joyme.com/wiki/images/gundam/4/4e/Wiki_banner_1.jpg?v/1/w/1600/h/50/201504201514) no-repeat center 0;}
| |
| #wiki_banner span.bg_2{ background:url(images/wiki_banner_2.jpg) no-repeat center 0;}
| |
| #wiki_banner span.bg_3{ background:url(images/wiki_banner_3.jpg) no-repeat center 0;}
| |
| #wiki_banner span.bg_4{ background:url(images/wiki_banner_4.jpg) no-repeat center 0;}
| |
| #wiki_banner span.bg_5{ background:url(images/wiki_banner_5.jpg) no-repeat center 0;}
| |
| #wiki_banner span.bg_6{ background:url(images/wiki_banner_6.jpg) no-repeat center 0;}
| |
| #wiki_banner span.bg_7{ background:url(images/wiki_banner_7.jpg) no-repeat center 0;}
| |
| #wiki_banner span.bg_8{ background:url(images/wiki_banner_8.jpg) no-repeat center 0;}
| |
| #wiki_banner span.bg_9{ background:url(images/wiki_banner_9.jpg) no-repeat center 0;}
| |
| #wiki_banner span.bg_10{ background:url(images/wiki_banner_10.jpg) no-repeat center 0;}
| |
| #wiki_banner span.bg_11{ background:url(images/wiki_banner_11.jpg) no-repeat center 0;}
| |
| /*wiki_body*/
| |
| .wiki_body{ width:1164px; margin:0 auto; padding:10px 12px 18px; background: url(http://joymepic.joyme.com/wiki/images/gundam/f/f5/Wiki_body_bg.jpg?v/1/w/800/h/5/201504211610) no-repeat center bottom #02245b; border-left: 1px solid #0394fc; border-right: 1px solid #0394fc;}
| |
| .wiki_body{ position:relative; z-index:2;}
| |
| .wiki_header{ width:1190px; padding:303px 0 0; height:102px; margin:0 auto; position:relative; z-index:3}
| |
| div#mw-head{ padding:0; margin:0; z-index:13;}
| |
| div#simpleSearch{ width:224px; height:22px; padding:3px 5px; margin:0; background:none; position:relative; border:none; position:relative; z-index:11; overflow:hidden;}
| |
| div#simpleSearch #searchInput{ width:192px;height:22px; background:none; border:none; font-size:14px; color:#fff; position:static; padding: 0}
| |
| div#simpleSearch #searchButton{ position:absolute; right:3px; top:3px; width:30px; height:24px; cursor:pointer; border:none; margin:0; padding:0; background:none; text-indent:-999em;}
| |
| #right-navigation{ position:absolute; top:338px; right:50px; z-index:14; margin: 0; padding: 0}
| |
| #right-navigation a{ display:inline-block; width: 84px; height:46px; line-height:46px; font-size: 14px; text-align: center; background:url(http://joymepic.joyme.com/wiki/images/gundam/5/55/T_btn.png?v=201504211611) no-repeat 0 0; padding:0; color:#fff!important;}
| |
|
| |
| .patrollink,#ca-unwatch,#p-personal,#left-navigation{ display:none;}
| |
| .mw-tit{ text-align:left; overflow:hidden; position:absolute; left:0;}
| |
| .mw-tit span{ display:block; font-size:20px; line-height:52px; text-indent:74px; color: #fff}
| |
| /*内容*/
| |
| .wiki_main{ width:100%; }
| |
| .wiki_menubar{ height:42px;}
| |
| .wiki_search{ width:210px; height:22px; padding:3px 5px; margin:7px 35px 0 0; background:url(http://joymepic.joyme.com/wiki/images/gundam/2/28/Serach_bar.png?v=201504211612) no-repeat 0 0; position:relative;}
| |
| .search_txt{ width:170px; background:#fff; border:none; font-size:14px; color:#4c4c4c}
| |
| .search_btn{ position:absolute; right:3px; top:3px; width:30px; height:24px; cursor:pointer; border:none; margin:0; padding:0; background:none; text-indent:-999em;}
| |
| .wiki_toolsbar{ width:100%;}
| |
| .wiki_title{ line-height:70px; text-indent:35px; font-size:24px;}
| |
| .wiki_toolsbar .fr{ padding:15px 15px 0 0; font-size:0;}
| |
| .wiki_toolsbar a{ display:block; height:34px; color:#fff; font-size:12px; float:left;}
| |
| .wiki_toolsbar a:hover{ text-decoration:none;}
| |
| .t_btn{ background:url(http://joymepic.joyme.com/wiki/images/gundam/5/55/T_btn.png?v=201504211614) no-repeat 0 0; padding:0 0 0 25px;}
| |
| .t_btn span{ display:block; height:34px; line-height:34px; background:url(http://joymepic.joyme.com/wiki/images/gundam/5/55/T_btn.png?v=201504211614) no-repeat right 0; padding:0 25px 0 0;}
| |
|
| |
| /*left*/
| |
| .wiki_left{ width:854px;}
| |
| .wiki_box_main{background: url(http://joymepic.joyme.com/wiki/images/gundam/b/bd/Body_bg.jpg?v=201504211617) repeat; border: 1px solid #024ba0; padding-bottom: 10px;}
| |
| .wiki_box_main1{repeat; border: 1px solid #024ba0; padding-bottom: 10px;}
| |
| .wiki_box_main2{repeat; border: 1px solid #024ba0;}
| |
| .wiki_box_txt{ width:790px; margin:0 auto; font-size:14px; line-height:25px; color:#2c2c2c; padding-top: 10px; }
| |
| .wiki_box_tit{ height:33px; line-height:33px; margin:0 auto 0; background:#5770f9 no-repeat; text-align: right;}
| |
| .wiki_box_tit a{color: #fff!important; margin-right: 12px;}
| |
| .wiki_box_tit span{ float: left; vertical-align: middle; padding-left:12px; font-size:16px; color: #fff}
| |
| /*right*/
| |
| .wiki_right{ width:292px;}
| |
| div#content .wiki_right h3{ height:37px; padding:0; margin:0; font-size:14px; font-weight:normal; text-align:center; color:#fff;}
| |
| .wiki_aside{ margin-bottom:20px; background:#4a4a4a;color: #fff}
| |
|
| |
| .wiki_aside_box.wiki_tools{ padding:0 0 10px 0; }
| |
| .wiki_aside_box.wiki_tools a{ display:block; width:270px; margin:0 auto; padding:13px 0 0;}
| |
| .wiki_aside_box.wiki_tools img{width: 270px; display: block;}
| |
| .wiki_aside_bottom{ height:4px; font-size:4px; background:url(http://joymepic.joyme.com/wiki/images/gundam/5/52/Aside_box.png?v/1/w/262/h/898/201504211621) no-repeat left bottom;}
| |
| .wiki_aside_box{padding:0 20px;}
| |
|
| |
| .wiki_aside_top{height: 34px; line-height: 34px; font-size: 16px; text-align: center; color: #fff;background: #5d5d5d;}
| |
|
| |
| #wab_tag_table{ width:100%; padding:15px 0 0; overflow:hidden; color:#fff;}
| |
| #wab_tag_table table{ width:100%; border:none;}
| |
| #wab_tag_table table td{ width:50%; line-height:28px; padding:0; margin:0; border:none;}
| |
| #wab_tag_table table td a{ color:#fff; font-size:14px;}
| |
| .wab_tag span a{ font-size:14px; color:#fff;}
| |
| .wab_tag_tit{ display:inline-block; width:55px; height:25px; line-height:25px; background:#d64646; color:#fff; text-align:center;}
| |
| .wab_tr{ text-align:right;}
| |
| /*列表*/
| |
| .wab_list,.user_list{ padding:10px 0!important; margin:0!important; overflow:hidden;}
| |
| .wab_list li { display:block; height:30px; font-size:14px; list-style:none; background:url(http://joymepic.joyme.com/wiki/images/gundam/6/63/Wab_list_bg.png?v=201504211622) no-repeat 0 center;padding:0 0 0 15px; margin:0;}
| |
| .wab_list li a{ font-size:14px; line-height:30px; color:#fff; cursor:pointer;}
| |
| .wab_list li a:hover{ text-decoration:underline; color:#ffcc00!important;}
| |
| /*贡献*/
| |
| .user_list{}
| |
| .user_list li { height:30px; margin:0; list-style:none;}
| |
| .user_list li span{ }
| |
| .user_list li i{ display:inline-block; *display:inline; *zoom:1; width:21px; height:21px; border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px; vertical-align:4px; margin:0 9px 0 0;}
| |
| .user_list li i img{ width:21px; height:21px; border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px;vertical-align:middle; border:none; }
| |
| .user_txt{ }
| |
| .user_txt span{ display:block;}
| |
| /* | | /* |
| */ | | * This is the CSS for all skins (for both mobile and desktop) on MediaWiki.org. |
| .wiki_code{ height:346px; margin-bottom:20px; background:url(http://joymepic.joyme.com/wiki/images/gundam/d/da/Code_bg.png?v=201504211623) no-repeat 0 0;}
| | * Styling inside .mw-parser-output should generally use TemplateStyles. |
| .wiki_code_tit{ text-align:center; height:52px; line-height:52px; color:#2c2c2c;}
| | */ |
| .wiki_code_img{ text-align:center; padding-top: 24px;} | |
| .wiki_code_img img{width: 142px; height: 142px; border: 3px solid #00bcff} | |
| .wiki_code_img i{ display:block; width:148px; height:148px; margin:0 auto;} | |
| .d-ios, .d-android{
| |
| width: 148px;
| |
| height: 44px;
| |
| margin: 10px auto 0;
| |
| text-align: center;
| |
| line-height: 44px;
| |
| color: #fff;
| |
| }
| |
| .d-ios{background: url(http://joymepic.joyme.com/wiki/images/gundam/d/dc/D-ios.png?v=201504211624);}
| |
| .d-android{background: url(http://joymepic.joyme.com/wiki/images/gundam/3/31/D-android.png?v=201504211624);}
| |
| .d-ios a, .d-android a{display:block; height:44px; color: #fff!important}
| |
| /*footer*/
| |
| div#footer{ width:100%; position:relative; z-index:2; margin:0 auto!important; padding:0!important;}
| |
| | |
|
| |
|
| .rmht{overflow: hidden; width: 790px; margin: 0 auto;}
| | /* Force lining numbers in headers (for fonts like Georgia) */ |
| | | h1, |
| .rmht ul{ float: right;width: 380px;list-style: none;margin: 20px -88px 0 0;padding: 0;}
| | h2, |
| .rmht li{font-size: 14px;line-height: 28px;height: 28px;background: url(http://joymepic.joyme.com/wiki/images/gundam/4/4a/Pic-15.png?v=201504211625) no-repeat left center;padding-left: 10px;list-style: none;list-style-image: none;}
| | .firstHeading { |
| .rmht li img{vertical-align: text-bottom;margin-left: 4px;}
| | font-variant-numeric: lining-nums; |
| .rmht .pic{float: left;width: 440px;height: 250px;background: url(http://joymepic.joyme.com/wiki/images/gundam/8/8c/Pic-5.png?v=201504211625) no-repeat;margin: 15px 0 0 0;position: relative;border: 3px solid #c6c6c6;}
| |
| .rmht .pic-box{display: none;}
| |
| .rmht .pic-box img{display: block;width: 440px;height: 250px;position: absolute;left: 0px;top: 0px;}
| |
| .rmht .pic-box span{display: block;width: 440px;height: 24px;line-height: 24px;color: #fff;text-align: left;text-indent: 12px;position: absolute;left: 0px;bottom: 0px;background: url(http://joymepic.joyme.com/wiki/images/gundam/8/81/Alpha-1.png?v=201504211626) repeat;}
| |
| #pic-ctrl{position: absolute;right: 4px;bottom: 4px;text-align: right;z-index: 2;}
| |
| #pic-ctrl span{display: inline-block;width: 5px;height: 5px;border-radius: 5px;background: #9f9f9f;cursor: pointer;margin-right: 6px;vertical-align: middle;}
| |
| #pic-ctrl span.current{width: 7px;height: 7px;border-radius: 7px;}
| |
| .search-item{padding-top: 20px;margin-left: 16px;}
| |
| .search-item .t{float: left;width: 158px;height: 30px;text-align: center;background: url(http://joymepic.joyme.com/wiki/images/gundam/7/7f/Pic-2.png?v=201504211626) no-repeat;margin-right: 6px;position: relative;cursor: pointer;z-index: 2}
| |
| .search-item .t.current{background-position: 0 -40px}
| |
| .search-item .no{background: url(http://joymepic.joyme.com/wiki/images/gundam/e/e8/Pic-14.png?v=201504211627) no-repeat;}
| |
| .search-item .t em{display: inline-block;width: 158px;line-height: 30px;font-style: normal;color: #fff;font-size: 14px;}
| |
| .search-item .c{display: none;position: absolute;width: 100%;top: 30px;left: 0;background: url(http://joymepic.joyme.com/wiki/images/gundam/d/da/Pic-3.png?v=201504211627) repeat;}
| |
| .search-item .c span{display: block;height: 28px;line-height: 28px;border-bottom: 1px solid #4c000b;color: #fff;text-align: center;}.search-item .c span.adorn{display: block;width: 7px;height: 7px;line-height: 1px;background: url(http://joymepic.joyme.com/wiki/images/gundam/d/d6/Pic-13.png?v=201504211628);position: absolute;left: 0;top: -7px;border: none;}
| |
| .search-item .c span.current, .search-item .c span:hover{background: url(http://joymepic.joyme.com/wiki/images/gundam/8/8c/Pic-5.png?v=201504211628) no-repeat center bottom;color: #ffcc00;text-shadow: 0 2px 0 #920302;}
| |
| .search-item .t:hover{background-position: 0 -40px}
| |
| .search-item .t:hover .c{display: block;}
| |
| .result-wrapper{min-height: 400px;margin: 0 auto; padding-top: 26px;}
| |
| #result-tab .result-box{display: none;}
| |
| .result-box{height: 460px;margin: 0 auto;overflow: hidden;position: relative;overflow-y: scroll;}
| |
| .result-box .t{float: left;width: 149px;height: 250px;background: url(http://joymepic.joyme.com/wiki/images/gundam/e/e8/Pic-12.png?v=201504211629) no-repeat;text-align: center;margin: 0 0 10px 50px;overflow: hidden;line-height: 20px;}
| |
| .result-box img{display: block;width: 136px;height: 168px;margin: 5px 0 30px 5px;}
| |
| .result-box-2 .t{height: 220px;background: url(http://joymepic.joyme.com/wiki/images/gundam/b/b4/Pic-17.png?v=201504211629) no-repeat;}
| |
| .result-box-2 img{margin: 5px 0 26px 7px}
| |
| .result-box-3 .t{width: 109px;height: 144px;background: url(http://joymepic.joyme.com/wiki/images/gundam/c/c7/Pic-16.png?v=201504211630) no-repeat;margin: 0 0 10px 28px;}
| |
| .result-box-3 img{width: 99px;height: 99px;margin: 4px 0 14px 4px;}
| |
| .result-all{height: auto;overflow: hidden;}
| |
| .result-all .t{margin: 0 0 10px 10px}
| |
| .result-box a{color: #005aff}
| |
| .tag-nav{width: 770px;margin: 0 auto;padding-top: 20px;padding-left: 20px;}
| |
| .tag-nav div{float: left;width: 146px;height: 37px;line-height: 37px;text-align: center;color: #2c2c2c;margin-right: 10px;position: relative;cursor: pointer;background: url(http://joymepic.joyme.com/wiki/images/gundam/8/8e/Pic-8.png?v=201504211630) no-repeat;}
| |
| .tag-nav span{display: none;width: 7px;height: 6px;background: url(http://joymepic.joyme.com/wiki/images/gundam/3/3f/Pic-9.png?v=201504211631) no-repeat;position: absolute;left: 50%;margin-left: -4px;top: 37px;}
| |
| .tag-nav div.current{background-position: 0 -43px;color: #553d16}
| |
| .tag-nav div.current span{display: block;}
| |
| .tag-wrapper{width: 790px;margin: 0 auto;background: #fef6e9;border: 1px solid #ccc1ad;}
| |
| .tag-box{display: none; padding: 10px 0;}
| |
| .tag-box ul{margin: 0;padding: 0;margin-left: 38px;overflow: hidden;}
| |
| .tag-box li{float: left;width: 140px;height: 42px;line-height: 42px;margin-right: 10px;list-style: none;list-style-image: none;background: url(http://joymepic.joyme.com/wiki/images/gundam/9/9e/Pic-10.png?v=201504211631) no-repeat left center;text-indent: 10px;white-space: nowrap;overflow: hidden;}.heilishi{padding-top: 10px;margin: 0 30px;}
| |
| .heilishi ul{margin: 0;padding: 0;list-style: none;width: 100%;}
| |
| .heilishi li{float: left;width: 370px;height: 30px;line-height: 30px;white-space: nowrap;overflow: hidden;background: url(http://joymepic.joyme.com/wiki/images/gundam/4/4a/Pic-15.png?v=201504211631) no-repeat left center;padding-left: 10px;padding-right: 15px;}
| |
| | |
| /* 图片轮播 */ | |
| #img-box{ position:relative; padding-top: 14px;}
| |
| .img-list{ margin:0; padding:0;}
| |
| .img-list li{ list-style:none; width:185px; height:270px; overflow:hidden; margin:0 auto; display:none;}
| |
| .img-list li img{ width:176px; height:218px; border:2px solid #003e6a;}
| |
| .img-list li.show{ display:block;}
| |
| #p-btn,#n-btn{ display:block; width:29px; height:39px; position:absolute; top:105px; background-image:url(http://joymepic.joyme.com/wiki/images/gundam/3/3f/Pn-btn.png?v=201504211632); background-repeat:no-repeat; text-indent:-999em; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
| |
| #p-btn{ background-position:0 0; left:10px;}
| |
| /*#p-btn:hover{ background-position:0 -30px}*/
| |
| #n-btn{ background-position:0 -51px; right:10px;}
| |
| /*#n-btn:hover{ background-position:0 -45px}*/
| |
| #img-btn{ position:absolute; left:40%; bottom:10px; margin:0; padding:0;}
| |
| #img-btn li{ width:10px; height:10px; border-radius:5px; background:#fff; float:left; margin:0 5px; list-style:none; cursor:pointer;}
| |
| #img-btn li.sel{ background:#f00;}
| |
| #img-box a.m{
| |
| display: block;width: 66px;height: 26px;line-height: 26px;text-align: center;color: #fff!important;background: url(http://joymepic.joyme.com/wiki/images/gundam/0/01/Asdf.png?v=201504211633) no-repeat;position: absolute;right: 10px;bottom: 10px;}
| |
| #returntop{display: none;width: 91px;height: 92px;background: url(http://joymepic.joyme.com/wiki/images/gundam/6/6f/Return.png?v=201504211633) no-repeat;position: fixed;right: 10px;bottom: 54px;z-index: 100;}
| |
| #returntop:hover{background-position: 0 -98px;}
| |
| #right-swap{width: 200px;height: 400px;background: url(http://joymepic.joyme.com/wiki/images/gundam/6/60/Right-swap-btn.png?v=201504211634) no-repeat;position: fixed;_position: absolute;right: -200px;top: 50%;margin-top: -200px;z-index: 200;}
| |
| .right-swap-con{height: 380px;color: #fff;margin: 10px 10px 0;line-height: 26px;overflow: hidden;overflow-y: scroll;position: relative;}
| |
| .right-swap-con ul{list-style: none;}.right-swap-con li{list-style: none;}
| |
| .right-swap-con a{color: #fff}
| |
| .right-swap-con a:hover{color: #ffcc00!important}
| |
| #right-swap-btn{cursor: pointer;position: absolute;background-image: url(http://joymepic.joyme.com/wiki/images/gundam/6/60/Right-swap-btn.png?v=201504211634);background-repeat: no-repeat;text-indent: -999em;overflow: hidden;}
| |
| #right-swap-btn.state-close{width: 17px;height: 89px;left: 0px;top: 50%;margin-top: -45px;background-position: -117px -2px;}
| |
| #right-swap-btn.state-open{width: 46px;height: 92px;left: -46px;top: 50%;margin-top: -46px;background-position: 0 0;}
| |
| #right-swap-btn.state-open:hover{background-position: -55px 0;}
| |
| a.new{color: #ba0000!important}
| |
| #editpage-copywarn, .editCheckboxes{color: #000}
| |
| #joyme-head-2013 a{color: #fff!important}
| |
| #toc{width: 100%; border: none; padding: 0;}
| |
| table.wikitable > tr > th, table.wikitable > * > tr > th{background-color: #e1e0e0}
| |
| /* 自定义滚动条
| |
| .scrollbar { position: absolute; right: 2px; top: 0px; width: 6px; z-index: 2 }
| |
| .track { height: 100%; width: 6px; position: absolute; }
| |
| div.thumb { height: 10px; width: 6px!important; margin: 0!important; overflow: hidden; position: absolute; top: 0; left: 0px; background-color: #ccc!important; border-radius: 2px; }
| |
| .disable { display: none; }
| |
| .noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; }
| |
| .result-box .viewport{position: relative; height:460px; overflow: hidden;}
| |
| .result-box .viewport .overview{position: absolute; left: 0; top: 0;}
| |
| */
| |
| /*
| |
| 20141103修改二级页面
| |
| */
| |
| .h1, h2, h3, h4, h5, h6{ border-bottom:none;}
| |
| /*机身介绍*/
| |
| .headImg-box{ margin-top:10px; padding:25px 50px; overflow:hidden; border:1px solid #dfdfdf; box-shadow:0 0 1px #000; background:#f9f9f9;}
| |
| .Img-bg{ overflow:hidden; float:left;}
| |
| .Img-bg a img{box-shadow: #000 -1px 0 0,#763c12 0 -1px 0,#5d2b08 1px 0 0,#1d1515 0 1px 0;
| |
| border-radius: 10px;
| |
| overflow: hidden;
| |
| border: 2px solid #545454;}
| |
| .Img-bg b{ display:block; width:264px; line-height:40px; font-size:14px; font-weight:normal; text-align:center;}
| |
| /*评论*/
| |
| .textcon{ width:1062px;}
| |
| | |
| /*手机版浮窗*/
| |
| .compare{ width: 100%; max-width: 956px; position: fixed; left: 50%; margin-left: -50%; bottom: 0; z-index:9999;}
| |
| .compare .floatBox{ width: 100%;border: 2px solid #7abd54; box-shadow: 2px 0px 3px #d8d8d8,-2px 0px 3px #d8d8d8,0px -2px 3px #d8d8d8; font-size:1em; background:#FFF; }
| |
| .compare .floatBox th{ text-align: left; border-bottom: 1px solid #ddd; font-weight: normal;}
| |
| .compare .floatBox th .th-tit{ padding: 0.5em; overflow: hidden;}
| |
| .compare .floatBox th .th-tit em{ font-style: normal; color: #7abd54; font-style: normal;}
| |
| .compare .floatBox th .th-tit a{ float: right; color: #55779e; }
| |
| .compare .floatBox td{ height:8em; text-align: center;}
| |
| .compare .floatBox td p,.floatBox td strong{ display: block; text-align: left; font-weight: normal;}
| |
| .compare .floatBox td p a{ float: right;}
| |
| .compare .floatBox td img{ max-width: 63px; max-height: 63px; width:50%; margin-right: 0.2em; float: left;}
| |
| .compare .floatBox td p i{font-style: normal; color: #f00;}
| |
| .compare .p_operation{ display: block; clear: both; float:left;}
| |
| .compare .float_btn{ float:right; width: 146px;}
| |
| .compare .float_btn dl{ width:60px; text-align: center; margin: 0 auto;}
| |
| .compare .float_btn dl dt{ width:60px; height: 26px; padding-top:5px;}
| |
| .compare .float_btn dl dt a{ display: none; margin: 0 auto; width: 52px; height: 26px; text-indent: -999em; cursor: pointer; background: url(http://msimg.joyme.com/skins/dtcq/images/float_btn.png) no-repeat 0 0;}
| |
| .compare .float_btn dl dt a.on{ background: url(http://msimg.joyme.com/skins/dtcq/images/float_btn.png) no-repeat 0 -26px;}
| |
| .compare .float_btn dl dd{ padding-top: 10px; clear: both;margin:0;}
| |
| .compare .float_btn dl dd a{ font-size: 12px; text-decoration: none;color: #55779e;}
| |
| .compare .float_btn dl dd a:hover{ text-decoration: underline; color: #55779e;}
| |
| .compare .floatBox td .float_btn{ width:100%;}
| |
| .compare .floatBox td .float_btn dt a.on{ background: url(http://msimg.joyme.com/skins/dtcq/images/float_btn.png) no-repeat 0 -26px;}
| |
| .compare .td-data-dox{ margin:0.5em 1px 0.5em 0; padding: 0 0.5em; background: #fff;}
| |
| .compare .td-data-dox strong{ font-weight: bold!important;} | |
| .compare .td-data-dox p{ font-size: 0.9em;}
| |
| .compare .td-bg1{background: url(http://msimg.joyme.com/skins/dtcq/images/td-bg1.png) no-repeat 0 center; background-size: 100%;}
| |
| .compare .td-bg2{background: url(http://msimg.joyme.com/skins/dtcq/images/td-bg2.png) no-repeat 0 center; background-size: 100%;}
| |
| .compare .td-bg3{background: url(http://msimg.joyme.com/skins/dtcq/images/td-bg3.png) no-repeat 0 center; background-size: 100%;}
| |
| @media only screen and (min-width:956px) {
| |
| .compare{margin-left: -478px; font-size: 14px;} | |
| .compare .p_operation{ clear: none!important; display:inline;}
| |
| .compare .td-data-dox{ margin: 20px 1px 20px 0!important; line-height: 20px;}
| |
| .compare .floatBox td img{ margin-right:20px;}
| |
| } | | } |
| .compare label,.cpr_btn label{ width: 75px; height: 20px; line-height: 20px; display: block; color: #000; font-size: 12px; vertical-align: -2px; cursor: pointer; margin:20px 0; border-top: 1px solid #c7d3ee;border-left: 1px solid #c7d3ee;border-bottom: 1px solid #ddd;border-right: 1px solid #ddd; background: #f5f5f5; }
| |
| .compare label:hover,.cpr_btn label:hover{ background: #3f61a6; color: #fff;}
| |
| .compare label input[type=checkbox],.cpr_btn label input[type=checkbox]{ vertical-align: -3px;}
| |
| .compare_on,.cpr_btn label.compare_on{background:#3f61a6; color:#fff;border-top: 1px solid #afbfe2;border-left: 1px solid #afbfe2;border-bottom: 1px solid #3e5fa5;border-right: 1px solid #3e5fa5;}
| |
| .cpr_btn label{ margin-left:12px; border-radius:3px;}
| |
| /*筛选按钮被选中*/
| |
| li.btn.cardSelectOption.selected {
| |
| color: #333 !important;
| |
| background-color: #e6e6e6;
| |
| border-color: #adadad;
| |
| outline: 0;
| |
| -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
| |
| box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
| |
| }
| |
|
| |
| /*对比页*/
| |
| .data-table{ width:99%; margin: 0 auto; border-collapse: collapse; text-align: center; font-size:1em;}
| |
| .data-table thead th{ padding:0.5em 0; background: #ddd; font-weight: normal;}
| |
| .data-table thead th,.data-table td{ border: 1px solid #aaa;}
| |
| .data-table td{ padding: 1em 0;}
| |
| .data-table td img{ max-width: 100px; width:80%;}
| |
| .data-table thead th label{ vertical-align: middle; color: #333; cursor: pointer;}
| |
| .data-table thead th label input[type='checkbox']{ margin-right: 5px; vertical-align:-2px;}
| |
| .td_tit{ padding: 1em;word-break: break-all;word-wrap: break-word;}
| |
|
| |
|
| /*20150205 高达对比工具*/ | | /* Consistent size for sub/sup */ |
| .compare{ width: 100%; max-width: 956px; position: fixed; left: 50%; margin-left: -50%; bottom: 0; z-index:9999;} | | .mw-body sub, |
| .compare .floatBox{ width: 100%;border: 2px solid #7abd54; box-shadow: 2px 0px 3px #d8d8d8,-2px 0px 3px #d8d8d8,0px -2px 3px #d8d8d8; font-size:1em; background:#FFF;}
| | .mw-body sup { |
| .compare .floatBox th{ text-align: left; border-bottom: 1px solid #ddd; font-weight: normal;}
| | font-size: 80%; |
| .compare .floatBox th .th-tit{ padding: 0.5em; overflow: hidden;} | |
| .compare .floatBox th .th-tit em{ font-style: normal; color: #7abd54; font-style: normal;}
| |
| .compare .floatBox th .th-tit a{ float: right; color: #55779e; }
| |
| .compare .floatBox td{ height:8em; text-align: center;vertical-align: text-top;}
| |
| .compare .floatBox td p,.floatBox td strong{ display: block; text-align: left; font-weight: normal;}
| |
| .compare .floatBox td p a{ float: right;}
| |
| .compare .floatBox td p i{font-style: normal; color: #f00;}
| |
| .compare .p_operation{ display: block; clear: both; float:left;}
| |
| .compare .float_btn{ float:right; width: 146px;}
| |
| .compare .float_btn dl{ width:60px; text-align: center; margin: 0 auto;}
| |
| .compare .float_btn dl dt{ width:60px; height: 26px; padding-top:5px;}
| |
| .compare .float_btn dl dt a{ display: none; margin: 0 auto; width: 52px; height: 26px; text-indent: -999em; cursor: pointer; background: url(http://msimg.joyme.com/skins/dtcq/images/float_btn.png) no-repeat 0 0;}
| |
| .compare .float_btn dl dt a.on{ background: url(http://msimg.joyme.com/skins/dtcq/images/float_btn.png) no-repeat 0 -26px;}
| |
| .compare .float_btn dl dd{ padding-top: 10px; clear: both;margin:0;}
| |
| .compare .float_btn dl dd a{ font-size: 12px; text-decoration: none;color: #55779e;}
| |
| .compare .float_btn dl dd a:hover{ text-decoration: underline; color: #55779e;}
| |
| .compare .floatBox td .float_btn{ width:100%;}
| |
| .compare .floatBox td .float_btn dt a.on{ background: url(http://msimg.joyme.com/skins/dtcq/images/float_btn.png) no-repeat 0 -26px;}
| |
| .compare .td-data-dox{ margin:0.5em 1px 0.5em 0; padding: 0 0.5em; background: #fff;}
| |
| .compare .td-data-dox strong{ font-weight: bold!important;}
| |
| .compare .td-data-dox p{ font-size: 0.9em;}
| |
| .compare .td-bg1{background: url(http://msimg.joyme.com/skins/dtcq/images/td-bg1.png) no-repeat 0 center; background-size: 100%;}
| |
| .compare .td-bg2{background: url(http://msimg.joyme.com/skins/dtcq/images/td-bg2.png) no-repeat 0 center; background-size: 100%;}
| |
| .compare .td-bg3{background: url(http://msimg.joyme.com/skins/dtcq/images/td-bg3.png) no-repeat 0 center; background-size: 100%;}
| |
| @media only screen and (min-width:956px) {
| |
| .compare{margin-left: -428px; font-size: 14px;}
| |
| .compare .p_operation{ clear: none!important; display:inline;}
| |
| .compare .td-data-dox{ margin: 20px 1px 20px 0!important; line-height: 15px;}
| |
| } | | } |
| .compare label,.cpr_btn label{ width: 75px; height: 20px; line-height: 20px; display: block; color: #000; font-size: 12px; vertical-align: -2px; cursor: pointer; margin:20px 0; border-top: 1px solid #c7d3ee;border-left: 1px solid #c7d3ee;border-bottom: 1px solid #ddd;border-right: 1px solid #ddd; background: #f5f5f5; }
| |
| .compare label:hover,.cpr_btn label:hover{ background: #3f61a6; color: #fff;}
| |
| .compare label input[type=checkbox],.cpr_btn label input[type=checkbox]{ vertical-align: -3px;}
| |
| .compare_on,.cpr_btn label.compare_on{background:#3f61a6; color:#fff;border-top: 1px solid #afbfe2;border-left: 1px solid #afbfe2;border-bottom: 1px solid #3e5fa5;border-right: 1px solid #3e5fa5;}
| |
| .cpr_btn label{ margin-left:12px; border-radius:3px;}
| |
| /*对比页*/
| |
| .data-table{ width:99%; margin: 0 auto; border-collapse: collapse; text-align: center; font-size:1em;}
| |
| .data-table thead th{ padding:0.5em 0; background: #ddd; font-weight: normal;}
| |
| .data-table thead th,.data-table td{ border: 1px solid #aaa;}
| |
| .data-table td{ padding: 1em 0;}
| |
| .data-table td img{ max-width: 100px; width:80%;}
| |
| .data-table thead th label{ vertical-align: middle; color: #333; cursor: pointer;}
| |
| .data-table thead th label input[type='checkbox']{ margin-right: 5px; vertical-align:-2px;}
| |
| .td_tit{ padding: 1em;word-break: break-all;word-wrap: break-word;}
| |
| table.wikitable tr th.headerSort{cursor:pointer;padding-right:21px;background-position:right center;background-repeat:no-repeat;background-image:url("data:image/gif;base64,R0lGODlhFQAJAIABAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4OEM2REYyN0ExMDhBNDJFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdCNTAyODcwMEY4NjExRTBBMzkyQzAyM0E1RDk3RDc3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdCNTAyODZGMEY4NjExRTBBMzkyQzAyM0E1RDk3RDc3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDE4MDExNzQwNzIwNjgxMTg4QzZERjI3QTEwOEE0MkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDE4MDExNzQwNzIwNjgxMTg4QzZERjI3QTEwOEE0MkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAAFQAJAAACF4yPgMsJ2mJ4VDKKrd4GVz5lYPeMiVUAADs=")}
| |
| table.wikitable tr th.headerSortUp{background-image:url("data:image/gif;base64,R0lGODlhFQAEAIABAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjAzODAxMTc0MDcyMDY4MTE4OEM2REYyN0ExMDhBNDJFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdCNTAyODc0MEY4NjExRTBBMzkyQzAyM0E1RDk3RDc3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdCNTAyODczMEY4NjExRTBBMzkyQzAyM0E1RDk3RDc3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDM4MDExNzQwNzIwNjgxMTg4QzZERjI3QTEwOEE0MkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDM4MDExNzQwNzIwNjgxMTg4QzZERjI3QTEwOEE0MkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAAFQAEAAACDYwfoAvoz9qbZ9FrJC0AOw==")}
| |
| table.wikitable tr th.headerSortDown{background-image:url("data:image/gif;base64,R0lGODlhFQAEAIABAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4OEM2REYyN0ExMDhBNDJFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhFNzNGQjI3MEY4NjExRTBBMzkyQzAyM0E1RDk3RDc3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhFNzNGQjI2MEY4NjExRTBBMzkyQzAyM0E1RDk3RDc3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDI4MDExNzQwNzIwNjgxMTg4QzZERjI3QTEwOEE0MkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDI4MDExNzQwNzIwNjgxMTg4QzZERjI3QTEwOEE0MkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAAFQAEAAACDYyPAcmtsJyDVDKKWQEAOw==")}
| |
|
| |
|
| /* == 对比按钮 == */ | | /* Public Domain background in the Help namespace */ |
| .cpr_btn1 .compare-label { | | .action-view.ns-12 #bodyContent { |
| padding-top:3px;
| | background-image: url(//upload.wikimedia.org/wikipedia/commons/6/67/PD-icon-faded.png); |
| padding-bottom:2px;
| | background-repeat: no-repeat; |
| padding-left: 5px;
| | /* @noflip */ |
| padding-right: 5px;
| | background-position: right 5em; |
| color: #fff;
| |
| background-color: #337ab7;
| |
| border-color: #2e6da4;
| |
| }
| |
| .cpr_btn1 .compare-label:hover {
| |
| color: #fff;
| |
| background-color: #286090;
| |
| border-color: #204d74;
| |
| } | | } |
| .cpr_btn1 .compare-label.compare_on {
| |
| outline: 0;
| |
| -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
| |
| box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
| |
| color: #fff;
| |
| background-color: #286090;
| |
| border-color: #204d74;
| |
| }
| |
| .cpr_btn1 .compare-label.compare_on:focus,
| |
| .cpr_btn1 .compare-label.compare_on:hover {
| |
| color: #fff;
| |
| background-color: #204d74;
| |
| border-color: #122b40;
| |
| }
| |
| /* -- 对比按钮 -- */
| |
|
| |
| /*图片滑过显示下方提示*/
| |
| .imageSlider{display:block;position:relative;width:200px;height:300px;}
| |
| .titleSpan{position:absolute;height:0px;line-height:26px;width:100%;background:url(images/bg.png);color:#fff;text-align:center;left:0;bottom:0;text-decoration:none;}
| |
|
| |
|
| |
| #focus_img img { width: 835px !important; height: 400px !important; }
| |
| /*讨论区相关样式调整*/
| |
| #biaoqing{left:10px!important}
| |
| ol{list-style:decimal!important;padding-left:1.5em!important}
| |
| .joyme-reply-img img{height:100px!important}
| |
| body{overflow-x: auto!important;min-width: 1200px;}
| |
| .post-cont-main p img{height:auto}
| |
|
| |
| .result div{background:url(http://joymepic.joyme.com/wiki/images/pal/8/87/Wenhao.png?v=201506181747) no-repeat;}
| |
|
| |
| .send {position:relative;background:#F8C301;border-radius:5px;padding:5px;float:left;margin:5px;} .send .arrow {position:absolute;top:7px;right:-16px; width:0;height:0;font-size:0;border:solid 8px;border-color:rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgb(248, 195, 1);}
| |
|
| |
| table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {border: 1px solid #aaa;padding: 3px;}
| |
|
| |
|
| /* | | /* |
| .container { | | * Hide elements on the main page. |
| width: 1220px;
| | */ |
| }*/
| | .page-MediaWiki #lastmod, |
| | | .page-MediaWiki #siteSub, |
| /* 以下内容基本抄自碧蓝航线 */
| | .page-MediaWiki #contentSub, |
| /* ==B站视频== */
| | .page-MediaWiki .subtitle, |
| /* JS页面:[[MediaWiki:Common.js]] */
| | .page-MediaWiki #jump-to-nav, |
| /* 模板[[模板:???]] */
| | /* can be removed when Template:Main_page translations are updated. */ |
| .BiliVideo span{display:none} | | .page-MediaWiki #firstHeading, |
| /* --B站视频-- */
| | [lang="en"] .page-MediaWiki .mw-parser-output h2 { |
| | | display: none; |
| /* 标签 */ | |
| .nry-main-content ul li { | |
| list-style-type: disc;
| |
| } | | } |
|
| |
|
| /*圆形小图标*/
| | [lang="en"] .page-MediaWiki #firstHeading { |
| .圆 img{border-radius:50%} | | font-size: 1.5em; |
| | | display: block; |
| | |
| /*小图标样式*/
| |
| .xtb-image { | |
| display: inline-block;
| |
| }
| |
| .xtb-image img{
| |
| width: 30px;
| |
| height: 30px;
| |
| box-shadow: 0 0 2px #000;
| |
| border-radius: 7px;
| |
| margin:0 2px
| |
| } | | } |
|
| |
|
| /* -------------------------------------------------- */ | | /* Give a bit of space to the TOC */ |
| /* ==[[模板:黑幕]]== */
| | #toc { |
| .heimu,.heimu a:link,.heimu a:visited,.heimu a.external:visited{background:#000;color:#000}
| | margin: 1em 0; |
| .heimu:hover{-webkit-animation:heimugc 0.5s forwards;animation:heimugc 0.5s forwards;}
| |
| .heimu:hover a:link,.heimu:hover a:visited{-webkit-animation:heimulinkgc 0.5s forwards;animation:heimulinkgc 0.5s forwards;}
| |
| @-webkit-keyframes heimugc{to{color:#FFF}}
| |
| @keyframes heimugc{to{color:#FFF}}
| |
| @-webkit-keyframes heimulinkgc{to{color:#3B8BFF}}
| |
| @keyframes heimulinkgc{to{color:#3B8BFF}}
| |
| /* --[[模板:黑幕]]-- */
| |
| /* -------------------------------------------------- */
| |
| | |
| /* -------------------------------------------------- */
| |
| /* ==[[模块:折叠去框]]== */
| |
| | |
| .panel {
| |
| border: 0 ;
| |
| }
| |
| .panel {
| |
| padding: 0px;
| |
| }
| |
| .panel-body {
| |
| padding: 5px;
| |
| } | | } |
| /* --[[模块:选项卡面板]]-- */
| |
| /* -------------------------------------------------- */
| |
| /* ==[[可视化顶部修正测试]]== */
| |
| .oo-ui-defaultOverlay, .skin-vector .oo-ui-windowManager-modal > .oo-ui-dialog, .skin-vector .ve-ui-overlay-global{ z-index:1001!important;}
| |
|
| |
| /* 悬浮-悬浮功能测试,抄自明日方舟WIKI */
| |
| .iteminfo {display:none;}
| |
| .itemhover:hover .iteminfo{display:block;}
| |
|
| |
|
| .tab-panel {
| | /* Fonts for Persian language for consistency with other Wikimedia wikis */ |
| display: block;
| | :lang(fa) { |
| height: 30px;
| | font-family: '.Arabic UI Text', Tahoma, 'Iranian Sans', 'Noto Sans Arabic', 'DejaVu Sans', sans-serif; |
| line-height: 30px;
| |
| padding: 0 20px;
| |
| color: #555;
| |
| text-decoration: none;
| |
| background: #FFF;
| |
| font-size: 16px;
| |
| box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.30);
| |
| } | | } |
|
| |
|
| .resp-tabs-list li.active .tab-panel, .tab-panel:hover { | | /* Div based "warning" style fmbox messages. */ |
| font-family: MicrosoftYaHei-Bold;
| | div.mw-warning-with-logexcerpt, |
| font-size: 16px;
| | div.mw-lag-warn-high, |
| color: rgba(255, 255, 255, 0.9);
| | div.mw-cascadeprotectedwarning, |
| text-align: center;
| | div#mw-protect-cascadeon, |
| background: rgba(51, 51, 51, 0.7);
| | div.titleblacklist-warning { |
| box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.30);
| | clear: both; |
| }
| | margin: 0.2em 0; |
| .tab-panel:hover {
| | border: 1px solid var( --border-color-error, #9f3526 ); |
| cursor: pointer;
| | background-color: var( --background-color-error-subtle, #ffdbdb ); |
| | color: var( --color-base, #202122 ); |
| | padding: 0.25em 0.9em; |
| | box-sizing: border-box; |
| } | | } |
|
| |
|
| | | /* Hide confusing "Discussion" tab on [[Project:Support_desk]]. |
| .tab-panel {display: block;height: 40px;line-height: 38px;padding: 0 20px;color: #333;text-decoration: none;background: #FFF;font-size: 16px;box-shadow: 0 0px 0px 0 rgba(0,0,0,0.30);border: 1px solid #333;margin-right: 5px;}
| | * For sanity, only do this if [[Project_talk:Support_desk]] is a |
| .resp-tabs .resp-tabs-list {white-space: normal;overflow-x: auto;}
| | * redirect (which goes back to [[Project:Support_desk]]). |
| .resp-tabs-list li {border-left: 0px solid rgba(0, 0, 0, 0.16);}
| | * If that is changed for some reason, it automatically comes back. |
| .mw-parser-output li {margin-bottom: 5px;}
| | */ |
| .resp-tabs-list li.active .tab-panel, .tab-panel:hover {font-family: MicrosoftYaHei;font-size: 16px;color: rgba(255,255,255,0.9);text-align: center;background: #404040;box-shadow: 0 0px 0px 0 rgba(0,0,0,0.30);}
| | .page-Project_Support_desk #ca-talk a.mw-redirect { |
| .resp-tabs-list li:last-child {border-right: 0px solid rgba(0, 0, 0, 0.16);}
| | display: none; |
| .mw-parser-output ul {margin: 0px;}
| |
| @media (max-width: 768px){
| |
| .tab-panel {padding:0px 10px;text-align:center;margin-right:0px}
| |
| }
| |
| | |
| .toc h2 {
| |
| font-size: 14px;
| |
| background: transparent !important;
| |
| font-weight: bold;
| |
| color: #000 !important;
| |
| padding: 7px 15px;
| |
| margin-bottom: 10px;
| |
| border: 0px solid #fff;
| |
| text-shadow:none;
| |
| }
| |
| | |
| | |
| .enemy-left {float:left;margin-right:20px;}
| |
| @media only screen and (max-width:759px){
| |
| .enemy-left {float:none;margin-right:0px;}
| |
| }
| |
| | |
| | |
| .tab .TabLabelText {display: inline-block;padding: 1px;cursor: pointer;}
| |
| .tab .TabLabel {z-index: 2;position: relative;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;}
| |
| .tab .TabLabelText.selected {border-top: 3px solid green;padding: 1px;background: white;border-left: 1px solid #aaa;border-right: 1px solid #aaa;}
| |
| .tab .TabContent {background: white;padding: 20px 30px;position: relative;z-index: 1;border: 1px solid #aaa;min-height: 0px;}
| |
| .tab .TabContentText {display: none;}
| |
| .tab .TabContentText.selected {display: block;}
| |
| .Tabs .Tab {border-bottom: 1px solid #aaa;}
| |
| .Tabs .Tab:first-child {border-top: 1px solid #aaa;}
| |
| .Tabs .Tab .TabLabelText {padding: 7px;}
| |
| .Tabs .Tab .TabContentText {padding: 3px;}
| |
| .TabsMH {min-height: 250px;}
| |
| | |
| | |
| /* ==垂直时间轴== 本样式来自碧蓝航线WIKI*/ | |
| .timeline {
| |
| margin-left:1em;
| |
| }
| |
| .timeline dl {
| |
| position: relative;
| |
| margin-left:10em;
| |
| border-left: 1px solid;
| |
| }
| |
| .timeline dt {
| |
| position: absolute;
| |
| margin-left: 0;
| |
| margin-top: 8px;
| |
| padding-top: 0;
| |
| padding-right: 10px;
| |
| left: -10em;
| |
| width: 10em;
| |
| text-align: right;
| |
| font-weight: bold;
| |
| color: black;
| |
| }
| |
| .timeline dt:hover {
| |
| color: #337ab7;
| |
| }
| |
| .timeline dd {
| |
| margin-left: 2em;
| |
| margin-bottom: 8px;
| |
| padding-top: 8px;
| |
| }
| |
| .timeline dd + dd {
| |
| padding-top: 0px;
| |
| }
| |
| .timeline dt:after {
| |
| display: block;
| |
| position: absolute;
| |
| right: -2px;
| |
| top: 8px;
| |
| margin-top: 0;
| |
| margin-left: 0;
| |
| width: 5px;
| |
| height: 5px;
| |
| content: "";
| |
| border-radius: 2.5px;
| |
| background-color: #337ab7;
| |
| }
| |
| | |
| /*时间轴的另一种用法*/
| |
| .timeline2 {
| |
| margin-left:2em;
| |
| }
| |
| .timeline2 dl {
| |
| border-left: 1px solid;
| |
| }
| |
| .timeline2 dt {
| |
| font-weight: bold;
| |
| margin-left: 14px;
| |
| padding-top: 1em;
| |
| color: black;
| |
| }
| |
| .timeline2 dt:hover {
| |
| color: #337ab7;
| |
| }
| |
| .timeline2 dd {
| |
| margin-left: 2em;
| |
| margin-bottom: 8px;
| |
| padding-top: 8px;
| |
| }
| |
| .timeline2 dt:after {
| |
| content: "";
| |
| display: block;
| |
| width: 5px;
| |
| height: 5px;
| |
| position: absolute;
| |
| margin-top: -13px;
| |
| margin-left: -17px;
| |
| border-radius: 2.5px;
| |
| background-color: #337ab7;
| |
| }
| |
| /* --垂直时间轴结束-- */
| |
| | |
| /*手机端hover伪类显示异常,magic,只能靠js了*/
| |
| span.select-wrap.hover, span.imgselect-wrap.hover {
| |
| color: #000;
| |
| border: 1px solid rgb(133, 146, 239);
| |
| cursor: pointer;
| |
| background:#FFF;
| |
| }
| |
| | |
| span.select-wrap.active, span.imgselect-wrap.active {
| |
| border: 1px solid rgba(119,132,222);
| |
| color:rgba(119,132,222);
| |
| }
| |
| | |
| .filter li { | |
| list-style:none;
| |
| float:left;
| |
| }
| |
| | |
| | |
| .hoverimage{
| |
| opacity:0;
| |
| }
| |
| .hoverimage:hover{
| |
| opacity:1.0;
| |
| }
| |
| .bili-title-h1, .bili-title-h2, .bili-section-normal, .bili-section-primary {
| |
| font-family: "Microsoft YaHei",serif;
| |
| }
| |
| | |
| /*模板{{quickview}}*/
| |
| .msqvitem{
| |
| display: none;
| |
| position: fixed;
| |
| z-index: 9999;
| |
| overflow: hidden;
| |
| }
| |
| /*模板{{quickview}}end*/
| |
| | |
| /*悬浮框用格式-抄自冒险岛WIKI*/
| |
| .itemframe{ | |
| display:inline-block;
| |
| width:260px;
| |
| background-color:#000000bb;
| |
| color:white;
| |
| font-family:SimSun;
| |
| font-size:12px;
| |
| line-height:16px;
| |
| border:1px solid #000000bb;
| |
| border-radius:10px;
| |
| box-shadow:0 0 0 1px #ffffff,0 0 0 2px #454545;
| |
| padding:0px 10px 10px 10px;
| |
| margin:2px 2px;
| |
| }
| |
| /*悬浮框用格式-抄自冒险岛WIKIend*/
| |
| | |
| /*信息栏*/
| |
| .boxright { | |
| width: 300px !important;
| |
| float:right;
| |
| margin: 0px 0px 15px 15px !important;
| |
| }
| |
| @media only screen and (max-width:759px){
| |
| .boxright {
| |
| width:100%; | |
| float:none;
| |
| margin:15px 0px !important;
| |
| }
| |
| .poke-bg {font-size:11px;}
| |
| } | | } |