当前位置:首页 » 软件设计 » ltlogo

ltlogo

发布时间: 2020-12-15 07:55:22

1. DZ论坛风格logo是哪个文件啊

<div id="header">
<h2><a href="index.php?sid=VTctVk" title="潇潇粉丝官方论坛"><img src="./images/yoyocici/logo.jpg" alt="潇潇粉丝论坛" border="0" /></a></h2>
<div id="ad_headerbanner"></div>
</div>
没有顶部广告了! 反正那么大也没必要有了!
=======================
<div id="header">
<center><a href="index.php?sid=VTctVk" title="潇潇粉丝官方论坛"><img src="./images/yoyocici/logo.jpg" alt="潇潇粉丝论坛" border="0" /></a></center>

</div>

2. 如何使用HTML5+CSS3绘制一个QQ 企鹅Logo

<!>
<html>
<head>
<title>CSS3TencentQQLogo</title>
<linkrel="stylesheet"type="text/css"href="css3-tencent-QQ-logo.css">
</head>
<body>
<divid="wrapper">
<divclass="head">
<divclass="lefteye">
<divclass="innerLeftEye"><!--::after--></div>
</div>
<divclass="righteye">
<divclass="innerRightEye">
<divclass="fix">
<divclass="fixCricle1"></div>
<divclass="fixCricle2"></div>
</div>
</div>
</div>
<divclass="mouthWrapper">
<divclass="mouthTop"></div>
<divclass="mouthBottom"></div>
<divclass="lips"></div>
</div>
</div>
<divclass="body">
<divclass="bodyOuter"></div>
<divclass="bodyInner"></div>
<divclass="scarf">
<divclass="scarfLeftFold"></div>
<divclass="scarfRightFold"></div>
</div>
<divclass="scarfEnd"><!--::after--></div>
<divclass="leftHand"></div>
<divclass="rightHand"></div>
</div>
<divclass="foot">
<divclass="leftFoot"><!--::after--></div>
<divclass="rightFoot"><!--::after--></div>
</div>
</div>
</body>
</html>
body{
padding:0;
margin:0;
}

#wrapper{
position:absolute;
width:400px;
height:450px;
left:35%;
top:20%;
background-color:#9c80fb;
}
.head{
position:absolute;
z-index:2;
top:0;
left:80px;
width:227px;
height:199px;
background-color:black;
border-top-left-radius:117px117px;
border-top-right-radius:117px117px;
border-bottom-left-radius:100px100px;
border-bottom-right-radius:102px100px;
behavior:url(ie-css3.htc);/*IE6+*/
}
.eye{
width:44px;
height:66px;
border:1pxsolid#000;
border-radius:50%50%;
behavior:url(ie-css3.htc);/*IE6+*/
position:absolute;
background:#fff;
}
.left.eye{
top:57px;
left:50px;
}
.right.eye{
top:57px;
left:123px;
}
.innerLeftEye{
position:absolute;
top:20px;
left:20px;;
width:18px;
height:24px;
border-radius:50%;
behavior:url(ie-css3.htc);/*IE6+*/
background-color:black;
border:1pxsolidblack;
}
.innerLeftEye:after{
content:"";
position:absolute;
top:6px;
left:9px;
width:6px;
height:8px;
border-radius:50%;
behavior:url(ie-css3.htc);/*IE6+*/
background-color:white;
}
.innerRightEye{
position:absolute;
top:20px;
left:8px;
width:16px;
height:19px;
border-radius:50%;
background-color:black;
border:1pxsolidblack;
box-shadow:0-2px3pxrgba(0,0,0,0.73);
behavior:url(ie-css3.htc);/*IE6+*/
}
.fix{
content:"";
position:absolute;
top:5px;
left:0;
width:16px;
height:19px;
border-radius:50%;
behavior:url(ie-css3.htc);/*IE6+*/
background-color:white;
}
.fixCricle1{
position:absolute;
top:5px;
left:-1px;
width:2px;
height:4px;
border-radius:50%;
background-color:black;
behavior:url(ie-css3.htc);/*IE6+*/
}
.fixCricle2{
position:absolute;
top:5px;
left:15px;
width:2px;
height:4px;
border-radius:50%;
behavior:url(ie-css3.htc);/*IE6+*/
background-color:black;
}
.mouthWrapper{
position:absolute;
top:125px;
left:31px;
}
.mouthTop{
width:158px;
height:34px;
position:absolute;
z-index:3;
border:1pxsolid#FFA600;
background:#FFA600;
top:0;
left:0;
border-top-left-radius:45%34px;
border-top-right-radius:45%34px;
behavior:url(ie-css3.htc);/*IE6+*/
}
.mouthBottom{
width:158px;
height:18px;
position:absolute;
z-index:1;
border:1pxsolid#FFA600;
background:#FFA600;
top:35px;
left:0;
border-bottom-left-radius:45%24px;
border-bottom-right-radius:45%24px;
behavior:url(ie-css3.htc);/*IE6+*/
}
.lips{
width:126px;
height:34px;
position:absolute;
z-index:2;
background-color:black;
top:25px;
left:17px;
border-bottom-left-radius:50%50%;
border-bottom-right-radius:50%50%;
behavior:url(ie-css3.htc);/*IE6+*/
}
.lips:after{
content:"";
width:132px;
height:34px;
position:absolute;
background-color:#FFA600;
top:-6px;
left:-3px;
border-bottom-left-radius:50%50%;
border-bottom-right-radius:50%50%;
behavior:url(ie-css3.htc);/*IE6+*/
}

