程式碼列表的框框

Posted by: 邱小新 at 上午11:41:00 in

由於 xmp.code 及 xmp.cmd 會繼承 xmp 的所有設定,所以相同的部份就不用再寫一次,只要寫出相異的部份即可,這樣可以省下很多空間,加速網頁傳送速度。另外儘量使用 TAB 來代替 space 可以省下更多的空間;但是請注意在 <xmp></xmp> 中間不要使用 TAB,是無效的。

框框一

<style type="text/css"> xmp { padding: 1em; display: block; font-family: Tahoma,Arial; font-size: 10pt; letter-spacing: 0px; max-height: 1200px; line-height: 1.2em; white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ color: black; border: 1px dashed #2f6fab; background-color: #f9f9f9; } </style>

框框二

<style type="text/css"> xmp.code { color: #000000; border: 1px solid #cccccc; background: #cccccc url(http://abinlee.link.googlepages.com/BG_CODE.gif) left top repeat-y; } </style>

框框三

<style type="text/css"> xmp.cmd { color: #cccccc; border: 1px solid #cccccc; background: #000000 url(http://abinlee.link.googlepages.com/BG_CMD.gif) left top repeat-y; } </style>

框框四

<style type="text/css"> xmp.file { font-family: 'Georgia'; color: #000; border: 1px solid #cccccc; background: #FFF url(http://synnwang.googlepages.com/BG_FILE.gif) left top repeat-y; } </style>

框框五

<style type="text/css"> xmp.html { color: blue; border: 1px solid #cccccc; background: #FFF url(http://synnwang.googlepages.com/BG_HTML.gif) left top repeat-y; } </style>

框框六

<style type="text/css"> xmp.latex { color: #660000; border: 1px solid #cccccc; background: #FFF url(http://synnwang.googlepages.com/BG_LATEX.gif) left top repeat-y; } </style>

框框七

<style type="text/css"> xmp.comment { padding: 1.2em; color: #CC00FF; border: 1px solid #cccccc; background: #FFFF66 url(http://synnwang.googlepages.com/BG_COMMENT.gif) left top repeat-y; } </style>

框框八

<style type="text/css"> xmp.ref { border: 1px dotted #a88; background: url(http://bloggerhacks.googlecode.com/files/Code_REF.png) left top no-repeat; line-height: 1.6em; font-size: 13px; font: normal normal 100% 'Lucida Grande',Georgia,'Trebuchet MS'; } </style>

0 意見

張貼留言