/* ------------------------------------ * Typecho Default Theme * * @author fen1211@gmail.com * @link http:/typecho.net/ * @update 2009-03-29 14:30 * --------------------------------- */ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0} /* ------------------ * gobal settings * --------------- */ body { background: #586273 url(/usr/themes/m4go/images/pagebg.gif); color:#1a1f27; font-size: 14px; line-height: 180%; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; margin-bottom: 20px; } h1, h2, h3, h4, h5, h6 { font-weight: normal; } input, textarea { font-family: Helvetica, Arial, sans-serif; font-size: 100%; } input, textarea { font-size: 13px; padding: 2px; } textarea { *padding: 3px; } @media screen and (-webkit-min-device-pixel-ratio:0) { textarea { padding: 3px; } } a { color:#1a1f27; text-decoration: none; } a:hover { color:#1a1f27; } pre, code, tt { font: 12px 'andale mono', 'lucida console', monospace; line-height: 1.5; } code { margin-bottom: 20px; } pre, code { display: block; overflow-x: auto; background: #f4f4f4; padding: 5px 10px; border: 1px solid #eee; } /* Remove possible quote marks (") from ,
. */ blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } blockquote { margin: 1.5em; color: #666; font-style: italic; } /*code {display: block; border: 1px solid #AAAAAA; background: #F1ECDD; color: #444; line-height: 16px; overflow: auto; font-family: 'andale mono','lucida console',monospace; padding: 10px; margin: 10px 0;}*/ /* Tables -------------------------------------------------------------- */ /* Tables still need 'cellspacing="0"' in the markup. */ table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } table, td, th { vertical-align: middle; } table { margin-bottom: 1.4em; width:100%; } th { font-weight: bold; } thead th { background: #c3d9ff; } th,td,caption { padding: 4px 10px 4px 5px; } tr.even td { background: #e5ecf9; } tfoot { font-style: italic; } caption { background: #eee; } fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; } legend { font-weight: bold; } .clearfix { clear: both; } .clear { clear:both; } ul { list-style-type: disc; } /* ------------------ * top * --------------- */ #top { margin:0 auto; width: 100%; height: 10px; background:url(/usr/themes/m4go/images/header_bg.jpg) repeat-x center top; } /* ------------------ * header * --------------- */ .m4go_header { width: 100% ; height: 80px;} .m4go_header_main { margin: auto; width: 900px; height: 80px; background: url(/usr/themes/m4go/images/logo.gif) no-repeat; } .m4go_header_main h1 { float: left; text-indent: -300px; padding-top: 10px; } .m4go_header_main h1 a { float: left; width: 300px; height: 40px; } .m4go_header_main h1 a:hover { background: url(/usr/themes/m4go/images/logo.gif) 0px -10px; } .m4go_header_main ul { float: right; text-align: right; padding-top: 24px; } .m4go_header_main li { float: left; list-style: none; padding-left: 10px; } li.header_index { display: none; } li.header_home a { float: left; width: 80px; height: 33px; background: url(/usr/themes/m4go/images/home.gif); } li.header_home_current a { float: left; width: 80px; height: 33px; background: url(/usr/themes/m4go/images/home.gif) bottom ; } li.header_blog a { float: left; width: 74px; height: 33px; background: url(/usr/themes/m4go/images/blog.gif); } li.header_blog_current a { float: left; width: 74px; height: 33px; background: url(/usr/themes/m4go/images/blog.gif) bottom ; } li.header_guestbook a { float: left; width: 98px; height: 33px; background: url(/usr/themes/m4go/images/guestbook.gif); } li.header_guestbook_current a { float: left; width: 98px; height: 33px; background: url(/usr/themes/m4go/images/guestbook.gif) bottom ; } /* ------------------ * ontainer * --------------- */ #nav_box { background: url(/usr/themes/m4go/images/nav_bg.gif) no-repeat center top; margin-bottom: 0px; font-family: "隶书","Lucida Grande",Tahoma,"Bitstream Vera Sans",Arial,sans-serif; font-size: 26px; } ul#nav_menu { height: 46px; line-height: 30px; list-style: none; padding: 0; margin-left: 40px; } ul#nav_menu li { float: left; padding: 0; margin-left: 4px; height: 30px; line-height: 30px; } ul#nav_menu li a { margin:7px 10px 0 0; padding:0 20px; display:block; line-height:28px; color:#fdf49b; } ul#nav_menu li a:hover { color:#56575A; background:#fffffe; } #container { width: 966px; background: url(/usr/themes/m4go/images/containermid.gif) top center repeat-y; margin: 0 auto; padding: 0; } /* ------------------ * main * --------------- */ .m4go_main { width: 900px; margin: auto; background: url(/usr/themes/m4go/images/main-bg.png) no-repeat top center ; } .wemakeface { height: 70px; background: url(/usr/themes/m4go/images/we.png) no-repeat bottom center ; } .m4go_category { background: url(/usr/themes/m4go/images/main-center.png); } .m4go_category_bg { padding-top: 0px; } .m4go_category_main { background: url(/usr/themes/m4go/images/main-top.png) no-repeat top; } .m4go_category_node { padding-top: 25px; padding-right: 25px; float: right; width: 665px; overflow: hidden; } .m4go_category_sidebar { float: left; padding-top: 25px; padding-left: 2px; width: 204px; text-indent: -3000px; } .m4go_category_sidebar ul { width: 183px; border-top: 1px solid #313742; } .m4go_category_sidebar li { list-style: none; } li.cate_home a {float: left; width: 183px; height: 36px; background: url(/usr/themes/m4go/images/category-home-bg.png); } li.cate_news a {float: left; width: 183px; height: 36px; background: url(/usr/themes/m4go/images/category-news-bg.png); } li.cate_caipin a {float: left; width: 183px; height: 36px; background: url(/usr/themes/m4go/images/category-caipin-bg.png); } li.cate_mengcanwenhua a {float: left; width: 183px; height: 36px; background: url(/usr/themes/m4go/images/category-mengcanwenhua-bg.png); } li.cate_techan a {float: left; width: 183px; height: 36px; background: url(/usr/themes/m4go/images/category-techan-bg.png); } li.cate_home_current a { float: left; width:204px; height: 41px; background: url(/usr/themes/m4go/images/category-home-current.png); position: relative; top: -1px; left: -7px; } li.cate_news_current a { float: left; width:204px; height: 41px; background: url(/usr/themes/m4go/images/category-news-current.png); position: relative; top: -1px; left: -7px; } li.cate_caipin_current a { float: left; width:204px; height: 41px; background: url(/usr/themes/m4go/images/category-caipin-current.png); position: relative; top: -1px; left: -7px; } li.cate_mengcanwenhua_current a { float: left; width:204px; height: 41px; background: url(/usr/themes/m4go/images/category-mengcanwenhua-current.png); position: relative; top: -1px; left: -7px; } li.cate_techan_current a { float: left; width:204px; height: 41px; background: url(/usr/themes/m4go/images/category-techan-current.png); position: relative; top: -1px; left: -7px; } li.cate_7_current a { float: left; width:204px; height: 41px; background: url(/usr/themes/m4go/images/category-7-current.png); position: relative; top: -1px; left: -7px; } li.cate_pao_current a { float: left; width: 183px; height: 36px; background: url(/usr/themes/m4go/images/category-pao-current.png); position: relative; top: -1px; left: 1px; } li.cate_ao_current a { float: left; width: 183px; height: 36px; background: url(/usr/themes/m4go/images/category-ao-current.png); position: relative; top: -1px; left: 1px; } li.cate_deng_current a { float: left; width: 183px; height: 36px; background: url(/usr/themes/m4go/images/category-deng-current.png); position: relative; top: -1px; left: 1px; } li.cate_yang_current a { float: left; width: 183px; height: 36px; background: url(/usr/themes/m4go/images/category-yang-current.png); position: relative; top: -1px; left: 1px; } li.cate_chao_current a { float: left; width: 183px; height: 36px; background: url(/usr/themes/m4go/images/category-chao-current.png); position: relative; top: -1px; left: 1px; } li.cate_dui_current a { float: left; width: 183px; height: 36px; background: url(/usr/themes/m4go/images/category-dui-current.png); position: relative; top: -1px; left: 1px; } li.cate_shao_current a { float: left; width: 183px; height: 36px; background: url(/usr/themes/m4go/images/category-shao-current.png); position: relative; top: -1px; left: 1px; } .m4go_cate_list_pic { height: 152px; } .m4go_cate_list_pic2 { height: 306px; } .m4go_cate_list_border2 { height: 306px; background: url(/usr/themes/m4go/images/657x296.png); } a.m4go_cate_list_titlepic { float: left; width: 665px; height: 152px; } a.m4go_cate_list_titlepic2 { float: left; width: 665px; height: 306px; } h2.m4go_cate_list_title_bak { font-size: 18px; font-weight: bold; padding-top: 10px; padding-bottom: 5px; padding-left: 3px; } h2.m4go_cate_list_title { height: 50px; text-indent: -3000px; } .m4go_cate_list_txt { padding-bottom: 20px; padding-left: 3px; } p.more a { text-indent: -3000px; float: left; width: 105px; height: 25px; background: url(/usr/themes/m4go/images/more.png); } p.more { padding-top: 15px; } .m4go_category_bottom { height: 55px; background: url(/usr/themes/m4go/images/main-bottom.png) no-repeat bottom ; } .m4go_category_bottom ul { float: left; width: 693px; padding-top: 7px; padding-left: 207px; } .m4go_category_bottom li { float: left; list-style: none; margin-left: 8px; margin-top: 20px; } .m4go_category_bottom li a { float: left; width: 11px; height: 12px; background: url(/usr/themes/m4go/images/icon-dot.png); overflow: hidden; text-indent: -30000px; } li#nextpage { float: right; width: 153px; height: 48px; margin-top: 0px; } li#nextpage a { float: left; width: 153px; height: 48px; background: url(/usr/themes/m4go/images/nextpage.png); } .m4go_category_bottom li.backpage { display: none; } .m4go_category_bottom li.pagesplit { display: none; } .m4go_category_bottom li.current a { background: url(/usr/themes/m4go/images/icon-dot2.png) ; } .m4go_post_main { background: url(/usr/themes/m4go/images/glow-top.gif) no-repeat top center; padding-top: 40px; } .m4go_post_bg { background: url(/usr/themes/m4go/images/post-top.png) no-repeat ; } .m4go_post_cate { height: 60px; } .m4go_post_content { padding-left: 30px; padding-right: 30px; padding-bottom: 20px; background: url(/usr/themes/m4go/images/post-center.jpg) ; } .m4go_post_contents { padding-top: 10px; font-size: 14px; width: 100%; } .m4go_post_contents p { margin-bottom: 10px; } .crumbs_patch { font-size: 20px; margin-bottom: 10px; } .m4go_post_bottom { height: 17px; background: url(/usr/themes/m4go/images/post-bot.png); } .m4go_comments_post { padding-top: 20px; padding-left: 30px; padding-right: 30px; padding-bottom: 20px; } h2.entry_title { font-size: 26px; font-weight: bold; font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif; padding-bottom: 20px; } h2.entry_title2 { font-size: 26px; font-weight: bold; font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif; margin-bottom: 30px; } h2.entry_title a { border: none; } /* ------------------ * 最新资讯 * --------------- */ .zuixinzixun { width:900px;height:220px;margin:0 auto;margin:11px 0 0 0; } .fourceri { width:450px; height:220px; float:left; } .fourceri,.fourceri a { color:#000; } .fcr2 { width:450px; height:180px; overflow:hidden; margin:10px 0 0 20px !important; } .fcr2 li { font-size:15px; height:25px; margin-left:5px; line-height:25px; } .youcetu { width:400px; float:left; } /* ------------------ * comment list * --------------- */ .m4go_comments { width: 100%; background: url(/usr/themes/m4go/images/post-center.jpg); } .m4go_comments_h4 { height: 43px; background: url(/usr/themes/m4go/images/comment.png); position: relative; top: 0px; } .m4go_comments_h4 h4 { font-size: 14px; font-weight: bold; padding-left: 20px; color: #fff; line-height: 42px; height: 43px; background: url(/usr/themes/m4go/images/comment2.png) no-repeat right; position: relative; top: 0px;} .m4go_comments_ol { padding-top: 30px; padding-bottom: 20px; } ol#m4go_comments_ol li { float:left; margin-left: 30px; margin-bottom: 30px; width: 375px; background: url(/usr/themes/m4go/images/comments-bg.png) no-repeat; padding-top: 10px; padding-left: 15px; padding-right: 15px; height: 210px; padding-bottom: 20px; } .m4go_comments_gavpic { float: left; width: 83px; height: 83px; padding: 11px; } .m4go_comments_gavborder { float: left; width: 105px; height: 105px; background: url(/usr/themes/m4go/images/gavborder.png); position: relative; top: 0px; left: -105px;} .m4go_comments_name { float: right; width: 250px; font-size: 18px; font-weight: bold; height: 25px; line-height: 25px; overflow: hidden; position: relative; top: -102px; left: 0px; text-transform: uppercase ;} .m4go_comments_url { float: right; width: 250px; height: 35px; background: url(/usr/themes/m4go/images/comments-url.png) no-repeat; position: relative; top: -75px; left: 0px;} .m4go_comments_url a { float: left; width: 120px; height: 35px; text-indent: -3000px; } .m4go_comments_node { padding: 5px; width: 365px; height: 80px; overflow: hidden; position: relative; top: -50px; left: 0px; } .m4go_comments_post label { padding-left: 10px; line-height: 36px; } .m4go_comments_post input.text { padding: 8px; background: #fbf7e6; border: 1px solid #434956; width: 365px; margin-bottom: 8px; color: #fff; font-size: 13px; } .m4go_comments_post textarea { padding: 8px; background: #fbf7e6; border: 1px solid #434956; width: 400px; margin-bottom: 8px; color: #000; font-size: 14px; overflow: hidden; line-height: 22px; height: 140px; } input.btn { width: 153px; height: 48px; } input#inputname { background: #fbf7e6 url(/usr/themes/m4go/images/name.png) no-repeat right center; } input#inputmail{ background: #fbf7e6 url(/usr/themes/m4go/images/mail.png) no-repeat right center; } input#inputurl { background: #fbf7e6 url(/usr/themes/m4go/images/url.png) no-repeat right center; } .custom-area table{margin:0 auto;border-collapse:separate;}.custom-area p{line-height:1.4;}.custom-area strong{font-weight:700;}.custom-area em{font-style:italic;}.custom-area img,object{vertical-align:middle;*vertical-align:baseline;} /* ----------------- * footer *--------------- */ #footer { background: #2f348f; color: #fff; clear: both; margin: 0 auto; padding: 25px 50px 15px 50px; text-align: center; font-size: 14px; } #shipin { background:url(/usr/themes/m4go/images/dianzhi.gif) no-repeat right top; margin:10px 0 0 20px !important; } /* Article */ .article{ float:left; width:684px;} .scroll{float:left;overflow:hidden;position:relative;padding:0px;} .scroll li{float:left; width:212x; height:196px; padding:0px; margin:0 20px 10px 0; } .scroll li img{width:200px;height:150px;margin:0px;} .scroll li a img{border:2px solid #DDD;padding:2px;} .scroll li a:hover img{border:2px solid #FF6600;filter:alpha(opacity=90)} .scroll li p{ color:#999; height:24px; line-height:22px;} .scroll li a{text-decoration:none; color:#FF6600;} .scroll li a:hover{text-decoration:none;color:#555;border:none;} .scroll li a span{width:58px; height:35px; line-height:33px; padding:0 0 0 22px; margin:0px; background:url(/usr/themes/m4go/images/favicon.png) no-repeat;position:absolute; right:12px; top:12px;display:none; color:#eee;} .scroll li a:hover span{/*filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;*/display:block;} .scroll li strong{width:25px; height:15px; padding:0;margin:0px; position:absolute; left:4px;top:138px; background:url(/usr/themes/m4go/images/tui.jpg) no-repeat;} /* Home boxes */ .box { background:#fff; color:#555; width:200px; margin:30px 10px 10px 0px !important; float:left; position:relative; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; } .lastbox{ margin-right:0px!important; } .boxim{ width:200px; margin:10px auto 10px; float:left; } .btitle{ padding:10px 10px; text-align:center; } .btitle h2 a:link, .btitle h2 a:visited{ font-size:18px; font-weight:normal; color:#444; } a.boximg{ margin:0px 0px 10px 0px; display:block; } .boxentry{ padding:10px 15px 35px 15px; line-height:22px; } a.bmore{ width:39px; height:39px; background:url(/usr/themes/m4go/images/more.png); right:0px; bottom:0px; position:absolute; } .boxmeta{ background:#CA021E; } .p-cost{ color:#eee; font-size:16px; padding:8px 10px; float:left; font-weight:bold; } .p-link{ color:#eee; background:#CA021E; font-size:12px; padding:10px 20px; float:right; } .p-link a:link, .p-link a:visited{ color:#fff; } /* FILE ARCHIVED ON 04:29:37 Dec 26, 2013 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 10:01:15 Sep 09, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.49 exclusion.robots: 0.031 exclusion.robots.policy: 0.022 esindex: 0.009 cdx.remote: 33.47 LoadShardBlock: 261.446 (3) PetaboxLoader3.datanode: 88.95 (4) PetaboxLoader3.resolve: 125.035 (2) load_resource: 160.21 */