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

phpBB 2 Style Support
討論的範圍包含版面排列、樣式、配置;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
eMax
星球公民
星球公民
文章: 61
註冊時間: 2005-08-22 11:23
來自: 大臺北

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

文章 eMax »

主機商: why3s.com
問題:
論壇載入前,如紅色方塊內的顏色-深藍
載入完成後,紅色方塊內的顏色 - 明顯變成圖片...
我是想讓紅色方塊內的顏色-深藍變為其他顏色或圖片.
:-|
紅色區塊 -
圖檔
-thx
最後由 eMax 於 2005-09-17 12:13 編輯,總共編輯了 1 次。
sakamoto
版面管理員
版面管理員
文章: 350
註冊時間: 2003-02-13 17:36
來自: scratch
聯繫:

文章 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;
}
阿維
竹貓忠實會員
竹貓忠實會員
文章: 868
註冊時間: 2003-02-23 13:36
來自: 台南市

文章 阿維 »

請問假如我只要顯示出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;
}
主題已鎖定

回到「風格問題討論」