Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索

[疑难] 问一个关于css的问题.

[复制链接]
linux1009 发表于 2009-9-24 21:07:43 | 显示全部楼层 |阅读模式
我看到优酷首页的国庆模版非常漂亮,想用到我的网页中,我找到了他的css,请问怎么加到我的网页中呢?

下面是优酷 css 代码.

@charset "utf-8";

body{background:url(../img/bg_shade.gif) repeat-x 0 -50px;}
.screen{min-width:960px;background:url(../images/bg_main.jpg) no-repeat center 0;padding-top:35px;}

.s_header{}
.s_header .priNav{background:#fff477;}
.s_header .priNav .module li{background:#ffcf3b url(../images/bg_shade.gif) repeat-x 0 0;border:1px solid #ff0909;border-bottom:0;}
.s_header .priNav .module a:hover{background:#fffea0 url(../images/bg_shade.gif) repeat-x 0 -25px;}
.s_header .priNav .module .current a{background:#fff;}
.s_header .priNav .module .current a:hover{background:#fff;}
.s_header .priNav .channel a:hover{background:#fff;border:1px solid #ff0909;border-bottom:0;}
.s_header .priNav .channel .current{border:1px solid #afafaf;border-bottom:0;}
.s_header .priNav .channel .current a{background:#fff;}
.s_header .priNav .channel .current a:hover{background:#fff;}
.s_header .main{background:#fff;border:1px solid #ff0909;}
.s_header .main .search .soTool .soCore{background:#ffea00;}

.box_border{background:#fff;}
.box_border1{border:1px solid #f79732;background:#fff;}
.box_border_bg{border:1px solid #f79732;background:#ffffd4;}


哪位大侠能帮我改改,加到我的网页中,谢谢了.
回复

使用道具 举报

szy1229 发表于 2009-9-24 21:40:09 | 显示全部楼层
需要帮助请联系QQ19429829
ad:www.guangks.com
回复

使用道具 举报

我是传说 发表于 2009-9-25 09:20:09 | 显示全部楼层
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">

body{background:url(bg_shade.gif) repeat-x 0 -50px;margin:0px;}
.screen{min-width:960px;background:url(bg_main.jpg) no-repeat center 0;padding-top:35px;margin:0px;height:170px;}
</style>
</head>
<body>

<div class="screen">
</div>

</body>
</html>
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-9-14 01:25 , Processed in 0.115512 second(s), 14 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表