/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */ a{text-decoration: none;} /* 链接无下划线,有为underline */ a:link {color: #000;} /* 未访问的链接 */ a:visited {color: #333;} /* 已访问的链接 */ a:hover{color: #ddb000;} /* 鼠标在链接上 */ a:active {color: #f30;} /* 点击激活链接 */ /* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为*** */ a.channel:link {color: #000;} a.channel:visited {color: #000;} a.channel:hover{color: #f30;} a.channel:active {color: #000;} /* 顶部当前频道文字链接的css定义－－调用代码为*** */ a.channel2:link {color: #f30;} a.channel2:visited {color: #f30;} a.channel2:hover{color: #000;} a.channel2:active {color: #f30;} /* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为*** */ a.bottom:link {color: #fff;} a.bottom:visited {color: #fff;} a.bottom:hover{color: #f30;} a.bottom:active {color: #fff;} /* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为*** */ a.class:link {color: #000;} a.class:visited {color: #000;} a.class:hover{color: #fff;} a.class:active {color: #000;} /* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为*** */ a.class1:link {color: #bf0000;} a.classl:visited {color: #bf0000;} a.classl:hover{color: #bf0000;} a.classl:active {color: #bf0000;} /* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */ body { scrollbar-3d-light-color: #21a8ce; scrollbar-highlight-color: #ffffff; scrollbar-face-color : #21a8ce; scrollbar-arrow-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-dark-shadow-color: #21a8ce; scrollbar-base-color: #ffffff; margin:0px; font-size: 9pt; background-position:center; text-decoration: none; text-align:center; } /* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */ td { font-family:"宋体"; font-size: 9pt; line-height: 150%; font-weight: normal; } .pic1{border:4px solid #f0f0f0;} /* 文章频道图片边框c2c2c2 */ .pic2{border:4px solid #f0f0f0;} /* 下载频道图片边框 */ .pic3{border:4px solid #f0f0f0;} /* 图片频道图片边框 */ /* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */ /*input { background-color: #ffffff; border-bottom: #666666 1px solid; border-left: #666666 1px solid; border-right: #666666 1px solid; border-top: #666666 1px solid; color: #666666; height: 20px; border-color: #666666 #666666 #666666 #666666; font-size: 9pt } /* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */ button { font-size: 9pt;height: 20px; } /* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */ select { font-size: 9pt;height: 20px; } /* =====表格边框定义样式开始 www.20cz.com==== */ .table_x { border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ccc; } .table_1 { border:1px solid #ccc;min-height:27px;text-align:left;margin-bottom:5px;padding:4px 4px 4px 4px; } .table_2 { border:1px solid #ccc;min-height:100px;text-align:left;padding:4px 4px 4px 4px; } .table_news { border:1px solid #ccc;min-height:242px;text-align:left;padding:4px 4px 4px 4px; } .table_newsx { border-top-width:2px; border-top-style:solid; border-top-color:#21a8ce; min-height:100px; text-align:left; padding:4px 4px 4px 4px; } .table_zuoyou { border-right-width:1px; border-right-style:solid; border-right-color:#21a8ce; border-left-width:1px; border-left-style:solid; border-left-color:#21a8ce; } .table_zuoyouc { border-right-width:1px; border-right-style:solid; border-right-color:#ccc; border-left-width:1px; border-left-style:solid; border-left-color:#ccc; } .table_zxy { border-right-width:4px; border-right-style:solid; border-right-color:#f0f0f0; border-bottom-width:4px; border-bottom-style:solid; border-bottom-color:#f0f0f0; border-left-width:4px; border-left-style:solid; border-left-color:#f0f0f0; background:#fff; text-align:left; min-height:30px; padding:4px 4px 4px 4px; margin-bottom:5px; } .table_zxyw { border-right-width:4px; border-right-style:solid; border-right-color:#f0f0f0; border-bottom-width:4px; border-bottom-style:solid; border-bottom-color:#f0f0f0; border-left-width:4px; border-left-style:solid; border-left-color:#f0f0f0; background:#fff; text-align:left; min-height:30px; padding:4px 4px 4px 4px; } .table_shangxia { border-top-width:1px; border-top-style:solid; border-top-color:#21a8ce; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#21a8ce; } .table_zsy { border-top-width:1px; border-top-style:solid; border-top-color:#ccc; border-right-width:1px; border-right-style:solid; border-right-color:#ccc; border-left-width:1px; border-left-style:solid; border-left-color:#ccc; } .table_xiayou { border-right-width:1px; border-right-style:solid; border-right-color:#ccc; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#ccc; } .main_right_760 { float:left;width:760px;padding-left:5px;clear:right; border-left-width:1px;border-left-style:solid;border-left-color:#21a8ce; } .list_x { border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#ccc; height:20px;line-height:20px; } .table { border:1px solid #21a8ce; margin-bottom:3px; } .table_c { border:1px solid #ccc; margin-bottom:3px; } /* =====表格边框定义样式结束 www.20cz.com==== */ /* =====标题定义样式开始 www.20cz.com==== */ .left { background-color:#bde8f4;padding-left:4px !important;padding-left:0px;text-align:center; } .left_title { background-image:url(/Skin/enuo/left_title.gif); width:155px; height:34px; line-height:34px; color:#000; text-align:left; padding-left:40px; } .right_title_more { background-image:url(/Skin/enuo/right_title_more.gif); width:720px; height:31px; color:#bf0000; text-align:left; line-height:31px; padding-left:40px; margin-bottom:4px; } .right_title { background-image:url(/Skin/enuo/right_title.gif); width:720px; height:31px; color:#bf0000; text-align:left; padding-left:40px; line-height:31px; margin-bottom:4px; } .right_title_140 { background-image:url(/Skin/enuo/left_title.gif);width:140px;height:34px;line-height:34px;color:#000; } .title_532 { background-image:url(/Skin/enuo/title_532.gif); width:492px; height:31px; line-height:31px; color:#bf0000; padding-left:40px; text-align:left; margin-bottom:4px; } .title_378 { background-image:url(/Skin/enuo/title_378.gif); width:338px; height:31px; line-height:31px; color:#bf0000; padding-left:40px; text-align:left; margin-bottom:4px; } .mid_551 { background-image:url(/Skin/enuo/mid_551.gif); width:511px; height:31px; line-height:31px; color:#bf0000; padding-left:40px; text-align:left; margin-bottom:4px; } .mid_605 { background-image:url(/Skin/enuo/mid_605.gif); width:565px; height:31px; line-height:31px; color:#bf0000; padding-left:40px; text-align:left; margin-bottom:4px; } #design { width:968px;min-height:70px;line-height:70px;margin-left:auto;margin-right:auto;border:1px solid #ccc;margin-bottom:5px;clear:both; } .table_969 { width:969px;margin-left:auto;margin-right:auto;background-color:#fff;text-align:center; border-left-width:1px;border-left-style:solid;border-left-color:#21a8ce;clear:both; } .table_685 { float:left;width:760px;padding-left:5px;clear:right; border-left-width:1px;border-left-style:solid;border-left-color:#21a8ce; } .table_980 { width:980px;margin-left:auto;margin-right:auto;background-color:#fff;text-align:center;clear:both; } #show_page { border:1px solid #ccc;margin-bottom:5px;padding:4px; height:27px;line-height:27px;text-align:center;background-color:#f0f0f0; } /* =====标题定义样式结束 www.20cz.com==== */ /* ====网站首页样式==== */ #flash { float:right;width:210px;padding:5px;background-color:#f0f0f0;clear:right;height:240px;line-height:240px; border:1px solid #ccc;text-align:center; } #flash_pic { border:1px solid #ccc;float:right;width:255px;height:235px; } /* ====导航样式====*/ #dh_table { width:522px;height:96px; border:1px solid #ccc;text-align:center;padding:4px 4px 4px 4px; } .dh { clear:left;height:23px;line-height:23px; } .dh_li { float:left;width:70px; } /* ====网站首页样式==== */ /* ====酷站显示==== */ .cool_pic { float:none;width:160px;min-height:104px;line-height:18px;text-align:center;clear:both; } .cool_name { float:none;width:158px;height:18px;line-height:18px;text-align:center;clear:both; border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#ccc; } .cool_ag { float:none;width:158px;height:18px;line-height:18px;text-align:center;margin-bottom:5px;clear:both; } .cool_left { width:79px;float:left;text-align:left; } .cool_right { width:79px;float:left;text-align:right; } /* ====酷站显示==== */ /* ====网站搜索有关的CSS样式定义开始 www.20cz.com==== */ #serach { width:760px;margin-bottom:5px;height:40px;clear:both; } .serach_left { float:left;width:150px;height:40px;line-height:40px;background-image:url(/Skin/enuo/serach_left.gif); } .serach_bg { float:left;width:470px;height:35px;line-height:35px;padding-top:5px;background-image:url(/Skin/enuo/serach_bg.gif); } .serach_right { float:right;width:140px;height:40px;line-height:40px;background-image:url(/Skin/enuo/serach_right.gif); } .searchform_left { float:left;width:99px;text-align:right;margin-right:1px;background-color:#fff; } .searchform_right { float:left;width:650px;text-align:center;background-color:#fff;height:28px;line-height:28px;padding-top:2px; } .showresult_left { float:left;width:469px;background-color:#fff;margin-right:1px; } .showresult_center { float:left;width:99px;background-color:#fff;margin-right:1px;text-align:center; } .showresult_right { float:left;width:80px;background-color:#fff;text-align:center; } /* ====网站搜索有关的CSS样式定义结束 www.20cz.com==== */ /* ====软件下载有关的CSS样式定义开始 www.20cz.com==== */ .classsoft_left { float:left;width:422px;border-right-width:1px;border-right-style:solid;border-right-color:#fff;text-align:center; } .classsoft_center { float:left;width:79px;border-right-width:1px;border-right-style:solid;border-right-color:#fff;text-align:center; } .classsoft_right { float:left;width:95px;text-align:center; } .softlist_left { float:left;width:418px;text-align:left;height:29px;line-height:29px;padding-left:4px;clear:left; border-right-width:1px;border-right-style:solid;border-right-color:#ccc; border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ccc; } .softlist_center { float:left;width:79px;text-align:center;height:29px;line-height:29px; border-right-width:1px;border-right-style:solid;border-right-color:#ccc; border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ccc; } .softlist_right { float:left;width:95px;text-align:center;height:29px;line-height:29px;clear:right; border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ccc; } .softinfo { width:758px;height:80px;text-align:left;padding-top:3px;clear:both; } .softinfo_left { float:left;height:29px;line-height:29px;text-align:center;width:357px;clear:left; border-top-width:1px;border-top-style:solid;border-top-color:#ccc; border-right-width:1px;border-right-style:solid;border-right-color:#ccc; } .softinfo_center { float:left;height:29px;line-height:29px;text-align:center;width:199px; border-top-width:1px;border-top-style:solid;border-top-color:#ccc; border-right-width:1px;border-right-style:solid;border-right-color:#ccc; } .softinfo_right { float:left;height:29px;line-height:29px;text-align:center;width:200px;clear:right; border-top-width:1px;border-top-style:solid;border-top-color:#ccc; } .soft_table { width:270px;float:left; } .soft_li { border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ccc; width:260px;clear:left;height:25px;line-height:25px;padding-left:10px; } .softpicurl { float:left;width:204px;padding-top:4px;padding-bottom:4px;height:250px;line-height:300px;text-align:center; border-right-width:1px;border-right-style:solid;border-right-color:#ccc; border-left-width:1px;border-left-style:solid;border-left-color:#ccc; } /* ====软件内容页样式定义==== */ .soft_art { width:738px;margin:0 auto;height:30px;line-height:30px;clear:both; } .soft_list { border-top-width:1px;border-top-style:solid;border-top-color:#ccc; border-right-width:1px;border-right-style:solid;border-right-color:#ccc; border-left-width:1px;border-left-style:solid;border-left-color:#ccc; width:758px;background-color:#fff;clear:both;height:30px;line-height:30px } /* ====软件下载有关的CSS样式定义结束 www.20cz.com==== */ /* ====文章栏目、最新、推荐、热门页样式====*/ .art_img { float:left;width:15px;height:25px;line-height:25px;clear:left; border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#ccc; } .art_title { float:left;width:400px;height:25px;line-height:25px;text-align:left; border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#ccc; } .art_author { float:left;width:100px;height:25px;line-height:25px; border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#ccc; } .art_update { float:left;width:80px;height:25px;line-height:25px;text-align:right;clear:right; border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#ccc; } #art_showpg { width:595px;height:30px;line-height:30px;background-color:#f0f0f0;clear:both;text-align:center; } /* ====文章栏目、最新、推荐、热门页样式====*/ /* ====评论显示页的css定义开始==== */ .comment_border { border: 1px solid #21a8ce; } .comment_title { background:#21a8ce;color: #ffffff;font-weight: normal;height: 25; } .comment_tdbg1 { background:#ffffff;line-height: 120%; } .comment_tdbg2 { background:#fafafa; } /* ====评论显示页的css定义结束==== */ /* ====公告列表页样式定义开始 www.20cz.com==== */ .bbs { margin-left:auto;margin-right:auto;width:900px; } .bbs ul { list-sytle:none;margin-left:0px;background-color:#f0f0f0; } .bbs li { float:left;width:216px;margin-left:5px;background-color:#fff;height:30px;line-height:30px; border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ccc; } /* ====公告列表页样式定义结束 www.20cz.com==== */ /* ====网站所有频道顶部CSS定义开始 www.20cz.com==== */ .url_left{float:left;width:200px;height:44px;line-height:44px;background-image:url(/Skin/enuo/e_left.gif);} .url_bg{float:left;width:140px;height:31px;line-height:31px;padding-top:13px;background-image:url(/Skin/enuo/e_bg.gif);} .url{float:left;width:100px;height:31px;line-height:31px;padding-top:13px;background-color:#fff;} .url_right{float:left;width:30px;height:44px;line-height:44px;background-image:url(/Skin/enuo/e_bg.gif);} .top_left{float:left;width:100px;height:48px;margin-left:5px;background-image:url(/Skin/enuo/top_left.gif);} .top_bg{float:left;width:330px;height:44px;padding-top:4px;line-height:44px;background-image:url(/Skin/enuo/top_bg.gif);text-align:left;} .top_bgn{float:left;width:410px;height:44px;padding-top:4px;line-height:44px;background-image:url(/Skin/enuo/top_bg.gif);text-align:left;} .top_time{float:left;width:90px;height:48px;background-image:url(/Skin/enuo/top_time.gif);} .top_bgt{float:left;width:130px;height:44px;padding-top:4px;line-height:44px;background-image:url(/Skin/enuo/top_bg.gif);text-align:left;} .top_rss{float:left;width:80px;height:28px;padding-top:20px;background-image:url(/Skin/enuo/top_bg.gif);} .top_right{float:left;width:30px;height:48px;background-image:url(/Skin/enuo/top_right.gif);} .channel_left{float:left;background-image:url(/Skin/enuo/channel_left.gif);width:10px;height:40px;line-height:40px;} .channel_bg{float:left;background-image:url(/Skin/enuo/channel_bg.gif);width:950px;height:40px;line-height:40px;text-align:left;} .channel_right{float:right;background-image:url(/Skin/enuo/channel_right.gif);width:10px;height:40px;line-height:40px;} .menu_left{float:left;background-image:url(/Skin/enuo/menu_left.gif);width:30px;height:40px;} .menu_bg{float:left;background-image:url(/Skin/enuo/menu_bg.gif);width:895px;height:31px;line-height:31px;padding-top:9px;text-align:left;} .menu_right{float:right;background-image:url(/Skin/enuo/menu_right.gif);width:55px;height:40px;} /* ====网站所有频道顶部CSS定义结束 www.20cz.com==== */ /* ====简短标题文字的CSS定义开始 www.20cz.com==== */ .s_headline1 { color: #cc9900; } .s_headline2 { color: #ff6600; } .s_headline3 { color: green; } .s_headline4 { color: red; } /* ====简短标题文字的CSS定义结束 www.20cz.com==== */ /* ====文章显示页的css定义开始 www.20cz.com==== */ .main_articletitle { color:#f00;font-weight:bold;font-size:18pt;line-height: 150%; } .main_articlesubheading { color: 037fa8;font-weight:bold;line-height: 150%; } .main_title_760 { background:url(/Skin/ocean/main_bs1.gif);border: 1px solid #d2d3d9;height: 28;color: ffffff; } .main_tdbg_760 { border: 1px solid #d2d3d9;padding: 8;line-height: normal; } .article_tdbgall { background:#f5f5f5; } /* ====文章显示页的css定义结束 www.20cz.com==== */ #bottom_top { width:980px;background-color:#21a8ce;height:25px;line-height:25px;text-align:center;color:#fff; } #bottom_d { width:980px;height:30px;line-height:30px;padding-top:10px; } /* ====网页框架定义开始 www.20cz.com==== */ #header{width:1000px;margin-left:auto;margin-right:auto;padding:0px;background-color:#21a8ce;text-align:center;} #center{width:1000px;margin-left:auto;margin-right:auto;background-color:#21a8ce;} #contain{width:1000px;margin-left:auto;margin-right:auto;background-color:#21a8ce;} #footer{width:1000px;margin-left:auto;margin-right:auto;padding:0px;background-color:#21a8ce;height:75px;clear: both;} .hidden{clear:both;visibility:hidden;} .userbox{ background:url(/Skin/sealove/login_02b.gif); height:93px; background-repeat: no-repeat; background-position: center center; } .userbox_top{ background:url(/Skin/sealove/Login_Top.gif); height:36px; } .userbox_bottom{ background:url(/Skin/sealove/Login_Bottom.gif); height:10px; } #userlogined { padding-left:10;text-align: left; } #userlogin input{height:20px;} #userctrl { text-align: center; } #usermessage { padding-left:10;text-align: left; } .userlog{ color:#000000; } .havemessage { background-color: #ccff9d; } .havemessaged { background-color: #cc0000; } .bloglist { width: 100%;text-align: center; } .bloglist_image { text-align: center; } .bloglist_intro { text-align: center; } #showbloglist_more { text-align: right;padding-right:10; } .userinfo { float:left;width:190px;height:25px;line-height:25px;text-align:left;clear:left; } .main_menu_title1 { background:url(/Skin/enuo/news_01.gif); background-position: 1% 100%; background-positionX: center; background-positionY: bottom; background-repeat:no-repeat; color:#bbb; } .main_menu_title2 { background:url(/Skin/enuo/news_02.gif); background-position: 1% 100%; background-positionX: center; background-positionY: bottom; background-repeat:no-repeat; color:#fff; } .linkfriendsite { float:left;width:75px;height:27px;line-height:27px;text-align:center; } /* --用户控制css定义开始-- */ .user_left /*左区块定义*/ { background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px; } .user_box/*左区块内标题栏定义*/ { border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15; } .user_righttitle { background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px; border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px; border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid; border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff; } .user_line { line-height: 1px;background-image: url(/Skin/ocean/line.gif); } .user_toolstop/*左区块内标题栏定义*/ { line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt; } .user_toolsbot/*左区块内内容定义*/ { line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: #ffffff; } .user_toolspoint/*区块内箭头栏定义*/ { padding-left: 6px; } /*用户控制面板右*/ .user_right { background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px; } .border1 { border: 1px solid #bfbfbf; } .title { background:#449ae8;color: #ffffff;font-weight: normal; } .border { border: 1px solid #449ae8; } .tdbg { line-height: 120%; } .tdbgmouseover{ background:#bfdfff;line-height: 120%; } .tdbg2 { background:#e0eef5;line-height: 120%; } .tdbg5 { background:#e0eef5;line-height: 120%; } .title5 { width:80px;background:url('../user/images/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand; } .title6 { width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand; } .button1 { width:90px; } .show_page { text-align: center; }