顯示具有 css 標籤的文章。 顯示所有文章
顯示具有 css 標籤的文章。 顯示所有文章

2009年10月2日 星期五

2008年10月1日 星期三

新版 左右按鈕 和 back to start

加贈 loading 圖示 詳情及安裝見此

/*Loading 圖*/
img[src='http://static.plurk.com/static/loading.gif'], img[src='http://static.plurk.com/static/indicator.gif']{opacity: 0}
.list .loading{margin: 30px;background: transparent url(http://www.elferteam.de/Forums/Smilies/marsa37.gif) no-repeat ;}
.list .empty{margin: 30px;background: url(http://www.plurkpix.com/pix/4z.gif) no-repeat center;padding: 40px 0 0 0 }
#div_loading{background: transparent url(http://images.plurk.com/29601_84bc1b8727a296f9ed822938e1932e78.gif) no-repeat;background-position: center;}
/*按鈕*/
.browse_button {overflow: hidden ; width: 48px; height: 96px; no-repeat 0 0;}
.browse_button img{background-position: top left;width:48px;height:48px;padding-left: 48px;background:url(http://www.hhes.tpc.edu.tw/~diamond/plurk/left.png)}
.browse_button img:hover {background: url(http://www.hhes.tpc.edu.tw/~diamond/plurk/left.png) 0 bottom ;}
.browse_button img:active {background: url(http://www.plurkpix.com/pix/oh.gif) 15% center no-repeat;}
/*右*/
.browse_button img[src='http://static.plurk.com/static/timeline/arrow_right.gif'] { background: url(http://www.hhes.tpc.edu.tw/~diamond/plurk/right.png) ;}
.browse_button img[src='http://static.plurk.com/static/timeline/arrow_right.gif']:hover { background: url(http://www.hhes.tpc.edu.tw/~diamond/plurk/right.png) 0 bottom ;}
.browse_button img[src='http://static.plurk.com/static/timeline/arrow_right.gif']:active { background: url(http://www.plurkpix.com/pix/4E.gif) 0 center no-repeat;}
/*back to start*/
.browse_button img[src='http://static.plurk.com/static/timeline/back_to_today.gif'] { background: url(http://www.hhes.tpc.edu.tw/~diamond/plurk/home.png) ;}
.browse_button img[src='http://static.plurk.com/static/timeline/back_to_today.gif']:hover { background: url(http://www.hhes.tpc.edu.tw/~diamond/plurk/home.png) 0 bottom ;}
.browse_button img[src='http://static.plurk.com/static/timeline/back_to_today.gif']:active { background: url(http://www.plurkpix.com/pix/L7.gif) 0 center no-repeat;}


2008年9月27日 星期六

新版 plurk 左右按鈕

舊的不能用了 >< (不到24小時)
目前改左右鍵 , 底下的 back to start 改不出來
/*new button ver.*/
.browse_button img { background-position: top left; width: 48px; height: 48px; padding-left: 48px; }
.browse_button { overflow: hidden ; width: 48px; height: 48px; background: url(http://www.hhes.tpc.edu.tw/~diamond/plurk/left.png) } 
.browse_button:hover {background: url(http://www.hhes.tpc.edu.tw/~diamond/plurk/left.png) 0 bottom;}
.browse_button:active {background: url(http://www.plurkpix.com/pix/oh.gif) no-repeat 15% center;}
.browse_button +.browse_button{background: url(http://www.hhes.tpc.edu.tw/~diamond/plurk/right.png) }
.browse_button +.browse_button:hover{background: url(http://www.hhes.tpc.edu.tw/~diamond/plurk/right.png) 0 bottom;}
.browse_button +.browse_button:active{background: url(http://www.plurkpix.com/pix/4E.gif) no-repeat 15% center;}
/*end*/


2008年9月25日 星期四

plurk 左、右和back to start 語法

{plurk 怪怪的
我改好之後只維持半天就沒了 ><
機車~~}

特別感謝
/* My Melody, Cutie */
/* Modified by Diamond (http://www.plurk.com/user/yellowdiamond), Welcome to Copy */
參考來源 點我安裝



/*左右按鈕*/
.browse_button img 
{ background-position: top left; width: 48px; height: 48px; padding-left: 48px; }
.browse_button
 { overflow: hidden ; width: 48px; height: 96px; background: src('http://www.hhes.tpc.edu.tw/~diamond/plurk/left.png') no-repeat 0 0;}
/*左*/
.browse_button img[src='/static/timeline/arrow_left.gif'] 
{ background: url(http://www.hhes.tpc.edu.tw/~diamond/plurk/left.png) ;}
.browse_button img[src='/static/timeline/arrow_left.gif']:hover
 { background: url(http://www.hhes.tpc.edu.tw/~diamond/plurk/left.png) 0 bottom ;}
.browse_button img[src='/static/timeline/arrow_left.gif']:active 
{ background: url(http://www.plurkpix.com/pix/oh.gif) 15% center no-repeat;}
/*右*/
.browse_button img[src='/static/timeline/arrow_right.gif'] 
{ background: url(http://www.hhes.tpc.edu.tw/~diamond/plurk/right.png) ;}
.browse_button img[src='/static/timeline/arrow_right.gif']:hover 
{ background: url(http://www.hhes.tpc.edu.tw/~diamond/plurk/right.png) 0 bottom ;}
.browse_button img[src='/static/timeline/arrow_right.gif']:active 
{ background: url(http://www.plurkpix.com/pix/4E.gif) 0 center no-repeat;}
/*back 吐 start*/
div.browse_button img[src='/static/timeline/back_to_today.gif'] 
{ background: url(http://www.hhes.tpc.edu.tw/~diamond/plurk/home.png) ;}
.browse_button img[src='/static/timeline/back_to_today.gif']:hover 
{ background: url(http://www.hhes.tpc.edu.tw/~diamond/plurk/home.png) 0 bottom ;}
.browse_button img[src='/static/timeline/back_to_today.gif']:active 
{ background: url(http://www.plurkpix.com/pix/L7.gif) 0 center no-repeat;}
/*衣恩滴*/