.body{
z-index:1;
width:400px;
height:300px;
position:absolute;
top:158px;
left:0;
}
.bodyOuter{
width:289px;
height:237px;
position:absolute;
top:0;
left:52px;
border-bottom-left-radius:150px150px;
border-bottom-right-radius:150px150px;
border-top-left-radius:150px141px;
border-top-right-radius:150px151px;
background-color:black;
behavior:url(ie-css3.htc);/*IE6+*/
}
.bodyInner{
width:240px;
height:200px;
position:absolute;
top:26px;
left:76px;
border-bottom-left-radius:90px90px;
border-bottom-right-radius:90px90px;
border-top-left-radius:49px100px;
border-top-right-radius:49px100px;
background-color:white;
behavior:url(ie-css3.htc);/*IE6+*/
}
.scarf{
width:236px;
height:110px;
background:#FB0009;
position:absolute;
z-index:2;
top:-30px;
left:70px;
border:4pxsolid#000;
border-top-left-radius:30px34px;
border-top-right-radius:38px34px;
border-bottom-left-radius:50%76px;
border-bottom-right-radius:50%76px;
border-top:none;
behavior:url(ie-css3.htc);/*IE6+*/
}
.scarfLeftFold{
position:absolute;
top:11px;
left:154px;
width:70px;
height:70px;
border-right:6pxsolidblack;
border-bottom-right-radius:70px70px;
behavior:url(ie-css3.htc);/*IE6+*/
}
.scarfRightFold{
position:absolute;
top:7px;
left:8px;
width:70px;
height:70px;
border-left:6pxsolidblack;
border-bottom-left-radius:70px70px;
behavior:url(ie-css3.htc);/*IE6+*/
}
.scarfEnd{
position:absolute;
z-index:1;
top:44px;
left:101px;
width:65px;
height:74px;
background-color:#FB0009;
border:4pxsolidblack;
border-bottom-left-radius:31px91px;
border-bottom-right-radius:33px80px;
behavior:url(ie-css3.htc);/*IE6+*/
}
.scarfEnd:after{
content:"";
position:absolute;
top:-10px;
left:29px;
width:41px;
height:70px;
border-left:4pxsolidblack;
border-bottom-left-radius:21px31px;
behavior:url(ie-css3.htc);/*IE6+*/
}
.leftHand{
width:139px;
height:40px;
background-color:black;
position:absolute;
top:75px;
left:-26px;
border-top-left-radius:555px328px;
border-top-right-radius:551px340px;
border-bottom-left-radius:500px181px;
border-bottom-right-radius:279px112px;
behavior:url(ie-css3.htc);/*IE6+*/
transform:rotate(-70deg);
-moz-transform:rotate(-70deg);
-webkit-transform:rotate(-70deg);
-ms-transform:rotate(-70deg);
-o-transform:rotate(-70deg);
}
.rightHand{
width:142px;
height:40px;
background-color:black;
position:absolute;
top:75px;
left:271px;
border-top-left-radius:382px186px;
border-top-right-radius:454px145px;
border-bottom-left-radius:510px323px;
border-bottom-right-radius:508px353px;
behavior:url(ie-css3.htc);/*IE6+*/
transform:rotate(-114deg);
-moz-transform:rotate(-114deg);
-webkit-transform:rotate(-114deg);
-ms-transform:rotate(-114deg);
-o-transform:rotate(-114deg);
}
.leftFoot{
width:114px;
height:69px;
position:absolute;
top:354px;
left:46px;
background-color:#FFA600;
border:3pxsolidblack;
border-top-left-radius:70px49px;
border-top-right-radius:30px30px;
border-bottom-left-radius:55px33px;
border-bottom-right-radius:51px53px;
behavior:url(ie-css3.htc);/*IE6+*/
}
.leftFoot:after{
content:"";
position:absolute;
top:31px;
left:0;
width:38px;
height:19px;
border-top:4pxsolidblack;
border-top-right-radius:41px31px;
behavior:url(ie-css3.htc);/*IE6+*/
transform:rotate(-49deg);
}
.rightFoot{
width:114px;
height:69px;
position:absolute;
top:354px;
left:229px;
background-color:#FFA600;
border:3pxsolidblack;
border-bottom-left-radius:70px49px;
border-bottom-right-radius:59px30px;
border-top-left-radius:55px33px;
border-top-right-radius:51px53px;
behavior:url(ie-css3.htc);/*IE6+*/
}
.rightFoot:after{
content:"";
position:absolute;
top:31px;
left:75px;
width:38px;
height:19px;
border-top:4pxsolidblack;
border-top-left-radius:41px31px;
behavior:url(ie-css3.htc);/*IE6+*/
transform:rotate(40deg);
}

