Hide Codes & Div IDs
+3
Patrick
StarApple. Ü
Administrator
7 posters
Page 1 of 1
Hide Codes & Div IDs
Since plurk doesn't accept visibility and display, we will be using the absolute positioning of the boxes in order to hide some portions of your plurk page.
First, add this in your CSS File. Be sure that your Plurk Dashboard or Timeline doesn't need to be scrolled left or right because we will be hiding the horizontal scrollbar.
- Code:
/* HIDE HORIZONTAL SCROLLBAR - PLURKUNIVERSITY.CO.CC */
body{
overflow-x: hidden!important;
}
Hide your Timeline Holder
- Code:
/* HIDE TIMELINE HOLDER - PLURKUNIVERSITY.CO.CC */
#timeline_holder{ position:absolute!important; left: 10000px!important; }
- Code:
/* HIDE FILTER TAB - PLURKUNIVERSITY.CO.CC */
#filter_tab{ position:absolute!important; left: 10000px!important; }
- Code:
/* HIDE DASHBOARD HOLDER - PLURKUNIVERSITY.CO.CC */
#dashboard_holder{ position:absolute!important; left: 10000px!important; }
- Code:
/* HIDE PRIVATE PLURK LINK - PLURKUNIVERSITY.CO.CC */
#more_options{ position:absolute!important; left: 10000px!important; }
- Code:
/* HIDE PROFILE PHOTO - PLURKUNIVERSITY.CO.CC */
#dash-profile{ position:absolute!important; left: 10000px!important; }
- Code:
/* HIDE ABOUT ME - PLURKUNIVERSITY.CO.CC */
#about_me{ position:absolute!important; left: 10000px!important; }
- Code:
/* HIDE STATISTICS BOX - PLURKUNIVERSITY.CO.CC */
#dash-stats{ position:absolute!important; left: 10000px!important; }
- Code:
/* HIDE FRIENDS BOX - PLURKUNIVERSITY.CO.CC */
#dash-friends{ position:absolute!important; left: 10000px!important; }
- Code:
/* HIDE FRIENDS PIC - PLURKUNIVERSITY.CO.CC */
#dash-friends-pics{ position:absolute!important; left: 10000px!important; }
- Code:
/* HIDE FANs BOX - PLURKUNIVERSITY.CO.CC */
#dash-fans{ position:absolute!important; left: 10000px!important; }
- Code:
/* HIDE FRIENDS PIC - PLURKUNIVERSITY.CO.CC */
#dash-fans-pic{ position:absolute!important; left: 10000px!important; }
- Code:
/* HIDE FOOTER - PLURKUNIVERSITY.CO.CC */
#footer{ position:absolute!important; left: 10000px!important; }
These are the Id's that are being used in Plurk. You can use this to modify your plurk layout to the utmost.
TIMELINE HOLDER
- Code:
#timeline_holder
- Code:
#filter_tab
- Code:
#dashboard_holder
- Code:
#more_options
- Code:
#dash-profile
- Code:
#about_me
- Code:
#span_years
- Code:
#location
- Code:
#relationship_container
- Code:
#dash-stats
- Code:
#dash-friends
- Code:
#dash-friends-pics
- Code:
#dash-fans
- Code:
#dash-fans-pic
- Code:
#footer
- Code:
#top_login #interesting_plurkers
- Code:
#top_login #account
- Code:
#top_login #log_link
- Code:
#top_login #sign_up
- Code:
.qualifier
- Code:
.m_qualifier
- Code:
#filter_tab a.filter_selected
- Code:
#filter_tab a.off_tab
- Code:
#plurk_form
- Code:
#input_big
- Code:
.dash-segment .segment-content #profile_pic
- Code:
.dash-segment .segment-content #dash-stats tr
- Code:
.dash-segment .segment-content #dash-stats td
Re: Hide Codes & Div IDs
Thank you for this admin xD
Meliatrix :)- DPC VIP Member
-
Posts : 10657
Age : 28
Joined date : 2009-10-14
Location : City of Love :)
Cash : 32516
Re: Hide Codes & Div IDs
tnx for sharing admin.
XED- Global Moderator
-
Posts : 6137
Age : 114
Joined date : 2009-10-22
Location : sa bag mo :]]
Cash : 32107
Similar topics
» Hide Codes
» Hide Any Applications ^_^
» C++ Banking codes(ATM)
» POST YOUR JAVA CODES EXAMPLE..
» NEW DYNAMIC PROFILE CODES BANNER !
» Hide Any Applications ^_^
» C++ Banking codes(ATM)
» POST YOUR JAVA CODES EXAMPLE..
» NEW DYNAMIC PROFILE CODES BANNER !
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum