Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Two dashboard sections */
- #pane_plurk {
- width: 468px;
- margin: 0 -260px 0 260px;
- }
- /*Remove stats and fans*/
- #plurk-dashboard {
- margin: 0 -250px 0 250px;
- }
- #dash-friends,#dash-stats {
- width:0; overflow:hidden;
- margin-bottom: -600px;
- filter: alpha (opacity=00);
- -moz-opacity: 0.00;
- opacity: 0.00;
- }
- #dash-fans {
- left:500px!important;
- position:absolute!important;
- }
- /* Hide plurk name pane_plurk */
- #pane_plurk .qual_holder {
- font-size:0px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement