1 頁 (共 1 頁)

[問題] 載入前的區塊顏色

發表於 : 2005-09-16 23:33
eMax
主機商: why3s.com
問題:
論壇載入前,如紅色方塊內的顏色-深藍
載入完成後,紅色方塊內的顏色 - 明顯變成圖片...
我是想讓紅色方塊內的顏色-深藍變為其他顏色或圖片.
:-|
紅色區塊 -
圖檔
-thx

發表於 : 2005-09-17 08:52
sakamoto
這是subsliver的css..
到css裡面找到這兩張圖片..將他刪後.就會只出現~自定顏色!!

你也可以換上自己喜歡的圖片上去.size的話就去看它原本的圖片大小來制做就沒問題了!! :-D

代碼: 選擇全部

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}

發表於 : 2005-09-26 20:52
阿維
請問假如我只要顯示出cellpic背景的圖檔,直接略過在讀取圖檔前的區塊顏色,我該怎麼修改呢?
我的網站:
http://www.coineon.com/phpBB
區塊顏色:
圖檔

我的subSilver.css檔:

代碼: 選擇全部

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #000000; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}