这是一个样式测试文章
2008年10月12日 23:40 | 分类:其他
在该文章里面将包括以下要素:
- 段落
- 链接
- 有序序列
- 无序序列
- 标签
- 代码块
- 引用块
- 标题
一、段落/链接/标签
这是一段文字,对于阿根廷足球来说,结果很重要,但不是最重要的。过程是否优美,才是潘帕斯雄鹰的追求目标。正如阿根廷著名教练巴西莱曾经说过的那样-“我们要赢得的不是世界杯,而是世界。”当阿根廷以6比0的悬殊比分战胜塞黑后,这句话成为了现实。阿根廷在本场较量中,他们所展现的绝不是3分这样一个结果,而是优美古典足球的回归。这种回归对于世界足球来说,是在太重要了。
二、代码块
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | * { margin:0; padding:0; } body,html { min-height:101%; } body { background: #333; color: #333; padding: 13px 0 25px 0; } body, select, input, textarea { font: 12px Arial, Verdana, Sans-Serif; line-height:1.5em; } p { margin: 15px 0; } a:link, a:visited { color: #333; text-decoration:none } a:hover, a:active { color:#333; text-decoration:underline; } hr { display: block; height:1px; background:#333; border:0; } small { font-size: 0.9em; padding:3px 6px; } |
三、引用块
这是来自http://wordpress.org/的英文解决方案。
By default, Geshi wraps code blocks in pre tags (header_type = GESHI_HEADER_PRE). In this mode, tabs are not substituted for spaces, so the browser is displaying the tab directly and the width is browser dependent. Personally, I avoid tabs like the plague in my source code, but if you’re not like me, you can try setting the header type to GESHI_HEADER_DIV. For example: …
四、无序序列
- 如何在Debian中安装QQ?
- 如何在Debian中安装和配置phpMySQL?