I've created this cool Post-It Note effect for the Activity Feed, and thought I would share it here with you.

This effect is NOT recommended for anyone that is using a thin column for their activity Feed. Be sure to install it if you are using a WIDE column layout and your Activity Feed is running in that wide column.

Also, I designed this effect to work with "some" of the posts, not all. As you can see from the pictures of my network below, I am using Thought Bubbles for "Status updates," and some posts come across with a Post-it note.

*Caution* if you already have done some styling to your activity feed, this code my over ride or interfere with that. Be sure to back up your Advanced CSS first, before trying to implement this.

There is the Post-it Note... it is actually animated and will appear to LIFT UPWARD on a mouse over hover. It will also keep any links in the feed and appear on the note.  I've set it to NOT OVERFLOW so big long titles to photos and blogs, could get cut off... which, I think is a good thing... looks more cleaner and will also inspire users to post NICER and NEATER and MORE DESCRIPTIVE titles and description on their content.


I borrowed the Push Pin Sprite from Jen's Social
You will need to upload the Push pin sprite into your website via a blog, or file manager.

FYI: My Avatars rotate when moused over, that is why it appears to do so in this screen shot - it is NOT part of the post-it note effect.  I enjoy stylizing with CSS, and have made many custom tweaks using tips I learned and expanded upon, right here on NING Creators, and Jensocial.com

I hope you like,
Enjoy!

Step 1: Upload Push Pin Sprite to your site, via a Blog or File manager.


Push Pin File: (pushpin_magenta.png)

Step 2: Paste the following CSS into your Advanced CSS section.

/* -- START - CHLOE'S POST-IT NOTE - ACTIVITY FEED -- */

.feed-story-title {
background:url(PASTE URL LINK TO PUSH PIN CODE HERE) no-repeat!important;}


.feed-story-title {
          background-color: #f3f7ca !important;
        -moz-box-shadow: 1px 3px 10px -4px #4a4a2f;
        -webkit-box-shadow: 1px 3px 10px -4px #4a4a2f;
           box-shadow: 1px 3px 10px -4px #4a4a2f;
          padding: 15px;
          margin-right: 10px !important;
          height: 80px;
          width: 120px;
          overflow:hidden;
          position: relative;
          float: LEFT;
          border-bottom: solid 1px #4a4a2f;
          font-size:11px;
          text-align: center;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);

}

.feed-story-title:HOVER {
        -moz-box-shadow: 1px 10px 4px -2px #4a4a2f;
        -webkit-box-shadow: 1px 10px 4px -2px #4a4a2f;
          box-shadow: 1px 10px 4px -2px #4a4a2f;
          margin-bottom: 5px !important;
          height: 75px;
          border-bottom: solid 1px #000000;
        -moz-transition:all .3s ease-out; /* Firefox 4 */
        -webkit-transition:all .3s ease-out; /* Safari and Chrome */
        -o-transition:all .3s ease-out; /* Opera */
}

/* -- END - CHLOE'S POST-IT NOTE - ACTIVITY FEED -- */

My site is a private site, so I can't post a link to it, but here is what it looks like running the Activity feed in the center column.

I hope this works for you!!!

Tags: ACTIVITY, CSS, FEED, IDEAS, IT, NOTE, POST, TIPS

Views: 1462

Reply to This

Replies to This Discussion

Good stuff.

One note - you should be able to leave out anything from .feed-story-title:HOVER that you doesn't change from .feed-story-title, as the hover pseudo class inherits them from the original class styles. The only styles you have to declare for hover are the ones different from the original:

.feed-story-title:HOVER {
-moz-box-shadow: 1px 10px 4px -2px #4a4a2f;
-webkit-box-shadow: 1px 10px 4px -2px #4a4a2f;
box-shadow: 1px 10px 4px -2px #4a4a2f;
height: 75px;
border-bottom: solid 1px #000000;
-moz-transition:all .3s ease-out; /* Firefox 4 */
-webkit-transition:all .3s ease-out; /* Safari and Chrome */
-o-transition:all .3s ease-out; /* Opera */
}

*blushes*

Yeah... I've gotten a bit lazy doing that, because I use an external CSS Sheet to load most of my css effects that are not higher priority.

Removing the redundant lines is an excellent tip.



However,

Your updated code for the hover over portion left one critical line out:

margin-bottom: 5px !important;

The full code should look like this:


/* -- START - CHOLE'S POST-IT NOTE - ACTIVITY FEED -- */

.feed-story-title {
background:url(PASTE URL LINK TO PUSH PIN CODE HERE) no-repeat!important;}


.feed-story-title {
          background-color: #f3f7ca !important;
        -moz-box-shadow: 1px 3px 10px -4px #4a4a2f;
        -webkit-box-shadow: 1px 3px 10px -4px #4a4a2f;
           box-shadow: 1px 3px 10px -4px #4a4a2f;
          padding: 15px;
          margin-right: 10px !important;
          height: 80px;
          width: 120px;
          overflow:hidden;
          position: relative;
          float: LEFT;
          border-bottom: solid 1px #4a4a2f;
          font-size:11px;
          text-align: center;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
}

.feed-story-title:HOVER {
        -moz-box-shadow: 1px 10px 4px -2px #4a4a2f;
        -webkit-box-shadow: 1px 10px 4px -2px #4a4a2f;
          box-shadow: 1px 10px 4px -2px #4a4a2f;
          margin-bottom: 5px !important;
          height: 75px;
          border-bottom: solid 1px #000000;
        -moz-transition:all .3s ease-out; /* Firefox 4 */
        -webkit-transition:all .3s ease-out; /* Safari and Chrome */
        -o-transition:all .3s ease-out; /* Opera */
}

/* -- END - CHOLE'S POST-IT NOTE - ACTIVITY FEED -- */


nice

Thanks Solo :)

Nice tip
Sp

Thank you SweetPotato :)

nice one!

Glad you liked, thanks!

nice one!

Rats.  I was all excited but I'm using the modified Activity feed which includes Social feeds from Ning labs [beta] and it must be conflicting.  Doesn't work.  Oh well, thank you for sharing with everyone though!  Cool look

I am using social feeds too, and it works just fine. Our site is private and by invitation only, so its locked down, and still no problems.

It must be some other CSS you have put in for the activity feed causing it to not work.  Are you using the original NING designer or the new Design studio?  Maybe post your code here and someone could help you diagnose the issue...

I don't see anything in there that would be conflicting with this modification. 

I've never used the "original" designer, but if there is a place for you to modify the CSS, that would be where to look for something conflicting.

If you want to share a link I could take a look.

RSS

Latest Activity

Allison Leahy replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
"Hi Peggy! Sorry for the slow response here. The designers used Eagle for the headlines and Gotham…"
26 minutes ago
Liliana Parra replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
"Mine is here... Disaster Risk Management (Spanish) http://gestiondelriesgo.ning.com/"
45 minutes ago
Allison Leahy replied to Jen's discussion 'Menu on Mobile Device Difficult'
"Absolutely! Thanks for bringing it to my attention, and for your patience as always."
1 hour ago
Allison Leahy replied to Dw Alternatio's discussion 'Any way to change to a 3.0 network?'
"Hey Dw, So glad to hear you're interested in checking out the redesign! Make sure that after…"
1 hour ago

NC for Hire
Jen replied to Jen's discussion 'Menu on Mobile Device Difficult'
"Thanks Allison. I have spent hours trying to fix this. That's great news!"
1 hour ago
Allison Leahy replied to Jen's discussion 'Menu on Mobile Device Difficult'
"Just got the word that the release had no impact the mobile menu and a feature improvement has…"
1 hour ago
Allison Leahy replied to Jen's discussion 'Menu on Mobile Device Difficult'
"Interesting quirk. Thanks for the note."
2 hours ago
susana replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
2 hours ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service