ltlogo
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