我在 Blogger 上有一个博客,并且有一些小部件。我想知道与其他页面相比,主页上的小部件显示方式是否可能不同?
例如一个盒子
/* on home page, it should appear like this */
#box {
background: green;
width:200px; height:100px;
}
/* on other pages, it should appear like this */
#box {
background: red;
width:200px; height:200px;
}