3. logo是什么意思

一、什么是LOGO
翻开字典,我们可以找到这样的解释:“ logo: n.标识语 ”。在电脑领域而言,LOGO是标志、徽标的意思。而本站主要所收集的LOGO,是互联网上各个网站用来与其它网站链接的图形标志。

二、LOGO的作用
1. LOGO是与其它网站链接以及让其它网站链接的标志和门户。INTERNET之所以叫做“互联网”,在于各个网站之间可以联接。要让其他人走入你的网站,必须提供一个让其进入的门户。而LOGO图形化的形式,特别是动态的LOGO,比文字形式的链接更能吸引人的注意。在如今争夺眼球的时代,这一点尤其重要。
2. LOGO是网站形象的重要体现。试问一个衣冠楚楚的人怎么能让自己的名片污渍不堪?就一个网站来说,LOGO即是网站的名片。而对于一个追求精美的网站,LOGO更是它的灵魂所在,即所谓的“点睛”之处。
3. LOGO能使受众便于选择。一个好的LOGO往往会反映网站及制作者的某些信息,特别是对一个商业网站来话,我们可以从中基本了解到这个网站的类型,或者内容。在一个布满各种LOGO的链接页面中,这一点会突出的表现出来。想一想,你的受众要在大堆的网站中寻找自己想要的特定内容的网站时,一个能让人轻易看出它所代表的网站的类型和内容的LOGO会有多重要。

三、LOGO的国际标准规范为了便于INTERNET上信息的传播,一个统一的国际标准是需要的。实际上已经有了这样的一整套标准。其中关于网站的LOGO,目前有三种规格:
1. 88*31 这是互联网上最普遍的LOGO规格,本站所收集的均是这种大小。
2. 120*60 这种规格用于一般大小的LOGO。
3. 120*90 这种规格用于大型LOGO。

4. 用logo语言完成以下图形(命令答案)

1、repeat 5[repeat 4[fd 50 rt 90]rt 72]
2、rt 30 repeat 3[fd 120 rt 120] rt 60 fd 40 lt 120 fd 80 rt 120 fd 120 rt 120 fd 120 rt 120 fd 40 lt 60 fd 40 rt 120
3、repeat 8[fd 100 repeat 3[rt 120 fd 20]bk 100 rt 45]
4、repeat 10[repeat 5[fd 30 lt 108]fd 30 rt 36]
5、repeat 4[fd 50 rt 90 fd 50 lt 90]
6、pu bk 50 lt 90 fd 50 rt 90 pd repeat 4[fd 100 rt 90] fd 50 rt 90 fd 50 lt 90 repeat 4[fd 50 repeat 3[fd 50 lt 90 fd 50 bk 100 fd 50 rt 90]bk 200 rt 90]
7、repeat 3[repeat 18[fd 5 rt 5]rt 90 repeat 18[fd 5 rt 5]rt 210]
8、(stamprect 300 50) fd 50 rt 90 fd 30 lt 60 fd 30 rt 60 fd 210 rt 60 fd 30 lt 60 bk 270 lt 90 bk 50 rt 90 fd 50 (stampoval 20 20) fd 200 stampoval(20 20) bk 250 lt 90
这种简单题自己稍稍动动脑子就出来了,以后自己想。

C式工作室为您解答

5. 用logo语言怎么画上字

fd bk lt rt pu pd
只要用以上命令就可写任意汉字。注意步数、角度不要搞错即可。回
比如写王字:答
lt 90 fd 30 bk 60 fd 30 rt 90
fd 20
lt 90 fd 30 bk 60 fd 30 rt 90
fd 20
lt 90 fd 30 bk 60 fd 30 rt 90
bk 60

6. 什么是LOGO

什么是LOGO

logo就是图标广告,它的设计要能够充分体现该公司的核心理念,并且设计要求动感、活力、简约、大气、高品位、色彩搭配合理,美观,印象深刻,简单的讲,当我们看到一个LOGO,就是看到了这个品牌

一、什么是LOGO
翻开字典,我们可以找到这样的解释:“ log n.标识语 ”。在电脑领域而言,LOGO是标志、徽标的意思。而本站主要所收集的LOGO,是互联网上各个网站用来与其它网站链接的图形标志。

二、LOGO的作用
1.LOGO是与其它网站链接以及让其它网站链接的标志和门户。
INTERNET之所以叫做“互联网”,在于各个网站之间可以联接。要让其他人走入你的网站,必须提供一个让其进入的门户。而LOGO图形化的形式,特别是动态的LOGO,比文字形式的链接更能吸引人的注意。在如今争夺眼球的时代,这一点尤其重要。
2.LOGO是网站形象的重要体现。
试问一个衣冠楚楚的人怎么能让自己的名片污渍不堪?就一个网站来说,LOGO即是网站的名片。而对于一个追求精美的网站,LOGO更是它的灵魂所在,即所谓的“点睛”之处。
3.LOGO能使受众便于选择。
一个好的LOGO往往会反映网站及制作者的某些信息,特别是对一个商业网站来话,我们可以从中基本了解到这个网站的类型,或者内容。在一个布满各种LOGO的链接页面中,这一点会突出的表现出来。想一想,你的受众要在大堆的网站中寻找自己想要的特定内容的网站时,一个能让人轻易看出它所代表的网站的类型和内容的LOGO会有多重要。

三、LOGO的国际标准规范
为了便于INTERNET上信息的传播,一个统一的国际标准是需要的。实际上已经有了这样的一整套标准。其中关于网站的LOGO,目前有三种规格:
1.88*31 这是互联网上最普遍的LOGO规格,本站所收集的均是这种大小。
2.120*60 这种规格用于一般大小的LOGO。
3.120*90 这种规格用于大型LOGO。

四、LOGO的制作工具和方法
好像目前并没有专门制作LOGO的软件,其实也并不需要这样的一种软件。我们平时所使用的图像处理软件或者还加上动画制作软件(如果你要做一个动画的LOGO的话)都可以很好地胜任这份工作,如PHOTOSHOP、FIREWORKS等。而LOGO的制作方法也和制作普通的图片及动画没什么两样,不同的只是规定了它的大小而已。

五、一个好的LOGO应具备的条件
Poorfish认为,一个好的LOGO应具备以下的几个的条件,或者具备其中的几个条件:
1.符合国际标准(废话)
2.精美、独特
3.与网站的整体风格相融
4.能够体现网站的类型、内容和风格

7. 用 PC LOGO 画图

第抄2个:袭 REPEAT 4[FD 50 REPEAT 18[RT 5FD 100*0.174 RT 5]RT 90 FD 100 PU BK 200 RT 90 FD 200 RT 90 PD]
第一个:
rt 30 repeat 3[fd 50 rt 120]
rt 60 pu fd 120 pd
repeat 36[fd 5 lt 10]
pu bk 190 pd
repeat 36[fd 5 lt 10]

8. 急!!!!用pc logo画飞机的命令!

rt 90 fd 20 lt 45+90 fd 20 rt 45 fd 60 lt 45 fd 20 lt 45 fd 20 lt 45 fd 60 rt 45 fd 20 lt 90+45 fd 20

9. OZ9937怎么去保护,长虹LT32710,开机刚出现LOGO一闪就黑屏.谁能帮提供OZ9937去保护,谢谢!

14脚直接接地

10. 如何在LOGO语言中画一个正六边形

我不会这个,我上网给名人你看了下:
你看看对吗,程序如下:
repeat 5[fd 30 lt 60 fd 40 rt 150]
下面是参考资料,你可以去看看。
http://..com/question/24958578.html

热点内容
美发店认证 发布:2021-03-16 21:43:38 浏览:443
物业纠纷原因 发布:2021-03-16 21:42:46 浏览:474
全国著名不孕不育医院 发布:2021-03-16 21:42:24 浏览:679
知名明星确诊 发布:2021-03-16 21:42:04 浏览:14
ipad大专有用吗 发布:2021-03-16 21:40:58 浏览:670
公务员协议班值得吗 发布:2021-03-16 21:40:00 浏览:21
知名书店品牌 发布:2021-03-16 21:39:09 浏览:949
q雷授权码在哪里买 发布:2021-03-16 21:38:44 浏览:852
图书天猫转让 发布:2021-03-16 21:38:26 浏览:707
宝宝水杯品牌 发布:2021-03-16 21:35:56 浏览:837