可惜的是 Plurk 一直沒有像 Tumblr 有出完整的 API Doc,有些還得用 !important 複寫元素,實在有點髒唉。RWD 上也不完整,平板的大小應該要多出一版型,或是直接桌面版相容,但 Plurk 一律跳轉醜醜的行動版網頁。App 倒是做的很可愛挺不賴的。
這樣申請下來我的社群網站帳號就又增加啦,列一下目前常用的和定位:
- Facebook:實名、各種按讚純閱讀
- Twitter:虛名、各種 follow 轉推
- Logdown:技術文、不過最近有點想搬家 :p
- Tumblr:英文全球向、code snippets 整理
- Reddit:隨意看看期
(忽然發現像這種說技術不技術有點玩笑的文還是發這裡最適合了 Q__Q,blogger 才是我的家無誤)
安裝直連。
繼續閱讀後接原始碼、截圖。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#top-bar { | |
background-color: #00E676; | |
} | |
#plurk-dashboard { | |
background: rgba(255,249,196,1); | |
background: -moz-radial-gradient(center, ellipse cover, rgba(255,249,196,1) 0%, rgba(255,249,196,1) 19%, rgba(185,246,202,1) 100%); | |
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,249,196,1)), color-stop(19%, rgba(255,249,196,1)), color-stop(100%, rgba(185,246,202,1))); | |
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,249,196,1) 0%, rgba(255,249,196,1) 19%, rgba(185,246,202,1) 100%); | |
background: -o-radial-gradient(center, ellipse cover, rgba(255,249,196,1) 0%, rgba(255,249,196,1) 19%, rgba(185,246,202,1) 100%); | |
background: -ms-radial-gradient(center, ellipse cover, rgba(255,249,196,1) 0%, rgba(255,249,196,1) 19%, rgba(185,246,202,1) 100%); | |
background: radial-gradient(ellipse at center, rgba(255,249,196,1) 0%, rgba(255,249,196,1) 19%, rgba(185,246,202,1) 100%); | |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9c4', endColorstr='#b9f6ca', GradientType=1 ); | |
color: #393939; | |
border: 12px solid white; | |
padding: 1.2em; | |
} | |
#dashboard_holder a { | |
color: black; | |
} | |
#dashboard_holder p { | |
font-size: 15px; | |
line-height: 1.7em; | |
} | |
#timeline_holder { | |
background: url(http://i.imgur.com/aA1yXgI.png) no-repeat center center; | |
background-size: cover; | |
} | |
#plurk-dashboard h2 { | |
border-bottom: 4px dotted #2c8c66 !important; | |
} | |
._lc_ { | |
background-image: url(http://i.imgur.com/SDYTKTz.png); | |
background-repeat: repeat; | |
} | |
#footer a { | |
color: black; | |
} | |
沒有留言 :
張貼留言