没有样式就是最好的样式

Archive for May, 2006


书写 css 的技巧

May 26, 2006 Author: | Filed under: Uncategorized

看了此二文,其实我感觉后者(Jim Warren)文章更有意义,前者有抬杠嫌疑,:)

My 5 CSS Tips

5 Steps to CSS Heaven

简单总结如下:

1.css 文件结构。我更喜欢这个 css例子,另一个css例子的头有兴许意思,其余毫无价值。

/* Table of Contents:

Typography

Header Layout

Middle Layout

Footer Layout

*/

/* Typography

————————————————————————————— */

/* Header Layout

————————————————————————————— */

/* Middle Layout

————————————————————————————— */

/* Footer Layout

————————————————————————————— */

2. Avoid Default Styles - 清除默认样式。比如链接的蓝色、下划线;body,ul,li 的 margin,padding;ie image 链接默认边为 1px;hx 的 margin 等等

3.Use Your Utility Tags - 我的理解是使用一些小标签,如 small strong em 等,而不都是 span,span 不够语义。

4.Name According To Where It Is, Not What It Looks Like - 根据位置命名 class,id 而不是外观,这是老话题了。当你一开始定义了

可是老板后来对红色深恶痛绝,于是你的页面中,这个 rednews 的家伙显示的是蓝色。

5.Separate the positioning properties from the typographic properties - 把字体设置和位置设置分开。我觉很有必要!一开始,我们一般都在折腾布局,那时根本顾不上颜色和字体大小之类。混杂一起,维护起来很头疼。

6.Isolate single properties that you are likely to reuse a lot -我感觉自己的理解似乎是反的?大家帮忙看看。从例子看来,作者推荐 a,b,#c,.d 这样集中书写大家都用到的样式。但从文章看来似乎正好相反?

7.Learn to exploit the cascading nature of CSS - 善用层叠(继承),比如两个部分大致一样,就写在一起,不同的部分单独再标出。比如

a,b {background:red;}

b {color:#fff}

注:原文多处理解可能有问题,请各位大虾指正。

关闭 opera cache 功能

May 25, 2006 Author: | Filed under: Uncategorized

opera 默认 cache 时间太长,在 tools-preferences-advanced - history 中可以设置 cache 时间。

FoXiMetal - firefox mac style theme

May 23, 2006 Author: | Filed under: Uncategorized

这个可以在win下装 FoXiMetal

opera 9 beta(284) for linux

May 20, 2006 Author: | Filed under: Uncategorized

http://snapshot.opera.com/unix/Weekly-284/intel-linux/opera-static_9.0-20060518.1-qt_en_i386.deb

1.ctrl+n 打开新标签,ctrl+t 又成了加入收藏夹。tab 又改回到 page 的 叫法

2.默认带系统托盘?

3.菜单中出现 widgets 项目

Yasis Theme

May 18, 2006 Author: | Filed under: Uncategorized

firefox mac style theme

May 17, 2006 Author: | Filed under: Uncategorized

guoshuang2006-05-22+这个可以在win下装 FoXiMetal

Mac风格的 firefox theme。从GrAppleE 这里安装。居然还为 Bon Echo(firefox 2.0 alpha) 也做了个包,:)

BTW:我的windows 菜单和文字背景全是黑色,hover 文字白色,有点黑夜伸手不见的味道,不知道是我系统还是 ff 版本问题。反正人家也说了

以下为引用内容:

Today, the only Firefox themes specially for Mac OS X.

Please Note: The themes would causes serious trouble with Firefox on Window/Linux.


相关日志:

firefox theme - FANTASTIC