HTML Xanga布局 - 忙碌的蜜蜂
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTML Xanga布局 - 忙碌的蜜蜂相关的知识,希望对你有一定的参考价值。
Xanga布局-气泡
One of my xanga layouts
<!-- Script by Mimz --> <!-- Bubbles --> <STYLE type="text/css"> body { background-image: URL(http://img91.imageshack.us/img91/2021/bubbles15qn.jpg); background-repeat: repeat; background-attachment: fixed; background-position: center; scrollbar-arrow-color: #C3B9FF; scrollbar-track-color: transparent; scrollbar-shadow-color:#000000; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #C3B9FF; scrollbar-darkshadow-color:#000000; scrollbar-3dlight-color:#C3B9FF; } .left, .blogbody, table.footer, .standard, td, p { /* edits main text */ font:normal 12px arial; line-height:12px; color: #000000; letter-spacing:0px; text-align:left; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color:#DD95FB; } .left b,{ font-weight:bold; color:#DD95FB; } .blogbody u, .standard u, { text-decoration: underline; color:#F97AED; } .blogbody i, .standard i, em { text-decoration:italic; color:#F7B9AC; font-weight:normal; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family: arial; text-transform: lowercase; background-color: transparent; font-size:12px; font-weight:none; line-height: 12px; letter-spacing:2px; color: #DD95FB; text-align:center; padding:3px; width: 280px; border:2px solid #C3B9FF; border-top:4px solid #C3B9FF; border-right:4px solid #C3B9FF; border-left:4px solid #C3B9FF; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; font:normal 12px arial; line-height:12px; text-decoration: none; text-spacing:0px; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; font:bold 12px arial; line-height:12px; text-decoration: none; text-spacing:0px; } a:hover { /* edits when user mouseovers the links */ font:12px arial; line-height:12px; text-decoration: none; color:#F7B9AC; letter-spacing:0px; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 2px solid #C3B9FF; font:normal 12px arial; background-color: transparent; letter-spacing:0px; color:#000000; } table.blogbody { /* this edits the other the place where the blog is */ border: 2px solid #C3B9FF; border-top: 2px solid #C3B9FF; width: 280px; background-color: transparent; } table.left { /* this edits the menu module */ border: 2px solid #C3B9FF; width: 170px; background-color: transparent; text-align:center; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: transparent; font: 12px arial; line-height:12px; text-transform:lowercase; text-align:center; color:#000000; border: 2px solid #C3B9FF; letter-spacing:2px; } table.left TD { /* on your menu module, this edits the body part of it */ font:normal 12px arial; color:#000000; text-align:center; LINE-HEIGHT:10PX; border-top:2px solid #C3B9FF; width: 170px; background-color: transparent; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: transparent; border: 2px solid #C3B9FF; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 2px solid #C3B9FF; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 470px; } hr { /* horizontal divider */ border:2px #C3B9FF; } </style> <!-- End Script by Mimz -->
以上是关于HTML Xanga布局 - 忙碌的蜜蜂的主要内容,如果未能解决你的问题,请参考以下文章