Created
January 29, 2015 08:04
-
-
Save Inndy/c1d36fbbde4f554bec35 to your computer and use it in GitHub Desktop.
SimpleBlack -- My Plurk Theme
This file contains hidden or 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
| @charset "UTF-8"; | |
| html,body,div,span,applet,object,iframe,h1,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video { | |
| border: 0; | |
| font: inherit; | |
| font-size: 100%; | |
| margin: 0; | |
| padding: 0; | |
| vertical-align: baseline; | |
| } | |
| body { | |
| line-height: 1.4; | |
| } | |
| ol,ul { | |
| list-style: none; | |
| } | |
| blockquote,q { | |
| quotes: none; | |
| } | |
| table { | |
| border-collapse: collapse; | |
| border-spacing: 0; | |
| } | |
| body { | |
| font-family: NotoSans, Helvetica, "NotoSans CJK TC", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微軟雅黑", "Microsoft YaHei", "文泉驛微米黑", "文泉驛正黑", "Droid Sans", sans-serif; | |
| background: #111; | |
| overflow-x: hidden; | |
| } | |
| #dashboard_holder { | |
| margin-top: 40px; | |
| } | |
| strong, b { | |
| font-weight: bold; | |
| } | |
| underline, u { | |
| text-decoration: underline; | |
| } | |
| strike { | |
| text-decoration: line-through; | |
| } | |
| pre, code { | |
| font-family: "Source Code Pro", "DejaVu Sans Mono", "文泉驛等寬微米黑", "Couriew New", monospace; | |
| } | |
| /* Main page */ | |
| /* Timeline */ | |
| /* Timeline background */ | |
| #timeline_holder, #bottom_line, .day_bg .div_inner { | |
| background: none; | |
| border: 0; | |
| } | |
| #dynamic_logo img:nth-child(1) { | |
| opacity: 0; | |
| } | |
| /* 所有訊息, 我的訊息, 私密訊息, 回應過的訊息, 說讚&轉噗訊息 */ | |
| #filter_tab { | |
| margin: 16px 0; | |
| } | |
| #filter_tab a { | |
| border: none !important; | |
| } | |
| #filter_tab li:has-child { | |
| padding: 5px; | |
| background: #333; | |
| } | |
| #filter_tab a.filter_selected:parent { | |
| background: #666; | |
| } | |
| /* Plurks */ | |
| .plurk_cnt { | |
| padding-left: 24px; | |
| padding-right: 22px; | |
| border-radius: 3px; | |
| } | |
| .p_img { | |
| border: none; | |
| } | |
| .p_img img { | |
| margin: 3px 0 0 24px; | |
| border-radius: 2px; | |
| } | |
| .td_response_count { | |
| padding-top: 3px; | |
| } | |
| .response_count { | |
| margin-left: -28px; | |
| padding: 0 2px; | |
| border-radius: 3px; | |
| } | |
| .highlight_owner .name { | |
| color: #93F !important; | |
| } | |
| /* 全部標示已讀, 顯示所有訊息 */ | |
| #updater { | |
| border: 1px solid #999; | |
| background-color: #666; | |
| } | |
| #updater *, #updater .text { | |
| color: #FFF; | |
| font-weight: bold; | |
| } | |
| /* Scroll Buttons */ | |
| .cmp_arrow_left, .cmp_arrow_right, .cmp_back_to_today { | |
| opacity: 0.3; | |
| } | |
| .cmp_arrow_left:hover, .cmp_arrow_right:hover, .cmp_back_to_today:hover { | |
| opacity: 1; | |
| } | |
| /* 回應 */ | |
| .plurk_box > div > .list { | |
| height: 200px !important; | |
| } | |
| /* 發噗 Box */ | |
| /* 發噗, 搜尋 Tab */ | |
| #toggle_tab { | |
| position: absolute; | |
| left: -10000px; | |
| top: -10000px; | |
| } | |
| /* 發噗框框 */ | |
| #pane_plurk { | |
| background: none; | |
| border: 0; | |
| } | |
| /* 說, 正在.... */ | |
| .m_qualifier { | |
| padding: 6px 6px 4px 4px; | |
| } | |
| /* 下面亂七八糟的 Box */ | |
| /* 個人資料框框 */ | |
| #plurk-dashboard { | |
| background: none; | |
| border: 0; | |
| } | |
| /* 頭貼 */ | |
| #profile_pic { | |
| border: 0 !important; | |
| border-radius: 8px; | |
| } | |
| /* Status Info, Relationship status */ | |
| #dash-stats-table, #relationship_container { | |
| position: absolute; | |
| left: -10000px; | |
| top: -10000px; | |
| } | |
| /* Friend List */ | |
| .user_link { | |
| border: 0 !important; | |
| } | |
| .friend_holder td { | |
| padding: 0; | |
| } | |
| /* 邀請, 搜尋, 幫助 */ | |
| #dashboard-invite-div, #dashboard-usersearch, #tw_help, | |
| /* 分享您的噗浪個人檔案, 沒路用的工具小圖標 */ | |
| #sharePlurk, .dash-icon { | |
| position: absolute; | |
| left: -10000px; | |
| top: -10000px; | |
| } | |
| /* Footer */ | |
| footer { | |
| opacity: 0; | |
| } | |
| footer:hover { | |
| opacity: 1; | |
| } | |
| /* Plurk Posts Page */ | |
| /* Header */ | |
| #top_header { | |
| position: absolute; | |
| left: -10000px; | |
| top: -10000px; | |
| } | |
| /* 主體內容 */ | |
| .bigplurk .content { | |
| background: #EEE; | |
| border: 1px solid; | |
| border-color: #EEE #666 #666 #EEE; | |
| border-radius: 12px; | |
| } | |
| /* Replies */ | |
| #reply .responses, #reply_box_holder { | |
| background: none; | |
| border: 0; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment