genice 2006-6-16 12:24
新增QQ空间个人模板,附修改教程,尽显个性!
<P>哈,偷了QQ的QZONE风格,而且非常方便修改,以后大家可以随心所欲地用自己的个性风格了。先添一套做模板,方便大家修改</P>
<P> </P>
genice 2006-6-16 13:29
<P><STRONG>以下是修改教程,看仔细咯~~~</STRONG></P>
<P>1、进入 <FONT color=#ff0033><STRONG>控制面板 >> 模板 >> 选择模板</STRONG></FONT> , 然后 <STRONG><FONT color=#ff0033>选择</FONT> QZONE-寂寞在他乡</STRONG> , <STRONG><FONT color=#ff0033>提交</FONT></STRONG> ;</P>
<P>2、然后 <STRONG><FONT color=#ff0033>浏览模板</FONT></STRONG> ,就可以看见新的模板了, 点击模板下面的 <FONT color=#ff0033><STRONG>编辑</STRONG></FONT> , 开始进入我们的课程;</P>
<P>3、进入编辑后会看到下图界面,可以给自己的模板命个名字,也可以设置一下共享,这样其他会员就可以使用你的模板了,然后做一张缩略图,也可以不做;这一步是可选项,重要的在后面;</P>
<P> </P><br><br>
[[i] 本帖最后由 genice 于 2006-6-16 14:28 编辑 [/i]]
genice 2006-6-16 14:03
<P><STRONG><FONT size=3>4、点击 样式表 ,这里是模板的核心部分了,会看到如下的代码,背景色的文字是修改说明:</FONT></STRONG></P>
<P> </P>
<P>/*************************************************************/<BR>/********************************************* 基本布局风格 **/<BR>/*************************************************************/<BR>html { <BR> background: transparent no-repeat left bottom;<BR>}</P>
<P>/*页面背景定义,将当中的src= 当中的地址换成你想要的QZONE背景地址,scrollbar部分是定义滚动条的颜色*/</P>
<P><STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>下面红色标出的部分可以换成自己喜欢的皮肤背景</FONT></STRONG></P>
<P>body { <BR> filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src= <FONT color=#ff0033><STRONG>http:// imgcache.qq.com /qzone /item/orig/14/ 4302.gif</STRONG></FONT>, sizingMethod=scale);<BR> width:1003px;<BR> height:591px; <BR> background: transparent no-repeat left bottom fixed;<BR> scrollbar-arrow-color: #F6B5E0; <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>滚动条的箭头颜色</FONT></STRONG><BR> scrollbar-face-color: #F9F9F9; <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>滚动条的滑块颜色</FONT></STRONG><BR> scrollbar-darkshadow-color: #F6B5E0; <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>滚动条的滑块阴影颜色</FONT></STRONG><BR> scrollbar-highlight-color: #F9F9F9; <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>滚动条的高光颜色</FONT></STRONG><BR> scrollbar-3dlight-color: #F6B5E0;<BR> scrollbar-shadow-color: #F9F9F9;<BR> scrollbar-track-color: #FFF;<BR>}</P>
<P>/*最外层容器,其中的 url可以替换成自己喜欢的QZONE挂件地址*/</P>
<P><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900><STRONG>下面红色标出的部分可以换成自己喜欢的挂件</STRONG></FONT></P>
<P>.wrap {<BR> border: none;<BR> background: transparent url(<FONT color=#ff0033><STRONG>http:// imgcache.qq.com/qzone/item/orig/5/ 965.gif</STRONG></FONT>) no-repeat left bottom;<BR> width: auto;<BR> height: 200px;<BR> margin: 0;<BR> padding-bottom: 20px;<BR>}</P>
<P><BR>/*************************************************************/<BR>/************************************************* 顶部风格 **/<BR>/*************************************************************/</P>
<P><BR>#header {<BR> background: transparent no-repeat left top;<BR> height: 70px;<BR> background-color: #F4F2F2; <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>头部的背景颜色,就是出现BLOG名称的地方</FONT></STRONG><BR> width:705px;<BR> position:absolute;left:61px;top:36px;<BR>}</P>
<P><BR>/*标题*/</P>
<P>#guide {position: absolute;left:350px;}</P>
<P>#spacename {position: absolute;left:-10px;top:-30px;}<BR>#spacename *{color: #000;} <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>空间名称的字体颜色</FONT></STRONG><BR>#poweredby a {color: #7186B0;}<BR>#poweredby a:hover {color: #333;}</P>
<P><STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>右侧半透明栏目菜单区域样式控制</FONT></STRONG><BR>/*导航*/<BR>#menu {<BR> width: 80px;<BR> height: 300px;<BR> left: 700px;<BR> top: 50px;<BR> background: no-repeat left bottom;<BR> position: absolute;<BR>}<BR>#menu a {color: #000;} <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>文字颜色,要修改两个地方</FONT></STRONG><BR>#menu li a {<BR> color: #000; <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>文字颜色</FONT></STRONG><BR> border: 1px dashed #7b7b7b; <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>边框样式,粗细、样式(实线、虚线)、颜色</FONT></STRONG><BR> font-weight:bold; <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>文字粗体,删除该句则不粗体显示</FONT></STRONG><BR> padding: 12px 10px 0 10px;<BR> height: 26px; <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>菜单的高度</FONT></STRONG><BR> background: #fff !important; <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>菜单的背景颜色</FONT></STRONG><BR> opacity: 0.7; <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>菜单的透明度</FONT></STRONG><BR> filter: alpha(opacity=70); <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>菜单的透明度,上下两个都要改</FONT></STRONG><BR>}<BR>#menu a:hover {<BR> color: #000; <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>鼠标在上面时候菜单文字颜色</FONT></STRONG><BR> font-weight:bold; <BR> background: #E1E0E0 !important; <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>鼠标在上面时候菜单背景颜色</FONT></STRONG><BR> opacity: 0.5; <STRONG><FONT style="BACKGROUND-COLOR: #dff7fd" color=#ff9900>鼠标在上面时候菜单的透明度,改两个</FONT></STRONG><BR> filter: alpha(opacity=50);<BR>}<BR></P><BR><BR><BR><BR><br><br>
[[i] 本帖最后由 genice 于 2006-6-16 14:06 编辑 [/i]]
genice 2006-6-16 14:14
<P><STRONG>5、背景图片可以从<FONT color=#ff0033>QQ空间</FONT>里的<FONT color=#ff0033>皮肤</FONT>中选,挂件可以在QQ空间的 <FONT color=#ff0033>小装饰 >> 挂件</FONT> 中选,具体使用方法如下:</STRONG></P>
<P><STRONG><FONT color=#ff0000>如何找出QQ空间的皮肤地址,小挂件</FONT>:</STRONG></P>
<P><STRONG>a、</STRONG>首先 我们先进入QQ个人空间—点击“<STRONG>装扮空间</STRONG>”-点击“<STRONG>皮肤</STRONG>”<BR>[attach]13122[/attach]</P>
<P><STRONG>b、</STRONG>接着,在自己所要选择的皮肤上点击右键-点击“属性”-可以看到皮肤地址<FONT color=#ff6600>(请注意那并不是放入皮肤代码的最终皮肤地址)<BR></FONT>[attach]13123[/attach]</P><br><br>
[[i] 本帖最后由 genice 于 2006-6-16 14:21 编辑 [/i]]
genice 2006-6-16 14:20
<P><STRONG>c、</STRONG>这是我们或获得的皮肤图片地址: <STRONG>http:// imgcache.qq.com/qzone/<FONT color=#ff0033>item/pre</FONT>/4/ 4708.gif</STRONG></P>
<P><STRONG>d、</STRONG>把他修改为 <STRONG>http:// imgcache.qq.com/qzone/<FONT color=#ff0033>space_item/orig</FONT>/4/ 4708.gif</STRONG> , 把这个地址替换样式表中的皮肤背景,保存一下样式表,再看看你的空间,是不是已经有变化了呢。</P>
<P>当然你可以把 <STRONG>http:// imgcache.qq.com/qzone/<FONT color=#ff0033>space_item/orig</FONT>/4/ 4708.gif</STRONG> 复制到浏览器的地址栏,然后把皮肤图片文件保存(下载)下来,上传到别的网页(博客等)空间再调出来。避免我们大规模调用,导致QQ封杀而使得图片不显示了<IMG src="http://www.mflady.com/bbs/images/smilies/titter.gif"><IMG src="http://www.mflady.com/bbs/images/smilies/titter.gif"><IMG src="http://www.mflady.com/bbs/images/smilies/titter.gif"></P>
<P> </P>
<P><FONT size=4><STRONG>挂件可以用同样的方法修改。大家发挥自己的想象力,努力创造自己的个性吧!!!</STRONG></FONT><BR><BR></P><br><br>
[[i] 本帖最后由 genice 于 2006-6-16 14:26 编辑 [/i]]
BBbb 2006-6-17 04:19
努力研究中......
不过看见编码就已经一个头两个大了........
106713133 2006-6-17 09:30
嗯..做出来后我来通知你去看我的空间吧..现在正在琢磨中..
你的空间为什么不改一下模板呢...好让我们先看下例子啊..
genice 2006-6-17 12:24
<P>[quote]原帖由 [i]106713133[/i] 于 2006-6-17 09:30 发表 <BR>嗯..做出来后我来通知你去看我的空间吧..现在正在琢磨中.. 你的空间为什么不改一下模板呢...好让我们先看下例子啊.. [/quote] </P>
<P>我的空间示例, genice.mflady.com 背景、挂件、head背景色、滚动条颜色都换过了,大家可以参考一下。</P>
<P>其实昨天就已经自己改了个示范,不过看不习惯又换回来了。</P>
月光飞舞 2006-6-19 12:03
<P>QQ空间的放到我们这后,有一大块空白的地方,看着有点难受</P>
<P>还有区长大大,偶笨,看了半天看不明白<IMG src="http://www.mflady.com/bbs/images/smilies/cry.gif"></P>
※心※ 2006-6-19 15:45
<IMG src="http://www.mflady.com/bbs/images/smilies/lol.gif"><IMG src="http://www.mflady.com/bbs/images/smilies/lol.gif">又去借用QQ空间的。。我的QQ空间很PP哦。。哈哈。。
genice 2006-6-20 01:29
<P>QQ空间的只适合与1024×768以下分辨率,高分辨率看着就恶了</P>
<P>TO 心心首长: QQ空间的东西要Q币买滴,俺们着要啥拿啥,还不用给Q币,哇咔咔,别告诉腾讯啊~~~<IMG src="images/smilies/lol.gif"><IMG src="images/smilies/lol.gif"><IMG src="images/smilies/lol.gif"></P>
mumufeier 2006-6-20 12:32
头晕。。。
看到这么多字。。。就没了兴趣。