- UID
- 367962
- 主题
- 注册时间
- 2013-5-8
- 在线时间
- 小时
- 最后登录
- 1970-1-1
签到天数: 2 天 [LV.1]初来乍到
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?点击注册
x
本帖最后由 hoxhex 于 2013-5-9 20:34 编辑
这个是背景图片 1.gif
其实很简单,就是用自带的Welcome 修改过来的,代码如下:
; Lines starting ; (semicolons) are commented out.; That is, they do not affect the code and are here for demonstration purposes only.
; ----------------------------------
[Rainmeter]
; This section contains general settings that can be used to change how Rainmeter behaves.
Author=poiru
AppVersion=2003000
Update=1000
[Metadata]
; Contains basic information of the skin.
Description=The welcome skin for illustro.
License=Creative Commons BY-NC-SA 3.0
Version=1.0.0
[Variables]
; Variables declared here can be used later on between two # characters (e.g. #MyVariable#).
fontName=Trebuchet MS
textSize=9
colorBar=235,170,0,255
colorText=255,255,255,205
; ----------------------------------
; STYLES are used to "centralize" options
; ----------------------------------
[styleTitle]
StringAlign=LEFT
StringCase=UPPER
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,50
FontColor=#colorText#
FontFace=#fontName#
FontSize=10
AntiAlias=1
ClipString=1
; ----------------------------------
; METERS display images, text, bars, etc.
; ----------------------------------
[meterBackground]
Meter=IMAGE
ImageName=1.gif
X=0
Y=0
[meterTitle]
Meter=STRING
MeterStyle=styleTitle
; Using MeterStyle=styleTitle will basically "copy" the
; contents of the [styleTitle] section here during runtime.
X=50
Y=28
W=200
H=18
FontSize=12
Text="HoxHex常用站点 "
[meterLink1]
Meter=STRING
MeterStyle=styleLeftText
X=30
Y=50
W=225
H=12
FontColor=255,217,120,255
Text="百度博客"
LeftMouseUpAction=!Execute ["http:/hi.baidu.com/new/andon"]
[meterLink2]
Meter=STRING
MeterStyle=styleLeftText
X=30
Y=75
W=225
H=12
FontColor=255,174,69,255
Text="遮天吧"
LeftMouseUpAction=!Execute ["http://tieba.baidu.com/f?kw=%D5%DA%CC%EC&fr=ala0"]
[meterLink3]
Meter=STRING
MeterStyle=styleLeftText
X=30
Y=95
W=225
H=12
FontColor=255,174,69,255
Text="腾讯网"
LeftMouseUpAction=!Execute ["http://www.qq.com"]
[meterLink4]
Meter=STRING
MeterStyle=styleLeftText
X=30
Y=115
W=225
H=12
FontColor=255,174,69,255
Text="独木成林"
LeftMouseUpAction=!Execute ["http://www.guofs.com/"]
[meterLink5]
Meter=STRING
MeterStyle=styleLeftText
X=100
Y=50
W=225
H=12
FontColor=255,174,69,255
Text="雨滴社区"
LeftMouseUpAction=!Execute ["http://bbs.rainmeter.cn/"]
[meterLink6]
Meter=STRING
MeterStyle=styleLeftText
X=100
Y=95
W=225
H=14
FontColor=255,174,69,255
Text="360影视"
LeftMouseUpAction=!Execute ["http://v.360.cn/dianshi/index.html"]
[meterLink7]
Meter=STRING
MeterStyle=styleLeftText
X=100
Y=115
W=225
H=14
FontColor=255,174,69,255
Text="360网址导航"
LeftMouseUpAction=!Execute ["http://hao.360.cn/"]
[meterLink8]
Meter=STRING
MeterStyle=styleLeftText
X=100
Y=75
W=225
H=14
FontColor=255,174,69,255
Text="淘宝网"
LeftMouseUpAction=!Execute ["http://www.taobao.com"]
[meterLink9]
Meter=STRING
MeterStyle=styleLeftText
X=180
Y=50
W=225
H=14
FontColor=255,174,69,255
Text="赶集网"
LeftMouseUpAction=!Execute ["http://xuzhou.ganji.com/"]
[meterLink10]
Meter=STRING
MeterStyle=styleLeftText
X=180
Y=75
W=225
H=14
FontColor=255,174,69,255
Text="58同城"
LeftMouseUpAction=!Execute ["http://xz.58.com"]
|
|