/** * Theme Name: rywhg * Author: 豫商网络 * Description: 汝阳县文化馆 * Version: 1.0.0 */ /*CSS reset*/ html, body, div, p,ol,ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select,fieldset,legend, button, textarea,iframe, table, marquee,img{ margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6{font-size:12px;} html{ min-width:100%; min-height:100%; overflow-x:hidden; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } fieldset{border:0 none;} legend{display:none;} textarea,input,button,select{outline:none;} table{border-collapse:collapse;border-spacing:0;} img{ border: 0 none; vertical-align:bottom; /*空隙的解决方法*/ } ul, li{ list-style-type: none; } em{ font-style:normal;} body{ font-family:"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Tahoma, Arial, Helvetica, sans-serif; color:#333; font-size:12px; behavior:url("/wp-content/themes/rywhg/csshover.htc")/*解决IE6不支持hover的问题*/; cursor:default; background: url("/wp-content/themes/rywhg/images/bg.png") repeat center center fixed; /*overflow-x:hidden;*/ } article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary,time{display: block;} /*文本选择的高亮效果*/ ::selection{background:#b24040; color:#fff;} ::-moz-selection{background:#b24040; color:#fff;} ::-webkit-selection{background:#b24040; color:#fff;} /*文本占位符颜色*/ ::-webkit-input-placeholder { /* WebKit browsers */ color: #999; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; } ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999; } :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #999; } /*原子类*/ .tl{text-align:left;} .tc{text-align:center;} .tr{text-align:right;} .bc{margin-left: auto;margin-right: auto;} .fl{float:left;display:inline;} .fr{float:right;display:inline;} .clearfix:after{ content:"."; display:block; height:0; line-height:0; clear:both; visibility:hidden; } .clearfix{zoom:1;/*IE6/7*/} .hide{ display:none;} .b{ border:1px solid #000000;} .w{ border:1px solid #ffffff;} .f12{font-size:12px;} .f13{font-size:13px;} .f14{font-size:14px;} .f15{font-size:15px;} .f16{font-size:16px;} .f17{font-size:17px;} .f18{font-size:18px;} .f19{font-size:19px;} .f20{font-size:20px;} .f21{font-size:21px;} .f22{font-size:22px;} .f23{font-size:23px;} .f24{font-size:24px;} .f25{font-size:25px;} .mt10{margin-top:10px;} .mt15{margin-top:15px;} .mt20{margin-top:20px;} .mt30{margin-top:30px;} .mb10{margin-bottom:10px;} .ml10{margin-left:10px;} .ml20{margin-left:20px;} .ml30{margin-left:30px;} .ml40{margin-left:40px;} .ml50{margin-left:50px;} .ml60{margin-left:60px;} .ml70{margin-left:70px;} .ml80{margin-left: 80px;} .mr10{margin-right:10px;} .mr20{margin-right:20px;} .mr30{margin-right:30px;} .block{ display:block;} .inline-block{display:inline-block; *display:inline;} .fw-bold{ font-weight:bold;} .fw-normal{ font-weight:normal;} .fs-normal{ font-style: normal;} .lh36{line-height:36px;} .lh24{line-height:24px;} .c-white{ color:#fff;} .c-blue{ color:#0373cc;} .c-red{color:#C03;} .c-gray{color:#999;} .c-green{color:#41D30E;} .text-upper{text-transform: uppercase;} .text-lower{text-transform: lowercase;} .gray-border{ border:1px solid #eaeaea;} .pointer{ cursor:pointer;} .Arial{font-family:Arial, Helvetica, sans-serif;} .over-hidden{overflow:hidden;} .pos-r{position:relative;} .pos-a{position:absolute;} .pos-f{position: fixed;} .z100{z-index: 100;} .z200{z-index: 200;} .z300{z-index: 300;} .z400{z-index: 400;} .z500{z-index: 500;} .z600{z-index: 600;} .z700{z-index: 700;} .z800{z-index: 800;} .z900{z-index: 900;} .z1000{z-index: 1000;} .v-middle{vertical-align: middle;} .v-textTop{vertical-align: text-top;} /*竖排-从右到左*/ .vertical-rl{ -webkit-writing-mode:vertical-rl; writing-mode:vertical-rl; writing-mode:tb-rl\9; } /*竖排-从左到右 ie6-10不兼容 建议少用*/ .vertical-lr{ -webkit-writing-mode:vertical-lr; writing-mode:vertical-lr; writing-mode:lr-tb\9; } .transparent{ filter:alpha(opacity=50); -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; } .right_triangle { width: 0; height: 0; overflow: hidden; border-width: 10px; border-color: transparent transparent transparent #008091; border-style: dashed dashed dashed solid; } .ellipsis{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden; } /*a*/ a{blr:expression(this.onFocus=this.blur())/*IE下*/; transition:all ease-in-out .3s/*IE10+、Firefox、chrome、Opera*/;} a:focus{outline:none;}/*FF下*/ a:link{color:#515151;text-decoration:none;} a:visited{color:#515151;text-decoration:none;} a:hover{color:#810000;text-decoration:none;} /*网页宽度*/ .w1920{ width:1920px; position:relative; top: 0; left: 50%; margin-left: -960px; } .w1010{ width:1010px; position:relative; top: 0; left: 50%; margin-left: -490px; } .w1002{ width:1002px; position:relative; top: 0; left: 50%; margin-left: -501px; } .backToTop { display: none; width: 40px; height:40px; line-height: 1.2em; padding:5px 5px; background:url("/wp-content/themes/rywhg/images/up.png") no-repeat center top; text-align: center; position: fixed; _position: absolute; z-index:999; right: 50px; bottom: 20px; _bottom: "auto"; cursor: pointer; opacity: .6; filter: Alpha(opacity=60); } .site-top{ height: 30px; line-height: 30px; } .site-weather{margin-left: -20px; margin-top: 3px;} /*Header*/ #header{ height: 125px; } .logo{ width:521px; height:91px; background: url("/wp-content/themes/rywhg/images/logo.png") no-repeat center center; } .logo a{ display: block; width: 543px; height: 107px; text-indent: -9999px; } /*Menu*/ .menu{ height:54px; background: url("/wp-content/themes/rywhg/images/index_2.png") no-repeat center center; } .menu ul{padding-top: 15px;} .main-nav{ float: left; display: inline; height: 30px; position:relative; width:111px; } .main-nav a{ display:block; text-align: center; font-size: 15px; font-weight: bold; } .main-nav a:link{color:#fff;text-decoration:none;} .main-nav a:visited{color:#fff;text-decoration:none;} .main-nav a:hover,.main-nav a.active,.main-nav a.hover{color:#d14e4e;text-decoration:none;} .main-nav a.default{color:#fff;background:none;} /*二级菜单*/ .main-nav ul{ width:120px; background-color:#403634; position:absolute; top:30px; left:50%; margin-left:-60px; z-index:10000; opacity:0.9; filter:alpha(opacity=90); border-radius:0 0 5px 5px; display:none; } .subNav{float:none; width:120px; height:35px;} .subNav a{ margin:3px auto 0 auto; display:block; width:120px; height:30px; line-height:30px; text-align:center; font-size:13px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; border-radius:0; font-weight: normal; } .subNav a:link{color:#fff;} .subNav a:visited{color:#fff;} .subNav a:hover{color:#fff; background-color:#655a58;} /*Banner*/ .banner-scroll{ margin-top: -30px; height: 462px; overflow: hidden; } .banner-scroll{background-color: #121212;} .banner-arrow{ width: 50px; height: 50px; position: absolute; top: 42%; z-index: 100; background-image: url("/wp-content/themes/rywhg/images/banner_arrow.png"); background-repeat: no-repeat; cursor: pointer; display: none; } .banner-prev{background-position: 0 0; left: 0;} .banner-next{background-position: -50px 0; right: 0;} .banner-scroll:hover .banner-arrow{ display: block;} .banner-btn{ width:100%; position:absolute; bottom:10px; z-index:999; text-align:center; } .banner-btn ul{} .banner-btn ul li{ margin-left:2px; display:inline-block; *display:inline; width:10px; height:10px; background-color:#e69f16; cursor:pointer; border-radius:5px; zoom:1; } .banner-btn ul li.active{background-color:#810000;} /*Content*/ .content-bg{ background: url("/wp-content/themes/rywhg/images/index_22.jpg") no-repeat center bottom; } .content{ padding-top: 20px; padding-bottom: 50px; width:1002px; position:relative; top: 0; left: 50%; margin-left: -501px; } /*图片新闻*/ .myFocus-bg{ width:485px; height:343px; background: url("/wp-content/themes/rywhg/images/index_3.png") no-repeat center center; padding-top: 10px; overflow: hidden; } #myFocus{ margin: 0 auto; width:470px; height:305px; } #myFocus .pic { border: 1px solid #fefefe; } /*新闻模块一*/ .newsModule{ width: 360px; height: 240px; position: relative; overflow: hidden; } .newsModule3{ width:485px; height: 347px; position: relative; overflow: hidden; } .newsModule-title{ width: 166px; height: 43px; line-height: 43px; text-indent: 10px; background: url("/wp-content/themes/rywhg/images/index_4.png") no-repeat center center; font-size:18px; padding-left:5px; font-weight: normal; color: #fff; } .newsModule-content{ margin-top: -20px; padding-top: 30px; background: url("/wp-content/themes/rywhg/images/index_24.png") repeat-x 145px top; } .first-list{ height: 71px; background: url("/wp-content/themes/rywhg/images/index_22.png") repeat-x center bottom; margin-bottom: 5px; overflow: hidden; } .nc-title{ width: 360px; height: 20px; } .nc-title a{ color: #810000; } .nc-title a:hover{text-decoration: underline;} .nc-txt{line-height: 23px;} .news-list{ height: 28px; line-height: 28px; padding: 0 0 0 15px; background: url("/wp-content/themes/rywhg/images/index_6.png") no-repeat left center; overflow:hidden; } .news-list span{ float:right;} .news-list:hover{ background: url("/wp-content/themes/rywhg/images/index_23.png") no-repeat left center; } a.newsMore{ width: 42px; height: 15px; text-align: center; color: #443a38; background: url("/wp-content/themes/rywhg/images/index_5.png") no-repeat center bottom; right: 0; top: 13px; } a.r15{right: 15px;} a.newsMore:hover{ font-weight: bold; } /*通知公告*/ .notice{ width: 283px; height: 245px; position: relative; overflow: hidden; } .notice-title{ width: 166px; height: 43px; line-height: 43px; text-indent: 10px; background: url("/wp-content/themes/rywhg/images/index_4.png") no-repeat center center; font-size:18px; padding-left:5px; font-weight: normal; color: #fff; left: 20px; } .notice-content{ margin-top: -20px; padding-top: 20px; width: 283px; height: 212px; background: url("/wp-content/themes/rywhg/images/index_7.png") no-repeat center top; overflow: hidden; } .notice-list{ margin: 0 auto; width: 245px; height: 28px; line-height: 28px; padding: 0 0 0 15px; background: url("/wp-content/themes/rywhg/images/index_6.png") no-repeat left center; } .notice-list:hover{ background: url("/wp-content/themes/rywhg/images/index_23.png") no-repeat left center; } /*文艺团队*/ .btn-list{width: 236px;} .btn-list a:hover{ opacity: 0.8; filter: alpha(opacity=80); } /*照片墙*/ .image_gallery{overflow:hidden;} .image_gallery li{margin:0 0 15px 23px;float:left;display:inline;} .ig_bg{ width:190px; height:190px; border:1px solid #e9eaec; background-color:#f1f3e5; } .ig_bg:hover{background-color:#ecede5; opacity:0.8; filter:alpha(opacity=80);} .newsItems{padding-bottom:10px;} .news_lists{ border-bottom: 1px dotted #bab8b2; line-height:35px; height:35px; font-size: 14px; } .news_link{} a.news_link:hover{ color:#da441c; } .news_th{ height: 30px; line-height: 30px; border-top:1px dotted #c7dce7; background: linear-gradient(top,#dce9f0,#ebeff1); background: -webkit-linear-gradient(top,#dce9f0,#ebeff1); background: -moz-linear-gradient(top,#dce9f0,#ebeff1); background: -ms-linear-gradient(top,#dce9f0,#ebeff1); background: -o-linear-gradient(top,#dce9f0,#ebeff1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce9f0', endColorstr='#ebeff1'); /* IE6,IE7 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce9f0', endColorstr='#ebeff1')"; /* IE8 */ } .news_th_headline{ width: 420px; text-indent: 30px; } .news_th_author{width: 185px;} .news_headline{ width: 400px; padding:0 0 0 20px; background:url("/wp-content/themes/rywhg/images/list_type.png") no-repeat left center; } .news_author{width: 200px;} .news_views{} .works_gallery{} .works_gallery li{ padding-bottom: 20px; border-bottom:1px dashed #79858b; } a.works_image{ width:190px; height:190px; line-height: 190px; padding:5px; border:1px solid #79858b; background-color:#fff; overflow: hidden; } a.video_image{ width:169px; height:139px; line-height: 136px; /*padding:5px;*/ border:1px solid #79858b; background-color:#fff; overflow: hidden; } a.video_image img{max-width:100%; vertical-align:middle;} a.list_image{ width:169px; height:139px; line-height: 136px; padding:5px; border:1px solid #79858b; background-color:#fff; overflow: hidden; } a.list_image img{max-width:100%; vertical-align:middle;} a.works_image:hover, a.video_image:hover, a.list_image:hover{border:1px solid #810000; box-shadow: 1px 1px 5px #aaa;} a.works_more{ background-color: #342c2a; color:#fff; padding:4px 10px; border-radius:5px; } a.works_more:hover{background-color: #810000; } /*文化品牌*/ .brand{ width: 100%; height: 160px; overflow: hidden; } .brand-title{ width: 130px; height: 42px; line-height: 42px; padding: 0 15px 0 0; font-size: 24px; font-weight: normal; color: #000; background: url("/wp-content/themes/rywhg/images/title-bg.png") repeat center center; } .title-bg{ display: inline-block; width: 43px; height: 42px; color: #fff; font-size: 30px; text-align: center; font-style: normal; background: url("/wp-content/themes/rywhg/images/index_8.png") no-repeat center center; } .brand-content{ margin-top: -18px; padding-top: 25px; background: url("/wp-content/themes/rywhg/images/index_22.png") repeat-x center top; } .brand-content ul{} .brand-list{ float: left; width: 100px; } .brand-list a{ margin: 0 auto; display: block; width: 94px; height: 108px; -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; } .brand-list a:hover{ opacity: 0.8; filter: alpha(opacity=80); } /*精品展示 活动视频*/ .photo{ width: 485px; height: 200px; position: relative; overflow: hidden; } .photo-title{ width: 130px; height: 42px; line-height: 42px; padding: 0 15px 0 0; font-size: 24px; font-weight: normal; color: #000; } .photo-content{ margin-top: -18px; padding-top: 30px; background: url("/wp-content/themes/rywhg/images/index_25.png") no-repeat 125px top; } .photo-content ul{height: 150px;} .photo-list{ margin: 0 5px; float: left; width: 169px; height: 139px; line-height: 136px; border: 1px solid #806a5d; background-color:#fff; } .essence-list{/*width: 149px;*/} .photo-list:hover{ box-shadow: 1px 1px 3px #666; } .photo-list a{ -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; } .photo-list a img{ width:169px; height:139px; /*height: 139px;*/ } .essence-list a img{max-width: 100%;vertical-align:middle;} .photo-list a:hover{ opacity: 0.8; filter: alpha(opacity=80); } /*大事记 远程辅导*/ .newsModule2{ width: 236px; height: auto; position: relative; overflow: hidden; } .newsModule2-title{ width: 171px; height: 43px; line-height: 43px; text-indent: 10px; background: url("/wp-content/themes/rywhg/images/index_4.png") no-repeat center center; font-size: 20px; font-weight: normal; color: #fff; left: 20px; } .newsModule2-content{ margin-top: -20px; padding-top: 25px; width: 236px; height:190px; background: url("/wp-content/themes/rywhg/images/index_12.png") no-repeat center top; overflow: hidden; } .newsModule2-list{ margin: 0 auto; width: 200px; height: 24px; line-height: 24px; padding: 0 0 0 15px; background: url("/wp-content/themes/rywhg/images/index_6.png") no-repeat left center; } .newsModule2-list:hover{ background: url("/wp-content/themes/rywhg/images/index_23.png") no-repeat left center; } /*网上展厅*/ .gallery{ width: 100%; height: auto; position: relative; overflow: hidden; } .gallery-title{ width: 130px; height: 42px; line-height: 42px; padding: 0 15px 0 0; font-size: 24px; font-weight: normal; color: #000; } .gallery-content{ margin: -18px auto 0 auto; padding-top: 30px; width: 940px; background: url("/wp-content/themes/rywhg/images/index_26.png") no-repeat 100px top; } .gallery-content ul{height: 150px;} .gallery-list{ margin: 0 10px 0 0; float: left; width: 169px; height: 139px; line-height: 136px; border: 1px solid #806a5d; background-color:#fff; } .gallery-list:hover{ box-shadow: 1px 1px 3px #666; } .gallery-list a{ -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; } .gallery-list a img{ width:169px; height:139px; } .gallery-list a:hover{ opacity: 0.8; filter: alpha(opacity=80); } .gallery-arrow{ width: 22px; height: 37px; position: absolute; top: 50%; z-index: 100; background-image: url("/wp-content/themes/rywhg/images/index_18.png"); background-repeat: no-repeat; cursor: pointer; } .gallery-prev{background-position: 0 0; left: 0;} .gallery-next{background-position: -22px 0; right: 0;} /*友情链接*/ .links{ width: 999px; height: 104px; background: url("/wp-content/themes/rywhg/images/index_19.png") no-repeat center center; } .links-title{ width: 53px; height: 104px; line-height: 53px; text-align: center; color: #fff; font-size: 18px; font-weight: normal; } .links-content{ width: 890px; height: 102px; background: url("/wp-content/themes/rywhg/images/index_22.png") repeat-x center center; overflow: hidden; } .links-content a{ display: inline-block; height: 30px; margin-top: 20px; margin-right: 20px; } /*Sidebar*/ .sidebar-decoration{ width: 10px; height: 10px; background-repeat:no-repeat; background-image: url("/wp-content/themes/rywhg/images/index_30.png"); position: absolute; z-index:200; } /*.d-top{ background-position:0 0; top: 0; left: 0; } .d-right{ background-position:-27px 0; top: 0; right: 0; }*/ .d-down{ background-position:-10px 0; bottom: 0; right: 0; } .d-left{ background-position:0 0; bottom: 0; left: 0; } .sidebar{width:200px; height:auto; background-color:#fafafa;} .sidebarTitle{ width:200px; height:40px; line-height:40px; text-align:center; font-size:18px; color:#fff; font-weight: normal; letter-spacing:1px; background: url("/wp-content/themes/rywhg/images/index_27.png") repeat center center; } .sidebarContent{ width:198px; height:auto; padding:5px 0 15px 0; border:1px solid #775f52; border-top: 0; } .items{height:auto;} .items li{ margin:0 auto; width:180px; height:43px; padding:3px 0 0 0; border-bottom:1px dashed #e0d5cf; } .items li a{ display:block; width:180px; height:40px; line-height:40px; font-size:14px; text-align:center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; } .items li a:link{color:#717171;text-decoration:none;} .items li a:visited{color:#717171;text-decoration:none;} .items li a:hover,.items li a.active{color:#532920;text-decoration:none; font-weight:bold; background-color:#efefee;} .items li a.default{color:#717171; font-weight:normal; background-color:transparent;} .items li a.upload_link{ background-color: #342c2a; color:#fff; border-radius:5px; } .items li a.upload_link:hover{background-color: #810000; } /*right*/ .right{width:760px; height:auto; overflow:hidden;} .right_title{ width:760px; height:45px; line-height:45px; background: url("/wp-content/themes/rywhg/images/index_22.png") repeat-x center bottom; overflow:hidden; } .tit{ font-size:17px; margin:0 0 0 10px; letter-spacing:1px; color:#532920; font-weight: normal; } .location{ margin:0 15px 0 0;} .right_content{width:740px; height:auto; font-size:16px; line-height:28px; padding:10px 10px 15px 10px; overflow:hidden;text-indent:2em;} .right_content p{margin-bottom:12px; } /* .right_content img{max-height:100%;}*/ .right_content _img{width:100%;} .right_content p img{ width:730px; height:auto; display:block; margin:5px auto;} .rightContact{width:100%; min-height:213px; _height:213px; background:url("/wp-content/themes/rywhg/images/contact.png") no-repeat right center;} .noInfo{width:100%;height:300px;line-height:300px;text-align:center;font-size:34px;} .essence_right,.essence_title{width: 100% !important;} .essence_content{width: 980px;} /*精品展示*/ #essence{ margin: 0 auto; width:980px; height:550px; overflow: hidden; } #essence img{max-width: auto;} #essence _img{width: auto;} /*Footer*/ .fatFooter{ margin-top: -20px; height: 278px; background: url("/wp-content/themes/rywhg/images/index_21.png") no-repeat center center; color: #fff; } .fatFooter a{color: #dddddd;} .fatFooter a:hover{color: #fff;} .footer-nav{padding-top: 30px; height: 230px;} .footer-nav-list{ margin: 0 30px; float: left; display: inline; width: 135px; } .footer-nav-list img{ width:150px; height:150px;} .footer-nav-list dt{ height: 30px; font-weight: bold; background: url("/wp-content/themes/rywhg/images/index_20.png") no-repeat left bottom; } .footer-nav-list dd{ margin-top:6px; } #footer{ padding: 15px 0; background-color: #342c2a; } /*分页*/ .page{ height:50px; line-height:50px; text-align:center; margin-bottom:30px;} .page_turner{padding:4px 0px 0px 1px; display:inline-block;} .page_turner a, .page_turner span{ display:inline-block;border:1px solid #342c2a;padding:3px 7px;margin-left:4px;line-height:14px;} .page_turner a:link, .page_turner a:visited{text-decoration:none;} .page_turner a:hover, .page_turner a.c{background:#342c2a;color:#fff} /*在线报名*/ .zxbm h2{ padding:20px; font-size:18px; text-align:center;}/ .zxly .name{ width:80px; display:block;font-size:16px;} .zxly .xh{ color:#f00; padding-right:2px;} .zxly textarea{ font-family:"微软雅黑"; color:#999999;} .zxly .input_t{ width:260px; height:34px; line-height:34px; padding-left:10px; border:1px solid #ddd; margin-left:10px; background:#f1f1f1;} .zxly .input_t2{ width:740px; height:100px; line-height:26px; padding-left:10px; border:1px solid #ddd; margin-left:10px;background:#f1f1f1;} .zxly td{ padding-top:25px;} .input_s{ width:100px; height:40px; line-height:40px; background:#d78136; color:#fff; text-align:center; border:none; margin-left:240px; border-bottom:2px solid #b36826;} .input_r{ width:100px; height:40px; line-height:40px; background:#bc1818; color:#fff; text-align:center; border:none; margin-left:60px; border-bottom:2px solid #8a0f0f;} h2.screen-reader-text { display: none; } .nav-links a { display: inline-block; border: 1px solid #342c2a; padding: 3px 7px; margin-left: 4px; line-height: 14px; } .nav-links span { display: inline-block; border: 1px solid #342c2a; padding: 3px 7px; margin-left: 4px; line-height: 14px; } .nav-links { text-align: center; } .nav-previous, .nav-next { display: inline-block; } .news_lists { padding-bottom: 0 !important; } /*留言板*/ .comment-author.vcard img { display: none; } ol.comment-list li { border: 1px solid #efe6cf; margin: 0 0 10px; padding: 10px 20px; } ol.comment-list says {} .comment-author.vcard { color: #9c7f64; float: left; /* margin-left: -50px; */ } .comment-meta.commentmetadata a { color: #b9b9b9; text-align: right; } .reply { color: #b9b9b9; text-align: right; display: none; } .reply a { color: #b9b9b9; } ol.comment-list p { color: #444; } h4.comments-title.section-title { display: none; } div#respond { margin-top: 35px; margin-left: 100px; } h3#reply-title { font-size: 22px; color: #444; margin-bottom: 10px; margin-left: -100px; } p.comment-notes { display: none; } p.comment-form-comment label,p.comment-form-author label,p.comment-form-email label,p.comment-form-url label,p.comment-form-tel label,p.comment-form-qq label,p.comment-form-weixin label { float: left; margin: 3px 0 0 -120px; text-align: right; width: 100px; } p.comment-form-author,p.comment-form-author,p.comment-form-email,p.comment-form-url,p.comment-form-tel,p.comment-form-qq,p.comment-form-weixin { margin-bottom: 10px; } .ry-comments { font-size: 14px; margin: 25px 0; line-height: 26px; } textarea, input { resize: none; outline: none; background: #fff none repeat scroll 0 0; border: 1px solid #bfbfbf; padding: 8px; } .nav-links .current { background: #342c2a; color: #fff; }