RSS
热门关键字:  背景音乐代码  播放器代码  校播放器代码内网  漂亮的雪  浪漫
当前位置 :| 主页>校内网使用教程>

菜鸟涂鸦图文攻略系列之——文字篇(包括页面所有文字属性修改代码)〓〓(一)

来源:www.biyela.net 作者:新版校内网代码 时间:2008-01-31 点击:
文字 所有 属性 修改 代码 页面 包括 图文 攻略 系列


注1:为方便起见,文中如无特殊说明,则代码里出现“文字属性”四个字的地方,都有是指
color:文字颜色; font-size:文字大小; font-family:字体;

注2:为方便起见,以下代码中有关链接的属性,只修改a属性的地方,都可以通过修改a:link,a:visited,a:active,a:hover等来修改其链接的其它属性,这里将不一一列举

注3:以下内容都是以我的页面现有内容举例说明的,可以参考我的页面文字所在位置,修改相关文字属性

     




索引
1、左边导航栏链接文字属性
2、用户行为部分
3、来访者和好友部分
4、顶部导航栏部分
5、个人资料栏部分
6、相册部分
7、日志部分
8、涂鸦版部分
9、群部分
10、留言板部分

   



包含内容:


如只改变此处文字颜色,用下面代码
<style type=text/css><!--#sidebar #mymenu a{color:文字颜色;}--></style><!--左边导航栏链接文字颜色-->

如需改变此处文字的其他属性,用下面代码
<style type=text/css><!--#sidebar #mymenu a:link{文字属性}#sidebar #mymenu a:visited{文字属性};#sidebar #mymenu a:active{文字属性}; #sidebar #mymenu a:hover{文字属性}--></style><!--左边导航栏链接文字属性-->

用下面代码可以改变各链接之间的间距,其中padding-top的值根据个人喜好自行修改
<style type=text/css><!--#sidebar li{padding-top:30px; }--></style><!--加宽左边栏链接间距-->

用下面代码改变导航栏与顶部的距离,其中padding-top的值根据个人喜好自行修改
<style type=text/css><!--#menu{padding-top:30px; }--></style><!--改变左边栏与顶部距离-->

   



包含内容:


<style type=text/css><!-- #userActions li a{文字属性}--></style>

   



包含内容:




最近谁看过李响的页面人的姓名
李响最近登陆的好友的姓名
好友分布的学校名称

(1)、包含内容:

最近谁看过李响的页面

<style type=text/css><!--#userVisitor h3{文字属性}--></style>

李响最近登陆的好友

<style type=text/css><!--#userFriend h3{文字属性}--></style>

好友分布

<style type=text/css><!--#userFriendUniv h3{文字属性}--></style>

(2)、包含内容:
最近谁看过李响的页面人的姓名

<style type=text/css><!-- #userVisitor a{文字属性}--></style>

李响最近登陆的好友的姓名

<style type=text/css><!-- #userFriend a{文字属性}--></style>

好友分布的学校名称

<style type=text/css><!-- #userFriendUniv a{文字属性}--></style>

   



包含内容:


(1)、包含内容:
大学生互动空间
<style type=text/css><!--#header #tagline a{文字属性 }--></style>

(2)、包含内容:
你好,李响|帮助|退出

你好,
<style type=text/css><!--#header #utility {文字属性}--></style>
李响|帮助|退出
<style type=text/css><!--#header #utility a {文字属性}--></style>


我的首页 随便看看 学校 日志 相册 群 活动 搜索 邀请 等文字属性
<style type=text/css><!--#header #navigation a{文字属性}--></style>

   



包含内容:



(1)、包含内容:
李响的资料

<style type=text/css><!--#userProfile h3{文字属性}--></style>

(2)、包含内容:
- 在线 :) (有12076人看过)

<style type=text/css><!--#userProfile .count,#userProfile .stat{color:颜色;font-size:大小;font-family:字体;} --></style>
分两部分,#userProfile .count这个控制的是12076这串数字,#userProfile .stat这个控制的是“在线/离线 有 人看过”这几个字的属性

(3)、包含内容:
大连理工
电子与信息工程学院
2005
西山二舍
吉林 公主岭
1981 -2 -13
水瓶
暴走 &#8226; 听海 &#8226; 游泳 &#8226; 发呆
寂寞在唱歌 . 隐形的翅膀 . 秋日的私语
阿甘正传 . 肖申克的救赎
另外还包含此处的“修改”链接

<style type=text/css><!--#userProfile a{文字属性}--></style>

如要修改链接的其它属性,用下面代码
<style type=text/css><!--#userProfile a:link{文字属性}#userProfile a:visited{文字属性};#userProfile a:active{文字属性}; #userProfile a:hover{文字属性}--></style>

如不想包含“修改”链接,可在以上两个代码的最后加上如下代码,单独修改这个链接的文字属性
#userProfile .more a{文字属性}

(4)、包含内容:
帐号信息 基本信息 联系方式 个人信息

<style type=text/css><!--#userProfile h4{文字属性}--></style>

(5)、包含内容:


左侧条目文字属性
<style type=text/css><!--#AccountInfo .userProfileItem{文字属性}--></style>
右侧内容文字属性
<style type=text/css><!--#AccountInfo .userProfileItemValue{文字属性}--></style>

(6)、包含内容:


左侧条目文字属性
<style type=text/css><!--#BasicInfo .userProfileItem{文字属性}--></style>
右侧内容文字属性
<style type=text/css><!--#BasicInfo .userProfileItemValue{文字属性}--></style>


(7)、包含内容:


左侧条目文字属性
<style type=text/css><!--#ContactInfo .userProfileItem{文字属性}--></style>
右侧内容文字属性
<style type=text/css><!--#ContactInfo .userProfileItemValue{文字属性}--></style>

(8)、包含内容:


左侧条目文字属性
<style type=text/css><!--#PersonalInfo .userProfileItem{文字属性}--></style>
右侧内容文字属性
<style type=text/css><!--#PersonalInfo .userProfileItemValue{文字属性}--></style>

   




包含内容:



(1)、包含内容:
李响的相册

<style type=text/css><!--#userAlbum h3{文字属性}--></style>

(1)即相册数目
<style type=text/css><!--#userAlbum .stat{文字属性}--></style>

(2)、包含内容:
所有相册

<style type=text/css><!--#userAlbum .more a{文字属性}--></style>

(3)、包含内容:
金沙滩烧烤(即相册名称)

<style type=text/css><!--#userAlbum h4 a{文字属性}--></style>


(4)、包含内容:
更新于09月27日(即日相册更新日期)

<style type=text/css><!--#userAlbum .subinfo{文字属性}--></style>


   
最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册
栏目列表